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

Packages that use PolygonPropertyType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.citygml._0_4   
org.citygml4j.jaxb.citygml.dem._1   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return PolygonPropertyType
 PolygonPropertyType GMLMarshaller.marshalPolygonProperty(PolygonProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type PolygonPropertyType
 PolygonProperty GMLUnmarshaller.unmarshalPolygonProperty(PolygonPropertyType src)
           
 

Uses of PolygonPropertyType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return PolygonPropertyType
 PolygonPropertyType _ReliefComponentType.getExtent()
          Gets the value of the extent property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type PolygonPropertyType
 void _ReliefComponentType.setExtent(PolygonPropertyType value)
          Sets the value of the extent property.
 

Uses of PolygonPropertyType in org.citygml4j.jaxb.citygml.dem._1
 

Methods in org.citygml4j.jaxb.citygml.dem._1 that return PolygonPropertyType
 PolygonPropertyType AbstractReliefComponentType.getExtent()
          Gets the value of the extent property.
 

Methods in org.citygml4j.jaxb.citygml.dem._1 with parameters of type PolygonPropertyType
 void AbstractReliefComponentType.setExtent(PolygonPropertyType value)
          Sets the value of the extent property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return PolygonPropertyType
 PolygonPropertyType ObjectFactory.createPolygonPropertyType()
          Create an instance of PolygonPropertyType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type PolygonPropertyType
 javax.xml.bind.JAXBElement<PolygonPropertyType> ObjectFactory.createPolygonMember(PolygonPropertyType value)
          Create an instance of JAXBElement<PolygonPropertyType>}
 javax.xml.bind.JAXBElement<PolygonPropertyType> ObjectFactory.createPolygonProperty(PolygonPropertyType value)
          Create an instance of JAXBElement<PolygonPropertyType>}
 java.util.List<PolygonPropertyType> MultiPolygonType.getPolygonMember()
          Gets the value of the polygonMember property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type PolygonPropertyType
 javax.xml.bind.JAXBElement<PolygonPropertyType> ObjectFactory.createPolygonMember(PolygonPropertyType value)
          Create an instance of JAXBElement<PolygonPropertyType>}
 javax.xml.bind.JAXBElement<PolygonPropertyType> ObjectFactory.createPolygonProperty(PolygonPropertyType value)
          Create an instance of JAXBElement<PolygonPropertyType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type PolygonPropertyType
 void MultiPolygonType.setPolygonMember(java.util.List<PolygonPropertyType> polygonMember)
          Sets the value of the polygonMember property.