|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mark | |
---|---|
org.opengis.go.display | |
org.opengis.go.display.style |
Uses of Mark in org.opengis.go.display |
---|
Methods in org.opengis.go.display that return Mark | |
---|---|
Mark[] |
DisplayCapabilities.getSupportedMarks()
Returns an array of Mark objects that
indicates the marks that are supported by a given
implementation. |
Uses of Mark in org.opengis.go.display.style |
---|
Fields in org.opengis.go.display.style declared as Mark | |
---|---|
static Mark |
Mark.CIRCLE
This constant indicates that a point should be symbolized with a circle mark. |
static Mark |
Mark.CROSS
This constant indicates that a point should be symbolized with a cross mark. |
static Mark |
Mark.CUSTOM
This constant indicates that a point should be symbolized with a custom mark. |
static Mark |
PointSymbolizer.DEFAULT_MARK
Default point mark value. |
static Mark |
Mark.SQUARE
This constant indicates that a point should be symbolized with a square mark. |
static Mark |
Mark.STAR
This constant indicates that a point should be symbolized with a star mark. |
static Mark |
Mark.TRIANGLE
This constant indicates that a point should be symbolized with a triangle mark. |
static Mark |
Mark.X
This constant indicates that a point should be symbolized with an X mark. |
Methods in org.opengis.go.display.style that return Mark | |
---|---|
Mark |
PointSymbolizer.getMark()
Returns the point mark value. |
static Mark[] |
Mark.values()
Returns the list of Mark s. |
Methods in org.opengis.go.display.style with parameters of type Mark | |
---|---|
void |
PointSymbolizer.setMark(Mark pointMark)
Sets the point mark value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |