Uses of Class
org.citygml4j.model.gml.geometry.primitives.Polygon

Packages that use Polygon
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.model.common.visitor   
org.citygml4j.model.gml.geometry.aggregates   
org.citygml4j.model.gml.geometry.primitives   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Polygon
 PolygonType GMLMarshaller.marshalPolygon(Polygon src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Polygon
 Polygon GMLUnmarshaller.unmarshalPolygon(PolygonType src)
           
 

Uses of Polygon in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Polygon
 Polygon GMLGeometryFactory.createLinearPolygon(double[][] coordinates, int dim)
           
 Polygon GMLGeometryFactory.createLinearPolygon(double[] coordinates, int dim)
           
 Polygon GMLGeometryFactory.createLinearPolygon(java.util.List<java.lang.Double> coords, int dim)
           
 Polygon GMLGeometryFactory.createLinearPolygon(java.lang.Object[] coordinates, int dim)
           
 

Uses of Polygon in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type Polygon
 T GeometryFunctor.apply(Polygon polygon)
           
 void GeometryVisitor.visit(Polygon polygon)
           
 

Uses of Polygon in org.citygml4j.model.gml.geometry.aggregates
 

Constructors in org.citygml4j.model.gml.geometry.aggregates with parameters of type Polygon
MultiPolygon(Polygon... polygons)
           
 

Constructor parameters in org.citygml4j.model.gml.geometry.aggregates with type arguments of type Polygon
MultiPolygon(java.util.List<Polygon> polygons)
           
 

Uses of Polygon in org.citygml4j.model.gml.geometry.primitives
 

Methods in org.citygml4j.model.gml.geometry.primitives that return Polygon
 Polygon PolygonProperty.getPolygon()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives that return types with arguments of type Polygon
 java.lang.Class<Polygon> PolygonProperty.getAssociableClass()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type Polygon
 void PolygonProperty.setPolygon(Polygon polygon)
           
 

Constructors in org.citygml4j.model.gml.geometry.primitives with parameters of type Polygon
PolygonProperty(Polygon polygon)
           
 

Uses of Polygon in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type Polygon
 T GMLFunctionWalker.apply(Polygon polygon)
           
 T GeometryFunctionWalker.apply(Polygon polygon)
           
 void GMLWalker.visit(Polygon polygon)
           
 void GeometryWalker.visit(Polygon polygon)