Uses of Class
net.opengis.citygml.texturedsurface.v_2_0.AppearancePropertyType
-
Packages that use AppearancePropertyType Package Description net.opengis.citygml.texturedsurface.v_2_0 -
-
Uses of AppearancePropertyType in net.opengis.citygml.texturedsurface.v_2_0
Fields in net.opengis.citygml.texturedsurface.v_2_0 with type parameters of type AppearancePropertyType Modifier and Type Field Description protected List<AppearancePropertyType>TexturedSurfaceType. appearanceMethods in net.opengis.citygml.texturedsurface.v_2_0 that return AppearancePropertyType Modifier and Type Method Description AppearancePropertyTypeObjectFactory. createAppearancePropertyType()Create an instance ofAppearancePropertyTypeAppearancePropertyTypeAppearancePropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)AppearancePropertyTypeAppearancePropertyType. withAppearance(jakarta.xml.bind.JAXBElement<? extends AbstractAppearanceType> value)AppearancePropertyTypeAppearancePropertyType. withArcrole(String value)AppearancePropertyTypeAppearancePropertyType. withHref(String value)AppearancePropertyTypeAppearancePropertyType. withOrientation(SignType value)AppearancePropertyTypeAppearancePropertyType. withRemoteSchema(String value)AppearancePropertyTypeAppearancePropertyType. withRole(String value)AppearancePropertyTypeAppearancePropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)AppearancePropertyTypeAppearancePropertyType. withTitle(String value)AppearancePropertyTypeAppearancePropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)Methods in net.opengis.citygml.texturedsurface.v_2_0 that return types with arguments of type AppearancePropertyType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AppearancePropertyType>ObjectFactory. createAppearance(AppearancePropertyType value)List<AppearancePropertyType>TexturedSurfaceType. getAppearance()Gets the value of the appearance property.Methods in net.opengis.citygml.texturedsurface.v_2_0 with parameters of type AppearancePropertyType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AppearancePropertyType>ObjectFactory. createAppearance(AppearancePropertyType value)TexturedSurfaceTypeTexturedSurfaceType. withAppearance(AppearancePropertyType... values)Method parameters in net.opengis.citygml.texturedsurface.v_2_0 with type arguments of type AppearancePropertyType Modifier and Type Method Description voidTexturedSurfaceType. setAppearance(List<AppearancePropertyType> value)TexturedSurfaceTypeTexturedSurfaceType. withAppearance(Collection<AppearancePropertyType> values)TexturedSurfaceTypeTexturedSurfaceType. withAppearance(List<AppearancePropertyType> value)Constructor parameters in net.opengis.citygml.texturedsurface.v_2_0 with type arguments of type AppearancePropertyType Constructor Description TexturedSurfaceType(List<AppearancePropertyType> appearance)Fully-initialising value constructor
-