Uses of Interface
net.opengis.gml311.CartesianCSType
-
Packages that use CartesianCSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CartesianCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return CartesianCSType Modifier and Type Method Description CartesianCSType
Gml311Factory. createCartesianCSType()
Returns a new object of class 'Cartesian CS Type'.CartesianCSType
CartesianCSRefType. getCartesianCS()
Returns the value of the 'Cartesian CS' containment reference.CartesianCSType
DocumentRoot. getCartesianCS()
Returns the value of the 'Cartesian CS' containment reference.Methods in net.opengis.gml311 with parameters of type CartesianCSType Modifier and Type Method Description void
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 CartesianCSType Modifier and Type Class Description class
CartesianCSTypeImpl
An implementation of the model object 'Cartesian CS Type'.Fields in net.opengis.gml311.impl declared as CartesianCSType Modifier and Type Field Description protected CartesianCSType
CartesianCSRefTypeImpl. cartesianCS
The cached value of the 'Cartesian CS
' containment reference.Methods in net.opengis.gml311.impl that return CartesianCSType Modifier and Type Method Description CartesianCSType
Gml311FactoryImpl. createCartesianCSType()
CartesianCSType
CartesianCSRefTypeImpl. getCartesianCS()
CartesianCSType
DocumentRootImpl. getCartesianCS()
Methods in net.opengis.gml311.impl with parameters of type CartesianCSType Modifier and Type Method Description NotificationChain
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 CartesianCSType Modifier and Type Method Description T
Gml311Switch. 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)
-