Uses of Class
net.opengis.citygml.texturedsurface.v_2_0.AbstractAppearanceType
-
Packages that use AbstractAppearanceType Package Description net.opengis.citygml.texturedsurface.v_2_0 -
-
Uses of AbstractAppearanceType in net.opengis.citygml.texturedsurface.v_2_0
Subclasses of AbstractAppearanceType in net.opengis.citygml.texturedsurface.v_2_0 Modifier and Type Class Description classMaterialTypeDeprecated since CityGML version 0.4.0.classSimpleTextureTypeDeprecated since CityGML version 0.4.0.Fields in net.opengis.citygml.texturedsurface.v_2_0 with type parameters of type AbstractAppearanceType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractAppearanceType>AppearancePropertyType. appearanceMethods in net.opengis.citygml.texturedsurface.v_2_0 that return types with arguments of type AbstractAppearanceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractAppearanceType>ObjectFactory. createAAppearance(AbstractAppearanceType value)jakarta.xml.bind.JAXBElement<? extends AbstractAppearanceType>AppearancePropertyType. getAppearance()Gets the value of the appearance property.Methods in net.opengis.citygml.texturedsurface.v_2_0 with parameters of type AbstractAppearanceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractAppearanceType>ObjectFactory. createAAppearance(AbstractAppearanceType value)Method parameters in net.opengis.citygml.texturedsurface.v_2_0 with type arguments of type AbstractAppearanceType Modifier and Type Method Description voidAppearancePropertyType. setAppearance(jakarta.xml.bind.JAXBElement<? extends AbstractAppearanceType> value)Sets the value of the appearance property.AppearancePropertyTypeAppearancePropertyType. withAppearance(jakarta.xml.bind.JAXBElement<? extends AbstractAppearanceType> value)Constructor parameters in net.opengis.citygml.texturedsurface.v_2_0 with type arguments of type AbstractAppearanceType Constructor Description AppearancePropertyType(jakarta.xml.bind.JAXBElement<? extends AbstractAppearanceType> appearance, SignType orientation, String remoteSchema, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-