Uses of Interface
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.factory.geometry   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.common.visitor   
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 GMLFactory.createPolygon()
           
 

Methods in org.citygml4j.factory with parameters of type Polygon
 MultiPolygon GMLFactory.createMultiPolygon(Polygon... polygons)
           
 PolygonProperty GMLFactory.createPolygonProperty(Polygon polygon)
           
 

Method parameters in org.citygml4j.factory with type arguments of type Polygon
 MultiPolygon GMLFactory.createMultiPolygon(java.util.List<Polygon> polygons)
           
 

Uses of Polygon in org.citygml4j.factory.geometry
 

Methods in org.citygml4j.factory.geometry 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.impl.gml.geometry.primitives
 

Classes in org.citygml4j.impl.gml.geometry.primitives that implement Polygon
 class PolygonImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return Polygon
 Polygon PolygonPropertyImpl.getPolygon()
           
 

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

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.primitives
 

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

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type Polygon
 void PolygonProperty.setPolygon(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)