Uses of Class
net.opengis.eosps.v_2_0.GridCellType
-
-
Uses of GridCellType in net.opengis.eosps.v_2_0
Fields in net.opengis.eosps.v_2_0 declared as GridCellType Modifier and Type Field Description protected GridCellTypeGridCellPropertyType. gridCellMethods in net.opengis.eosps.v_2_0 that return GridCellType Modifier and Type Method Description GridCellTypeObjectFactory. createGridCellType()Create an instance ofGridCellTypeGridCellTypeGridCellPropertyType. getGridCell()Gets the value of the gridCell property.GridCellTypeGridCellType. withEstimatedSuccessDate(XMLGregorianCalendar value)GridCellTypeGridCellType. withExtension(Object... values)GridCellTypeGridCellType. withExtension(Collection<Object> values)GridCellTypeGridCellType. withExtension(List<Object> value)GridCellTypeGridCellType. withFootprint(GridCellType.Footprint value)GridCellTypeGridCellType. withId(String value)GridCellTypeGridCellType. withLastAttemptDate(XMLGregorianCalendar value)GridCellTypeGridCellType. withNextAttemptDate(XMLGregorianCalendar value)GridCellTypeGridCellType. withRemainingAttempts(BigInteger value)GridCellTypeGridCellType. withStatus(String value)GridCellTypeGridCellType. withSuccessRate(double value)Methods in net.opengis.eosps.v_2_0 that return types with arguments of type GridCellType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<GridCellType>ObjectFactory. createGridCell(GridCellType value)Methods in net.opengis.eosps.v_2_0 with parameters of type GridCellType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<GridCellType>ObjectFactory. createGridCell(GridCellType value)voidGridCellPropertyType. setGridCell(GridCellType value)Sets the value of the gridCell property.GridCellPropertyTypeGridCellPropertyType. withGridCell(GridCellType value)Constructors in net.opengis.eosps.v_2_0 with parameters of type GridCellType Constructor Description GridCellPropertyType(GridCellType gridCell)Fully-initialising value constructor
-