Class

com.scalakml.kml

Placemark

Related Doc: package kml

Permalink

case class Placemark(geometry: Option[Geometry] = None, featurePart: FeaturePart = new FeaturePart(), id: Option[String] = None, targetId: Option[String] = None, placemarkSimpleExtensionGroup: Seq[Any] = Nil, placemarkObjectExtensionGroup: Seq[Any] = Nil, objectSimpleExtensionGroup: Seq[Any] = Nil) extends Feature with Product with Serializable

A Placemark is a Feature with associated Geometry. In Google Earth, a Placemark appears as a list item in the Places panel. A Placemark with a Point has an icon associated with it that marks a point on the Earth in the 3D viewer. (In the Google Earth 3D viewer, a Point Placemark is the only object you can click or roll over. Other Geometry objects do not have an icon in the 3D viewer. To give the user something to click in the 3D viewer, you would need to create a MultiGeometry object that contains both a Point and the other Geometry object.)

geometry

0 or 1 <Geometry> elements, from Point, LineString, LinearRing, Polygon, MultiGeometry, Model, Track, MultiTrack

featurePart

the feature part of this object

id

a unique identification of this KML element

targetId

a reference to objects that have already been loaded into Google Earth

placemarkSimpleExtensionGroup

placemarkSimpleExtensionGroup

placemarkObjectExtensionGroup

placemarkObjectExtensionGroup

objectSimpleExtensionGroup

objectSimpleExtensionGroup

Linear Supertypes
Serializable, Serializable, Product, Equals, Feature, KmlObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Placemark
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Feature
  7. KmlObject
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Placemark(name: String, geom: Geometry, id: String)

    Permalink
  2. new Placemark(name: String, geom: Geometry)

    Permalink
  3. new Placemark(name: String)

    Permalink
  4. new Placemark(geom: Geometry, featurePart: FeaturePart, id: String, targetId: String)

    Permalink
  5. new Placemark(geom: Geometry, featurePart: FeaturePart, id: String)

    Permalink
  6. new Placemark(geom: Geometry, featurePart: FeaturePart)

    Permalink
  7. new Placemark(geom: Geometry)

    Permalink
  8. new Placemark(geometry: Option[Geometry] = None, featurePart: FeaturePart = new FeaturePart(), id: Option[String] = None, targetId: Option[String] = None, placemarkSimpleExtensionGroup: Seq[Any] = Nil, placemarkObjectExtensionGroup: Seq[Any] = Nil, objectSimpleExtensionGroup: Seq[Any] = Nil)

    Permalink

    geometry

    0 or 1 <Geometry> elements, from Point, LineString, LinearRing, Polygon, MultiGeometry, Model, Track, MultiTrack

    featurePart

    the feature part of this object

    id

    a unique identification of this KML element

    targetId

    a reference to objects that have already been loaded into Google Earth

    placemarkSimpleExtensionGroup

    placemarkSimpleExtensionGroup

    placemarkObjectExtensionGroup

    placemarkObjectExtensionGroup

    objectSimpleExtensionGroup

    objectSimpleExtensionGroup

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. val featurePart: FeaturePart

    Permalink

    the feature part of this object

    the feature part of this object

    Definition Classes
    PlacemarkFeature
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. val geometry: Option[Geometry]

    Permalink

    0 or 1 <Geometry> elements, from Point, LineString, LinearRing, Polygon, MultiGeometry, Model, Track, MultiTrack

  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. val id: Option[String]

    Permalink

    a unique identification of this KML element

    a unique identification of this KML element

    Definition Classes
    PlacemarkFeatureKmlObject
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. val objectSimpleExtensionGroup: Seq[Any]

    Permalink

    objectSimpleExtensionGroup

    objectSimpleExtensionGroup

    Definition Classes
    PlacemarkFeatureKmlObject
  17. val placemarkObjectExtensionGroup: Seq[Any]

    Permalink

    placemarkObjectExtensionGroup

  18. val placemarkSimpleExtensionGroup: Seq[Any]

    Permalink

    placemarkSimpleExtensionGroup

  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. val targetId: Option[String]

    Permalink

    a reference to objects that have already been loaded into Google Earth

    a reference to objects that have already been loaded into Google Earth

    Definition Classes
    PlacemarkFeatureKmlObject
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Feature

Inherited from KmlObject

Inherited from AnyRef

Inherited from Any

Ungrouped