GeoAPI 2.0
Build 2005-06-08

org.opengis.go.spatial
Class UnprojectedPathType

Object
  extended by CodeList
      extended by SimpleEnumerationType
          extended by PathType
              extended by UnprojectedPathType
All Implemented Interfaces:
Serializable, Comparable

public class UnprojectedPathType
extends PathType

This class serves to contain two constants:

  1. 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.
  2. 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

Field Summary
static UnprojectedPathType CONTINUOUS_SPLINE
           
static UnprojectedPathType PIXEL_STRAIGHT
           
 
Fields inherited from class PathType
VALUES
 
Constructor Summary
protected UnprojectedPathType(String name, String description)
          Creates a new UnprojectedPathType with the given value and name.
 
Method Summary
 
Methods inherited from class PathType
family, values
 
Methods inherited from class SimpleEnumerationType
getDescription, getIcon, getNullIcon, loadIconResource, toString
 
Methods inherited from class CodeList
compareTo, name, ordinal, readResolve
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PIXEL_STRAIGHT

public static final UnprojectedPathType PIXEL_STRAIGHT

CONTINUOUS_SPLINE

public static final UnprojectedPathType CONTINUOUS_SPLINE
Constructor Detail

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.

GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium