org.geoscript

feature

package feature

Visibility
  1. Public
  2. All

Type Members

  1. trait BoundGeometry [G] extends AnyRef

    Annotations
    @implicitNotFound( ... )
  2. trait BoundScalar [S] extends AnyRef

    Annotations
    @implicitNotFound( ... )
  3. trait Feature extends AnyRef

    A Feature represents a record in a geospatial data set.

  4. class FeatureCollection extends Traversable[Feature]

    A collection of features, possibly not all loaded yet.

  5. trait Field extends AnyRef

    A Field represents a particular named, typed property in a Schema.

  6. trait GeoField extends Field

    A Field that represents a Geometry.

  7. trait Schema extends AnyRef

    A Schema enumerates the types and names of the properties of records in a particular dataset.

Value Members

  1. object BoundGeometry extends AnyRef

  2. object BoundScalar extends AnyRef

  3. object Feature extends AnyRef

    A companion object for Feature providing several methods for creating Feature instances.

  4. object Field extends AnyRef

    A companion object providing various methods of creating Field instances.

  5. object Schema extends AnyRef

    A companion object for Schema that provides various ways of creating Schema instances.