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
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeodesicType
- Serializable
- Serializable
- Product
- Equals
- GeodesicStringTypable
- AbstractCurveSegmentType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GeodesicType(geodesicstringtypableoption: Seq[DataRecord[Any]] = Nil, 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()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
geodesicstringtypableoption: Seq[DataRecord[Any]]
- Definition Classes
- GeodesicType → GeodesicStringTypable
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
interpolation: CurveInterpolationType
- Definition Classes
- GeodesicType → GeodesicStringTypable
-
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()
-
lazy val
numDerivativeInterior: BigInt
- Definition Classes
- GeodesicType → GeodesicStringTypable → AbstractCurveSegmentType
-
lazy val
numDerivativesAtEnd: BigInt
- Definition Classes
- GeodesicType → GeodesicStringTypable → AbstractCurveSegmentType
-
lazy val
numDerivativesAtStart: BigInt
- Definition Classes
- GeodesicType → GeodesicStringTypable → AbstractCurveSegmentType
-
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()