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

Packages that use PolygonType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return PolygonType
 PolygonType GMLMarshaller.marshalPolygon(Polygon src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type PolygonType
 Polygon GMLUnmarshaller.unmarshalPolygon(PolygonType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return PolygonType
 PolygonType ObjectFactory.createPolygonType()
          Create an instance of PolygonType
 PolygonType PolygonPropertyType.getPolygon()
          Ruft den Wert der polygon-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type PolygonType
 javax.xml.bind.JAXBElement<PolygonType> ObjectFactory.createBoundingPolygon(PolygonType value)
          Create an instance of JAXBElement<PolygonType>}
 javax.xml.bind.JAXBElement<PolygonType> ObjectFactory.createPolygon(PolygonType value)
          Create an instance of JAXBElement<PolygonType>}
 java.util.List<PolygonType> ExtentType.getBoundingPolygon()
          Unordered list of bounding polygons whose union describes the spatial domain of this object.Gets the value of the boundingPolygon property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type PolygonType
 javax.xml.bind.JAXBElement<PolygonType> ObjectFactory.createBoundingPolygon(PolygonType value)
          Create an instance of JAXBElement<PolygonType>}
 javax.xml.bind.JAXBElement<PolygonType> ObjectFactory.createPolygon(PolygonType value)
          Create an instance of JAXBElement<PolygonType>}
 void PolygonPropertyType.setPolygon(PolygonType value)
          Legt den Wert der polygon-Eigenschaft fest.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type PolygonType
 void ExtentType.setBoundingPolygon(java.util.List<PolygonType> boundingPolygon)
          Unordered list of bounding polygons whose union describes the spatial domain of this object.