Uses of Interface
net.opengis.gml311.ObliqueCartesianCSType
-
Packages that use ObliqueCartesianCSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ObliqueCartesianCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return ObliqueCartesianCSType Modifier and Type Method Description ObliqueCartesianCSType
Gml311Factory. createObliqueCartesianCSType()
Returns a new object of class 'Oblique Cartesian CS Type'.ObliqueCartesianCSType
DocumentRoot. getObliqueCartesianCS()
Returns the value of the 'Oblique Cartesian CS' containment reference.ObliqueCartesianCSType
ObliqueCartesianCSRefType. getObliqueCartesianCS()
Returns the value of the 'Oblique Cartesian CS' containment reference.Methods in net.opengis.gml311 with parameters of type ObliqueCartesianCSType Modifier and Type Method Description void
DocumentRoot. setObliqueCartesianCS(ObliqueCartesianCSType value)
Sets the value of the 'Oblique Cartesian CS
' containment reference.void
ObliqueCartesianCSRefType. setObliqueCartesianCS(ObliqueCartesianCSType value)
Sets the value of the 'Oblique Cartesian CS
' containment reference. -
Uses of ObliqueCartesianCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ObliqueCartesianCSType Modifier and Type Class Description class
ObliqueCartesianCSTypeImpl
An implementation of the model object 'Oblique Cartesian CS Type'.Fields in net.opengis.gml311.impl declared as ObliqueCartesianCSType Modifier and Type Field Description protected ObliqueCartesianCSType
ObliqueCartesianCSRefTypeImpl. obliqueCartesianCS
The cached value of the 'Oblique Cartesian CS
' containment reference.Methods in net.opengis.gml311.impl that return ObliqueCartesianCSType Modifier and Type Method Description ObliqueCartesianCSType
Gml311FactoryImpl. createObliqueCartesianCSType()
ObliqueCartesianCSType
DocumentRootImpl. getObliqueCartesianCS()
ObliqueCartesianCSType
ObliqueCartesianCSRefTypeImpl. getObliqueCartesianCS()
Methods in net.opengis.gml311.impl with parameters of type ObliqueCartesianCSType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetObliqueCartesianCS(ObliqueCartesianCSType newObliqueCartesianCS, NotificationChain msgs)
NotificationChain
ObliqueCartesianCSRefTypeImpl. basicSetObliqueCartesianCS(ObliqueCartesianCSType newObliqueCartesianCS, NotificationChain msgs)
void
DocumentRootImpl. setObliqueCartesianCS(ObliqueCartesianCSType newObliqueCartesianCS)
void
ObliqueCartesianCSRefTypeImpl. setObliqueCartesianCS(ObliqueCartesianCSType newObliqueCartesianCS)
-
Uses of ObliqueCartesianCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ObliqueCartesianCSType Modifier and Type Method Description T
Gml311Switch. caseObliqueCartesianCSType(ObliqueCartesianCSType object)
Returns the result of interpreting the object as an instance of 'Oblique Cartesian CS Type'.boolean
Gml311Validator. validateObliqueCartesianCSType(ObliqueCartesianCSType obliqueCartesianCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-