Uses of Interface
net.opengis.gml311.CartesianCSRefType
-
Packages that use CartesianCSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CartesianCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CartesianCSRefType Modifier and Type Method Description CartesianCSRefTypeGml311Factory. createCartesianCSRefType()Returns a new object of class 'Cartesian CS Ref Type'.CartesianCSRefTypeDocumentRoot. getCartesianCSRef()Returns the value of the 'Cartesian CS Ref' containment reference.CartesianCSRefTypeDocumentRoot. getUsesCartesianCS()Returns the value of the 'Uses Cartesian CS' containment reference.CartesianCSRefTypeGeocentricCRSType. getUsesCartesianCS()Returns the value of the 'Uses Cartesian CS' containment reference.CartesianCSRefTypeImageCRSType. getUsesCartesianCS()Returns the value of the 'Uses Cartesian CS' containment reference.CartesianCSRefTypeProjectedCRSType. getUsesCartesianCS()Returns the value of the 'Uses Cartesian CS' containment reference.Methods in net.opengis.gml311 with parameters of type CartesianCSRefType Modifier and Type Method Description voidDocumentRoot. setCartesianCSRef(CartesianCSRefType value)Sets the value of the 'Cartesian CS Ref' containment reference.voidDocumentRoot. setUsesCartesianCS(CartesianCSRefType value)Sets the value of the 'Uses Cartesian CS' containment reference.voidGeocentricCRSType. setUsesCartesianCS(CartesianCSRefType value)Sets the value of the 'Uses Cartesian CS' containment reference.voidImageCRSType. setUsesCartesianCS(CartesianCSRefType value)Sets the value of the 'Uses Cartesian CS' containment reference.voidProjectedCRSType. setUsesCartesianCS(CartesianCSRefType value)Sets the value of the 'Uses Cartesian CS' containment reference. -
Uses of CartesianCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CartesianCSRefType Modifier and Type Class Description classCartesianCSRefTypeImplAn implementation of the model object 'Cartesian CS Ref Type'.Fields in net.opengis.gml311.impl declared as CartesianCSRefType Modifier and Type Field Description protected CartesianCSRefTypeGeocentricCRSTypeImpl. usesCartesianCSThe cached value of the 'Uses Cartesian CS' containment reference.protected CartesianCSRefTypeImageCRSTypeImpl. usesCartesianCSThe cached value of the 'Uses Cartesian CS' containment reference.protected CartesianCSRefTypeProjectedCRSTypeImpl. usesCartesianCSThe cached value of the 'Uses Cartesian CS' containment reference.Methods in net.opengis.gml311.impl that return CartesianCSRefType Modifier and Type Method Description CartesianCSRefTypeGml311FactoryImpl. createCartesianCSRefType()CartesianCSRefTypeDocumentRootImpl. getCartesianCSRef()CartesianCSRefTypeDocumentRootImpl. getUsesCartesianCS()CartesianCSRefTypeGeocentricCRSTypeImpl. getUsesCartesianCS()CartesianCSRefTypeImageCRSTypeImpl. getUsesCartesianCS()CartesianCSRefTypeProjectedCRSTypeImpl. getUsesCartesianCS()Methods in net.opengis.gml311.impl with parameters of type CartesianCSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCartesianCSRef(CartesianCSRefType newCartesianCSRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesCartesianCS(CartesianCSRefType newUsesCartesianCS, NotificationChain msgs)NotificationChainGeocentricCRSTypeImpl. basicSetUsesCartesianCS(CartesianCSRefType newUsesCartesianCS, NotificationChain msgs)NotificationChainImageCRSTypeImpl. basicSetUsesCartesianCS(CartesianCSRefType newUsesCartesianCS, NotificationChain msgs)NotificationChainProjectedCRSTypeImpl. basicSetUsesCartesianCS(CartesianCSRefType newUsesCartesianCS, NotificationChain msgs)voidDocumentRootImpl. setCartesianCSRef(CartesianCSRefType newCartesianCSRef)voidDocumentRootImpl. setUsesCartesianCS(CartesianCSRefType newUsesCartesianCS)voidGeocentricCRSTypeImpl. setUsesCartesianCS(CartesianCSRefType newUsesCartesianCS)voidImageCRSTypeImpl. setUsesCartesianCS(CartesianCSRefType newUsesCartesianCS)voidProjectedCRSTypeImpl. setUsesCartesianCS(CartesianCSRefType newUsesCartesianCS) -
Uses of CartesianCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CartesianCSRefType Modifier and Type Method Description TGml311Switch. caseCartesianCSRefType(CartesianCSRefType object)Returns the result of interpreting the object as an instance of 'Cartesian CS Ref Type'.booleanGml311Validator. validateCartesianCSRefType(CartesianCSRefType cartesianCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-