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 |
DimensionImpl
Axis properties.
|
Modifier and Type | Method and Description |
---|---|
List<Dimension> |
GridSpatialRepresentationImpl.getAxisDimensionsProperties()
Information about spatial-temporal axis properties.
|
Modifier and Type | Method and Description |
---|---|
void |
GridSpatialRepresentationImpl.setAxisDimensionsProperties(List<? extends Dimension> newValues)
Set information about spatial-temporal axis properties.
|
Constructor and Description |
---|
DimensionImpl(Dimension source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Constructor and Description |
---|
GeorectifiedImpl(int numberOfDimensions,
List<? extends Dimension> axisDimensionsProperties,
CellGeometry cellGeometry,
boolean transformationParameterAvailable,
boolean checkPointAvailable,
List<? extends Point> cornerPoints,
PixelOrientation pointInPixel)
Creates a georectified object initialized to the specified values.
|
GeoreferenceableImpl(int numberOfDimensions,
List<? extends Dimension> axisDimensionsProperties,
CellGeometry cellGeometry,
boolean transformationParameterAvailable,
boolean controlPointAvailable,
boolean orientationParameterAvailable)
Creates a georeferencable initialized to the given parameters.
|
GridSpatialRepresentationImpl(int numberOfDimensions,
List<? extends Dimension> axisDimensionsProperties,
CellGeometry cellGeometry,
boolean transformationParameterAvailable)
Creates a grid spatial representation initialized to the given values.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Dimension> |
GridSpatialRepresentation.getAxisDimensionsProperties()
Information about spatial-temporal axis properties.
|
Copyright © 1996–2022 Geotools. All rights reserved.