Uses of Class
org.opengis.metadata.acquisition.GeometryType
-
Packages that use GeometryType Package Description org.opengis.metadata.acquisition -
-
Uses of GeometryType in org.opengis.metadata.acquisition
Fields in org.opengis.metadata.acquisition declared as GeometryType Modifier and Type Field Description static GeometryTypeGeometryType. AREALCollection of a geographic area defined by a polygon (coverage).static GeometryTypeGeometryType. LINEARExtended collection in a single vector.static GeometryTypeGeometryType. POINTSingle geographic point of interest.static GeometryTypeGeometryType. STRIPSeries of linear collections grouped by way points.Fields in org.opengis.metadata.acquisition with type parameters of type GeometryType Modifier and Type Field Description private static java.util.List<GeometryType>GeometryType. VALUESList of all enumerations of this type.Methods in org.opengis.metadata.acquisition that return GeometryType Modifier and Type Method Description GeometryType[]GeometryType. family()Returns the list of enumerations of the same kind than this enum.GeometryTypePlan. getType()Manner of sampling geometry that the planner expects for collection of objective data.static GeometryTypeGeometryType. valueOf(java.lang.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 ofGeometryTypes.
-