Uses of Class
org.opengis.metadata.spatial.GeometricObjectType
Packages that use GeometricObjectType
Package
Description
Information concerning the mechanisms used to represent spatial information in a dataset.
-
Uses of GeometricObjectType in org.opengis.metadata.spatial
Fields in org.opengis.metadata.spatial declared as GeometricObjectTypeModifier and TypeFieldDescriptionstatic final GeometricObjectType
GeometricObjectType.COMPLEX
Set of geometric primitives such that their boundaries can be represented as a union of other primitives.static final GeometricObjectType
GeometricObjectType.COMPOSITE
Connected set of curves, solids or surfaces.static final GeometricObjectType
GeometricObjectType.CURVE
Bounded, 1-dimensional geometric primitive, representing the continuous image of a line.static final GeometricObjectType
GeometricObjectType.POINT
Zero-dimensional geometric primitive, representing a position but not having an extent.static final GeometricObjectType
GeometricObjectType.SOLID
Bounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space.static final GeometricObjectType
GeometricObjectType.SURFACE
Bounded, 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 codes of the same kind as this code list element.GeometricObjects.getGeometricObjectType()
Name of point and vector spatial objects used to locate zero-, one-, two- or three-dimensional spatial locations in the dataset.static GeometricObjectType
Returns 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 ofGeometricObjectType
s.