org.geotools.metadata.iso.spatial |
package org.geotools.metadata.iso.spatial
{@linkplain org.geotools.metadata.iso.spatial.SpatialRepresentationImpl Spatial representation} implementation.
An explanation for this package is provided in the {@linkplain org.opengis.metadata.spatial OpenGIS® javadoc}.
The remaining discussion on this page is specific to the Geotools implementation.
|
Java Source File Name | Type | Comment |
DimensionImpl.java | Class | Axis properties. |
GeometricObjectsImpl.java | Class | Number of objects, listed by geometric object type, used in the dataset. |
GeorectifiedImpl.java | Class | 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. |
GeoreferenceableImpl.java | Class | 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. |
GridSpatialRepresentationImpl.java | Class | Basic information required to uniquely identify a resource or resources. |
SpatialRepresentationImpl.java | Class | Method used to represent geographic information in the dataset. |
VectorSpatialRepresentationImpl.java | Class | Information about the vector spatial objects in the dataset. |