Uses of Interface
net.opengis.gml311.CoordinateSystemAxisRefType
-
Packages that use CoordinateSystemAxisRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CoordinateSystemAxisRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CoordinateSystemAxisRefType Modifier and Type Method Description CoordinateSystemAxisRefTypeGml311Factory. createCoordinateSystemAxisRefType()Returns a new object of class 'Coordinate System Axis Ref Type'.CoordinateSystemAxisRefTypeDocumentRoot. getCoordinateSystemAxisRef()Returns the value of the 'Coordinate System Axis Ref' containment reference.CoordinateSystemAxisRefTypeDocumentRoot. getUsesAxis()Returns the value of the 'Uses Axis' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CoordinateSystemAxisRefType Modifier and Type Method Description EList<CoordinateSystemAxisRefType>AbstractCoordinateSystemType. getUsesAxis()Returns the value of the 'Uses Axis' containment reference list.Methods in net.opengis.gml311 with parameters of type CoordinateSystemAxisRefType Modifier and Type Method Description voidDocumentRoot. setCoordinateSystemAxisRef(CoordinateSystemAxisRefType value)Sets the value of the 'Coordinate System Axis Ref' containment reference.voidDocumentRoot. setUsesAxis(CoordinateSystemAxisRefType value)Sets the value of the 'Uses Axis' containment reference. -
Uses of CoordinateSystemAxisRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CoordinateSystemAxisRefType Modifier and Type Class Description classCoordinateSystemAxisRefTypeImplAn implementation of the model object 'Coordinate System Axis Ref Type'.Fields in net.opengis.gml311.impl with type parameters of type CoordinateSystemAxisRefType Modifier and Type Field Description protected EList<CoordinateSystemAxisRefType>AbstractCoordinateSystemTypeImpl. usesAxisThe cached value of the 'Uses Axis' containment reference list.Methods in net.opengis.gml311.impl that return CoordinateSystemAxisRefType Modifier and Type Method Description CoordinateSystemAxisRefTypeGml311FactoryImpl. createCoordinateSystemAxisRefType()CoordinateSystemAxisRefTypeDocumentRootImpl. getCoordinateSystemAxisRef()CoordinateSystemAxisRefTypeDocumentRootImpl. getUsesAxis()Methods in net.opengis.gml311.impl that return types with arguments of type CoordinateSystemAxisRefType Modifier and Type Method Description EList<CoordinateSystemAxisRefType>AbstractCoordinateSystemTypeImpl. getUsesAxis()Methods in net.opengis.gml311.impl with parameters of type CoordinateSystemAxisRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCoordinateSystemAxisRef(CoordinateSystemAxisRefType newCoordinateSystemAxisRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesAxis(CoordinateSystemAxisRefType newUsesAxis, NotificationChain msgs)voidDocumentRootImpl. setCoordinateSystemAxisRef(CoordinateSystemAxisRefType newCoordinateSystemAxisRef)voidDocumentRootImpl. setUsesAxis(CoordinateSystemAxisRefType newUsesAxis) -
Uses of CoordinateSystemAxisRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CoordinateSystemAxisRefType Modifier and Type Method Description TGml311Switch. caseCoordinateSystemAxisRefType(CoordinateSystemAxisRefType object)Returns the result of interpreting the object as an instance of 'Coordinate System Axis Ref Type'.booleanGml311Validator. validateCoordinateSystemAxisRefType(CoordinateSystemAxisRefType coordinateSystemAxisRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-