Uses of Interface
net.opengis.gml311.CartesianCSType
-
Packages that use CartesianCSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CartesianCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return CartesianCSType Modifier and Type Method Description CartesianCSTypeGml311Factory. createCartesianCSType()Returns a new object of class 'Cartesian CS Type'.CartesianCSTypeCartesianCSRefType. getCartesianCS()Returns the value of the 'Cartesian CS' containment reference.CartesianCSTypeDocumentRoot. getCartesianCS()Returns the value of the 'Cartesian CS' containment reference.Methods in net.opengis.gml311 with parameters of type CartesianCSType Modifier and Type Method Description voidCartesianCSRefType. setCartesianCS(CartesianCSType value)Sets the value of the 'Cartesian CS' containment reference.voidDocumentRoot. setCartesianCS(CartesianCSType value)Sets the value of the 'Cartesian CS' containment reference. -
Uses of CartesianCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CartesianCSType Modifier and Type Class Description classCartesianCSTypeImplAn implementation of the model object 'Cartesian CS Type'.Fields in net.opengis.gml311.impl declared as CartesianCSType Modifier and Type Field Description protected CartesianCSTypeCartesianCSRefTypeImpl. cartesianCSThe cached value of the 'Cartesian CS' containment reference.Methods in net.opengis.gml311.impl that return CartesianCSType Modifier and Type Method Description CartesianCSTypeGml311FactoryImpl. createCartesianCSType()CartesianCSTypeCartesianCSRefTypeImpl. getCartesianCS()CartesianCSTypeDocumentRootImpl. getCartesianCS()Methods in net.opengis.gml311.impl with parameters of type CartesianCSType Modifier and Type Method Description NotificationChainCartesianCSRefTypeImpl. basicSetCartesianCS(CartesianCSType newCartesianCS, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetCartesianCS(CartesianCSType newCartesianCS, NotificationChain msgs)voidCartesianCSRefTypeImpl. setCartesianCS(CartesianCSType newCartesianCS)voidDocumentRootImpl. setCartesianCS(CartesianCSType newCartesianCS) -
Uses of CartesianCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CartesianCSType Modifier and Type Method Description TGml311Switch. caseCartesianCSType(CartesianCSType object)Returns the result of interpreting the object as an instance of 'Cartesian CS Type'.booleanGml311Validator. validateCartesianCSType(CartesianCSType cartesianCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-