|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpatialRepresentationType | |
---|---|
org.geotools.metadata.iso.identification | Identification implementation. |
org.opengis.metadata.identification | Identification information (includes data and service identification). |
org.opengis.metadata.spatial | Spatial representation information (includes grid and vector representation). |
Uses of SpatialRepresentationType in org.geotools.metadata.iso.identification |
---|
Methods in org.geotools.metadata.iso.identification that return types with arguments of type SpatialRepresentationType | |
---|---|
Collection<SpatialRepresentationType> |
DataIdentificationImpl.getSpatialRepresentationTypes()
Method used to spatially represent geographic information. |
Method parameters in org.geotools.metadata.iso.identification with type arguments of type SpatialRepresentationType | |
---|---|
void |
DataIdentificationImpl.setSpatialRepresentationTypes(Collection<? extends SpatialRepresentationType> newValues)
Set the method used to spatially represent geographic information. |
Uses of SpatialRepresentationType in org.opengis.metadata.identification |
---|
Methods in org.opengis.metadata.identification that return types with arguments of type SpatialRepresentationType | |
---|---|
Collection<SpatialRepresentationType> |
DataIdentification.getSpatialRepresentationTypes()
Method used to spatially represent geographic information. |
Uses of SpatialRepresentationType in org.opengis.metadata.spatial |
---|
Fields in org.opengis.metadata.spatial declared as SpatialRepresentationType | |
---|---|
static SpatialRepresentationType |
SpatialRepresentationType.GRID
Grid data is used to represent geographic data. |
static SpatialRepresentationType |
SpatialRepresentationType.STEREO_MODEL
Three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images. |
static SpatialRepresentationType |
SpatialRepresentationType.TEXT_TABLE
Textual or tabular data is used to represent geographic data. |
static SpatialRepresentationType |
SpatialRepresentationType.TIN
Triangulated irregular network. |
static SpatialRepresentationType |
SpatialRepresentationType.VECTOR
Vector data is used to represent geographic data. |
static SpatialRepresentationType |
SpatialRepresentationType.VIDEO
Scene from a video recording. |
Methods in org.opengis.metadata.spatial that return SpatialRepresentationType | |
---|---|
SpatialRepresentationType[] |
SpatialRepresentationType.family()
Returns the list of enumerations of the same kind than this enum. |
static SpatialRepresentationType |
SpatialRepresentationType.valueOf(String code)
Returns the spatial representation type that matches the given string, or returns a new one if none match it. |
static SpatialRepresentationType[] |
SpatialRepresentationType.values()
Returns the list of SpatialRepresentationType s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |