|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="MI_GCPCollection", specification=ISO_19115_2) public interface GCPCollection
Information about a control point collection.
Method Summary | |
---|---|
Integer |
getCollectionIdentification()
Identifier of the GCP collection. |
InternationalString |
getCollectionName()
Name of the GCP collection. |
ReferenceSystem |
getCoordinateReferenceSystem()
Coordinate system in which the ground control points are defined. |
Collection<? extends GCP> |
getGCPs()
Ground control point(s) used in the collection. |
Methods inherited from interface GeolocationInformation |
---|
getQualityInfo |
Method Detail |
---|
@UML(identifier="collectionIdentification", obligation=MANDATORY, specification=ISO_19115_2) Integer getCollectionIdentification()
@UML(identifier="collectionName", obligation=MANDATORY, specification=ISO_19115_2) InternationalString getCollectionName()
@UML(identifier="coordinateReferenceSystem", obligation=MANDATORY, specification=ISO_19115_2) ReferenceSystem getCoordinateReferenceSystem()
@UML(identifier="gcp", obligation=MANDATORY, specification=ISO_19115_2) Collection<? extends GCP> getGCPs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |