org.geoscript.layer

Layer

trait Layer extends AnyRef

A Layer represents a geospatial dataset.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Layer
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. val name : String

    The name of this data set

    The name of this data set

    Attributes
    abstract
  2. def store : DataStore

    The GeoTools datastore that is wrapped by this Layer.

    The GeoTools datastore that is wrapped by this Layer.

    Attributes
    abstract
  3. def workspace : Workspace

    The workspace containing this layer.

    The workspace containing this layer.

    Attributes
    abstract

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def ++= (features: Traversable[Feature]): Unit

    Add multiple features to this data set.

    Add multiple features to this data set. This should be preferred over repeated use of += when adding multiple features.

  5. def += (f: Feature): Unit

    Add a single Feature to this data set.

  6. def --= (features: Traversable[Feature]): Unit

  7. def -= (feature: Feature): Unit

  8. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  10. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def count : Int

    Get the number of features currently in the layer.

  13. def envelope : Envelope

    Get the bounding box of this Layer, in the format:

  14. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def exclude (filter: Filter): Unit

  17. def features : FeatureCollection

    Get a feature collection that supports the typical Scala collection operations.

  18. def filter (pred: Filter): FeatureCollection

    Get a filtered feature collection.

  19. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  21. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def schema : Schema

    The Schema describing this layer's contents.

  27. def source : SimpleFeatureSource

    Retrieve a GeoTools feature source for this layer.

  28. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  29. def toString (): String

    Definition Classes
    Layer → AnyRef → Any
  30. def update (filter: Filter)(replace: (Feature) ⇒ Feature): Unit

  31. def update (replace: (Feature) ⇒ Feature): Unit

  32. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any