Uses of Interface
net.opengis.gml311.RectifiedGridType
-
Packages that use RectifiedGridType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of RectifiedGridType in net.opengis.gml311
Methods in net.opengis.gml311 that return RectifiedGridType Modifier and Type Method Description RectifiedGridTypeGml311Factory. createRectifiedGridType()Returns a new object of class 'Rectified Grid Type'.RectifiedGridTypeDocumentRoot. getRectifiedGrid()Returns the value of the 'Rectified Grid' containment reference.RectifiedGridTypeRectifiedGridDomainType. getRectifiedGrid()Returns the value of the 'Rectified Grid' containment reference.Methods in net.opengis.gml311 with parameters of type RectifiedGridType Modifier and Type Method Description voidDocumentRoot. setRectifiedGrid(RectifiedGridType value)Sets the value of the 'Rectified Grid' containment reference.voidRectifiedGridDomainType. setRectifiedGrid(RectifiedGridType value)Sets the value of the 'Rectified Grid' containment reference. -
Uses of RectifiedGridType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement RectifiedGridType Modifier and Type Class Description classRectifiedGridTypeImplAn implementation of the model object 'Rectified Grid Type'.Fields in net.opengis.gml311.impl declared as RectifiedGridType Modifier and Type Field Description protected RectifiedGridTypeRectifiedGridDomainTypeImpl. rectifiedGridThe cached value of the 'Rectified Grid' containment reference.Methods in net.opengis.gml311.impl that return RectifiedGridType Modifier and Type Method Description RectifiedGridTypeGml311FactoryImpl. createRectifiedGridType()RectifiedGridTypeDocumentRootImpl. getRectifiedGrid()RectifiedGridTypeRectifiedGridDomainTypeImpl. getRectifiedGrid()Methods in net.opengis.gml311.impl with parameters of type RectifiedGridType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetRectifiedGrid(RectifiedGridType newRectifiedGrid, NotificationChain msgs)NotificationChainRectifiedGridDomainTypeImpl. basicSetRectifiedGrid(RectifiedGridType newRectifiedGrid, NotificationChain msgs)voidDocumentRootImpl. setRectifiedGrid(RectifiedGridType newRectifiedGrid)voidRectifiedGridDomainTypeImpl. setRectifiedGrid(RectifiedGridType newRectifiedGrid) -
Uses of RectifiedGridType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RectifiedGridType Modifier and Type Method Description TGml311Switch. caseRectifiedGridType(RectifiedGridType object)Returns the result of interpreting the object as an instance of 'Rectified Grid Type'.booleanGml311Validator. validateRectifiedGridType(RectifiedGridType rectifiedGridType, DiagnosticChain diagnostics, Map<Object,Object> context)
-