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 LinearCSRefTypeGml311Factory. createLinearCSRefType()Returns a new object of class 'Linear CS Ref Type'.LinearCSRefTypeDocumentRoot. 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 voidDocumentRoot. 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 classLinearCSRefTypeImplAn implementation of the model object 'Linear CS Ref Type'.Methods in net.opengis.gml311.impl that return LinearCSRefType Modifier and Type Method Description LinearCSRefTypeGml311FactoryImpl. createLinearCSRefType()LinearCSRefTypeDocumentRootImpl. getLinearCSRef()Methods in net.opengis.gml311.impl with parameters of type LinearCSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetLinearCSRef(LinearCSRefType newLinearCSRef, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseLinearCSRefType(LinearCSRefType object)Returns the result of interpreting the object as an instance of 'Linear CS Ref Type'.booleanGml311Validator. validateLinearCSRefType(LinearCSRefType linearCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-