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 ObliqueCartesianCSRefTypeGml311Factory. createObliqueCartesianCSRefType()Returns a new object of class 'Oblique Cartesian CS Ref Type'.ObliqueCartesianCSRefTypeDocumentRoot. getObliqueCartesianCSRef()Returns the value of the 'Oblique Cartesian CS Ref' containment reference.ObliqueCartesianCSRefTypeDocumentRoot. getUsesObliqueCartesianCS()Returns the value of the 'Uses Oblique Cartesian CS' containment reference.ObliqueCartesianCSRefTypeImageCRSType. 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 voidDocumentRoot. setObliqueCartesianCSRef(ObliqueCartesianCSRefType value)Sets the value of the 'Oblique Cartesian CS Ref' containment reference.voidDocumentRoot. setUsesObliqueCartesianCS(ObliqueCartesianCSRefType value)Sets the value of the 'Uses Oblique Cartesian CS' containment reference.voidImageCRSType. 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 classObliqueCartesianCSRefTypeImplAn 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 ObliqueCartesianCSRefTypeImageCRSTypeImpl. usesObliqueCartesianCSThe cached value of the 'Uses Oblique Cartesian CS' containment reference.Methods in net.opengis.gml311.impl that return ObliqueCartesianCSRefType Modifier and Type Method Description ObliqueCartesianCSRefTypeGml311FactoryImpl. createObliqueCartesianCSRefType()ObliqueCartesianCSRefTypeDocumentRootImpl. getObliqueCartesianCSRef()ObliqueCartesianCSRefTypeDocumentRootImpl. getUsesObliqueCartesianCS()ObliqueCartesianCSRefTypeImageCRSTypeImpl. getUsesObliqueCartesianCS()Methods in net.opengis.gml311.impl with parameters of type ObliqueCartesianCSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetObliqueCartesianCSRef(ObliqueCartesianCSRefType newObliqueCartesianCSRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesObliqueCartesianCS(ObliqueCartesianCSRefType newUsesObliqueCartesianCS, NotificationChain msgs)NotificationChainImageCRSTypeImpl. basicSetUsesObliqueCartesianCS(ObliqueCartesianCSRefType newUsesObliqueCartesianCS, NotificationChain msgs)voidDocumentRootImpl. setObliqueCartesianCSRef(ObliqueCartesianCSRefType newObliqueCartesianCSRef)voidDocumentRootImpl. setUsesObliqueCartesianCS(ObliqueCartesianCSRefType newUsesObliqueCartesianCS)voidImageCRSTypeImpl. 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 TGml311Switch. caseObliqueCartesianCSRefType(ObliqueCartesianCSRefType object)Returns the result of interpreting the object as an instance of 'Oblique Cartesian CS Ref Type'.booleanGml311Validator. validateObliqueCartesianCSRefType(ObliqueCartesianCSRefType obliqueCartesianCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-