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

Packages that use LinearRing
org.boehn.kmlframework.kml   
 

Uses of LinearRing in org.boehn.kmlframework.kml
 

Methods in org.boehn.kmlframework.kml that return LinearRing
 LinearRing Polygon.getOuterBoundary()
           
 

Methods in org.boehn.kmlframework.kml that return types with arguments of type LinearRing
 java.util.List<LinearRing> Polygon.getInnerBoundaries()
           
 

Methods in org.boehn.kmlframework.kml with parameters of type LinearRing
 void Polygon.setOuterBoundary(LinearRing outerBoundary)
           
 

Method parameters in org.boehn.kmlframework.kml with type arguments of type LinearRing
 void Polygon.setInnerBoundaries(java.util.List<LinearRing> innerBoundaries)
           
 

Constructors in org.boehn.kmlframework.kml with parameters of type LinearRing
Polygon(java.lang.Boolean extrude, java.lang.Boolean tessellate, AltitudeModeEnum altitudeMode, LinearRing outerBoundary, java.util.List<LinearRing> innerBoundaries)
           
 

Constructor parameters in org.boehn.kmlframework.kml with type arguments of type LinearRing
Polygon(java.lang.Boolean extrude, java.lang.Boolean tessellate, AltitudeModeEnum altitudeMode, LinearRing outerBoundary, java.util.List<LinearRing> innerBoundaries)