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 CoordinateOperationRefTypeGml311Factory. createCoordinateOperationRefType()Returns a new object of class 'Coordinate Operation Ref Type'.CoordinateOperationRefTypeDocumentRoot. 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 voidDocumentRoot. 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 classCoordinateOperationRefTypeImplAn implementation of the model object 'Coordinate Operation Ref Type'.Methods in net.opengis.gml311.impl that return CoordinateOperationRefType Modifier and Type Method Description CoordinateOperationRefTypeGml311FactoryImpl. createCoordinateOperationRefType()CoordinateOperationRefTypeDocumentRootImpl. getCoordinateOperationRef()Methods in net.opengis.gml311.impl with parameters of type CoordinateOperationRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCoordinateOperationRef(CoordinateOperationRefType newCoordinateOperationRef, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseCoordinateOperationRefType(CoordinateOperationRefType object)Returns the result of interpreting the object as an instance of 'Coordinate Operation Ref Type'.booleanGml311Validator. validateCoordinateOperationRefType(CoordinateOperationRefType coordinateOperationRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-