Uses of Class
net.opengis.citygml.appearance.v_2_0.AppearanceType
-
Packages that use AppearanceType Package Description net.opengis.citygml.appearance.v_2_0 -
-
Uses of AppearanceType in net.opengis.citygml.appearance.v_2_0
Fields in net.opengis.citygml.appearance.v_2_0 declared as AppearanceType Modifier and Type Field Description protected AppearanceTypeAppearancePropertyType. appearanceMethods in net.opengis.citygml.appearance.v_2_0 that return AppearanceType Modifier and Type Method Description AppearanceTypeObjectFactory. createAppearanceType()Create an instance ofAppearanceTypeAppearanceTypeAppearancePropertyType. getAppearance()Gets the value of the appearance property.AppearanceTypeAppearanceType. withGenericApplicationPropertyOfAppearance(Object... values)AppearanceTypeAppearanceType. withGenericApplicationPropertyOfAppearance(Collection<Object> values)AppearanceTypeAppearanceType. withGenericApplicationPropertyOfAppearance(List<Object> value)AppearanceTypeAppearanceType. withSurfaceDataMember(Collection<SurfaceDataPropertyType> values)AppearanceTypeAppearanceType. withSurfaceDataMember(List<SurfaceDataPropertyType> value)AppearanceTypeAppearanceType. withSurfaceDataMember(SurfaceDataPropertyType... values)AppearanceTypeAppearanceType. withTheme(String value)Methods in net.opengis.citygml.appearance.v_2_0 that return types with arguments of type AppearanceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AppearanceType>ObjectFactory. createAppearance(AppearanceType value)Methods in net.opengis.citygml.appearance.v_2_0 with parameters of type AppearanceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AppearanceType>ObjectFactory. createAppearance(AppearanceType value)voidAppearancePropertyType. setAppearance(AppearanceType value)Sets the value of the appearance property.AppearancePropertyTypeAppearancePropertyType. withAppearance(AppearanceType value)Constructors in net.opengis.citygml.appearance.v_2_0 with parameters of type AppearanceType Constructor Description AppearancePropertyType(AppearanceType appearance, 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
-