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 Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Coordinate Operation Name' containment reference.void
Sets the value of the 'Coordinate Operation Name
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCoordinateOperationName
CodeType 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:
-
setCoordinateOperationName
Sets the value of the 'Coordinate Operation Name
' containment reference.- Parameters:
value
- the new value of the 'Coordinate Operation Name' containment reference.- See Also:
-