Uses of Interface
net.opengis.gml311.VerticalCSRefType
-
Packages that use VerticalCSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of VerticalCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return VerticalCSRefType Modifier and Type Method Description VerticalCSRefType
Gml311Factory. createVerticalCSRefType()
Returns a new object of class 'Vertical CS Ref Type'.VerticalCSRefType
DocumentRoot. getUsesVerticalCS()
Returns the value of the 'Uses Vertical CS' containment reference.VerticalCSRefType
VerticalCRSType. getUsesVerticalCS()
Returns the value of the 'Uses Vertical CS' containment reference.VerticalCSRefType
DocumentRoot. getVerticalCSRef()
Returns the value of the 'Vertical CS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type VerticalCSRefType Modifier and Type Method Description void
DocumentRoot. setUsesVerticalCS(VerticalCSRefType value)
Sets the value of the 'Uses Vertical CS
' containment reference.void
VerticalCRSType. setUsesVerticalCS(VerticalCSRefType value)
Sets the value of the 'Uses Vertical CS
' containment reference.void
DocumentRoot. setVerticalCSRef(VerticalCSRefType value)
Sets the value of the 'Vertical CS Ref
' containment reference. -
Uses of VerticalCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement VerticalCSRefType Modifier and Type Class Description class
VerticalCSRefTypeImpl
An implementation of the model object 'Vertical CS Ref Type'.Fields in net.opengis.gml311.impl declared as VerticalCSRefType Modifier and Type Field Description protected VerticalCSRefType
VerticalCRSTypeImpl. usesVerticalCS
The cached value of the 'Uses Vertical CS
' containment reference.Methods in net.opengis.gml311.impl that return VerticalCSRefType Modifier and Type Method Description VerticalCSRefType
Gml311FactoryImpl. createVerticalCSRefType()
VerticalCSRefType
DocumentRootImpl. getUsesVerticalCS()
VerticalCSRefType
VerticalCRSTypeImpl. getUsesVerticalCS()
VerticalCSRefType
DocumentRootImpl. getVerticalCSRef()
Methods in net.opengis.gml311.impl with parameters of type VerticalCSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetUsesVerticalCS(VerticalCSRefType newUsesVerticalCS, NotificationChain msgs)
NotificationChain
VerticalCRSTypeImpl. basicSetUsesVerticalCS(VerticalCSRefType newUsesVerticalCS, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetVerticalCSRef(VerticalCSRefType newVerticalCSRef, NotificationChain msgs)
void
DocumentRootImpl. setUsesVerticalCS(VerticalCSRefType newUsesVerticalCS)
void
VerticalCRSTypeImpl. setUsesVerticalCS(VerticalCSRefType newUsesVerticalCS)
void
DocumentRootImpl. setVerticalCSRef(VerticalCSRefType newVerticalCSRef)
-
Uses of VerticalCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type VerticalCSRefType Modifier and Type Method Description T
Gml311Switch. caseVerticalCSRefType(VerticalCSRefType object)
Returns the result of interpreting the object as an instance of 'Vertical CS Ref Type'.boolean
Gml311Validator. validateVerticalCSRefType(VerticalCSRefType verticalCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-