Uses of Class
com.google.earth.kml._2.GeometryType
Packages that use GeometryType
-
Uses of GeometryType in com.google.earth.kml._2
Subclasses of GeometryType in com.google.earth.kml._2Modifier and TypeClassDescriptionclass<p>Java class for LinearRingType complex type</p>.class<p>Java class for LineStringType complex type</p>.class<p>Java class for ModelType complex type</p>.class<p>Java class for MultiGeometryType complex type</p>.class<p>Java class for PointType complex type</p>.class<p>Java class for PolygonType complex type</p>.Fields in com.google.earth.kml._2 with type parameters of type GeometryTypeModifier and TypeFieldDescriptionprotected List<jakarta.xml.bind.JAXBElement<? extends GeometryType>> MultiGeometryType.geometryprotected jakarta.xml.bind.JAXBElement<? extends GeometryType> PlacemarkType.geometryMethods in com.google.earth.kml._2 that return types with arguments of type GeometryTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<GeometryType> ObjectFactory.createGeometry(GeometryType value) List<jakarta.xml.bind.JAXBElement<? extends GeometryType>> MultiGeometryType.getGeometry()Gets the value of the geometry property.jakarta.xml.bind.JAXBElement<? extends GeometryType> PlacemarkType.getGeometry()Gets the value of the geometry property.Methods in com.google.earth.kml._2 with parameters of type GeometryTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<GeometryType> ObjectFactory.createGeometry(GeometryType value) Method parameters in com.google.earth.kml._2 with type arguments of type GeometryTypeModifier and TypeMethodDescriptionvoidPlacemarkType.setGeometry(jakarta.xml.bind.JAXBElement<? extends GeometryType> value) Sets the value of the geometry property.