Uses of Interface
net.opengis.gml311.CoordinateSystemAxisRefType
Packages that use CoordinateSystemAxisRefType
-
Uses of CoordinateSystemAxisRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CoordinateSystemAxisRefTypeModifier and TypeMethodDescriptionGml311Factory.createCoordinateSystemAxisRefType()
Returns a new object of class 'Coordinate System Axis Ref Type'.DocumentRoot.getCoordinateSystemAxisRef()
Returns the value of the 'Coordinate System Axis Ref' containment reference.DocumentRoot.getUsesAxis()
Returns the value of the 'Uses Axis' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CoordinateSystemAxisRefTypeModifier and TypeMethodDescriptionEList<CoordinateSystemAxisRefType>
AbstractCoordinateSystemType.getUsesAxis()
Returns the value of the 'Uses Axis' containment reference list.Methods in net.opengis.gml311 with parameters of type CoordinateSystemAxisRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setCoordinateSystemAxisRef
(CoordinateSystemAxisRefType value) Sets the value of the 'Coordinate System Axis Ref
' containment reference.void
DocumentRoot.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 CoordinateSystemAxisRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Coordinate System Axis Ref Type'.Fields in net.opengis.gml311.impl with type parameters of type CoordinateSystemAxisRefTypeModifier and TypeFieldDescriptionprotected EList<CoordinateSystemAxisRefType>
AbstractCoordinateSystemTypeImpl.usesAxis
The cached value of the 'Uses Axis
' containment reference list.Methods in net.opengis.gml311.impl that return CoordinateSystemAxisRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCoordinateSystemAxisRefType()
DocumentRootImpl.getCoordinateSystemAxisRef()
DocumentRootImpl.getUsesAxis()
Methods in net.opengis.gml311.impl that return types with arguments of type CoordinateSystemAxisRefTypeModifier and TypeMethodDescriptionEList<CoordinateSystemAxisRefType>
AbstractCoordinateSystemTypeImpl.getUsesAxis()
Methods in net.opengis.gml311.impl with parameters of type CoordinateSystemAxisRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCoordinateSystemAxisRef
(CoordinateSystemAxisRefType newCoordinateSystemAxisRef, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsesAxis
(CoordinateSystemAxisRefType newUsesAxis, NotificationChain msgs) void
DocumentRootImpl.setCoordinateSystemAxisRef
(CoordinateSystemAxisRefType newCoordinateSystemAxisRef) void
DocumentRootImpl.setUsesAxis
(CoordinateSystemAxisRefType newUsesAxis) -
Uses of CoordinateSystemAxisRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CoordinateSystemAxisRefTypeModifier and TypeMethodDescriptionGml311Switch.caseCoordinateSystemAxisRefType
(CoordinateSystemAxisRefType object) Returns the result of interpreting the object as an instance of 'Coordinate System Axis Ref Type'.boolean
Gml311Validator.validateCoordinateSystemAxisRefType
(CoordinateSystemAxisRefType coordinateSystemAxisRefType, DiagnosticChain diagnostics, Map<Object, Object> context)