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 CartesianCSRefType
Gml311Factory. createCartesianCSRefType()
Returns a new object of class 'Cartesian CS Ref Type'.CartesianCSRefType
DocumentRoot. getCartesianCSRef()
Returns the value of the 'Cartesian CS Ref' containment reference.CartesianCSRefType
DocumentRoot. getUsesCartesianCS()
Returns the value of the 'Uses Cartesian CS' containment reference.CartesianCSRefType
GeocentricCRSType. getUsesCartesianCS()
Returns the value of the 'Uses Cartesian CS' containment reference.CartesianCSRefType
ImageCRSType. getUsesCartesianCS()
Returns the value of the 'Uses Cartesian CS' containment reference.CartesianCSRefType
ProjectedCRSType. 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 void
DocumentRoot. setCartesianCSRef(CartesianCSRefType value)
Sets the value of the 'Cartesian CS Ref
' containment reference.void
DocumentRoot. setUsesCartesianCS(CartesianCSRefType value)
Sets the value of the 'Uses Cartesian CS
' containment reference.void
GeocentricCRSType. setUsesCartesianCS(CartesianCSRefType value)
Sets the value of the 'Uses Cartesian CS
' containment reference.void
ImageCRSType. setUsesCartesianCS(CartesianCSRefType value)
Sets the value of the 'Uses Cartesian CS
' containment reference.void
ProjectedCRSType. 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 class
CartesianCSRefTypeImpl
An implementation of the model object 'Cartesian CS Ref Type'.Fields in net.opengis.gml311.impl declared as CartesianCSRefType Modifier and Type Field Description protected CartesianCSRefType
GeocentricCRSTypeImpl. usesCartesianCS
The cached value of the 'Uses Cartesian CS
' containment reference.protected CartesianCSRefType
ImageCRSTypeImpl. usesCartesianCS
The cached value of the 'Uses Cartesian CS
' containment reference.protected CartesianCSRefType
ProjectedCRSTypeImpl. usesCartesianCS
The cached value of the 'Uses Cartesian CS
' containment reference.Methods in net.opengis.gml311.impl that return CartesianCSRefType Modifier and Type Method Description CartesianCSRefType
Gml311FactoryImpl. createCartesianCSRefType()
CartesianCSRefType
DocumentRootImpl. getCartesianCSRef()
CartesianCSRefType
DocumentRootImpl. getUsesCartesianCS()
CartesianCSRefType
GeocentricCRSTypeImpl. getUsesCartesianCS()
CartesianCSRefType
ImageCRSTypeImpl. getUsesCartesianCS()
CartesianCSRefType
ProjectedCRSTypeImpl. getUsesCartesianCS()
Methods in net.opengis.gml311.impl with parameters of type CartesianCSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCartesianCSRef(CartesianCSRefType newCartesianCSRef, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetUsesCartesianCS(CartesianCSRefType newUsesCartesianCS, NotificationChain msgs)
NotificationChain
GeocentricCRSTypeImpl. basicSetUsesCartesianCS(CartesianCSRefType newUsesCartesianCS, NotificationChain msgs)
NotificationChain
ImageCRSTypeImpl. basicSetUsesCartesianCS(CartesianCSRefType newUsesCartesianCS, NotificationChain msgs)
NotificationChain
ProjectedCRSTypeImpl. basicSetUsesCartesianCS(CartesianCSRefType newUsesCartesianCS, NotificationChain msgs)
void
DocumentRootImpl. setCartesianCSRef(CartesianCSRefType newCartesianCSRef)
void
DocumentRootImpl. setUsesCartesianCS(CartesianCSRefType newUsesCartesianCS)
void
GeocentricCRSTypeImpl. setUsesCartesianCS(CartesianCSRefType newUsesCartesianCS)
void
ImageCRSTypeImpl. setUsesCartesianCS(CartesianCSRefType newUsesCartesianCS)
void
ProjectedCRSTypeImpl. 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 T
Gml311Switch. caseCartesianCSRefType(CartesianCSRefType object)
Returns the result of interpreting the object as an instance of 'Cartesian CS Ref Type'.boolean
Gml311Validator. validateCartesianCSRefType(CartesianCSRefType cartesianCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-