|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList
SimpleEnumerationType
PathType
public class PathType
This class serves as the base class for objects that represent the various methods for computing a path between two locations. Singleton instances of PathType will exist to represent for example a path of constant bearing (rhumbline), or a great circle path.
Path type is an algorithmic sequence of interpolation and projection.
| Path Type | Interpolation Method |
| rhumbline | constant bearing |
| great circle | geodesic |
| vector | linear in worldspace (interpolation before projection) |
| pixel-straight | linear in display space (interpolation after projection) |
| spline | cubic in display space (interpolation after projection) |
| Field Summary | |
|---|---|
protected static List |
VALUES
The list of enumeration available in this virtual machine. |
| Constructor Summary | |
|---|---|
protected |
PathType(String name,
String description)
Creates a new PathType with the given value and name. |
| Method Summary | |
|---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static PathType[] |
values()
Returns the list of PathTypes. |
| 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 |
|---|
protected static final List VALUES
| Constructor Detail |
|---|
protected PathType(String name,
String description)
name - the short name for the enum.description - the description for the enum.| Method Detail |
|---|
public static PathType[] values()
PathTypes.
public CodeList[] family()
family in class CodeList
|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
Symbols, terms and definitions | Copyright OpenGIS® Consortium |