object ScalaSimpleFeature
- Alphabetic
- By Inheritance
- ScalaSimpleFeature
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- class ImmutableLazyUserDataReader extends LazyUserDataReader
-
class
ImmutableSimpleFeature extends AbstractImmutableSimpleFeature with Sizable
Immutable simple feature implementation
-
trait
LazyAttributeReader extends Sizable
Lazy attribute reader
-
class
LazyImmutableSimpleFeature extends AbstractImmutableSimpleFeature with LazySimpleFeature with Sizable
Lazily evaluated, immutable simple feature implementation
-
class
LazyMutableSimpleFeature extends AbstractMutableSimpleFeature with LazySimpleFeature with Sizable
Lazily evaluated, mutable simple feature implementation
-
trait
LazySimpleFeature extends AbstractSimpleFeature
Thread-safe lazy evaluation of attributes
-
trait
LazyUserDataReader extends Sizable
Lazy user data reader
-
class
WrappedSimpleFeature extends AbstractImmutableSimpleFeature
Simple re-typing of a simple feature, with all attributes the same
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() @HotSpotIntrinsicCandidate()
-
def
copy(sft: SimpleFeatureType, in: SimpleFeature): ScalaSimpleFeature
Copy the feature, with a new feature type.
Copy the feature, with a new feature type. Attributes are copied by index and not converted, so the new feature type must have a compatible schema.
This is a shallow copy, in that the attributes and user data values will be shared between the two features
- sft
new simple feature type
- in
feature to copy
-
def
copy(in: SimpleFeature): ScalaSimpleFeature
Copy the feature.
Copy the feature. This is a shallow copy, in that the attributes and user data values will be shared between the two features
- in
feature to copy
-
def
create(sft: SimpleFeatureType, id: String, values: Any*): ScalaSimpleFeature
Creates a simple feature, converting the values to the appropriate type
Creates a simple feature, converting the values to the appropriate type
- sft
simple feature type
- id
feature id
- values
attributes values, corresponding to the feature type. types will be converted as necessary
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equalIdAndAttributes(sf1: SimpleFeature, sf2: SimpleFeature): Boolean
Compares the id and attributes for the simple features - concrete class is not checked
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
retype(sft: SimpleFeatureType, in: SimpleFeature): SimpleFeature
Copy the feature with a new feature type.
Copy the feature with a new feature type. Attributes will be copied by name, and converted as necessary. As compared to
copy
, the new feature type does not have to have a compatible schema.If the feature already has the desired feature type, it will be returned as-is and not copied.
This is a shallow copy, in that the attributes and user data values will be shared between the two features
- sft
new feature type
- in
feature to copy
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
wrap(sft: SimpleFeatureType, in: SimpleFeature): SimpleFeature
Retypes a simple feature by only updating the feature type.
Retypes a simple feature by only updating the feature type. The feature type must have compatible attribute types with the wrapped feature.
- sft
updated feature type
- in
feature to retyp
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated