Uses of Interface
net.opengis.gml311.CoordinateSystemAxisType
-
Packages that use CoordinateSystemAxisType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CoordinateSystemAxisType in net.opengis.gml311
Methods in net.opengis.gml311 that return CoordinateSystemAxisType Modifier and Type Method Description CoordinateSystemAxisTypeGml311Factory. createCoordinateSystemAxisType()Returns a new object of class 'Coordinate System Axis Type'.CoordinateSystemAxisTypeCoordinateSystemAxisRefType. getCoordinateSystemAxis()Returns the value of the 'Coordinate System Axis' containment reference.CoordinateSystemAxisTypeDocumentRoot. getCoordinateSystemAxis()Returns the value of the 'Coordinate System Axis' containment reference.Methods in net.opengis.gml311 with parameters of type CoordinateSystemAxisType Modifier and Type Method Description voidCoordinateSystemAxisRefType. setCoordinateSystemAxis(CoordinateSystemAxisType value)Sets the value of the 'Coordinate System Axis' containment reference.voidDocumentRoot. setCoordinateSystemAxis(CoordinateSystemAxisType value)Sets the value of the 'Coordinate System Axis' containment reference. -
Uses of CoordinateSystemAxisType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CoordinateSystemAxisType Modifier and Type Class Description classCoordinateSystemAxisTypeImplAn implementation of the model object 'Coordinate System Axis Type'.Fields in net.opengis.gml311.impl declared as CoordinateSystemAxisType Modifier and Type Field Description protected CoordinateSystemAxisTypeCoordinateSystemAxisRefTypeImpl. coordinateSystemAxisThe cached value of the 'Coordinate System Axis' containment reference.Methods in net.opengis.gml311.impl that return CoordinateSystemAxisType Modifier and Type Method Description CoordinateSystemAxisTypeGml311FactoryImpl. createCoordinateSystemAxisType()CoordinateSystemAxisTypeCoordinateSystemAxisRefTypeImpl. getCoordinateSystemAxis()CoordinateSystemAxisTypeDocumentRootImpl. getCoordinateSystemAxis()Methods in net.opengis.gml311.impl with parameters of type CoordinateSystemAxisType Modifier and Type Method Description NotificationChainCoordinateSystemAxisRefTypeImpl. basicSetCoordinateSystemAxis(CoordinateSystemAxisType newCoordinateSystemAxis, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetCoordinateSystemAxis(CoordinateSystemAxisType newCoordinateSystemAxis, NotificationChain msgs)voidCoordinateSystemAxisRefTypeImpl. setCoordinateSystemAxis(CoordinateSystemAxisType newCoordinateSystemAxis)voidDocumentRootImpl. setCoordinateSystemAxis(CoordinateSystemAxisType newCoordinateSystemAxis) -
Uses of CoordinateSystemAxisType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CoordinateSystemAxisType Modifier and Type Method Description TGml311Switch. caseCoordinateSystemAxisType(CoordinateSystemAxisType object)Returns the result of interpreting the object as an instance of 'Coordinate System Axis Type'.booleanGml311Validator. validateCoordinateSystemAxisType(CoordinateSystemAxisType coordinateSystemAxisType, DiagnosticChain diagnostics, Map<Object,Object> context)
-