Uses of Interface
net.opengis.gml311.CartesianCSRefType
Packages that use CartesianCSRefType
-
Uses of CartesianCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CartesianCSRefTypeModifier and TypeMethodDescriptionGml311Factory.createCartesianCSRefType()
Returns a new object of class 'Cartesian CS Ref Type'.DocumentRoot.getCartesianCSRef()
Returns the value of the 'Cartesian CS Ref' containment reference.DocumentRoot.getUsesCartesianCS()
Returns the value of the 'Uses Cartesian CS' containment reference.GeocentricCRSType.getUsesCartesianCS()
Returns the value of the 'Uses Cartesian CS' containment reference.ImageCRSType.getUsesCartesianCS()
Returns the value of the 'Uses Cartesian CS' containment reference.ProjectedCRSType.getUsesCartesianCS()
Returns the value of the 'Uses Cartesian CS' containment reference.Methods in net.opengis.gml311 with parameters of type CartesianCSRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setCartesianCSRef
(CartesianCSRefType value) Sets the value of the 'Cartesian CS Ref
' containment reference.void
DocumentRoot.setUsesCartesianCS
(CartesianCSRefType value) Sets the value of the 'Uses Cartesian CS
' containment reference.void
GeocentricCRSType.setUsesCartesianCS
(CartesianCSRefType value) Sets the value of the 'Uses Cartesian CS
' containment reference.void
ImageCRSType.setUsesCartesianCS
(CartesianCSRefType value) Sets the value of the 'Uses Cartesian CS
' containment reference.void
ProjectedCRSType.setUsesCartesianCS
(CartesianCSRefType value) Sets the value of the 'Uses Cartesian CS
' containment reference. -
Uses of CartesianCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CartesianCSRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Cartesian CS Ref Type'.Fields in net.opengis.gml311.impl declared as CartesianCSRefTypeModifier and TypeFieldDescriptionprotected CartesianCSRefType
GeocentricCRSTypeImpl.usesCartesianCS
The cached value of the 'Uses Cartesian CS
' containment reference.protected CartesianCSRefType
ImageCRSTypeImpl.usesCartesianCS
The cached value of the 'Uses Cartesian CS
' containment reference.protected CartesianCSRefType
ProjectedCRSTypeImpl.usesCartesianCS
The cached value of the 'Uses Cartesian CS
' containment reference.Methods in net.opengis.gml311.impl that return CartesianCSRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCartesianCSRefType()
DocumentRootImpl.getCartesianCSRef()
DocumentRootImpl.getUsesCartesianCS()
GeocentricCRSTypeImpl.getUsesCartesianCS()
ImageCRSTypeImpl.getUsesCartesianCS()
ProjectedCRSTypeImpl.getUsesCartesianCS()
Methods in net.opengis.gml311.impl with parameters of type CartesianCSRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCartesianCSRef
(CartesianCSRefType newCartesianCSRef, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsesCartesianCS
(CartesianCSRefType newUsesCartesianCS, NotificationChain msgs) NotificationChain
GeocentricCRSTypeImpl.basicSetUsesCartesianCS
(CartesianCSRefType newUsesCartesianCS, NotificationChain msgs) NotificationChain
ImageCRSTypeImpl.basicSetUsesCartesianCS
(CartesianCSRefType newUsesCartesianCS, NotificationChain msgs) NotificationChain
ProjectedCRSTypeImpl.basicSetUsesCartesianCS
(CartesianCSRefType newUsesCartesianCS, NotificationChain msgs) void
DocumentRootImpl.setCartesianCSRef
(CartesianCSRefType newCartesianCSRef) void
DocumentRootImpl.setUsesCartesianCS
(CartesianCSRefType newUsesCartesianCS) void
GeocentricCRSTypeImpl.setUsesCartesianCS
(CartesianCSRefType newUsesCartesianCS) void
ImageCRSTypeImpl.setUsesCartesianCS
(CartesianCSRefType newUsesCartesianCS) void
ProjectedCRSTypeImpl.setUsesCartesianCS
(CartesianCSRefType newUsesCartesianCS) -
Uses of CartesianCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CartesianCSRefTypeModifier and TypeMethodDescriptionGml311Switch.caseCartesianCSRefType
(CartesianCSRefType object) Returns the result of interpreting the object as an instance of 'Cartesian CS Ref Type'.boolean
Gml311Validator.validateCartesianCSRefType
(CartesianCSRefType cartesianCSRefType, DiagnosticChain diagnostics, Map<Object, Object> context)