Uses of Class
org.boehn.kmlframework.kml.Geometry

Packages that use Geometry
org.boehn.kmlframework.coordinates   
org.boehn.kmlframework.kml   
 

Uses of Geometry in org.boehn.kmlframework.coordinates
 

Subclasses of Geometry in org.boehn.kmlframework.coordinates
 class EarthCoordinate
           
 

Uses of Geometry in org.boehn.kmlframework.kml
 

Subclasses of Geometry in org.boehn.kmlframework.kml
 class LinearRing
           
 class LineString
           
 class Model
           
 class MultiGeometry
           
 class Point
           
 class Polygon
           
 

Methods in org.boehn.kmlframework.kml that return Geometry
 Geometry Placemark.getGeometry()
           
 

Methods in org.boehn.kmlframework.kml that return types with arguments of type Geometry
 java.util.List<Geometry> MultiGeometry.getGeometries()
           
 

Methods in org.boehn.kmlframework.kml with parameters of type Geometry
 void Placemark.setGeometry(Geometry geometry)
           
 

Method parameters in org.boehn.kmlframework.kml with type arguments of type Geometry
 void MultiGeometry.setGeometries(java.util.List<Geometry> geometries)
           
 

Constructors in org.boehn.kmlframework.kml with parameters of type Geometry
Placemark(java.lang.String name, java.lang.Boolean visibility, java.lang.Boolean open, AtomAuthor atomAuthor, AtomLink atomLink, java.lang.String address, java.lang.String xalAddressDetails, java.lang.String phoneNumber, java.lang.String snippet, java.lang.Integer snippetMaxLines, java.lang.String description, AbstractView abstractView, TimePrimitive timePrimitive, java.lang.String styleUrl, java.util.List<StyleSelector> styleSelectors, Region region, ExtendedData extendedData, Geometry geometry)
           
 

Constructor parameters in org.boehn.kmlframework.kml with type arguments of type Geometry
MultiGeometry(java.util.List<Geometry> geometries)