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 RectifiedGridDomainTypeGml311Factory. createRectifiedGridDomainType()Returns a new object of class 'Rectified Grid Domain Type'.RectifiedGridDomainTypeDocumentRoot. getRectifiedGridDomain()Returns the value of the 'Rectified Grid Domain' containment reference.RectifiedGridDomainTypeRectifiedGridCoverageType. 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 voidDocumentRoot. setRectifiedGridDomain(RectifiedGridDomainType value)Sets the value of the 'Rectified Grid Domain' containment reference.voidRectifiedGridCoverageType. 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 classRectifiedGridDomainTypeImplAn implementation of the model object 'Rectified Grid Domain Type'.Fields in net.opengis.gml311.impl declared as RectifiedGridDomainType Modifier and Type Field Description protected RectifiedGridDomainTypeRectifiedGridCoverageTypeImpl. rectifiedGridDomainThe cached value of the 'Rectified Grid Domain' containment reference.Methods in net.opengis.gml311.impl that return RectifiedGridDomainType Modifier and Type Method Description RectifiedGridDomainTypeGml311FactoryImpl. createRectifiedGridDomainType()RectifiedGridDomainTypeDocumentRootImpl. getRectifiedGridDomain()RectifiedGridDomainTypeRectifiedGridCoverageTypeImpl. getRectifiedGridDomain()Methods in net.opengis.gml311.impl with parameters of type RectifiedGridDomainType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetRectifiedGridDomain(RectifiedGridDomainType newRectifiedGridDomain, NotificationChain msgs)NotificationChainRectifiedGridCoverageTypeImpl. basicSetRectifiedGridDomain(RectifiedGridDomainType newRectifiedGridDomain, NotificationChain msgs)voidDocumentRootImpl. setRectifiedGridDomain(RectifiedGridDomainType newRectifiedGridDomain)voidRectifiedGridCoverageTypeImpl. 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 TGml311Switch. caseRectifiedGridDomainType(RectifiedGridDomainType object)Returns the result of interpreting the object as an instance of 'Rectified Grid Domain Type'.booleanGml311Validator. validateRectifiedGridDomainType(RectifiedGridDomainType rectifiedGridDomainType, DiagnosticChain diagnostics, Map<Object,Object> context)
-