Uses of Interface
net.opengis.gml311.GridType
-
Packages that use GridType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GridType in net.opengis.gml311
Subinterfaces of GridType in net.opengis.gml311 Modifier and Type Interface Description interfaceRectifiedGridTypeA representation of the model object 'Rectified Grid Type'.Methods in net.opengis.gml311 that return GridType Modifier and Type Method Description GridTypeGml311Factory. createGridType()Returns a new object of class 'Grid Type'.GridTypeDocumentRoot. getGrid()Returns the value of the 'Grid' containment reference.GridTypeGridDomainType. getGrid()Returns the value of the 'Grid' containment reference.Methods in net.opengis.gml311 with parameters of type GridType Modifier and Type Method Description voidDocumentRoot. setGrid(GridType value)Sets the value of the 'Grid' containment reference.voidGridDomainType. setGrid(GridType value)Sets the value of the 'Grid' containment reference. -
Uses of GridType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GridType Modifier and Type Class Description classGridTypeImplAn implementation of the model object 'Grid Type'.classRectifiedGridTypeImplAn implementation of the model object 'Rectified Grid Type'.Fields in net.opengis.gml311.impl declared as GridType Modifier and Type Field Description protected GridTypeGridDomainTypeImpl. gridThe cached value of the 'Grid' containment reference.Methods in net.opengis.gml311.impl that return GridType Modifier and Type Method Description GridTypeGml311FactoryImpl. createGridType()GridTypeDocumentRootImpl. getGrid()GridTypeGridDomainTypeImpl. getGrid()Methods in net.opengis.gml311.impl with parameters of type GridType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGrid(GridType newGrid, NotificationChain msgs)NotificationChainGridDomainTypeImpl. basicSetGrid(GridType newGrid, NotificationChain msgs)voidDocumentRootImpl. setGrid(GridType newGrid)voidGridDomainTypeImpl. setGrid(GridType newGrid) -
Uses of GridType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GridType Modifier and Type Method Description TGml311Switch. caseGridType(GridType object)Returns the result of interpreting the object as an instance of 'Grid Type'.booleanGml311Validator. validateGridType(GridType gridType, DiagnosticChain diagnostics, Map<Object,Object> context)
-