Uses of Class
net.opengis.citygml.relief.v_2_0.GridPropertyType
-
Packages that use GridPropertyType Package Description net.opengis.citygml.relief.v_2_0 -
-
Uses of GridPropertyType in net.opengis.citygml.relief.v_2_0
Fields in net.opengis.citygml.relief.v_2_0 declared as GridPropertyType Modifier and Type Field Description protected GridPropertyTypeRasterReliefType. gridMethods in net.opengis.citygml.relief.v_2_0 that return GridPropertyType Modifier and Type Method Description GridPropertyTypeObjectFactory. createGridPropertyType()Create an instance ofGridPropertyTypeGridPropertyTypeRasterReliefType. getGrid()Gets the value of the grid property.GridPropertyTypeGridPropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)GridPropertyTypeGridPropertyType. withArcrole(String value)GridPropertyTypeGridPropertyType. withHref(String value)GridPropertyTypeGridPropertyType. withRectifiedGridCoverage(RectifiedGridCoverageType value)GridPropertyTypeGridPropertyType. withRemoteSchema(String value)GridPropertyTypeGridPropertyType. withRole(String value)GridPropertyTypeGridPropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)GridPropertyTypeGridPropertyType. withTitle(String value)GridPropertyTypeGridPropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)Methods in net.opengis.citygml.relief.v_2_0 with parameters of type GridPropertyType Modifier and Type Method Description voidRasterReliefType. setGrid(GridPropertyType value)Sets the value of the grid property.RasterReliefTypeRasterReliefType. withGrid(GridPropertyType value)Constructors in net.opengis.citygml.relief.v_2_0 with parameters of type GridPropertyType Constructor Description RasterReliefType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, int lod, PolygonPropertyType extent, List<Object> genericApplicationPropertyOfReliefComponent, GridPropertyType grid, List<Object> genericApplicationPropertyOfRasterRelief)Fully-initialising value constructor
-