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
public interface AbstractCoordinateOperationBaseType extends DefinitionType
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeType
getCoordinateOperationName()
Returns the value of the 'Coordinate Operation Name' containment reference.void
setCoordinateOperationName(CodeType value)
Sets the value of the 'Coordinate Operation Name
' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
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(CodeType)
,Gml311Package.getAbstractCoordinateOperationBaseType_CoordinateOperationName()
-
setCoordinateOperationName
void setCoordinateOperationName(CodeType value)
Sets the value of the 'Coordinate Operation Name
' containment reference.- Parameters:
value
- the new value of the 'Coordinate Operation Name' containment reference.- See Also:
getCoordinateOperationName()
-
-