Uses of Interface
net.opengis.gml311.LinearCSRefType
-
Packages that use LinearCSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of LinearCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return LinearCSRefType Modifier and Type Method Description LinearCSRefType
Gml311Factory. createLinearCSRefType()
Returns a new object of class 'Linear CS Ref Type'.LinearCSRefType
DocumentRoot. getLinearCSRef()
Returns the value of the 'Linear CS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type LinearCSRefType Modifier and Type Method Description void
DocumentRoot. setLinearCSRef(LinearCSRefType value)
Sets the value of the 'Linear CS Ref
' containment reference. -
Uses of LinearCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement LinearCSRefType Modifier and Type Class Description class
LinearCSRefTypeImpl
An implementation of the model object 'Linear CS Ref Type'.Methods in net.opengis.gml311.impl that return LinearCSRefType Modifier and Type Method Description LinearCSRefType
Gml311FactoryImpl. createLinearCSRefType()
LinearCSRefType
DocumentRootImpl. getLinearCSRef()
Methods in net.opengis.gml311.impl with parameters of type LinearCSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetLinearCSRef(LinearCSRefType newLinearCSRef, NotificationChain msgs)
void
DocumentRootImpl. setLinearCSRef(LinearCSRefType newLinearCSRef)
-
Uses of LinearCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LinearCSRefType Modifier and Type Method Description T
Gml311Switch. caseLinearCSRefType(LinearCSRefType object)
Returns the result of interpreting the object as an instance of 'Linear CS Ref Type'.boolean
Gml311Validator. validateLinearCSRefType(LinearCSRefType linearCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-