Class/Object

org.locationtech.geomesa.features.avro

AvroSimpleFeatureFactory

Related Docs: object AvroSimpleFeatureFactory | package avro

Permalink

class AvroSimpleFeatureFactory extends AbstractFeatureFactoryImpl

Linear Supertypes
AbstractFeatureFactoryImpl, FeatureFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AvroSimpleFeatureFactory
  2. AbstractFeatureFactoryImpl
  3. FeatureFactory
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AvroSimpleFeatureFactory()

    Permalink

Abstract Value Members

  1. abstract def createComplexAttribute(arg0: Collection[Property], arg1: ComplexType, arg2: String): ComplexAttribute

    Permalink
    Definition Classes
    FeatureFactory
  2. abstract def createComplexAttribute(arg0: Collection[Property], arg1: AttributeDescriptor, arg2: String): ComplexAttribute

    Permalink
    Definition Classes
    FeatureFactory
  3. abstract def createFeature(arg0: Collection[Property], arg1: FeatureType, arg2: String): Feature

    Permalink
    Definition Classes
    FeatureFactory
  4. abstract def createFeature(arg0: Collection[Property], arg1: AttributeDescriptor, arg2: String): Feature

    Permalink
    Definition Classes
    FeatureFactory

Concrete 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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createAssociation(arg0: Attribute, arg1: AssociationDescriptor): Association

    Permalink
    Definition Classes
    AbstractFeatureFactoryImpl → FeatureFactory
  7. def createAttribute(arg0: Any, arg1: AttributeDescriptor, arg2: String): Attribute

    Permalink
    Definition Classes
    AbstractFeatureFactoryImpl → FeatureFactory
  8. def createComplexAttribute(arg0: Collection[_], arg1: ComplexType, arg2: String): ComplexAttribute

    Permalink
    Definition Classes
    AbstractFeatureFactoryImpl
  9. def createComplexAttribute(arg0: Collection[_], arg1: AttributeDescriptor, arg2: String): ComplexAttribute

    Permalink
    Definition Classes
    AbstractFeatureFactoryImpl
  10. def createFeature(arg0: Collection[_], arg1: FeatureType, arg2: String): Feature

    Permalink
    Definition Classes
    AbstractFeatureFactoryImpl
  11. def createFeature(arg0: Collection[_], arg1: AttributeDescriptor, arg2: String): Feature

    Permalink
    Definition Classes
    AbstractFeatureFactoryImpl
  12. def createGeometryAttribute(arg0: Any, arg1: GeometryDescriptor, arg2: String, arg3: CoordinateReferenceSystem): GeometryAttribute

    Permalink
    Definition Classes
    AbstractFeatureFactoryImpl → FeatureFactory
  13. def createSimpleFeature(attrs: Array[AnyRef], sft: SimpleFeatureType, id: String): SimpleFeature

    Permalink
    Definition Classes
    AvroSimpleFeatureFactory → AbstractFeatureFactoryImpl → FeatureFactory
  14. def createSimpleFeautre(attrs: Array[AnyRef], descriptor: AttributeDescriptor, id: String): SimpleFeature

    Permalink
    Definition Classes
    AvroSimpleFeatureFactory → AbstractFeatureFactoryImpl → FeatureFactory
  15. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getCRSFactory(): CRSFactory

    Permalink
    Definition Classes
    AbstractFeatureFactoryImpl
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getGeometryFactory(): GeometryFactory

    Permalink
    Definition Classes
    AbstractFeatureFactoryImpl
  21. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def setCRSFactory(arg0: CRSFactory): Unit

    Permalink
    Definition Classes
    AbstractFeatureFactoryImpl
  27. def setGeometryFactory(arg0: GeometryFactory): Unit

    Permalink
    Definition Classes
    AbstractFeatureFactoryImpl
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AbstractFeatureFactoryImpl

Inherited from FeatureFactory

Inherited from AnyRef

Inherited from Any

Ungrouped