Object

org.locationtech.geomesa.features.avro

AvroSimpleFeatureTypeParser

Related Doc: package avro

Permalink

object AvroSimpleFeatureTypeParser

Annotations
@deprecated
Deprecated

GeoMesa-confluent-specific implementation removed without replacement

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

Type Members

  1. trait GeoMesaAvroBooleanProperty extends GeoMesaAvroEnumProperty[Boolean]

    Permalink

    A GeoMesaAvroEnumProperty that parses to a boolean value.

  2. abstract class GeoMesaAvroDeserializableEnumProperty[T, K] extends GeoMesaAvroEnumProperty[T]

    Permalink

    A GeoMesaAvroEnumProperty with a value that can be deserialized from an Avro GenericRecord.

    A GeoMesaAvroEnumProperty with a value that can be deserialized from an Avro GenericRecord.

    T

    the type of the value to be parsed from this property

    K

    the type of the value to be deserialized from this property

  3. trait GeoMesaAvroEnumProperty[T] extends GeoMesaAvroProperty[T]

    Permalink

    A GeoMesaAvroProperty that has a finite set of possible string values.

    A GeoMesaAvroProperty that has a finite set of possible string values.

    T

    the type of the value to be parsed from this property

  4. trait GeoMesaAvroProperty[T] extends AnyRef

    Permalink

    A property in an Avro Schema.Field to provide additional information when generating a SimpleFeatureType.

    A property in an Avro Schema.Field to provide additional information when generating a SimpleFeatureType.

    T

    the type of the value to be parsed from this property

  5. case class UnsupportedAvroTypeException(typeName: String) extends IllegalArgumentException with Product with Serializable

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object GeoMesaAvroDateFormat extends GeoMesaAvroDeserializableEnumProperty[String, Date]

    Permalink

    Indicates that the field should be interpreted as a Date in the given format.

  5. object GeoMesaAvroDeserializableEnumProperty

    Permalink
  6. object GeoMesaAvroExcludeField extends GeoMesaAvroBooleanProperty

    Permalink

    Specifies whether this field should be excluded from the SimpleFeatureType.

  7. object GeoMesaAvroGeomDefault extends GeoMesaAvroBooleanProperty

    Permalink

    Indicates that this field is the default Geometry for this SimpleFeatureType.

    Indicates that this field is the default Geometry for this SimpleFeatureType. This property must be accompanied by the GeoMesaAvroGeomFormat and GeoMesaAvroGeomType properties, and there may only be one of these properties for a given schema.

  8. object GeoMesaAvroGeomFormat extends GeoMesaAvroDeserializableEnumProperty[String, Geometry]

    Permalink

    Indicates that this field should be interpreted as a Geometry with the given format.

    Indicates that this field should be interpreted as a Geometry with the given format. This property must be accompanied by the GeoMesaAvroGeomType property.

  9. object GeoMesaAvroGeomType extends GeoMesaAvroEnumProperty[Class[_ <: Geometry]]

    Permalink

    Indicates that this field represents a Geometry with the given type.

    Indicates that this field represents a Geometry with the given type. This property must be accompanied by the GeoMesaAvroGeomFormat property.

  10. object GeoMesaAvroProperty

    Permalink
  11. object GeoMesaAvroVisibilityField extends GeoMesaAvroBooleanProperty

    Permalink

    Specifies that the value of this field should be used as the visibility for features of this SimpleFeatureType.

    Specifies that the value of this field should be used as the visibility for features of this SimpleFeatureType. There may only be one of these properties for a given schema.

  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val reservedPropertyKeys: Set[String]

    Permalink
  24. def schemaToSft(schema: Schema, name: Option[String] = None): SimpleFeatureType

    Permalink

    Convert an Avro Schema into a SimpleFeatureType.

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped