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 LinearCSTypeGml311Factory. createLinearCSType()Returns a new object of class 'Linear CS Type'.LinearCSTypeDocumentRoot. getLinearCS()Returns the value of the 'Linear CS' containment reference.LinearCSTypeLinearCSRefType. 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 voidDocumentRoot. setLinearCS(LinearCSType value)Sets the value of the 'Linear CS' containment reference.voidLinearCSRefType. 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 classLinearCSTypeImplAn implementation of the model object 'Linear CS Type'.Fields in net.opengis.gml311.impl declared as LinearCSType Modifier and Type Field Description protected LinearCSTypeLinearCSRefTypeImpl. linearCSThe cached value of the 'Linear CS' containment reference.Methods in net.opengis.gml311.impl that return LinearCSType Modifier and Type Method Description LinearCSTypeGml311FactoryImpl. createLinearCSType()LinearCSTypeDocumentRootImpl. getLinearCS()LinearCSTypeLinearCSRefTypeImpl. getLinearCS()Methods in net.opengis.gml311.impl with parameters of type LinearCSType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetLinearCS(LinearCSType newLinearCS, NotificationChain msgs)NotificationChainLinearCSRefTypeImpl. basicSetLinearCS(LinearCSType newLinearCS, NotificationChain msgs)voidDocumentRootImpl. setLinearCS(LinearCSType newLinearCS)voidLinearCSRefTypeImpl. 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 TGml311Switch. caseLinearCSType(LinearCSType object)Returns the result of interpreting the object as an instance of 'Linear CS Type'.booleanGml311Validator. validateLinearCSType(LinearCSType linearCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-