Uses of Interface
net.opengis.gml311.LinearCSType
Packages that use LinearCSType
-
Uses of LinearCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return LinearCSTypeModifier and TypeMethodDescriptionGml311Factory.createLinearCSType()
Returns a new object of class 'Linear CS Type'.DocumentRoot.getLinearCS()
Returns the value of the 'Linear CS' containment reference.LinearCSRefType.getLinearCS()
Returns the value of the 'Linear CS' containment reference.Methods in net.opengis.gml311 with parameters of type LinearCSTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setLinearCS
(LinearCSType value) Sets the value of the 'Linear CS
' containment reference.void
LinearCSRefType.setLinearCS
(LinearCSType value) Sets the value of the 'Linear CS
' containment reference. -
Uses of LinearCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement LinearCSTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Linear CS Type'.Fields in net.opengis.gml311.impl declared as LinearCSTypeModifier and TypeFieldDescriptionprotected LinearCSType
LinearCSRefTypeImpl.linearCS
The cached value of the 'Linear CS
' containment reference.Methods in net.opengis.gml311.impl that return LinearCSTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createLinearCSType()
DocumentRootImpl.getLinearCS()
LinearCSRefTypeImpl.getLinearCS()
Methods in net.opengis.gml311.impl with parameters of type LinearCSTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetLinearCS
(LinearCSType newLinearCS, NotificationChain msgs) NotificationChain
LinearCSRefTypeImpl.basicSetLinearCS
(LinearCSType newLinearCS, NotificationChain msgs) void
DocumentRootImpl.setLinearCS
(LinearCSType newLinearCS) void
LinearCSRefTypeImpl.setLinearCS
(LinearCSType newLinearCS) -
Uses of LinearCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LinearCSTypeModifier and TypeMethodDescriptionGml311Switch.caseLinearCSType
(LinearCSType object) Returns the result of interpreting the object as an instance of 'Linear CS Type'.boolean
Gml311Validator.validateLinearCSType
(LinearCSType linearCSType, DiagnosticChain diagnostics, Map<Object, Object> context)