Uses of Class
org.citygml4j.geometry.Point

Packages that use Point
org.citygml4j.geometry   
org.citygml4j.model.gml.geometry.primitives   
 

Uses of Point in org.citygml4j.geometry
 

Methods in org.citygml4j.geometry that return Point
 Point BoundingBox.getLowerCorner()
           
 Point BoundingBox.getUpperCorner()
           
 

Methods in org.citygml4j.geometry with parameters of type Point
 void BoundingBox.setLowerCorner(Point lowerCorner)
           
 void BoundingBox.setUpperCorner(Point upperCorner)
           
 void BoundingBox.update(Point point)
           
 void BoundingBox.updateLowerCorner(Point lowerCorner)
           
 void BoundingBox.updateUpperCorner(Point upperCorner)
           
 

Constructors in org.citygml4j.geometry with parameters of type Point
BoundingBox(Point lowerCorner, Point upperCorner)
           
Point(Point point)
           
 

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

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type Point
 void Envelope.setLowerCorner(Point lowerCorner)
           
 void Envelope.setUpperCorner(Point upperCorner)