|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeometryType | |
---|---|
org.opengis.metadata.acquisition | Acquisition information. |
Uses of GeometryType in org.opengis.metadata.acquisition |
---|
Fields in org.opengis.metadata.acquisition declared as GeometryType | |
---|---|
static GeometryType |
GeometryType.AREAL
Collection of a geographic area defined by a polygon (coverage). |
static GeometryType |
GeometryType.LINEAR
Extended collection in a single vector. |
static GeometryType |
GeometryType.POINT
Single geographic point of interest. |
static GeometryType |
GeometryType.STRIP
Series of linear collections grouped by way points. |
Methods in org.opengis.metadata.acquisition that return GeometryType | |
---|---|
GeometryType[] |
GeometryType.family()
Returns the list of enumerations of the same kind than this enum. |
GeometryType |
Plan.getType()
Manner of sampling geometry that the planner expects for collection of objective data. |
static GeometryType |
GeometryType.valueOf(String code)
Returns the geometry type that matches the given string, or returns a new one if none match it. |
static GeometryType[] |
GeometryType.values()
Returns the list of GeometryType s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |