Package net.opengis.gml311
Interface AbstractCoordinateOperationBaseType
- All Superinterfaces:
- AbstractGMLType,- DefinitionType,- EObject,- Notifier
- All Known Subinterfaces:
- AbstractCoordinateOperationType,- AbstractGeneralConversionType,- AbstractGeneralTransformationType,- ConcatenatedOperationType,- ConversionType,- PassThroughOperationType,- TransformationType
- All Known Implementing Classes:
- AbstractCoordinateOperationBaseTypeImpl,- AbstractCoordinateOperationTypeImpl,- AbstractGeneralConversionTypeImpl,- AbstractGeneralTransformationTypeImpl,- ConcatenatedOperationTypeImpl,- ConversionTypeImpl,- PassThroughOperationTypeImpl,- TransformationTypeImpl
 A representation of the model object 'Abstract Coordinate Operation Base Type'.
 
 
 Basic encoding for coordinate operation objects, simplifying and restricting the DefinitionType as needed. 
 
 
The following features are supported:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Coordinate Operation Name' containment reference.voidSets the value of the 'Coordinate Operation Name' containment reference.Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getCoordinateOperationNameCodeType getCoordinateOperationName()Returns the value of the 'Coordinate Operation Name' containment reference. The name by which this coordinate operation is identified.- Returns:
- the value of the 'Coordinate Operation Name' containment reference.
- See Also:
 
- 
setCoordinateOperationNameSets the value of the 'Coordinate Operation Name' containment reference.- Parameters:
- value- the new value of the 'Coordinate Operation Name' containment reference.
- See Also:
 
 
-