|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeometricObjectType | |
---|---|
org.geotools.metadata.iso.spatial | Spatial representation implementation. |
org.opengis.metadata.spatial | Spatial representation information (includes grid and vector representation). |
Uses of GeometricObjectType in org.geotools.metadata.iso.spatial |
---|
Methods in org.geotools.metadata.iso.spatial that return GeometricObjectType | |
---|---|
GeometricObjectType |
GeometricObjectsImpl.getGeometricObjectType()
Total number of the point or vector object type occurring in the dataset. |
Methods in org.geotools.metadata.iso.spatial with parameters of type GeometricObjectType | |
---|---|
void |
GeometricObjectsImpl.setGeometricObjectType(GeometricObjectType newValue)
Set the total number of the point or vector object type occurring in the dataset. |
Constructors in org.geotools.metadata.iso.spatial with parameters of type GeometricObjectType | |
---|---|
GeometricObjectsImpl(GeometricObjectType geometricObjectType)
Creates a geometric object initialized to the given type. |
Uses of GeometricObjectType in org.opengis.metadata.spatial |
---|
Fields in org.opengis.metadata.spatial declared as GeometricObjectType | |
---|---|
static GeometricObjectType |
GeometricObjectType.COMPLEX
Set of geometric primitives such that their boundaries can be represented as a union of other primitives. |
static GeometricObjectType |
GeometricObjectType.COMPOSITE
Connected set of curves, solids or surfaces. |
static GeometricObjectType |
GeometricObjectType.CURVE
Bounded, 1-dimensional geometric primitive, representing the continuous image of a line. |
static GeometricObjectType |
GeometricObjectType.POINT
Zero-dimensional geometric primitive, representing a position but not having an extent. |
static GeometricObjectType |
GeometricObjectType.SOLID
Bounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space. |
static 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 GeometricObjectType | |
---|---|
GeometricObjectType[] |
GeometricObjectType.family()
Returns the list of enumerations of the same kind than this enum. |
GeometricObjectType |
GeometricObjects.getGeometricObjectType()
Name of point and vector spatial objects used to locate zero-, one-, and twodimensional spatial locations in the dataset. |
static GeometricObjectType |
GeometricObjectType.valueOf(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 of GeometricObjectType s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |