Uses of Interface
net.opengis.gml311.LinearCSType
-
Packages that use LinearCSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of LinearCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return LinearCSType Modifier and Type Method Description LinearCSType
Gml311Factory. createLinearCSType()
Returns a new object of class 'Linear CS Type'.LinearCSType
DocumentRoot. getLinearCS()
Returns the value of the 'Linear CS' containment reference.LinearCSType
LinearCSRefType. getLinearCS()
Returns the value of the 'Linear CS' containment reference.Methods in net.opengis.gml311 with parameters of type LinearCSType Modifier and Type Method Description void
DocumentRoot. setLinearCS(LinearCSType value)
Sets the value of the 'Linear CS
' containment reference.void
LinearCSRefType. setLinearCS(LinearCSType value)
Sets the value of the 'Linear CS
' containment reference. -
Uses of LinearCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement LinearCSType Modifier and Type Class Description class
LinearCSTypeImpl
An implementation of the model object 'Linear CS Type'.Fields in net.opengis.gml311.impl declared as LinearCSType Modifier and Type Field Description protected LinearCSType
LinearCSRefTypeImpl. linearCS
The cached value of the 'Linear CS
' containment reference.Methods in net.opengis.gml311.impl that return LinearCSType Modifier and Type Method Description LinearCSType
Gml311FactoryImpl. createLinearCSType()
LinearCSType
DocumentRootImpl. getLinearCS()
LinearCSType
LinearCSRefTypeImpl. getLinearCS()
Methods in net.opengis.gml311.impl with parameters of type LinearCSType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetLinearCS(LinearCSType newLinearCS, NotificationChain msgs)
NotificationChain
LinearCSRefTypeImpl. basicSetLinearCS(LinearCSType newLinearCS, NotificationChain msgs)
void
DocumentRootImpl. setLinearCS(LinearCSType newLinearCS)
void
LinearCSRefTypeImpl. setLinearCS(LinearCSType newLinearCS)
-
Uses of LinearCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LinearCSType Modifier and Type Method Description T
Gml311Switch. caseLinearCSType(LinearCSType object)
Returns the result of interpreting the object as an instance of 'Linear CS Type'.boolean
Gml311Validator. validateLinearCSType(LinearCSType linearCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-