Packages

c

opengis.gml

GridType

case class GridType(standardObjectPropertiesSequence1: StandardObjectPropertiesSequence, limits: GridLimitsType, axisName: Seq[String] = Nil, attributes: Map[String, DataRecord[Any]] = Map.empty) extends GridTypable with Product with Serializable

An unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GridType
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GridTypable
  7. AbstractGeometryType
  8. DomainSetTypableOption
  9. LocationPropertyTypableOption
  10. TargetPropertyTypeOption
  11. AbstractGMLType
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GridType(standardObjectPropertiesSequence1: StandardObjectPropertiesSequence, limits: GridLimitsType, axisName: Seq[String] = Nil, attributes: Map[String, DataRecord[Any]] = Map.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val attributes: Map[String, DataRecord[Any]]
  6. lazy val axisLabels: Option[Seq[String]]
    Definition Classes
    GridTypeGridTypableAbstractGeometryType
  7. val axisName: Seq[String]
    Definition Classes
    GridTypeGridTypable
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. lazy val dimension: BigInt
    Definition Classes
    GridTypeGridTypable
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. lazy val gid: Option[String]
    Definition Classes
    GridTypeGridTypableAbstractGeometryType
  14. lazy val gmlid: Option[String]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val limits: GridLimitsType
    Definition Classes
    GridTypeGridTypable
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. lazy val srsDimension: Option[BigInt]
    Definition Classes
    GridTypeGridTypableAbstractGeometryType
  21. lazy val srsName: Option[URI]
    Definition Classes
    GridTypeGridTypableAbstractGeometryType
  22. val standardObjectPropertiesSequence1: StandardObjectPropertiesSequence
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. lazy val uomLabels: Option[Seq[String]]
    Definition Classes
    GridTypeGridTypableAbstractGeometryType
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GridTypable

Inherited from AbstractGeometryType

Inherited from DomainSetTypableOption

Inherited from TargetPropertyTypeOption

Inherited from AbstractGMLType

Inherited from AnyRef

Inherited from Any

Ungrouped