Uses of Class
net.opengis.citygml.appearance.v_2_0.AbstractSurfaceDataType
-
Packages that use AbstractSurfaceDataType Package Description net.opengis.citygml.appearance.v_2_0 -
-
Uses of AbstractSurfaceDataType in net.opengis.citygml.appearance.v_2_0
Subclasses of AbstractSurfaceDataType in net.opengis.citygml.appearance.v_2_0 Modifier and Type Class Description classAbstractTextureTypeBase class for textures.classGeoreferencedTextureTypeSpecialization for georeferenced textures, i.e.classParameterizedTextureTypeSpecialization for standard 2D textures.classX3DMaterialTypeClass for defining constant surface properties.Fields in net.opengis.citygml.appearance.v_2_0 with type parameters of type AbstractSurfaceDataType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractSurfaceDataType>SurfaceDataPropertyType. surfaceDataMethods in net.opengis.citygml.appearance.v_2_0 that return AbstractSurfaceDataType Modifier and Type Method Description AbstractSurfaceDataTypeAbstractSurfaceDataType. withGenericApplicationPropertyOfSurfaceData(Object... values)AbstractSurfaceDataTypeAbstractSurfaceDataType. withGenericApplicationPropertyOfSurfaceData(Collection<Object> values)AbstractSurfaceDataTypeAbstractSurfaceDataType. withGenericApplicationPropertyOfSurfaceData(List<Object> value)AbstractSurfaceDataTypeAbstractSurfaceDataType. withIsFront(Boolean value)Methods in net.opengis.citygml.appearance.v_2_0 that return types with arguments of type AbstractSurfaceDataType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractSurfaceDataType>ObjectFactory. createSurfaceData(AbstractSurfaceDataType value)jakarta.xml.bind.JAXBElement<? extends AbstractSurfaceDataType>SurfaceDataPropertyType. getSurfaceData()Gets the value of the surfaceData property.Methods in net.opengis.citygml.appearance.v_2_0 with parameters of type AbstractSurfaceDataType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractSurfaceDataType>ObjectFactory. createSurfaceData(AbstractSurfaceDataType value)Method parameters in net.opengis.citygml.appearance.v_2_0 with type arguments of type AbstractSurfaceDataType Modifier and Type Method Description voidSurfaceDataPropertyType. setSurfaceData(jakarta.xml.bind.JAXBElement<? extends AbstractSurfaceDataType> value)Sets the value of the surfaceData property.SurfaceDataPropertyTypeSurfaceDataPropertyType. withSurfaceData(jakarta.xml.bind.JAXBElement<? extends AbstractSurfaceDataType> value)Constructor parameters in net.opengis.citygml.appearance.v_2_0 with type arguments of type AbstractSurfaceDataType Constructor Description SurfaceDataPropertyType(jakarta.xml.bind.JAXBElement<? extends AbstractSurfaceDataType> surfaceData, 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
-