Uses of Class
org.opengis.metadata.acquisition.GeometryType
Packages that use GeometryType
Package
Description
Helper classes for creating
FeatureType instances.Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
-
Uses of GeometryType in org.apache.sis.feature.builder
Methods in org.apache.sis.feature.builder with parameters of type GeometryTypeModifier and TypeMethodDescriptionFeatureTypeBuilder.addAttribute(GeometryType type) Creates a new attribute for geometries of the given type. -
Uses of GeometryType in org.apache.sis.metadata.iso.acquisition
Methods in org.apache.sis.metadata.iso.acquisition that return GeometryTypeModifier and TypeMethodDescriptionDefaultPlan.getType()Returns the manner of sampling geometry that the planner expects for collection of objective data.Methods in org.apache.sis.metadata.iso.acquisition with parameters of type GeometryTypeModifier and TypeMethodDescriptionvoidDefaultPlan.setType(GeometryType newValue) Sets the manner of sampling geometry that the planner expects for collection of objective data. -
Uses of GeometryType in org.opengis.metadata.acquisition
Subclasses with type arguments of type GeometryType in org.opengis.metadata.acquisitionModifier and TypeClassDescriptionfinal classGeometric description of the collection.Fields in org.opengis.metadata.acquisition declared as GeometryTypeModifier and TypeFieldDescriptionstatic final GeometryTypeGeometryType.AREALCollection of a geographic area defined by a polygon (coverage).static final GeometryTypeGeometryType.LINEARExtended collection in a single vector.static final GeometryTypeGeometryType.POINTSingle geographic point of interest.static final GeometryTypeGeometryType.STRIPSeries of linear collections grouped by way points.Methods in org.opengis.metadata.acquisition that return GeometryTypeModifier and TypeMethodDescriptionGeometryType.family()Returns the list of enumerations of the same kind as this enum.Plan.getType()Manner of sampling geometry that the planner expects for collection of objective data.static GeometryTypeReturns 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.