Uses of Class
net.opengis.citygml.relief.v_2_0.TinPropertyType
-
Packages that use TinPropertyType Package Description net.opengis.citygml.relief.v_2_0 -
-
Uses of TinPropertyType in net.opengis.citygml.relief.v_2_0
Fields in net.opengis.citygml.relief.v_2_0 declared as TinPropertyType Modifier and Type Field Description protected TinPropertyTypeTINReliefType. tinMethods in net.opengis.citygml.relief.v_2_0 that return TinPropertyType Modifier and Type Method Description TinPropertyTypeObjectFactory. createTinPropertyType()Create an instance ofTinPropertyTypeTinPropertyTypeTINReliefType. getTin()Gets the value of the tin property.TinPropertyTypeTinPropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)TinPropertyTypeTinPropertyType. withArcrole(String value)TinPropertyTypeTinPropertyType. withHref(String value)TinPropertyTypeTinPropertyType. withRemoteSchema(String value)TinPropertyTypeTinPropertyType. withRole(String value)TinPropertyTypeTinPropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)TinPropertyTypeTinPropertyType. withTitle(String value)TinPropertyTypeTinPropertyType. withTriangulatedSurface(jakarta.xml.bind.JAXBElement<TriangulatedSurfaceType> value)TinPropertyTypeTinPropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)Methods in net.opengis.citygml.relief.v_2_0 with parameters of type TinPropertyType Modifier and Type Method Description voidTINReliefType. setTin(TinPropertyType value)Sets the value of the tin property.TINReliefTypeTINReliefType. withTin(TinPropertyType value)Constructors in net.opengis.citygml.relief.v_2_0 with parameters of type TinPropertyType Constructor Description TINReliefType(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, TinPropertyType tin, List<Object> genericApplicationPropertyOfTinRelief)Fully-initialising value constructor
-