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, setTransformationParameterAvailable
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
getAxisDimensionsProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailable
public 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 Georeferenceable
public void setControlPointAvailable(boolean newValue)
public boolean isOrientationParameterAvailable()
isOrientationParameterAvailable
in interface Georeferenceable
public void setOrientationParameterAvailable(boolean newValue)
public InternationalString getOrientationParameterDescription()
getOrientationParameterDescription
in interface Georeferenceable
null
.public void setOrientationParameterDescription(InternationalString newValue)
public Record getGeoreferencedParameters()
getGeoreferencedParameters
in interface Georeferenceable
public void setGeoreferencedParameters(Record newValue)
public Collection<Citation> getParameterCitation()
getParameterCitation
in interface Georeferenceable
public void setParameterCitation(Collection<? extends Citation> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.