Uses of Interface
net.opengis.gml311.RectifiedGridDomainType
-
Packages that use RectifiedGridDomainType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of RectifiedGridDomainType in net.opengis.gml311
Methods in net.opengis.gml311 that return RectifiedGridDomainType Modifier and Type Method Description RectifiedGridDomainType
Gml311Factory. createRectifiedGridDomainType()
Returns a new object of class 'Rectified Grid Domain Type'.RectifiedGridDomainType
DocumentRoot. getRectifiedGridDomain()
Returns the value of the 'Rectified Grid Domain' containment reference.RectifiedGridDomainType
RectifiedGridCoverageType. getRectifiedGridDomain()
Returns the value of the 'Rectified Grid Domain' containment reference.Methods in net.opengis.gml311 with parameters of type RectifiedGridDomainType Modifier and Type Method Description void
DocumentRoot. setRectifiedGridDomain(RectifiedGridDomainType value)
Sets the value of the 'Rectified Grid Domain
' containment reference.void
RectifiedGridCoverageType. setRectifiedGridDomain(RectifiedGridDomainType value)
Sets the value of the 'Rectified Grid Domain
' containment reference. -
Uses of RectifiedGridDomainType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement RectifiedGridDomainType Modifier and Type Class Description class
RectifiedGridDomainTypeImpl
An implementation of the model object 'Rectified Grid Domain Type'.Fields in net.opengis.gml311.impl declared as RectifiedGridDomainType Modifier and Type Field Description protected RectifiedGridDomainType
RectifiedGridCoverageTypeImpl. rectifiedGridDomain
The cached value of the 'Rectified Grid Domain
' containment reference.Methods in net.opengis.gml311.impl that return RectifiedGridDomainType Modifier and Type Method Description RectifiedGridDomainType
Gml311FactoryImpl. createRectifiedGridDomainType()
RectifiedGridDomainType
DocumentRootImpl. getRectifiedGridDomain()
RectifiedGridDomainType
RectifiedGridCoverageTypeImpl. getRectifiedGridDomain()
Methods in net.opengis.gml311.impl with parameters of type RectifiedGridDomainType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetRectifiedGridDomain(RectifiedGridDomainType newRectifiedGridDomain, NotificationChain msgs)
NotificationChain
RectifiedGridCoverageTypeImpl. basicSetRectifiedGridDomain(RectifiedGridDomainType newRectifiedGridDomain, NotificationChain msgs)
void
DocumentRootImpl. setRectifiedGridDomain(RectifiedGridDomainType newRectifiedGridDomain)
void
RectifiedGridCoverageTypeImpl. setRectifiedGridDomain(RectifiedGridDomainType newRectifiedGridDomain)
-
Uses of RectifiedGridDomainType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RectifiedGridDomainType Modifier and Type Method Description T
Gml311Switch. caseRectifiedGridDomainType(RectifiedGridDomainType object)
Returns the result of interpreting the object as an instance of 'Rectified Grid Domain Type'.boolean
Gml311Validator. validateRectifiedGridDomainType(RectifiedGridDomainType rectifiedGridDomainType, DiagnosticChain diagnostics, Map<Object,Object> context)
-