Uses of Class
org.opengis.metadata.spatial.GeometricObjectType
-
Packages that use GeometricObjectType Package Description org.opengis.metadata.spatial Spatial representation information (includes grid and vector representation). -
-
Uses of GeometricObjectType in org.opengis.metadata.spatial
Fields in org.opengis.metadata.spatial declared as GeometricObjectType Modifier and Type Field Description static GeometricObjectTypeGeometricObjectType. COMPLEXSet of geometric primitives such that their boundaries can be represented as a union of other primitives.static GeometricObjectTypeGeometricObjectType. COMPOSITEConnected set of curves, solids or surfaces.static GeometricObjectTypeGeometricObjectType. CURVEBounded, 1-dimensional geometric primitive, representing the continuous image of a line.static GeometricObjectTypeGeometricObjectType. POINTZero-dimensional geometric primitive, representing a position but not having an extent.static GeometricObjectTypeGeometricObjectType. SOLIDBounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space.static GeometricObjectTypeGeometricObjectType. SURFACEBounded, connected 2-dimensional geometric, representing the continuous image of a region of a plane.Fields in org.opengis.metadata.spatial with type parameters of type GeometricObjectType Modifier and Type Field Description private static java.util.List<GeometricObjectType>GeometricObjectType. VALUESList of all enumerations of this type.Methods in org.opengis.metadata.spatial that return GeometricObjectType Modifier and Type Method Description GeometricObjectType[]GeometricObjectType. family()Returns the list of enumerations of the same kind than this enum.GeometricObjectTypeGeometricObjects. getGeometricObjectType()Name of point and vector spatial objects used to locate zero-, one-, and twodimensional spatial locations in the dataset.static GeometricObjectTypeGeometricObjectType. valueOf(java.lang.String code)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 ofGeometricObjectTypes.
-