public class GeoreferenceableImpl extends GridSpatialRepresentationImpl implements Georeferenceable
LOGGER| Constructor and Description |
|---|
GeoreferenceableImpl()
Constructs an initially empty georeferenceable.
|
GeoreferenceableImpl(Georeferenceable source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
GeoreferenceableImpl(int numberOfDimensions,
List<? extends Dimension> axisDimensionsProperties,
CellGeometry cellGeometry,
boolean transformationParameterAvailable,
boolean controlPointAvailable,
boolean orientationParameterAvailable)
Creates a georeferencable initialized to the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Record |
getGeoreferencedParameters()
Terms which support grid data georeferencing.
|
InternationalString |
getOrientationParameterDescription()
Description of parameters used to describe sensor orientation.
|
Collection<Citation> |
getParameterCitation()
Reference providing description of the parameters.
|
boolean |
isControlPointAvailable()
Indication of whether or not control point(s) exists.
|
boolean |
isOrientationParameterAvailable()
Indication of whether or not orientation parameters are available.
|
void |
setControlPointAvailable(boolean newValue)
Set an indication of whether or not control point(s) exists.
|
void |
setGeoreferencedParameters(Record newValue)
Set terms which support grid data georeferencing.
|
void |
setOrientationParameterAvailable(boolean newValue)
Set an indication of whether or not orientation parameters are available.
|
void |
setOrientationParameterDescription(InternationalString newValue)
Set a description of parameters used to describe sensor orientation.
|
void |
setParameterCitation(Collection<? extends Citation> newValues)
Set reference providing description of the parameters.
|
getAxisDimensionsProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailable, setAxisDimensionsProperties, setCellGeometry, setNumberOfDimensions, setTransformationParameterAvailableensureNonNull, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringgetAxisDimensionsProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailablepublic GeoreferenceableImpl()
public GeoreferenceableImpl(Georeferenceable source)
public GeoreferenceableImpl(int numberOfDimensions,
List<? extends Dimension> axisDimensionsProperties,
CellGeometry cellGeometry,
boolean transformationParameterAvailable,
boolean controlPointAvailable,
boolean orientationParameterAvailable)
public boolean isControlPointAvailable()
isControlPointAvailable in interface Georeferenceablepublic void setControlPointAvailable(boolean newValue)
public boolean isOrientationParameterAvailable()
isOrientationParameterAvailable in interface Georeferenceablepublic void setOrientationParameterAvailable(boolean newValue)
public InternationalString getOrientationParameterDescription()
getOrientationParameterDescription in interface Georeferenceablenull.public void setOrientationParameterDescription(InternationalString newValue)
public Record getGeoreferencedParameters()
getGeoreferencedParameters in interface Georeferenceablepublic void setGeoreferencedParameters(Record newValue)
public Collection<Citation> getParameterCitation()
getParameterCitation in interface Georeferenceablepublic void setParameterCitation(Collection<? extends Citation> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.