Uses of Interface
net.opengis.gml311.CylindricalCSType
-
Packages that use CylindricalCSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CylindricalCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return CylindricalCSType Modifier and Type Method Description CylindricalCSTypeGml311Factory. createCylindricalCSType()Returns a new object of class 'Cylindrical CS Type'.CylindricalCSTypeCylindricalCSRefType. getCylindricalCS()Returns the value of the 'Cylindrical CS' containment reference.CylindricalCSTypeDocumentRoot. getCylindricalCS()Returns the value of the 'Cylindrical CS' containment reference.Methods in net.opengis.gml311 with parameters of type CylindricalCSType Modifier and Type Method Description voidCylindricalCSRefType. setCylindricalCS(CylindricalCSType value)Sets the value of the 'Cylindrical CS' containment reference.voidDocumentRoot. setCylindricalCS(CylindricalCSType value)Sets the value of the 'Cylindrical CS' containment reference. -
Uses of CylindricalCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CylindricalCSType Modifier and Type Class Description classCylindricalCSTypeImplAn implementation of the model object 'Cylindrical CS Type'.Fields in net.opengis.gml311.impl declared as CylindricalCSType Modifier and Type Field Description protected CylindricalCSTypeCylindricalCSRefTypeImpl. cylindricalCSThe cached value of the 'Cylindrical CS' containment reference.Methods in net.opengis.gml311.impl that return CylindricalCSType Modifier and Type Method Description CylindricalCSTypeGml311FactoryImpl. createCylindricalCSType()CylindricalCSTypeCylindricalCSRefTypeImpl. getCylindricalCS()CylindricalCSTypeDocumentRootImpl. getCylindricalCS()Methods in net.opengis.gml311.impl with parameters of type CylindricalCSType Modifier and Type Method Description NotificationChainCylindricalCSRefTypeImpl. basicSetCylindricalCS(CylindricalCSType newCylindricalCS, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetCylindricalCS(CylindricalCSType newCylindricalCS, NotificationChain msgs)voidCylindricalCSRefTypeImpl. setCylindricalCS(CylindricalCSType newCylindricalCS)voidDocumentRootImpl. setCylindricalCS(CylindricalCSType newCylindricalCS) -
Uses of CylindricalCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CylindricalCSType Modifier and Type Method Description TGml311Switch. caseCylindricalCSType(CylindricalCSType object)Returns the result of interpreting the object as an instance of 'Cylindrical CS Type'.booleanGml311Validator. validateCylindricalCSType(CylindricalCSType cylindricalCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-