Uses of Interface
net.opengis.gml311.ObliqueCartesianCSRefType
-
Packages that use ObliqueCartesianCSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ObliqueCartesianCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return ObliqueCartesianCSRefType Modifier and Type Method Description ObliqueCartesianCSRefType
Gml311Factory. createObliqueCartesianCSRefType()
Returns a new object of class 'Oblique Cartesian CS Ref Type'.ObliqueCartesianCSRefType
DocumentRoot. getObliqueCartesianCSRef()
Returns the value of the 'Oblique Cartesian CS Ref' containment reference.ObliqueCartesianCSRefType
DocumentRoot. getUsesObliqueCartesianCS()
Returns the value of the 'Uses Oblique Cartesian CS' containment reference.ObliqueCartesianCSRefType
ImageCRSType. getUsesObliqueCartesianCS()
Returns the value of the 'Uses Oblique Cartesian CS' containment reference.Methods in net.opengis.gml311 with parameters of type ObliqueCartesianCSRefType Modifier and Type Method Description void
DocumentRoot. setObliqueCartesianCSRef(ObliqueCartesianCSRefType value)
Sets the value of the 'Oblique Cartesian CS Ref
' containment reference.void
DocumentRoot. setUsesObliqueCartesianCS(ObliqueCartesianCSRefType value)
Sets the value of the 'Uses Oblique Cartesian CS
' containment reference.void
ImageCRSType. setUsesObliqueCartesianCS(ObliqueCartesianCSRefType value)
Sets the value of the 'Uses Oblique Cartesian CS
' containment reference. -
Uses of ObliqueCartesianCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ObliqueCartesianCSRefType Modifier and Type Class Description class
ObliqueCartesianCSRefTypeImpl
An implementation of the model object 'Oblique Cartesian CS Ref Type'.Fields in net.opengis.gml311.impl declared as ObliqueCartesianCSRefType Modifier and Type Field Description protected ObliqueCartesianCSRefType
ImageCRSTypeImpl. usesObliqueCartesianCS
The cached value of the 'Uses Oblique Cartesian CS
' containment reference.Methods in net.opengis.gml311.impl that return ObliqueCartesianCSRefType Modifier and Type Method Description ObliqueCartesianCSRefType
Gml311FactoryImpl. createObliqueCartesianCSRefType()
ObliqueCartesianCSRefType
DocumentRootImpl. getObliqueCartesianCSRef()
ObliqueCartesianCSRefType
DocumentRootImpl. getUsesObliqueCartesianCS()
ObliqueCartesianCSRefType
ImageCRSTypeImpl. getUsesObliqueCartesianCS()
Methods in net.opengis.gml311.impl with parameters of type ObliqueCartesianCSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetObliqueCartesianCSRef(ObliqueCartesianCSRefType newObliqueCartesianCSRef, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetUsesObliqueCartesianCS(ObliqueCartesianCSRefType newUsesObliqueCartesianCS, NotificationChain msgs)
NotificationChain
ImageCRSTypeImpl. basicSetUsesObliqueCartesianCS(ObliqueCartesianCSRefType newUsesObliqueCartesianCS, NotificationChain msgs)
void
DocumentRootImpl. setObliqueCartesianCSRef(ObliqueCartesianCSRefType newObliqueCartesianCSRef)
void
DocumentRootImpl. setUsesObliqueCartesianCS(ObliqueCartesianCSRefType newUsesObliqueCartesianCS)
void
ImageCRSTypeImpl. setUsesObliqueCartesianCS(ObliqueCartesianCSRefType newUsesObliqueCartesianCS)
-
Uses of ObliqueCartesianCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ObliqueCartesianCSRefType Modifier and Type Method Description T
Gml311Switch. caseObliqueCartesianCSRefType(ObliqueCartesianCSRefType object)
Returns the result of interpreting the object as an instance of 'Oblique Cartesian CS Ref Type'.boolean
Gml311Validator. validateObliqueCartesianCSRefType(ObliqueCartesianCSRefType obliqueCartesianCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-