|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
AbstractGeolocationInformation
DefaultGCPCollection
@ThreadSafe public class DefaultGCPCollection
Information about a control point collection.
| metadata/geotk-metadata (download) | View source code for this class |
| Field Summary |
|---|
| Fields inherited from class MetadataEntity |
|---|
identifiers |
| Fields inherited from class AbstractMetadata |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
DefaultGCPCollection()
Constructs an initially empty ground control point collection. |
|
DefaultGCPCollection(GCPCollection source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
| Method Summary | |
|---|---|
static DefaultGCPCollection |
castOrCopy(GCPCollection object)
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation. |
Integer |
getCollectionIdentification()
Returns the identifier of the GCP collection. |
InternationalString |
getCollectionName()
Returns the name of the GCP collection. |
ReferenceSystem |
getCoordinateReferenceSystem()
Returns the coordinate system in which the ground control points are defined. |
Collection<GCP> |
getGCPs()
Returns the ground control point(s) used in the collection. |
void |
setCollectionIdentification(Integer newValue)
Sets the identifier of the GCP collection. |
void |
setCollectionName(InternationalString newValue)
Sets the name of the GCP collection. |
void |
setCoordinateReferenceSystem(ReferenceSystem newValue)
Sets the coordinate system in which the ground control points are defined. |
void |
setGCPs(Collection<? extends GCP> newValues)
Sets the ground control point(s) used in the collection. |
| Methods inherited from class AbstractGeolocationInformation |
|---|
castOrCopy, getQualityInfo, setQualityInfo |
| Methods inherited from class MetadataEntity |
|---|
getIdentifier, getIdentifierMap, getIdentifiers, getStandard |
| Methods inherited from class ModifiableMetadata |
|---|
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, prune, unmodifiable |
| Methods inherited from class AbstractMetadata |
|---|
asMap, asTree, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, parse, toString |
| Methods inherited from class Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface GeolocationInformation |
|---|
getQualityInfo |
| Constructor Detail |
|---|
public DefaultGCPCollection()
public DefaultGCPCollection(GCPCollection source)
source - The metadata to copy, or null if none.| Method Detail |
|---|
public static DefaultGCPCollection castOrCopy(GCPCollection object)
null, then this method returns null.
Otherwise if the given object is already a Geotk implementation, then the given object is
returned unchanged. Otherwise a new Geotk implementation is created and initialized to the
attribute values of the given object, using a shallow copy operation
(i.e. attributes are not cloned).
object - The object to get as a Geotk implementation, or null if none.
null if the argument was null.public Integer getCollectionIdentification()
getCollectionIdentification in interface GCPCollectionpublic void setCollectionIdentification(Integer newValue)
newValue - The new collection identifier value.public InternationalString getCollectionName()
getCollectionName in interface GCPCollectionpublic void setCollectionName(InternationalString newValue)
newValue - The new collection name.public ReferenceSystem getCoordinateReferenceSystem()
getCoordinateReferenceSystem in interface GCPCollectionpublic void setCoordinateReferenceSystem(ReferenceSystem newValue)
newValue - The new coordinate reference system value.public Collection<GCP> getGCPs()
getGCPs in interface GCPCollectionpublic void setGCPs(Collection<? extends GCP> newValues)
newValues - The new ground control points values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||