Uses of Interface
net.opengis.gml311.CylindricalCSRefType
-
Packages that use CylindricalCSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CylindricalCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CylindricalCSRefType Modifier and Type Method Description CylindricalCSRefTypeGml311Factory. createCylindricalCSRefType()Returns a new object of class 'Cylindrical CS Ref Type'.CylindricalCSRefTypeDocumentRoot. getCylindricalCSRef()Returns the value of the 'Cylindrical CS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type CylindricalCSRefType Modifier and Type Method Description voidDocumentRoot. setCylindricalCSRef(CylindricalCSRefType value)Sets the value of the 'Cylindrical CS Ref' containment reference. -
Uses of CylindricalCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CylindricalCSRefType Modifier and Type Class Description classCylindricalCSRefTypeImplAn implementation of the model object 'Cylindrical CS Ref Type'.Methods in net.opengis.gml311.impl that return CylindricalCSRefType Modifier and Type Method Description CylindricalCSRefTypeGml311FactoryImpl. createCylindricalCSRefType()CylindricalCSRefTypeDocumentRootImpl. getCylindricalCSRef()Methods in net.opengis.gml311.impl with parameters of type CylindricalCSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCylindricalCSRef(CylindricalCSRefType newCylindricalCSRef, NotificationChain msgs)voidDocumentRootImpl. setCylindricalCSRef(CylindricalCSRefType newCylindricalCSRef) -
Uses of CylindricalCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CylindricalCSRefType Modifier and Type Method Description TGml311Switch. caseCylindricalCSRefType(CylindricalCSRefType object)Returns the result of interpreting the object as an instance of 'Cylindrical CS Ref Type'.booleanGml311Validator. validateCylindricalCSRefType(CylindricalCSRefType cylindricalCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-