Packages

c

opengis.gml

GeodesicType

case class GeodesicType(geodesicstringtypableoption: Seq[DataRecord[Any]] = Nil, attributes: Map[String, DataRecord[Any]] = Map.empty) extends GeodesicStringTypable with Product with Serializable

A Geodesic consists of two distinct positions joined by a geodesic curve. The control points of a Geodesic shall lie on the geodesic between its start point and end points. Between these two points, a geodesic curve defined from ellipsoid or geoid model used by the co-ordinate reference systems may be used to interpolate other positions. Any other point in the controlPoint array must fall on this geodesic.

Linear Supertypes
Serializable, Serializable, Product, Equals, GeodesicStringTypable, AbstractCurveSegmentType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeodesicType
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GeodesicStringTypable
  7. AbstractCurveSegmentType
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeodesicType(geodesicstringtypableoption: Seq[DataRecord[Any]] = 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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. val geodesicstringtypableoption: Seq[DataRecord[Any]]
    Definition Classes
    GeodesicTypeGeodesicStringTypable
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. lazy val interpolation: CurveInterpolationType
    Definition Classes
    GeodesicTypeGeodesicStringTypable
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. lazy val numDerivativeInterior: BigInt
  17. lazy val numDerivativesAtEnd: BigInt
  18. lazy val numDerivativesAtStart: BigInt
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. 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 GeodesicStringTypable

Inherited from AbstractCurveSegmentType

Inherited from AnyRef

Inherited from Any

Ungrouped