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 ObliqueCartesianCSTypeGml311Factory. createObliqueCartesianCSType()Returns a new object of class 'Oblique Cartesian CS Type'.ObliqueCartesianCSTypeDocumentRoot. getObliqueCartesianCS()Returns the value of the 'Oblique Cartesian CS' containment reference.ObliqueCartesianCSTypeObliqueCartesianCSRefType. 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 voidDocumentRoot. setObliqueCartesianCS(ObliqueCartesianCSType value)Sets the value of the 'Oblique Cartesian CS' containment reference.voidObliqueCartesianCSRefType. 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 classObliqueCartesianCSTypeImplAn implementation of the model object 'Oblique Cartesian CS Type'.Fields in net.opengis.gml311.impl declared as ObliqueCartesianCSType Modifier and Type Field Description protected ObliqueCartesianCSTypeObliqueCartesianCSRefTypeImpl. obliqueCartesianCSThe cached value of the 'Oblique Cartesian CS' containment reference.Methods in net.opengis.gml311.impl that return ObliqueCartesianCSType Modifier and Type Method Description ObliqueCartesianCSTypeGml311FactoryImpl. createObliqueCartesianCSType()ObliqueCartesianCSTypeDocumentRootImpl. getObliqueCartesianCS()ObliqueCartesianCSTypeObliqueCartesianCSRefTypeImpl. getObliqueCartesianCS()Methods in net.opengis.gml311.impl with parameters of type ObliqueCartesianCSType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetObliqueCartesianCS(ObliqueCartesianCSType newObliqueCartesianCS, NotificationChain msgs)NotificationChainObliqueCartesianCSRefTypeImpl. basicSetObliqueCartesianCS(ObliqueCartesianCSType newObliqueCartesianCS, NotificationChain msgs)voidDocumentRootImpl. setObliqueCartesianCS(ObliqueCartesianCSType newObliqueCartesianCS)voidObliqueCartesianCSRefTypeImpl. 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 TGml311Switch. caseObliqueCartesianCSType(ObliqueCartesianCSType object)Returns the result of interpreting the object as an instance of 'Oblique Cartesian CS Type'.booleanGml311Validator. validateObliqueCartesianCSType(ObliqueCartesianCSType obliqueCartesianCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-