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 CylindricalCSRefType
Gml311Factory. createCylindricalCSRefType()
Returns a new object of class 'Cylindrical CS Ref Type'.CylindricalCSRefType
DocumentRoot. 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 void
DocumentRoot. 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 class
CylindricalCSRefTypeImpl
An implementation of the model object 'Cylindrical CS Ref Type'.Methods in net.opengis.gml311.impl that return CylindricalCSRefType Modifier and Type Method Description CylindricalCSRefType
Gml311FactoryImpl. createCylindricalCSRefType()
CylindricalCSRefType
DocumentRootImpl. getCylindricalCSRef()
Methods in net.opengis.gml311.impl with parameters of type CylindricalCSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCylindricalCSRef(CylindricalCSRefType newCylindricalCSRef, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseCylindricalCSRefType(CylindricalCSRefType object)
Returns the result of interpreting the object as an instance of 'Cylindrical CS Ref Type'.boolean
Gml311Validator. validateCylindricalCSRefType(CylindricalCSRefType cylindricalCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-