org.opengis.go.spatial
Class UnprojectedPathType
Object
CodeList
SimpleEnumerationType
PathType
UnprojectedPathType
- All Implemented Interfaces:
- Serializable, Comparable
public class UnprojectedPathType
- extends PathType
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.
-
CONTINUOUS_SPLINE, that indicates a spline is to be used to connect
points along a path.
These should be used in situations where accuracy is unimportant or the
appearance of the path is intended to remain the same, regardless of the
current viewport of the map. Note that this applies to both
two dimensional and three dimensional displays; in a three dimensional
display, the path may cross other objects, but will always appear straight.
- Version:
- $Revision: 1.5 $, $Date: 2005/05/16 10:54:58 $
- See Also:
- Serialized Form
PIXEL_STRAIGHT
public static final UnprojectedPathType PIXEL_STRAIGHT
CONTINUOUS_SPLINE
public static final UnprojectedPathType CONTINUOUS_SPLINE
UnprojectedPathType
protected UnprojectedPathType(String name,
String description)
- Creates a new UnprojectedPathType with the given value and name.
- Parameters:
name - the short name for the enum.description - the description for the enum.