geotrellis
.
proj4
.
io
wkt
package
wkt
Visibility
Public
All
Type Members
case class
Authority
(
name:
String
,
code:
String
)
extends
Product
with
Serializable
case class
Axis
(
name:
String
,
direction:
String
)
extends
Product
with
Serializable
case class
CompDCS
(
name:
String
,
head:
Any
,
tail:
Any
,
authority:
Option
[
Authority
]
)
extends
WktCS
with
Product
with
Serializable
case class
Datum
(
name:
String
,
spheroid:
Spheroid
,
towsg:
Option
[
ToWgs84
]
,
authority:
Option
[
Authority
]
)
extends
Product
with
Serializable
case class
GeocCS
(
name:
String
,
datum:
Datum
,
primeM:
PrimeM
,
unit:
UnitField
,
axis:
Option
[
List
[
Axis
]]
,
authority:
Option
[
Authority
]
)
extends
WktCS
with
Product
with
Serializable
case class
GeogCS
(
name:
String
,
datum:
Datum
,
primeM:
PrimeM
,
angularUnit:
UnitField
,
axes:
Option
[
List
[
Axis
]]
,
authority:
Option
[
Authority
]
)
extends
WktCS
with
Product
with
Serializable
case class
LocalCS
(
name:
String
,
localDatum:
LocalDatum
,
unit:
UnitField
,
axisList:
List
[
Axis
]
,
authority:
Option
[
Authority
]
)
extends
WktCS
with
Product
with
Serializable
case class
LocalDatum
(
name:
String
,
datumType:
Number
,
authority:
Option
[
Authority
]
)
extends
Product
with
Serializable
case class
Parameter
(
name:
String
,
value:
Number
)
extends
Product
with
Serializable
case class
PrimeM
(
name:
String
,
longitude:
Double
,
authority:
Option
[
Authority
]
)
extends
Product
with
Serializable
case class
ProjCS
(
name:
String
,
geogcs:
GeogCS
,
projection:
Projection
,
params:
Option
[
List
[
Parameter
]]
,
linearUnit:
UnitField
,
twinAxis:
Option
[
TwinAxis
]
,
authority:
Option
[
Authority
]
)
extends
WktCS
with
Product
with
Serializable
case class
Projection
(
name:
String
,
authority:
Option
[
Authority
]
)
extends
Product
with
Serializable
case class
Spheroid
(
name:
String
,
semiMajorAxis:
AnyVal
,
flatteningInverse:
Double
,
authority:
Option
[
Authority
]
)
extends
Product
with
Serializable
case class
ToWgs84
(
values:
List
[
Double
]
)
extends
Product
with
Serializable
case class
TwinAxis
(
first:
Axis
,
second:
Axis
)
extends
Product
with
Serializable
case class
UnitField
(
name:
String
,
conversionFact:
Number
,
authority:
Option
[
Authority
]
)
extends
Product
with
Serializable
case class
VertCS
(
name:
String
,
vertDatum:
VertDatum
,
unit:
UnitField
,
axis:
Option
[
Axis
]
,
authority:
Option
[
Authority
]
)
extends
WktCS
with
Product
with
Serializable
case class
VertDatum
(
name:
String
,
datumType:
Number
,
authority:
Option
[
Authority
]
)
extends
Product
with
Serializable
sealed
trait
WktCS
extends
AnyRef
Value Members
object
WKT
object
WKTParser
extends
RegexParsers
Ungrouped