|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpatialRepresentation | |
---|---|
org.geotools.metadata.iso | Metadata implementation. |
org.geotools.metadata.iso.spatial | Spatial representation implementation. |
org.opengis.metadata | Root package for metadata. |
org.opengis.metadata.spatial | Spatial representation information (includes grid and vector representation). |
Uses of SpatialRepresentation in org.geotools.metadata.iso |
---|
Methods in org.geotools.metadata.iso that return types with arguments of type SpatialRepresentation | |
---|---|
Collection<SpatialRepresentation> |
MetaDataImpl.getSpatialRepresentationInfo()
Returns the digital representation of spatial information in the dataset. |
Method parameters in org.geotools.metadata.iso with type arguments of type SpatialRepresentation | |
---|---|
void |
MetaDataImpl.setSpatialRepresentationInfo(Collection<? extends SpatialRepresentation> newValues)
Set the digital representation of spatial information in the dataset. |
Uses of SpatialRepresentation in org.geotools.metadata.iso.spatial |
---|
Classes in org.geotools.metadata.iso.spatial that implement SpatialRepresentation | |
---|---|
class |
GeorectifiedImpl
Grid whose cells are regularly spaced in a geographic (i.e., lat / long) or map coordinate system defined in the Spatial Referencing System (SRS) so that any cell in the grid can be geolocated given its grid coordinate and the grid origin, cell spacing, and orientation indication of whether or not geographic. |
class |
GeoreferenceableImpl
Grid with cells irregularly spaced in any given geographic/map projection coordinate system, whose individual cells can be geolocated using geolocation information supplied with the data but cannot be geolocated from the grid properties alone. |
class |
GridSpatialRepresentationImpl
Basic information required to uniquely identify a resource or resources. |
class |
SpatialRepresentationImpl
Method used to represent geographic information in the dataset. |
class |
VectorSpatialRepresentationImpl
Information about the vector spatial objects in the dataset. |
Constructors in org.geotools.metadata.iso.spatial with parameters of type SpatialRepresentation | |
---|---|
SpatialRepresentationImpl(SpatialRepresentation source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Uses of SpatialRepresentation in org.opengis.metadata |
---|
Methods in org.opengis.metadata that return types with arguments of type SpatialRepresentation | |
---|---|
Collection<? extends SpatialRepresentation> |
MetaData.getSpatialRepresentationInfo()
Digital representation of spatial information in the dataset. |
Uses of SpatialRepresentation in org.opengis.metadata.spatial |
---|
Subinterfaces of SpatialRepresentation in org.opengis.metadata.spatial | |
---|---|
interface |
Georectified
Grid whose cells are regularly spaced in a geographic (i.e., lat / long) or map coordinate system defined in the Spatial Referencing System (SRS) so that any cell in the grid can be geolocated given its grid coordinate and the grid origin, cell spacing, and orientation indication of whether or not geographic. |
interface |
Georeferenceable
Grid with cells irregularly spaced in any given geographic/map projection coordinate system, whose individual cells can be geolocated using geolocation information supplied with the data but cannot be geolocated from the grid properties alone. |
interface |
GridSpatialRepresentation
Basic information required to uniquely identify a resource or resources. |
interface |
VectorSpatialRepresentation
Information about the vector spatial objects in the dataset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |