Packages

c

com.spatialx.geomesa.sql

GeoMesaSchema

class GeoMesaSchema extends AbstractSchema

Schema for discovering simple feature types stored in GeoTools DataStores, where SimpleFeatureTypes in DataStores were populated as Tables.

Linear Supertypes
AbstractSchema, Schema, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoMesaSchema
  2. AbstractSchema
  3. Schema
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoMesaSchema(ds: DataStore, params: Map[String, String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. val ds: DataStore
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getExpression(arg0: SchemaPlus, arg1: String): Expression
    Definition Classes
    AbstractSchema → Schema
  12. def getFunctionMultimap(): Multimap[String, Function]
    Attributes
    protected[impl]
    Definition Classes
    AbstractSchema
  13. final def getFunctionNames(): Set[String]
    Definition Classes
    AbstractSchema → Schema
  14. final def getFunctions(arg0: String): Collection[Function]
    Definition Classes
    AbstractSchema → Schema
  15. final def getSubSchema(arg0: String): Schema
    Definition Classes
    AbstractSchema → Schema
  16. def getSubSchemaMap(): Map[String, Schema]
    Attributes
    protected[impl]
    Definition Classes
    AbstractSchema
  17. final def getSubSchemaNames(): Set[String]
    Definition Classes
    AbstractSchema → Schema
  18. final def getTable(arg0: String): Table
    Definition Classes
    AbstractSchema → Schema
  19. def getTableMap(): Map[String, Table]

    Get a map of all tables in this schema, a.k.a all simple feature types in this DataStore.

    Get a map of all tables in this schema, a.k.a all simple feature types in this DataStore.

    Definition Classes
    GeoMesaSchema → AbstractSchema
  20. final def getTableNames(): Set[String]
    Definition Classes
    AbstractSchema → Schema
  21. def getType(arg0: String): RelProtoDataType
    Definition Classes
    AbstractSchema → Schema
  22. def getTypeMap(): Map[String, RelProtoDataType]
    Attributes
    protected[impl]
    Definition Classes
    AbstractSchema
  23. def getTypeNames(): Set[String]
    Definition Classes
    AbstractSchema → Schema
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isMutable(): Boolean
    Definition Classes
    AbstractSchema → Schema
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val params: Map[String, String]
  31. def snapshot(arg0: SchemaVersion): Schema
    Definition Classes
    AbstractSchema → Schema
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AbstractSchema

Inherited from Schema

Inherited from AnyRef

Inherited from Any

Ungrouped