Uses of Interface
net.opengis.gml311.CoordinateSystemRefType
-
Packages that use CoordinateSystemRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CoordinateSystemRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CoordinateSystemRefType Modifier and Type Method Description CoordinateSystemRefType
Gml311Factory. createCoordinateSystemRefType()
Returns a new object of class 'Coordinate System Ref Type'.CoordinateSystemRefType
DocumentRoot. getCoordinateSystemRef()
Returns the value of the 'Coordinate System Ref' containment reference.CoordinateSystemRefType
DerivedCRSType. getUsesCS()
Returns the value of the 'Uses CS' containment reference.CoordinateSystemRefType
DocumentRoot. getUsesCS()
Returns the value of the 'Uses CS' containment reference.CoordinateSystemRefType
EngineeringCRSType. getUsesCS()
Returns the value of the 'Uses CS' containment reference.Methods in net.opengis.gml311 with parameters of type CoordinateSystemRefType Modifier and Type Method Description void
DocumentRoot. setCoordinateSystemRef(CoordinateSystemRefType value)
Sets the value of the 'Coordinate System Ref
' containment reference.void
DerivedCRSType. setUsesCS(CoordinateSystemRefType value)
Sets the value of the 'Uses CS
' containment reference.void
DocumentRoot. setUsesCS(CoordinateSystemRefType value)
Sets the value of the 'Uses CS
' containment reference.void
EngineeringCRSType. setUsesCS(CoordinateSystemRefType value)
Sets the value of the 'Uses CS
' containment reference. -
Uses of CoordinateSystemRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CoordinateSystemRefType Modifier and Type Class Description class
CoordinateSystemRefTypeImpl
An implementation of the model object 'Coordinate System Ref Type'.Fields in net.opengis.gml311.impl declared as CoordinateSystemRefType Modifier and Type Field Description protected CoordinateSystemRefType
DerivedCRSTypeImpl. usesCS
The cached value of the 'Uses CS
' containment reference.protected CoordinateSystemRefType
EngineeringCRSTypeImpl. usesCS
The cached value of the 'Uses CS
' containment reference.Methods in net.opengis.gml311.impl that return CoordinateSystemRefType Modifier and Type Method Description CoordinateSystemRefType
Gml311FactoryImpl. createCoordinateSystemRefType()
CoordinateSystemRefType
DocumentRootImpl. getCoordinateSystemRef()
CoordinateSystemRefType
DerivedCRSTypeImpl. getUsesCS()
CoordinateSystemRefType
DocumentRootImpl. getUsesCS()
CoordinateSystemRefType
EngineeringCRSTypeImpl. getUsesCS()
Methods in net.opengis.gml311.impl with parameters of type CoordinateSystemRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCoordinateSystemRef(CoordinateSystemRefType newCoordinateSystemRef, NotificationChain msgs)
NotificationChain
DerivedCRSTypeImpl. basicSetUsesCS(CoordinateSystemRefType newUsesCS, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetUsesCS(CoordinateSystemRefType newUsesCS, NotificationChain msgs)
NotificationChain
EngineeringCRSTypeImpl. basicSetUsesCS(CoordinateSystemRefType newUsesCS, NotificationChain msgs)
void
DocumentRootImpl. setCoordinateSystemRef(CoordinateSystemRefType newCoordinateSystemRef)
void
DerivedCRSTypeImpl. setUsesCS(CoordinateSystemRefType newUsesCS)
void
DocumentRootImpl. setUsesCS(CoordinateSystemRefType newUsesCS)
void
EngineeringCRSTypeImpl. setUsesCS(CoordinateSystemRefType newUsesCS)
-
Uses of CoordinateSystemRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CoordinateSystemRefType Modifier and Type Method Description T
Gml311Switch. caseCoordinateSystemRefType(CoordinateSystemRefType object)
Returns the result of interpreting the object as an instance of 'Coordinate System Ref Type'.boolean
Gml311Validator. validateCoordinateSystemRefType(CoordinateSystemRefType coordinateSystemRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-