Uses of Class
org.opengis.metadata.acquisition.GeometryType
-
Uses of GeometryType in org.opengis.metadata.acquisition
Modifier and TypeFieldDescriptionstatic final GeometryType
GeometryType.AREAL
Collection of a geographic area defined by a polygon (coverage).static final GeometryType
GeometryType.LINEAR
Extended collection in a single vector.static final GeometryType
GeometryType.POINT
Single geographic point of interest.static final GeometryType
GeometryType.STRIP
Series of linear collections grouped by way points.Modifier and TypeMethodDescriptionGeometryType.family()
Returns the list of codes of the same kind as this code list element.default GeometryType
Plan.getType()
Manner of sampling geometry that the planner expects for collection of objective data.static GeometryType
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 ofGeometryType
s.