case class Metadata(input: Input, count: Int, size: Int, offset: Int, nulls: IntBitSet) extends Product with Serializable
Metadata for serialized simple features
- input
kryo input
- count
number of attributes serialized in this feature (may be less than the current sft)
- size
size of each offset - either 2 or 4 bytes
- offset
attribute positions are stored relative to this offset into the serialized bytes
- nulls
null bit set
- Alphabetic
- By Inheritance
- Metadata
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Metadata(input: Input, count: Int, size: Int, offset: Int, nulls: IntBitSet)
- input
kryo input
- count
number of attributes serialized in this feature (may be less than the current sft)
- size
size of each offset - either 2 or 4 bytes
- offset
attribute positions are stored relative to this offset into the serialized bytes
- nulls
null bit set
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 count: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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()
- val input: Input
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val nulls: IntBitSet
- val offset: Int
-
def
setIdPosition(): Int
Position the input to read the feature ID
Position the input to read the feature ID
- returns
the relative position being set
-
def
setPosition(i: Int): Int
Position the input to read an attribute
Position the input to read an attribute
- i
attribute to read
- returns
the relative position being set
-
def
setUserDataPosition(): Int
Position the input to read the user data
Position the input to read the user data
- returns
the relative position being set
- val size: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()