Uses of Class
net.opengis.citygml.appearance.v_2_0.SurfaceDataPropertyType
-
Packages that use SurfaceDataPropertyType Package Description net.opengis.citygml.appearance.v_2_0 -
-
Uses of SurfaceDataPropertyType in net.opengis.citygml.appearance.v_2_0
Fields in net.opengis.citygml.appearance.v_2_0 with type parameters of type SurfaceDataPropertyType Modifier and Type Field Description protected List<SurfaceDataPropertyType>AppearanceType. surfaceDataMemberMethods in net.opengis.citygml.appearance.v_2_0 that return SurfaceDataPropertyType Modifier and Type Method Description SurfaceDataPropertyTypeObjectFactory. createSurfaceDataPropertyType()Create an instance ofSurfaceDataPropertyTypeSurfaceDataPropertyTypeSurfaceDataPropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)SurfaceDataPropertyTypeSurfaceDataPropertyType. withArcrole(String value)SurfaceDataPropertyTypeSurfaceDataPropertyType. withHref(String value)SurfaceDataPropertyTypeSurfaceDataPropertyType. withRemoteSchema(String value)SurfaceDataPropertyTypeSurfaceDataPropertyType. withRole(String value)SurfaceDataPropertyTypeSurfaceDataPropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)SurfaceDataPropertyTypeSurfaceDataPropertyType. withSurfaceData(jakarta.xml.bind.JAXBElement<? extends AbstractSurfaceDataType> value)SurfaceDataPropertyTypeSurfaceDataPropertyType. withTitle(String value)SurfaceDataPropertyTypeSurfaceDataPropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)Methods in net.opengis.citygml.appearance.v_2_0 that return types with arguments of type SurfaceDataPropertyType Modifier and Type Method Description List<SurfaceDataPropertyType>AppearanceType. getSurfaceDataMember()Gets the value of the surfaceDataMember property.Methods in net.opengis.citygml.appearance.v_2_0 with parameters of type SurfaceDataPropertyType Modifier and Type Method Description AppearanceTypeAppearanceType. withSurfaceDataMember(SurfaceDataPropertyType... values)Method parameters in net.opengis.citygml.appearance.v_2_0 with type arguments of type SurfaceDataPropertyType Modifier and Type Method Description voidAppearanceType. setSurfaceDataMember(List<SurfaceDataPropertyType> value)AppearanceTypeAppearanceType. withSurfaceDataMember(Collection<SurfaceDataPropertyType> values)AppearanceTypeAppearanceType. withSurfaceDataMember(List<SurfaceDataPropertyType> value)Constructor parameters in net.opengis.citygml.appearance.v_2_0 with type arguments of type SurfaceDataPropertyType Constructor Description AppearanceType(String theme, List<SurfaceDataPropertyType> surfaceDataMember, List<Object> genericApplicationPropertyOfAppearance)Fully-initialising value constructor
-