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 CylindricalCSType
Gml311Factory. createCylindricalCSType()
Returns a new object of class 'Cylindrical CS Type'.CylindricalCSType
CylindricalCSRefType. getCylindricalCS()
Returns the value of the 'Cylindrical CS' containment reference.CylindricalCSType
DocumentRoot. 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 void
CylindricalCSRefType. setCylindricalCS(CylindricalCSType value)
Sets the value of the 'Cylindrical CS
' containment reference.void
DocumentRoot. 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 class
CylindricalCSTypeImpl
An implementation of the model object 'Cylindrical CS Type'.Fields in net.opengis.gml311.impl declared as CylindricalCSType Modifier and Type Field Description protected CylindricalCSType
CylindricalCSRefTypeImpl. cylindricalCS
The cached value of the 'Cylindrical CS
' containment reference.Methods in net.opengis.gml311.impl that return CylindricalCSType Modifier and Type Method Description CylindricalCSType
Gml311FactoryImpl. createCylindricalCSType()
CylindricalCSType
CylindricalCSRefTypeImpl. getCylindricalCS()
CylindricalCSType
DocumentRootImpl. getCylindricalCS()
Methods in net.opengis.gml311.impl with parameters of type CylindricalCSType Modifier and Type Method Description NotificationChain
CylindricalCSRefTypeImpl. basicSetCylindricalCS(CylindricalCSType newCylindricalCS, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetCylindricalCS(CylindricalCSType newCylindricalCS, NotificationChain msgs)
void
CylindricalCSRefTypeImpl. setCylindricalCS(CylindricalCSType newCylindricalCS)
void
DocumentRootImpl. 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 T
Gml311Switch. caseCylindricalCSType(CylindricalCSType object)
Returns the result of interpreting the object as an instance of 'Cylindrical CS Type'.boolean
Gml311Validator. validateCylindricalCSType(CylindricalCSType cylindricalCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-