|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dimension | |
---|---|
org.geotools.metadata.iso.spatial | Spatial representation implementation. |
org.opengis.metadata.spatial | Spatial representation information (includes grid and vector representation). |
Uses of Dimension in org.geotools.metadata.iso.spatial |
---|
Classes in org.geotools.metadata.iso.spatial that implement Dimension | |
---|---|
class |
DimensionImpl
Axis properties. |
Methods in org.geotools.metadata.iso.spatial that return types with arguments of type Dimension | |
---|---|
List<Dimension> |
GridSpatialRepresentationImpl.getAxisDimensionsProperties()
Information about spatial-temporal axis properties. |
Method parameters in org.geotools.metadata.iso.spatial with type arguments of type Dimension | |
---|---|
void |
GridSpatialRepresentationImpl.setAxisDimensionsProperties(List<? extends Dimension> newValues)
Set information about spatial-temporal axis properties. |
Constructors in org.geotools.metadata.iso.spatial with parameters of type Dimension | |
---|---|
DimensionImpl(Dimension source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Constructor parameters in org.geotools.metadata.iso.spatial with type arguments of type Dimension | |
---|---|
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. |
Uses of Dimension in org.opengis.metadata.spatial |
---|
Methods in org.opengis.metadata.spatial that return types with arguments of type Dimension | |
---|---|
List<? extends Dimension> |
GridSpatialRepresentation.getAxisDimensionsProperties()
Information about spatial-temporal axis properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |