Package | Description |
---|---|
org.apache.sis.metadata.iso.spatial |
Spatial representation implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGeorectified
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 |
DefaultGeoreferenceable
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.
|
Modifier and Type | Method and Description |
---|---|
static DefaultGridSpatialRepresentation |
DefaultGridSpatialRepresentation.castOrCopy(GridSpatialRepresentation object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.