Serialized Form
-
Package org.opensextant
-
Exception org.opensextant.ConfigException
class ConfigException extends IOException implements Serializable- serialVersionUID:
- 1981L
-
-
Package org.opensextant.annotations
-
Exception org.opensextant.annotations.DeepEyeException
class DeepEyeException extends Exception implements Serializable- serialVersionUID:
- 1234567890L
-
-
Package org.opensextant.data.social
-
Exception org.opensextant.data.social.MessageParseException
class MessageParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.opensextant.extraction
-
Exception org.opensextant.extraction.ExtractionException
class ExtractionException extends Exception implements Serializable- serialVersionUID:
- 20011981L
-
Exception org.opensextant.extraction.NormalizationException
class NormalizationException extends Exception implements Serializable- serialVersionUID:
- 20021981L
-
-
Package org.opensextant.geodesy
-
Class org.opensextant.geodesy.Angle
class Angle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
inRadians
double inRadians
-
-
Class org.opensextant.geodesy.Ellipsoid
class Ellipsoid extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
a
double a
-
b
double b
-
ebs
double ebs
-
es
double es
-
f
double f
-
name
String name
-
-
Class org.opensextant.geodesy.FrameOfReference
class FrameOfReference extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ellip
@NotNull Ellipsoid ellip
-
topoOrigEcf
@NotNull GeocentricPoint topoOrigEcf
-
topoOrigLle
@NotNull Geodetic3DPoint topoOrigLle
-
-
Class org.opensextant.geodesy.GeocentricPoint
class GeocentricPoint extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
x
double x
-
y
double y
-
z
double z
-
-
Class org.opensextant.geodesy.Geodetic2DArc
class Geodetic2DArc extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
A
double A
-
a01
double a01
-
a02
double a02
-
a03
double a03
-
a21
double a21
-
a22
double a22
-
a23
double a23
-
a42
double a42
-
a43
double a43
-
a63
double a63
-
B
double B
-
C
double C
-
D
double D
-
distanceInMeters
double distanceInMeters
-
E
double E
-
eccentricitySquared
double eccentricitySquared
-
ellip
@NotNull Ellipsoid ellip
-
f
double f
-
F
double F
-
FACTOR_3div2
float FACTOR_3div2
-
fo
double fo
-
forwardAzimuth
@NotNull Angle forwardAzimuth
-
maxOrthodromicDistance
double maxOrthodromicDistance
-
point1
@NotNull Geodetic2DPoint point1
-
point2
@NotNull Geodetic2DPoint point2
-
semiMajorAxis
double semiMajorAxis
-
semiMinorAxis
double semiMinorAxis
-
T1
double T1
-
T2
double T2
-
T4
double T4
-
T6
double T6
-
-
Class org.opensextant.geodesy.Geodetic2DBounds
class Geodetic2DBounds extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.geodesy.Geodetic2DEllipse
class Geodetic2DEllipse extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
center
@NotNull Geodetic2DPoint center
-
orientation
@NotNull Angle orientation
-
semiMajorAxis
double semiMajorAxis
-
semiMinorAxis
double semiMinorAxis
-
-
Class org.opensextant.geodesy.Geodetic2DPoint
class Geodetic2DPoint extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.geodesy.Geodetic3DBounds
class Geodetic3DBounds extends Geodetic2DBounds implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
maxElev
double maxElev
-
minElev
double minElev
-
-
Class org.opensextant.geodesy.Geodetic3DPoint
class Geodetic3DPoint extends Geodetic2DPoint implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elevation
double elevation
-
-
Class org.opensextant.geodesy.Latitude
class Latitude extends Angle implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.geodesy.Longitude
class Longitude extends Angle implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.geodesy.MGRS
class MGRS extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bbox
Geodetic2DBounds bbox
-
easting
int easting
-
ellipsoid
Ellipsoid ellipsoid
-
latBand
char latBand
-
llCorner
Geodetic2DPoint llCorner
-
lonZone
int lonZone
-
northing
int northing
-
pointInCell
Geodetic2DPoint pointInCell
-
precision
int precision
-
urCorner
Geodetic2DPoint urCorner
-
xSquare
char xSquare
-
ySquare
char ySquare
-
-
Exception org.opensextant.geodesy.NotAnMGRSBoxException
class NotAnMGRSBoxException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.geodesy.PolarStereographic
class PolarStereographic extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ellipsoid
@NotNull Ellipsoid ellipsoid
-
Polar_2a
double Polar_2a
-
Polar_a
double Polar_a
-
Polar_a_mc
double Polar_a_mc
-
Polar_Delta_Easting
double Polar_Delta_Easting
-
Polar_Delta_Northing
double Polar_Delta_Northing
-
Polar_e
double Polar_e
-
Polar_e4
double Polar_e4
-
Polar_eh
double Polar_eh
-
Polar_Origin_Lat
double Polar_Origin_Lat
-
Polar_Origin_Long
double Polar_Origin_Long
-
Polar_tc
double Polar_tc
-
Southern_Hemisphere
boolean Southern_Hemisphere
-
True_Scale_At_Pole
boolean True_Scale_At_Pole
-
-
Class org.opensextant.geodesy.Topocentric2DPoint
class Topocentric2DPoint extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
easting
double easting
-
northing
double northing
-
-
Class org.opensextant.geodesy.Topocentric3DPoint
class Topocentric3DPoint extends Topocentric2DPoint implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elevation
double elevation
-
-
Class org.opensextant.geodesy.TransverseMercator
class TransverseMercator extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
centralMeridian
Longitude centralMeridian
-
distortionWarningException
boolean distortionWarningException
-
ellipsoid
@NotNull Ellipsoid ellipsoid
-
originLatitude
double originLatitude
-
scale
double scale
-
TranMerc_a
double TranMerc_a
-
TranMerc_ap
double TranMerc_ap
-
TranMerc_bp
double TranMerc_bp
-
TranMerc_cp
double TranMerc_cp
-
TranMerc_dp
double TranMerc_dp
-
TranMerc_ebs
double TranMerc_ebs
-
TranMerc_ep
double TranMerc_ep
-
TranMerc_es
double TranMerc_es
-
-
Class org.opensextant.geodesy.UnmodifiableGeodetic2DBounds
class UnmodifiableGeodetic2DBounds extends Geodetic2DBounds implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.geodesy.UnmodifiableGeodetic3DBounds
class UnmodifiableGeodetic3DBounds extends Geodetic3DBounds implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.geodesy.UPS
class UPS extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
easting
double easting
-
hemisphere
char hemisphere
-
lonLat
@NotNull Geodetic2DPoint lonLat
-
northing
double northing
-
polarZone
char polarZone
-
ps
@NotNull PolarStereographic ps
-
-
Class org.opensextant.geodesy.UTM
class UTM extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
easting
double easting
-
hemisphere
char hemisphere
-
latBand
char latBand
-
lonLat
@NotNull Geodetic2DPoint lonLat
-
lonZone
int lonZone
-
northing
double northing
-
tm
@NotNull TransverseMercator tm
-
-
-
Package org.opensextant.giscore.events
-
Class org.opensextant.giscore.events.AbstractObject
class AbstractObject extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
@Nullable String id
-
-
Class org.opensextant.giscore.events.Comment
class Comment extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
text
String text
-
-
Class org.opensextant.giscore.events.Common
class Common extends Row implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.events.ContainerEnd
class ContainerEnd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.events.ContainerStart
class ContainerStart extends Common implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
open
boolean open
-
styles
List<StyleSelector> styles
-
type
@NotNull String type
-
-
Class org.opensextant.giscore.events.DocumentStart
class DocumentStart extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
type
DocumentType type
-
-
Class org.opensextant.giscore.events.Element
class Element extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.events.Feature
class Feature extends Common implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
geometry
Geometry geometry
-
style
StyleSelector style
-
-
Class org.opensextant.giscore.events.GroundOverlay
class GroundOverlay extends Overlay implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.events.NetworkLink
class NetworkLink extends Feature implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
flyToView
boolean flyToView
-
link
TaggedMap link
-
open
boolean open
-
refreshVisibility
boolean refreshVisibility
-
-
Class org.opensextant.giscore.events.NetworkLinkControl
class NetworkLinkControl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cookie
String cookie
-
expires
Date expires
-
linkDescription
String linkDescription
-
linkName
String linkName
-
linkSnippet
String linkSnippet
-
maxSessionLength
Double maxSessionLength
-
message
String message
-
minRefreshPeriod
Double minRefreshPeriod
-
targetHref
String targetHref
-
updateType
String updateType
-
viewGroup
TaggedMap viewGroup
-
-
Class org.opensextant.giscore.events.NullObject
class NullObject extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.events.Overlay
class Overlay extends Feature implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.events.Pair
class Pair extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
key
@NotNull String key
-
styleSelector
StyleSelector styleSelector
-
styleUrl
String styleUrl
-
-
Class org.opensextant.giscore.events.PhotoOverlay
class PhotoOverlay extends Overlay implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
rotation
Double rotation
-
-
Class org.opensextant.giscore.events.Row
class Row extends AbstractObject implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.events.Schema
class Schema extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.events.ScreenLocation
class ScreenLocation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
x
double x
-
xunit
ScreenLocation.UNIT xunit
-
y
double y
-
yunit
ScreenLocation.UNIT yunit
-
-
Class org.opensextant.giscore.events.ScreenOverlay
class ScreenOverlay extends Overlay implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
overlay
ScreenLocation overlay
-
rotation
ScreenLocation rotation
-
rotationAngle
Double rotationAngle
-
screen
ScreenLocation screen
-
size
ScreenLocation size
-
-
Class org.opensextant.giscore.events.SimpleField
class SimpleField extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.opensextant.giscore.events.Style
class Style extends StyleSelector implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
balloonBgColor
Color balloonBgColor
-
balloonDisplayMode
String balloonDisplayMode
-
balloonText
String balloonText
-
balloonTextColor
Color balloonTextColor
-
hasBalloonStyle
boolean hasBalloonStyle
-
hasIconStyle
boolean hasIconStyle
-
hasLabelStyle
boolean hasLabelStyle
-
hasLineStyle
boolean hasLineStyle
-
hasListStyle
boolean hasListStyle
-
hasPolyStyle
boolean hasPolyStyle
-
iconColor
Color iconColor
-
iconHeading
Double iconHeading
-
iconScale
Double iconScale
-
iconUrl
String iconUrl
-
labelColor
Color labelColor
-
labelScale
Double labelScale
-
lineColor
Color lineColor
-
lineColorMode
Style.ColorMode lineColorMode
-
lineWidth
Double lineWidth
-
listBgColor
Color listBgColor
-
listItemType
Style.ListItemType listItemType
-
polyColor
Color polyColor
-
polyColorMode
Style.ColorMode polyColorMode
-
polyfill
Boolean polyfill
-
polyoutline
Boolean polyoutline
-
-
Class org.opensextant.giscore.events.StyleMap
class StyleMap extends StyleSelector implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.events.StyleSelector
class StyleSelector extends AbstractObject implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.events.TaggedMap
- serialVersionUID:
- 1L
-
Serialized Fields
-
tag
@NotNull String tag
The tag of the element being held
-
-
Class org.opensextant.giscore.events.WrappedObject
class WrappedObject extends Comment implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
wrappedObject
IGISObject wrappedObject
-
-
-
Package org.opensextant.giscore.geometry
-
Class org.opensextant.giscore.geometry.Circle
class Circle extends Point implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
hint
Circle.HintType hint
-
radius
double radius
-
-
Class org.opensextant.giscore.geometry.Geometry
class Geometry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
is3D
boolean is3D
-
-
Class org.opensextant.giscore.geometry.GeometryBag
class GeometryBag extends Geometry implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.geometry.GeometryBase
class GeometryBase extends Geometry implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
altitudeMode
AltitudeModeEnumType altitudeMode
-
drawOrder
Integer drawOrder
-
extrude
Boolean extrude
-
tessellate
Boolean tessellate
-
-
Class org.opensextant.giscore.geometry.Line
class Line extends GeometryBase implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.geometry.LinearRing
class LinearRing extends GeometryBase implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.geometry.Model
class Model extends Geometry implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
altitudeMode
AltitudeModeEnumType altitudeMode
-
location
Geodetic2DPoint location
-
-
Class org.opensextant.giscore.geometry.MultiLine
class MultiLine extends Geometry implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.geometry.MultiLinearRings
class MultiLinearRings extends Geometry implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ringList
@NotNull List<LinearRing> ringList
-
-
Class org.opensextant.giscore.geometry.MultiPoint
class MultiPoint extends Geometry implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.geometry.MultiPolygons
class MultiPolygons extends Geometry implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.geometry.Point
class Point extends GeometryBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
pt
@NotNull Geodetic2DPoint pt
-
-
Class org.opensextant.giscore.geometry.Polygon
class Polygon extends GeometryBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
outerRing
@NotNull LinearRing outerRing
-
ringList
@NotNull List<LinearRing> ringList
-
-
-
Package org.opensextant.giscore.input.kml
-
Class org.opensextant.giscore.input.kml.UrlRef
class UrlRef extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.opensextant.giscore.output.gdb
-
Class org.opensextant.giscore.output.gdb.BasicContainerNameStrategy
class BasicContainerNameStrategy extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.opensextant.giscore.output.gdb.PatternContainerNameStrategy
class PatternContainerNameStrategy extends BasicContainerNameStrategy implements Serializable- serialVersionUID:
- 1L
-
-
Package org.opensextant.giscore.utils
-
Class org.opensextant.giscore.utils.Color
class Color extends Object implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
value
int value
integer RGB value- See Also:
-
-
Class org.opensextant.giscore.utils.DateTime
class DateTime extends Number implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
time
long time
-
type
@NotNull DateTime.DateTimeType type
-
-
-
Package org.opensextant.processing
-
Class org.opensextant.processing.Parameters
class Parameters extends Properties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
clean_input
boolean clean_input
-
formats
Set<String> formats
-
inputFile
String inputFile
-
isdefault
boolean isdefault
You the caller must explicitly set isdefault = false; forcing you to actually look at these parameters. -
jobName
String jobName
-
minimum_tag_len
int minimum_tag_len
length filter that applies to: - General language matches (that is if lang=ar or lang=cjk is not in scope) - Match text remains unassociated or unqualified by other mentions, e.g. "NM" bare is filtered out unless it is part of "Albuequerque, NM". Default minimum len of 4 represents a good general search for names. -
output_coordinate_duplicates
boolean output_coordinate_duplicates
Is the concept of duplicate filtering more general than for just coords? -
output_filtered
boolean output_filtered
By default Country Names will not be included in GIS products They should appear in CSV, though. -
output_geohash
boolean output_geohash
Default is to not generate Geohash -
outputDir
String outputDir
-
outputFile
String outputFile
-
preferredGeography
HashMap<String,
List<String>> preferredGeography A way of relaying arbitrary geographic filters to an extraction routine indicating that useful answers for disambiguation for tie-breakers come from these cues. "countries" = [c1, c2, c3, ...] "geohash" = [g1, g2, g3, ...] -
resolve_localities
boolean resolve_localities
Reverse Geo here is accommodated by resolving Provinces and Localities when a geodetic coordinate is encountered in text. The containing province and/or closest feature is reported. Country code and ADM1 code, and Province Name are inferred and set on coordinate object, improving the contextual information for the rest of the processing. -
tag_all_taxons
boolean tag_all_taxons
"all taxons" is an explicit request to tag all keyphrases AKA taxons -
tag_codes
boolean tag_codes
Tag/Output codes of placenames -- Exclusive of Coutry or other Placenames -
tag_coordinates
boolean tag_coordinates
Tag/Output coordinates -
tag_countries
boolean tag_countries
Tag/Output countries -
tag_lowercase
boolean tag_lowercase
-
tag_names
boolean tag_names
Name taxons are a special grouping of tags, including "person_name" and other entries Entity type is usually `person`. This group is differentiated from non-name tags such as assets or codes. -
tag_patterns
boolean tag_patterns
-
tag_places
boolean tag_places
Tag/Output placenames of any time other than countries -
tag_postal
boolean tag_postal
Tag/Output postal hierarchy, i.e., "City, Province, Postal code" -
tag_taxons
boolean tag_taxons
"taxons" is a catch all for the non-geo items that come out of geotagger, e.g., negated tags such as the surname "Johnson" -- typically a surname and not a city. These tags are a by-product of Geotagging and available to caller. -
tempDir
String tempDir
-
-
Exception org.opensextant.processing.ProcessingException
class ProcessingException extends Exception implements Serializable- serialVersionUID:
- 20001981L
-