Package | Description |
---|---|
org.geotools.metadata.iso.spatial |
Spatial representation
implementation.
|
org.opengis.metadata.spatial |
Spatial representation
information (includes grid and vector representation).
|
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
GridSpatialRepresentationImpl(GridSpatialRepresentation source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Copyright © 1996–2019 Geotools. All rights reserved.