Class

org.locationtech.geomesa.utils.geotools.Conversions

RichSimpleFeature

Related Doc: package Conversions

Permalink

implicit final class RichSimpleFeature extends AnyVal

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

Instance Constructors

  1. new RichSimpleFeature(sf: SimpleFeature)

    Permalink

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def cacheUuid(uuid: (Long, Long)): Unit

    Permalink

    Cache a parsed uuid for later lookup with getUuid

    Cache a parsed uuid for later lookup with getUuid

    uuid

    (most significant bits, least significant bits)

  6. def geometry: Geometry

    Permalink
  7. def get[T](name: String): T

    Permalink
  8. def get[T](i: Int): T

    Permalink
  9. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  10. def getNumericDouble(name: String): Double

    Permalink
  11. def getNumericDouble(i: Int): Double

    Permalink
  12. def getUuid: (Long, Long)

    Permalink

    Gets the feature ID as a parsed UUID consisting of (msb, lsb).

    Gets the feature ID as a parsed UUID consisting of (msb, lsb). Caches the bits in the user data for retrieval.

    Note: this method assumes that the feature ID is a UUID - should first check this with sft.isUuid

    returns

    (most significant bits, least significant bits)

  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def lineString: LineString

    Permalink
  15. def multiLineString: MultiLineString

    Permalink
  16. def multiPoint: MultiPoint

    Permalink
  17. def multiPolygon: MultiPolygon

    Permalink
  18. def point: Point

    Permalink
  19. def polygon: Polygon

    Permalink
  20. val sf: SimpleFeature

    Permalink
  21. def toString(): String

    Permalink
    Definition Classes
    Any
  22. def userData[T](key: AnyRef)(implicit ct: ClassTag[T]): Option[T]

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped