|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleEnumerationType | |
---|---|
org.opengis.go.display.primitive | |
org.opengis.go.display.style | |
org.opengis.go.spatial | |
org.opengis.util | A set of utilities classes and interfaces for OpenGIS interfaces. |
Uses of SimpleEnumerationType in org.opengis.go.display.primitive |
---|
Subclasses of SimpleEnumerationType in org.opengis.go.display.primitive | |
---|---|
static class |
GraphicArc.ArcClosure
Instances of the ArcClosure class represent the various
methods of connecting the endpoints of an arc. |
Uses of SimpleEnumerationType in org.opengis.go.display.style |
---|
Subclasses of SimpleEnumerationType in org.opengis.go.display.style | |
---|---|
class |
ArrowStyle
Indicates the various enumerations of drawing a line with an arrow head. |
class |
DashArray
Indicates the various enumerations of drawing a pattern line. |
class |
FillPattern
Indicates the various fill patterns. |
class |
FillStyle
Indicates the various methods of filling the interior of objects. |
class |
LineCap
Instances of LineCap indicate the various
ways of capping the end of a styled line. |
class |
LineJoin
Indicates the various various ways of joining two lines at their intersection. |
class |
LinePattern
Indicate the various enumerations of drawing a patterned line. |
class |
LineStyle
Indicate the various enumerations of drawing a line. |
class |
Mark
Indicate the various methods of sybolizing points with marks. |
class |
XAnchor
Defines the various XAnchor types. |
class |
YAnchor
Defines the various YAnchor types. |
Uses of SimpleEnumerationType in org.opengis.go.spatial |
---|
Subclasses of SimpleEnumerationType in org.opengis.go.spatial | |
---|---|
class |
GlobalPathType
The instances of this class represent methods of calculating a path between two locations. |
class |
PathType
This class serves as the base class for objects that represent the various methods for computing a path between two locations. |
class |
UnprojectedPathType
This class serves to contain two constants: PIXEL_STRAIGHT, that indicates that a path between two points should be drawn on the screen as a straight line, regardless of the location or orientation of the vertices. |
class |
VectorPathType
This class serves to contain one static constant, VECTOR, indicating that the in-between points of a path are points on the Euclidean shortest distance line between the vertices. |
Uses of SimpleEnumerationType in org.opengis.util |
---|
Classes in org.opengis.util with type parameters of type SimpleEnumerationType | |
---|---|
class |
SimpleEnumerationType<E extends SimpleEnumerationType<E>>
Class that implements simple, type safe enumerations in Java. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |