case class ValueArrayType(standardObjectPropertiesSequence1: StandardObjectPropertiesSequence, valueComponent: Seq[ValuePropertyTypable] = Nil, valueComponents: Option[ValueArrayPropertyType] = None, attributes: Map[String, DataRecord[Any]] = Map.empty) extends CompositeValueTypable with RangeSetTypeOption with Product with Serializable
A Value Array is used for homogeneous arrays of primitive and aggregate values. The member values may be scalars, composites, arrays or lists. ValueArray has the same content model as CompositeValue, but the member values must be homogeneous. The element declaration contains a Schematron constraint which expresses this restriction precisely. Since the members are homogeneous, the referenceSystem (uom, codeSpace) may be specified on the ValueArray itself and implicitly inherited by all the members if desired. Note that a_ScalarValueList is preferred for arrays of Scalar Values since this is a more efficient encoding.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValueArrayType
- Serializable
- Serializable
- Product
- Equals
- RangeSetTypeOption
- CompositeValueTypable
- ValueObjectOption
- AbstractGMLType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ValueArrayType(standardObjectPropertiesSequence1: StandardObjectPropertiesSequence, valueComponent: Seq[ValuePropertyTypable] = Nil, valueComponents: Option[ValueArrayPropertyType] = None, attributes: Map[String, DataRecord[Any]] = Map.empty)
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
- val attributes: Map[String, DataRecord[Any]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- lazy val codeSpace: Option[URI]
-
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()
-
lazy val
gmlid: Option[String]
- Definition Classes
- ValueArrayType → CompositeValueTypable → AbstractGMLType
-
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
standardObjectPropertiesSequence1: StandardObjectPropertiesSequence
- Definition Classes
- ValueArrayType → CompositeValueTypable → AbstractGMLType
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- lazy val uom: Option[URI]
-
val
valueComponent: Seq[ValuePropertyTypable]
- Definition Classes
- ValueArrayType → CompositeValueTypable
-
val
valueComponents: Option[ValueArrayPropertyType]
- Definition Classes
- ValueArrayType → CompositeValueTypable
-
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()