Uses of Class
net.opengis.eosps.v_2_0.GridCellPropertyType
-
-
Uses of GridCellPropertyType in net.opengis.eosps.v_2_0
Fields in net.opengis.eosps.v_2_0 with type parameters of type GridCellPropertyType Modifier and Type Field Description protected List<GridCellPropertyType>FeasibilityStudyType. cellprotected List<GridCellPropertyType>ProgrammingStatusType. cellMethods in net.opengis.eosps.v_2_0 that return GridCellPropertyType Modifier and Type Method Description GridCellPropertyTypeObjectFactory. createGridCellPropertyType()Create an instance ofGridCellPropertyTypeGridCellPropertyTypeGridCellPropertyType. withGridCell(GridCellType value)Methods in net.opengis.eosps.v_2_0 that return types with arguments of type GridCellPropertyType Modifier and Type Method Description List<GridCellPropertyType>FeasibilityStudyType. getCell()Gets the value of the cell property.List<GridCellPropertyType>ProgrammingStatusType. getCell()Gets the value of the cell property.Methods in net.opengis.eosps.v_2_0 with parameters of type GridCellPropertyType Modifier and Type Method Description FeasibilityStudyTypeFeasibilityStudyType. withCell(GridCellPropertyType... values)ProgrammingStatusTypeProgrammingStatusType. withCell(GridCellPropertyType... values)Method parameters in net.opengis.eosps.v_2_0 with type arguments of type GridCellPropertyType Modifier and Type Method Description voidFeasibilityStudyType. setCell(List<GridCellPropertyType> value)voidProgrammingStatusType. setCell(List<GridCellPropertyType> value)FeasibilityStudyTypeFeasibilityStudyType. withCell(Collection<GridCellPropertyType> values)FeasibilityStudyTypeFeasibilityStudyType. withCell(List<GridCellPropertyType> value)ProgrammingStatusTypeProgrammingStatusType. withCell(Collection<GridCellPropertyType> values)ProgrammingStatusTypeProgrammingStatusType. withCell(List<GridCellPropertyType> value)
-