@UML(identifier="MD_Georectified", specification=ISO_19115) public interface Georectified extends GridSpatialRepresentation
Modifier and Type | Method and Description |
---|---|
Point |
getCenterPoint()
Earth location in the coordinate system defined by the Spatial Reference System and the grid
coordinate of the cell halfway between opposite ends of the grid in the spatial dimensions.
|
InternationalString |
getCheckPointDescription()
Description of geographic position points used to test the accuracy of the georeferenced grid
data.
|
List<? extends Point> |
getCornerPoints()
Earth location in the coordinate system defined by the Spatial Reference System and the grid
coordinate of the cells at opposite ends of grid coverage along two diagonals in the grid
spatial dimensions.
|
PixelOrientation |
getPointInPixel()
Point in a pixel corresponding to the Earth location of the pixel.
|
InternationalString |
getTransformationDimensionDescription()
Description of the information about which grid dimensions are the spatial dimensions.
|
Collection<? extends InternationalString> |
getTransformationDimensionMapping()
Information about which grid dimensions are the spatial dimensions.
|
boolean |
isCheckPointAvailable()
Indication of whether or not geographic position points are available to test the accuracy of
the georeferenced grid data.
|
getAxisDimensionsProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailable
@UML(identifier="checkPointAvailability", obligation=MANDATORY, specification=ISO_19115) boolean isCheckPointAvailable()
@UML(identifier="checkPointDescription", obligation=OPTIONAL, specification=ISO_19115) InternationalString getCheckPointDescription()
null
.@UML(identifier="cornerPoints", obligation=MANDATORY, specification=ISO_19115) List<? extends Point> getCornerPoints()
@UML(identifier="centerPoint", obligation=OPTIONAL, specification=ISO_19115) Point getCenterPoint()
null
.@UML(identifier="pointInPixel", obligation=MANDATORY, specification=ISO_19115) PixelOrientation getPointInPixel()
@UML(identifier="transformationDimensionDescription", obligation=OPTIONAL, specification=ISO_19115) InternationalString getTransformationDimensionDescription()
null
.@UML(identifier="transformationDimensionMapping", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends InternationalString> getTransformationDimensionMapping()
null
.Copyright © 1996–2019 Geotools. All rights reserved.