Uses of Interface
net.opengis.gml311.CartesianCSType
Packages that use CartesianCSType
-
Uses of CartesianCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return CartesianCSTypeModifier and TypeMethodDescriptionGml311Factory.createCartesianCSType()
Returns a new object of class 'Cartesian CS Type'.CartesianCSRefType.getCartesianCS()
Returns the value of the 'Cartesian CS' containment reference.DocumentRoot.getCartesianCS()
Returns the value of the 'Cartesian CS' containment reference.Methods in net.opengis.gml311 with parameters of type CartesianCSTypeModifier and TypeMethodDescriptionvoid
CartesianCSRefType.setCartesianCS
(CartesianCSType value) Sets the value of the 'Cartesian CS
' containment reference.void
DocumentRoot.setCartesianCS
(CartesianCSType value) Sets the value of the 'Cartesian CS
' containment reference. -
Uses of CartesianCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CartesianCSTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Cartesian CS Type'.Fields in net.opengis.gml311.impl declared as CartesianCSTypeModifier and TypeFieldDescriptionprotected CartesianCSType
CartesianCSRefTypeImpl.cartesianCS
The cached value of the 'Cartesian CS
' containment reference.Methods in net.opengis.gml311.impl that return CartesianCSTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCartesianCSType()
CartesianCSRefTypeImpl.getCartesianCS()
DocumentRootImpl.getCartesianCS()
Methods in net.opengis.gml311.impl with parameters of type CartesianCSTypeModifier and TypeMethodDescriptionNotificationChain
CartesianCSRefTypeImpl.basicSetCartesianCS
(CartesianCSType newCartesianCS, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetCartesianCS
(CartesianCSType newCartesianCS, NotificationChain msgs) void
CartesianCSRefTypeImpl.setCartesianCS
(CartesianCSType newCartesianCS) void
DocumentRootImpl.setCartesianCS
(CartesianCSType newCartesianCS) -
Uses of CartesianCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CartesianCSTypeModifier and TypeMethodDescriptionGml311Switch.caseCartesianCSType
(CartesianCSType object) Returns the result of interpreting the object as an instance of 'Cartesian CS Type'.boolean
Gml311Validator.validateCartesianCSType
(CartesianCSType cartesianCSType, DiagnosticChain diagnostics, Map<Object, Object> context)