class GeoMesaSchema extends AbstractSchema
Schema for discovering simple feature types stored in GeoTools DataStores, where SimpleFeatureTypes in DataStores were populated as Tables.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoMesaSchema
- AbstractSchema
- Schema
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GeoMesaSchema(ds: DataStore, params: Map[String, String])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val ds: DataStore
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getExpression(arg0: SchemaPlus, arg1: String): Expression
- Definition Classes
- AbstractSchema → Schema
-
def
getFunctionMultimap(): Multimap[String, Function]
- Attributes
- protected[impl]
- Definition Classes
- AbstractSchema
-
final
def
getFunctionNames(): Set[String]
- Definition Classes
- AbstractSchema → Schema
-
final
def
getFunctions(arg0: String): Collection[Function]
- Definition Classes
- AbstractSchema → Schema
-
final
def
getSubSchema(arg0: String): Schema
- Definition Classes
- AbstractSchema → Schema
-
def
getSubSchemaMap(): Map[String, Schema]
- Attributes
- protected[impl]
- Definition Classes
- AbstractSchema
-
final
def
getSubSchemaNames(): Set[String]
- Definition Classes
- AbstractSchema → Schema
-
final
def
getTable(arg0: String): Table
- Definition Classes
- AbstractSchema → Schema
-
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
-
final
def
getTableNames(): Set[String]
- Definition Classes
- AbstractSchema → Schema
-
def
getType(arg0: String): RelProtoDataType
- Definition Classes
- AbstractSchema → Schema
-
def
getTypeMap(): Map[String, RelProtoDataType]
- Attributes
- protected[impl]
- Definition Classes
- AbstractSchema
-
def
getTypeNames(): Set[String]
- Definition Classes
- AbstractSchema → Schema
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isMutable(): Boolean
- Definition Classes
- AbstractSchema → Schema
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val params: Map[String, String]
-
def
snapshot(arg0: SchemaVersion): Schema
- Definition Classes
- AbstractSchema → Schema
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()