Uses of Class
gov.nasa.worldwind.ogc.kml.KMLLinearRing
-
Packages that use KMLLinearRing Package Description gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams. -
-
Uses of KMLLinearRing in gov.nasa.worldwind.ogc.kml
Fields in gov.nasa.worldwind.ogc.kml with type parameters of type KMLLinearRing Modifier and Type Field Description protected java.util.List<KMLLinearRing>
KMLPolygon. innerBoundaries
Methods in gov.nasa.worldwind.ogc.kml that return KMLLinearRing Modifier and Type Method Description KMLLinearRing
KMLBoundary. getLinearRing()
KMLLinearRing
KMLPolygon. getOuterBoundary()
Methods in gov.nasa.worldwind.ogc.kml that return types with arguments of type KMLLinearRing Modifier and Type Method Description java.lang.Iterable<? extends KMLLinearRing>
KMLPolygon. getInnerBoundaries()
Methods in gov.nasa.worldwind.ogc.kml with parameters of type KMLLinearRing Modifier and Type Method Description protected void
KMLPolygon. addInnerBoundary(KMLLinearRing o)
-