Uses of Interface
net.opengis.gml311.CoordinateOperationRefType
-
Packages that use CoordinateOperationRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CoordinateOperationRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CoordinateOperationRefType Modifier and Type Method Description CoordinateOperationRefType
Gml311Factory. createCoordinateOperationRefType()
Returns a new object of class 'Coordinate Operation Ref Type'.CoordinateOperationRefType
DocumentRoot. getCoordinateOperationRef()
Returns the value of the 'Coordinate Operation Ref' containment reference.Methods in net.opengis.gml311 with parameters of type CoordinateOperationRefType Modifier and Type Method Description void
DocumentRoot. setCoordinateOperationRef(CoordinateOperationRefType value)
Sets the value of the 'Coordinate Operation Ref
' containment reference. -
Uses of CoordinateOperationRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CoordinateOperationRefType Modifier and Type Class Description class
CoordinateOperationRefTypeImpl
An implementation of the model object 'Coordinate Operation Ref Type'.Methods in net.opengis.gml311.impl that return CoordinateOperationRefType Modifier and Type Method Description CoordinateOperationRefType
Gml311FactoryImpl. createCoordinateOperationRefType()
CoordinateOperationRefType
DocumentRootImpl. getCoordinateOperationRef()
Methods in net.opengis.gml311.impl with parameters of type CoordinateOperationRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCoordinateOperationRef(CoordinateOperationRefType newCoordinateOperationRef, NotificationChain msgs)
void
DocumentRootImpl. setCoordinateOperationRef(CoordinateOperationRefType newCoordinateOperationRef)
-
Uses of CoordinateOperationRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CoordinateOperationRefType Modifier and Type Method Description T
Gml311Switch. caseCoordinateOperationRefType(CoordinateOperationRefType object)
Returns the result of interpreting the object as an instance of 'Coordinate Operation Ref Type'.boolean
Gml311Validator. validateCoordinateOperationRefType(CoordinateOperationRefType coordinateOperationRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-