Uses of Class
org.opengis.metadata.spatial.GeometricObjectType
Packages that use GeometricObjectType
Package
Description
Information about the mechanisms (grid or vector) used to represent spatial data.
Spatial representation information
(includes grid and vector representation).
-
Uses of GeometricObjectType in org.apache.sis.metadata.iso.spatial
Methods in org.apache.sis.metadata.iso.spatial that return GeometricObjectTypeModifier and TypeMethodDescriptionDefaultGeometricObjects.getGeometricObjectType()Returns the total number of the point or vector object type occurring in the dataset.Methods in org.apache.sis.metadata.iso.spatial with parameters of type GeometricObjectTypeModifier and TypeMethodDescriptionvoidDefaultGeometricObjects.setGeometricObjectType(GeometricObjectType newValue) Sets the total number of the point or vector object type occurring in the dataset.Constructors in org.apache.sis.metadata.iso.spatial with parameters of type GeometricObjectTypeModifierConstructorDescriptionDefaultGeometricObjects(GeometricObjectType geometricObjectType) Creates a geometric object initialized to the given type. -
Uses of GeometricObjectType in org.opengis.metadata.spatial
Subclasses with type arguments of type GeometricObjectType in org.opengis.metadata.spatialModifier and TypeClassDescriptionfinal className of point and vector spatial objects used to locate zero-, one-, and twodimensional spatial locations in the dataset.Fields in org.opengis.metadata.spatial declared as GeometricObjectTypeModifier and TypeFieldDescriptionstatic final GeometricObjectTypeGeometricObjectType.COMPLEXSet of geometric primitives such that their boundaries can be represented as a union of other primitives.static final GeometricObjectTypeGeometricObjectType.COMPOSITEConnected set of curves, solids or surfaces.static final GeometricObjectTypeGeometricObjectType.CURVEBounded, 1-dimensional geometric primitive, representing the continuous image of a line.static final GeometricObjectTypeGeometricObjectType.POINTZero-dimensional geometric primitive, representing a position but not having an extent.static final GeometricObjectTypeGeometricObjectType.SOLIDBounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space.static final GeometricObjectTypeGeometricObjectType.SURFACEBounded, connected 2-dimensional geometric, representing the continuous image of a region of a plane.Methods in org.opengis.metadata.spatial that return GeometricObjectTypeModifier and TypeMethodDescriptionGeometricObjectType.family()Returns the list of enumerations of the same kind as this enum.GeometricObjects.getGeometricObjectType()Name of point and vector spatial objects used to locate zero-, one-, and twodimensional spatial locations in the dataset.static GeometricObjectTypeReturns the geometric object type that matches the given string, or returns a new one if none match it.static GeometricObjectType[]GeometricObjectType.values()Returns the list ofGeometricObjectTypes.