Uses of Class
org.citygml4j.jaxb.gml._3_1_1.SurfacePropertyType

Packages that use SurfacePropertyType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.citygml.wtr._1   
org.citygml4j.jaxb.citygml.wtr._2   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of SurfacePropertyType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return SurfacePropertyType
 SurfacePropertyType GMLMarshaller.marshalSurfaceProperty(SurfaceProperty src)
           
 

Uses of SurfacePropertyType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type SurfacePropertyType
 SurfaceProperty GMLUnmarshaller.unmarshalSurfaceProperty(SurfacePropertyType src)
           
 

Uses of SurfacePropertyType in org.citygml4j.jaxb.citygml.wtr._1
 

Methods in org.citygml4j.jaxb.citygml.wtr._1 that return SurfacePropertyType
 SurfacePropertyType AbstractWaterBoundarySurfaceType.getLod2Surface()
          Ruft den Wert der lod2Surface-Eigenschaft ab.
 SurfacePropertyType AbstractWaterBoundarySurfaceType.getLod3Surface()
          Ruft den Wert der lod3Surface-Eigenschaft ab.
 SurfacePropertyType AbstractWaterBoundarySurfaceType.getLod4Surface()
          Ruft den Wert der lod4Surface-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.wtr._1 with parameters of type SurfacePropertyType
 void AbstractWaterBoundarySurfaceType.setLod2Surface(SurfacePropertyType value)
          Legt den Wert der lod2Surface-Eigenschaft fest.
 void AbstractWaterBoundarySurfaceType.setLod3Surface(SurfacePropertyType value)
          Legt den Wert der lod3Surface-Eigenschaft fest.
 void AbstractWaterBoundarySurfaceType.setLod4Surface(SurfacePropertyType value)
          Legt den Wert der lod4Surface-Eigenschaft fest.
 

Uses of SurfacePropertyType in org.citygml4j.jaxb.citygml.wtr._2
 

Methods in org.citygml4j.jaxb.citygml.wtr._2 that return SurfacePropertyType
 SurfacePropertyType AbstractWaterBoundarySurfaceType.getLod2Surface()
          Ruft den Wert der lod2Surface-Eigenschaft ab.
 SurfacePropertyType AbstractWaterBoundarySurfaceType.getLod3Surface()
          Ruft den Wert der lod3Surface-Eigenschaft ab.
 SurfacePropertyType AbstractWaterBoundarySurfaceType.getLod4Surface()
          Ruft den Wert der lod4Surface-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.wtr._2 with parameters of type SurfacePropertyType
 void AbstractWaterBoundarySurfaceType.setLod2Surface(SurfacePropertyType value)
          Legt den Wert der lod2Surface-Eigenschaft fest.
 void AbstractWaterBoundarySurfaceType.setLod3Surface(SurfacePropertyType value)
          Legt den Wert der lod3Surface-Eigenschaft fest.
 void AbstractWaterBoundarySurfaceType.setLod4Surface(SurfacePropertyType value)
          Legt den Wert der lod4Surface-Eigenschaft fest.
 

Uses of SurfacePropertyType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return SurfacePropertyType
 SurfacePropertyType ObjectFactory.createSurfacePropertyType()
          Create an instance of SurfacePropertyType
 SurfacePropertyType OrientableSurfaceType.getBaseSurface()
          References or contains the base surface (positive orientation).
 SurfacePropertyType SolidType.getExterior()
          Ruft den Wert der exterior-Eigenschaft ab.
 SurfacePropertyType FaceType.getSurfaceProperty()
          Ruft den Wert der surfaceProperty-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type SurfacePropertyType
 javax.xml.bind.JAXBElement<SurfacePropertyType> ObjectFactory.createBaseSurface(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 javax.xml.bind.JAXBElement<SurfacePropertyType> ObjectFactory.createExtentOf(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 javax.xml.bind.JAXBElement<SurfacePropertyType> ObjectFactory.createSurfaceMember(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 javax.xml.bind.JAXBElement<SurfacePropertyType> ObjectFactory.createSurfaceProperty(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 java.util.List<SurfacePropertyType> SolidType.getInterior()
          Gets the value of the interior property.
 java.util.List<SurfacePropertyType> MultiSurfaceType.getSurfaceMember()
          Gets the value of the surfaceMember property.
 java.util.List<SurfacePropertyType> CompositeSurfaceType.getSurfaceMember()
          This element references or contains one surface in the composite surface.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type SurfacePropertyType
 javax.xml.bind.JAXBElement<SurfacePropertyType> ObjectFactory.createBaseSurface(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 javax.xml.bind.JAXBElement<SurfacePropertyType> ObjectFactory.createExtentOf(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 javax.xml.bind.JAXBElement<SurfacePropertyType> ObjectFactory.createSurfaceMember(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 javax.xml.bind.JAXBElement<SurfacePropertyType> ObjectFactory.createSurfaceProperty(SurfacePropertyType value)
          Create an instance of JAXBElement<SurfacePropertyType>}
 void OrientableSurfaceType.setBaseSurface(SurfacePropertyType value)
          Legt den Wert der baseSurface-Eigenschaft fest.
 void SolidType.setExterior(SurfacePropertyType value)
          Legt den Wert der exterior-Eigenschaft fest.
 void FaceType.setSurfaceProperty(SurfacePropertyType value)
          Legt den Wert der surfaceProperty-Eigenschaft fest.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type SurfacePropertyType
 void SolidType.setInterior(java.util.List<SurfacePropertyType> interior)
          Sets the value of the interior property.
 void MultiSurfaceType.setSurfaceMember(java.util.List<SurfacePropertyType> surfaceMember)
          Sets the value of the surfaceMember property.
 void CompositeSurfaceType.setSurfaceMember(java.util.List<SurfacePropertyType> surfaceMember)
          This element references or contains one surface in the composite surface.