Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABBREV_MAX_LEN - Static variable in class org.opensextant.util.TextUtils
- ABBREV_TYPE - Static variable in class org.opensextant.util.GeonamesUtility
- absolute - Enum constant in enum org.opensextant.giscore.events.AltitudeModeEnumType
- AbstractFlexPat - Class in org.opensextant.extractors.flexpat
-
FlexPat Extractor -- given a set of pattern families, extract, filter and normalize matches.
- AbstractFlexPat() - Constructor for class org.opensextant.extractors.flexpat.AbstractFlexPat
- AbstractFlexPat(boolean) - Constructor for class org.opensextant.extractors.flexpat.AbstractFlexPat
- AbstractFormatter - Class in org.opensextant.output
-
Abstract class encapsulating basic results formatter functionality.
- AbstractFormatter() - Constructor for class org.opensextant.output.AbstractFormatter
- AbstractGenericFormatter - Class in org.opensextant.output
-
Abstract class encapsulating basic results formatter functionality without prescribing schema
- AbstractGenericFormatter() - Constructor for class org.opensextant.output.AbstractGenericFormatter
- AbstractObject - Class in org.opensextant.giscore.events
-
AbstractObject is a base IGISObject that simply has a unique id field.
- AbstractObject() - Constructor for class org.opensextant.giscore.events.AbstractObject
- accept(File, String) - Method in class org.opensextant.util.AnyFilenameFilter
-
FilenameFilter implementation for XML files
- accept(Schema) - Method in interface org.opensextant.giscore.IAcceptSchema
-
Determine if a schema should be processed
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.Comment
-
Visit the object
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.ContainerEnd
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.ContainerStart
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.DocumentStart
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.Element
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.Feature
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.GroundOverlay
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.NetworkLink
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.NetworkLinkControl
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.NullObject
-
Visit the object
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.PhotoOverlay
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.Row
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.Schema
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.ScreenOverlay
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.Style
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.events.StyleMap
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.geometry.Circle
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.geometry.GeometryBag
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.geometry.Line
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.geometry.LinearRing
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.geometry.Model
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.geometry.MultiLine
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.geometry.MultiLinearRings
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.geometry.MultiPoint
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.geometry.MultiPolygons
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.geometry.Point
- accept(IStreamVisitor) - Method in class org.opensextant.giscore.geometry.Polygon
- accept(IStreamVisitor) - Method in interface org.opensextant.giscore.geometry.VisitableGeometry
-
Visit the object
- add(Collection<Annotation>) - Method in interface org.opensextant.annotations.DeepEyeStore
-
add a list of entity annotations.
- add(Annotation) - Method in interface org.opensextant.annotations.DeepEyeStore
-
add a single Annotation.
- add(Record) - Method in interface org.opensextant.annotations.DeepEyeStore
-
Add new record.
- add(Angle) - Method in class org.opensextant.geodesy.Angle
-
This method computes and returns a new angle which is the result of adding the specified angle to this one.
- add(Pair) - Method in class org.opensextant.giscore.events.StyleMap
- add(Row, String) - Method in class org.opensextant.giscore.output.FeatureSorter
-
Add a row to the appropriate file
- add(Schema) - Method in class org.opensextant.giscore.output.FeatureSorter
- add(Row) - Method in class org.opensextant.giscore.filegdb.Table
-
Add the given row to the table
- add(Geometry) - Method in class org.opensextant.giscore.geometry.GeometryBag
- add_trace(String) - Method in class org.opensextant.extractors.flexpat.TextMatchResult
- addAdditionalAttributes(Feature, Map<String, Object>) - Method in class org.opensextant.output.GISDataModel
-
If the caller has additional data to attach to records, allow them to add fields to schema at runtime and map their data to keys on GeocodingResult Similarly, you could have Geocoding row-level attributes unique to the geocoding whereas attrs on GeocodingResult are global for all geocodings in that result set.
- addAlias(String) - Method in class org.opensextant.data.Country
-
Country is also known as some list of aliases
- addAll(Collection<? extends Geometry>) - Method in class org.opensextant.giscore.geometry.GeometryBag
- addAttribute(String, Object) - Method in class org.opensextant.annotations.DeepEyeData
- addAttribute(String, Object) - Method in class org.opensextant.extraction.ExtractionResult
-
Add some piece of amplifying metadata about the record which may be carried through to output format in some way
- addBytes(long) - Method in class org.opensextant.extraction.ExtractionMetrics
- addCollectionTag(String) - Method in class org.opensextant.annotations.Record
-
"tags" are meant to be used at a data set or collection level.
- addCollectionTags(Collection<String>) - Method in class org.opensextant.annotations.Record
-
Parses the given "a;b;c;..." format of tags into a Set.
- addCollectionTags(Map<String, Object>) - Method in class org.opensextant.annotations.Record
- addColumn(Map<String, String>, String, int) - Method in class org.opensextant.output.CSVFormatter
- addColumn(Map<String, String>, String, int) - Method in class org.opensextant.output.CSVGenericFormatter
- addColumn(Map<String, String>, String, String) - Method in class org.opensextant.output.CSVFormatter
-
Add a column of data to output; Field is validated ; value is not added if null
- addColumn(Map<String, String>, String, String) - Method in class org.opensextant.output.CSVGenericFormatter
-
Add a column of data to output; Field is validated ; value is not added if null
- addColumn(Feature, SimpleField, double) - Method in class org.opensextant.output.GISDataModel
-
Add a column of data to output; Field is validated.
- addColumn(Feature, SimpleField, int) - Method in class org.opensextant.output.GISDataModel
-
Add a column of data to output; Field is validated.
- addColumn(Feature, SimpleField, Object) - Method in class org.opensextant.output.GISDataModel
-
Add a column of data to output; Field is validated ; value is not added if null.
- addConfidence(Feature, int) - Method in class org.opensextant.output.GISDataModel
-
Adds the confidence.
- addContext(Feature, TextMatch) - Method in class org.opensextant.output.GISDataModel
-
Adds the context.
- addDateField(String) - Static method in class org.opensextant.output.OpenSextantSchema
-
Cache an arbitrary date field in schema
- addElement(Element) - Method in class org.opensextant.giscore.events.Common
-
Add single element to list
- addEntry(InputStream, String) - Method in class org.opensextant.giscore.output.kml.KmzOutputStream
-
Add a new entry to the KMZ file.
- addEntry(String) - Method in class org.opensextant.giscore.output.kml.KmzOutputStream
-
Add a new entry to the KMZ file.
- addExtractor(Extractor) - Method in class org.opensextant.processing.XtractorGroup
- addField(String) - Method in class org.opensextant.output.AbstractGenericFormatter
-
Adds the field.
- addField(String) - Method in class org.opensextant.output.CSVFormatter
- addField(String) - Method in class org.opensextant.output.GISDataFormatter
- addField(String) - Method in class org.opensextant.output.GISDataModel
-
Add a field key to the field order; Caller must also be responsible for ensuring field is valid and exists in Schema.
- addField(String) - Method in interface org.opensextant.output.ResultsFormatter
- addFilePaths(Feature, String, String) - Method in class org.opensextant.output.GISDataModel
-
Adds the file paths.
- addFirst(IGISObject) - Method in class org.opensextant.giscore.input.GISInputStreamBase
-
Add an element to be return later to the beginning of the list
- addFormatter(ResultsFormatter) - Method in class org.opensextant.processing.XtractorGroup
- addInnerRing(LinearRing) - Method in class org.opensextant.giscore.utils.PolyHolder
-
Add a new inner ring
- addLang(String, String) - Method in class org.opensextant.util.GeonamesUtility
- addLanguage(String) - Method in class org.opensextant.data.Country
-
When adding languages, please add the primary language FIRST.
- addLanguage(Language) - Static method in class org.opensextant.util.TextUtils
- addLanguage(Language, boolean) - Static method in class org.opensextant.util.TextUtils
-
Extend the basic language dictionary.
- addLast(IGISObject) - Method in class org.opensextant.giscore.input.GISInputStreamBase
-
Add an element to be return later to the end of the list
- addLatLon(Feature, Geocoding) - Method in class org.opensextant.output.GISDataModel
-
Adds the lat lon.
- addMatchMethod(Feature, String) - Method in class org.opensextant.output.GISDataModel
-
Allows caller to add a method or pattern id of sorts to denote how match was derived.
- addMatchMethod(Feature, TextMatch) - Method in class org.opensextant.output.GISDataModel
-
Adds the match method.
- addMatchText(Feature, TextMatch) - Method in class org.opensextant.output.GISDataModel
-
Adds the match text.
- addMention(String, String) - Method in class org.opensextant.data.social.Tweet
-
If adding mentions one at a time, then only mention IDS map is used.
- addNamespace(Namespace) - Method in class org.opensextant.giscore.events.DocumentStart
-
Add namespace.
- addNamespace(Namespace) - Method in class org.opensextant.giscore.events.Element
-
Add namespace.
- addNearByPlace(Place) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Adds the near by place.
- addOffset(int) - Method in class org.opensextant.annotations.Annotation
- addOffsetAttribute() - Method in class org.opensextant.annotations.Annotation
-
add annot.offset = x or annot.attrs.offsets = "x1;x2;x3"...
- addOffsets(Feature, TextMatch) - Method in class org.opensextant.output.GISDataModel
-
Adds the offsets.
- addOffsetTo(Map<String, Object>) - Method in class org.opensextant.annotations.Annotation
-
Add offset information (offset, len, offsets, etc ) into the representation of this annotation.
- addOtherInterpretation(GeocoordMatch) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
The current instance is the main match.
- addOutputFormat(String) - Method in class org.opensextant.processing.Parameters
-
Processing will support multiple output formats
- addPlaceData(Feature, Geocoding) - Method in class org.opensextant.output.GISDataModel
-
Adds the place data.
- addPrecision(Feature, Geocoding) - Method in class org.opensextant.output.GISDataModel
-
Adds the precision.
- addRegion(String) - Method in class org.opensextant.data.Country
-
Country is also known as some list of aliases
- ADDRESS - Static variable in interface org.opensextant.giscore.input.kml.IKml
- ADDRESS_DETAILS - Static variable in interface org.opensextant.giscore.input.kml.IKml
- addState(String) - Method in class org.opensextant.annotations.Record
- addState(String, int) - Method in class org.opensextant.annotations.Record
- addStates(Collection<String>) - Method in class org.opensextant.annotations.Record
- addStates(Map<String, Object>) - Method in class org.opensextant.annotations.Record
- addStyle(StyleSelector) - Method in class org.opensextant.giscore.events.ContainerStart
-
Append style to list of styles.
- addTag(String) - Method in class org.opensextant.data.social.Tweet
-
add any tag you like.
- addTag(String) - Method in class org.opensextant.data.Taxon
- addTags(List<String>) - Method in class org.opensextant.data.Taxon
- addTerm(String) - Method in class org.opensextant.data.Taxon
- addTerms(Collection<String>) - Method in class org.opensextant.data.Taxon
- addTerritory(Country) - Method in class org.opensextant.data.Country
- addTextField(String) - Static method in class org.opensextant.output.OpenSextantSchema
-
Cache an arbitrary text field in schema
- addTime(long) - Method in class org.opensextant.extraction.ExtractionMetrics
-
Add just a time delta.
- addTime(long, int) - Method in class org.opensextant.extraction.ExtractionMetrics
-
Add just a time delta.
- addTimeSince(long) - Method in class org.opensextant.extraction.ExtractionMetrics
-
Add time delta using NOW - time.
- addTimezone(String, double) - Method in class org.opensextant.data.Country
-
Add a timezone and its offset.
- addTimezone(Country.TZ) - Method in class org.opensextant.data.Country
-
Refactor -- use JodaTime and the TZDB more formally.
- addToCache(Object) - Method in interface org.opensextant.giscore.utils.IObjectCacher
-
Add to the cache for a later call
- addToCache(Object) - Method in class org.opensextant.giscore.utils.SimpleFieldCacher
-
Add SimpleField to cache.
- addURL(String) - Method in class org.opensextant.data.social.Tweet
- addValue(Object) - Method in class org.opensextant.giscore.input.shapefile.PrjReader.Entry
- admin1 - Variable in class org.opensextant.data.Place
-
For normalization purposes tracking the Province may be helpful.
- admin1Name - Variable in class org.opensextant.data.Place
- admin2 - Variable in class org.opensextant.data.Place
- admin2Name - Variable in class org.opensextant.data.Place
- adminName - Variable in class org.opensextant.data.Place
- ALIAS_NAME - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- ALL_PATTERNS - Static variable in class org.opensextant.extractors.xcoord.XConstants
- ALL_PATTERNS - Static variable in class org.opensextant.extractors.xtemporal.XTConstants
- allowNonGeo - Variable in class org.opensextant.output.GISDataFormatter
- alternativeCJKLangID(String) - Static method in class org.opensextant.extractors.langid.LangDetect
-
detecting if script of text is Japanese, Korean or Chinese.
- alternativeLangID(String) - Static method in class org.opensextant.extractors.langid.LangDetect
-
Look at raw bytes/characters to see which Unicode block they fall into.
- ALTITUDE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- ALTITUDE_MODE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- AltitudeModeEnumType - Enum in org.opensextant.giscore.events
-
Maps to altitudeModeEnumType in KML.
- Angle - Class in org.opensextant.geodesy
-
The Angle class is used to store and manipulate angular quantities.
- Angle() - Constructor for class org.opensextant.geodesy.Angle
-
Default constructor makes an angle whose value is zero radians.
- Angle(double) - Constructor for class org.opensextant.geodesy.Angle
-
This constructor assumes units are radians.
- Angle(double, int) - Constructor for class org.opensextant.geodesy.Angle
-
This constructor takes angle value and unitType designator.
- Angle(int, int, double) - Constructor for class org.opensextant.geodesy.Angle
-
This constructor takes numeric degree, minutes, seconds components.
- Angle(String) - Constructor for class org.opensextant.geodesy.Angle
-
This constructor takes a string and parses it as an angle.
- Annotation - Class in org.opensextant.annotations
-
An annotation is at least a typed name/value pair created by something.
- Annotation() - Constructor for class org.opensextant.annotations.Annotation
- Annotation(String) - Constructor for class org.opensextant.annotations.Annotation
- Annotation(String, String) - Constructor for class org.opensextant.annotations.Annotation
- Annotation(String, String, String, String, String) - Constructor for class org.opensextant.annotations.Annotation
- AnnotationHelper - Class in org.opensextant.annotations
-
Basis for this optional helper class was three or four different projects using DeepEye as a model for persisting annotations from the typical Named Entity and Geo/Time extraction work.
- AnnotationHelper() - Constructor for class org.opensextant.annotations.AnnotationHelper
- AnyFilenameFilter - Class in org.opensextant.util
- AnyFilenameFilter(String) - Constructor for class org.opensextant.util.AnyFilenameFilter
- APP_MIMETYPE - Static variable in class org.opensextant.util.FileUtility
- applyGenericRules() - Method in class org.opensextant.data.social.Tweet
- approximateLongitudeForUTCOffset(int) - Static method in class org.opensextant.util.GeonamesUtility
-
This helps get the general area +/-5 degrees for a given UTC offset.
- approximatelyEquals(Feature) - Method in class org.opensextant.giscore.events.Feature
-
The approximately equals method checks all the fields for equality with the exception of the geometry.
- approximatelyEquals(Feature) - Method in class org.opensextant.giscore.events.GroundOverlay
-
The approximately equals method checks all the fields for equality with the exception of the geometry.
- approximatelyEquals(Feature) - Method in class org.opensextant.giscore.events.Overlay
-
The approximately equals method checks all the fields for equality with the exception of the geometry.
- approximatelyEquals(Feature) - Method in class org.opensextant.giscore.events.PhotoOverlay
-
The approximately equals method checks all the fields for equality with the exception of the geometry.
- approximatelyEquals(Feature) - Method in class org.opensextant.giscore.events.ScreenOverlay
-
The approximately equals method checks all the fields for equality with the exception of the geometry.
- arabicLang - Static variable in class org.opensextant.util.TextUtils
- AREA_FIELD_NAME - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- Args - Class in org.opensextant.giscore.utils
-
Helper to deal with argument arrays in streams.
- Args(Object[]) - Constructor for class org.opensextant.giscore.utils.Args
- ARRAY_OF_POINT - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- asGeodetic2DPoint() - Method in class org.opensextant.giscore.geometry.Point
-
This method simply returns the Geodetic point object (modeled like a cast operation).
- asMap(JsonArray) - Static method in class org.opensextant.annotations.DeepEyeData
-
Convert an array to a trivial map, [i1, i2, i3,...] ==> { i1:"1", i2:"1", ...} UNUSED.
- asPlace() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Create a Place version of this coordinate -- that is, once we've found the coordinate match if the match data is no longer needed we can produce a geodetic Place from the TextMatch.
- ATTR_AUTH_LANG - Static variable in class org.opensextant.data.social.Tweet
- ATTR_AUTH_NAME - Static variable in class org.opensextant.data.social.Tweet
- ATTR_DATE - Static variable in class org.opensextant.data.social.Tweet
- ATTR_DESC - Static variable in class org.opensextant.data.social.Tweet
- ATTR_EPOCH - Static variable in class org.opensextant.data.social.Tweet
- ATTR_GENDER - Static variable in class org.opensextant.data.social.Tweet
- ATTR_ID - Static variable in class org.opensextant.data.social.Tweet
- ATTR_KLOUT - Static variable in class org.opensextant.data.social.Tweet
- ATTR_LANG - Static variable in class org.opensextant.data.social.Tweet
- ATTR_MENTIONS - Static variable in class org.opensextant.data.social.Tweet
- ATTR_PROFILE_ID - Static variable in class org.opensextant.data.social.Tweet
- ATTR_RETWEET - Static variable in class org.opensextant.data.social.Tweet
- ATTR_RETWEET_ID - Static variable in class org.opensextant.data.social.Tweet
- ATTR_SCREEN_NAME - Static variable in class org.opensextant.data.social.Tweet
- ATTR_TAGS - Static variable in class org.opensextant.data.social.Tweet
- ATTR_TEXT - Static variable in class org.opensextant.data.social.Tweet
- ATTR_TZ - Static variable in class org.opensextant.data.social.Tweet
- ATTR_URLS - Static variable in class org.opensextant.data.social.Tweet
- ATTR_USES_GPS - Static variable in class org.opensextant.data.social.Tweet
- ATTR_UTC_OFFSET - Static variable in class org.opensextant.data.social.Tweet
- attributes - Variable in class org.opensextant.extraction.ExtractionResult
- attrs - Variable in class org.opensextant.annotations.DeepEyeData
- AUD_MIMETYPE - Static variable in class org.opensextant.util.FileUtility
- AUTHOR - Static variable in interface org.opensextant.giscore.output.rss.IRss
- authorCC - Variable in class org.opensextant.data.social.Message
-
raw country code
- authorDesc - Variable in class org.opensextant.data.social.Tweet
- authorGender - Variable in class org.opensextant.data.social.Tweet
-
M=male, F=female, T=transitional, transgender? Other? Gender is a string, could be an enum, but its no longer two values, I bet.
- authorGeo - Variable in class org.opensextant.data.social.Message
-
Author's profile location -- If country and actual location is set, use Geocoding object, or opensextant.Place to capture the full metadata.
- authorID - Variable in class org.opensextant.data.social.Message
-
Author ID is screen_name, user_id, user.name, etc.
- authorLatLonText - Variable in class org.opensextant.data.social.Message
-
raw XY val, if present on author profile.
- authorLocation - Variable in class org.opensextant.data.social.Message
-
raw location string
- authorName - Variable in class org.opensextant.data.social.Message
-
A plain language Name, display name, native language name for the author
- authorProfileID - Variable in class org.opensextant.data.social.Message
-
the numeric ID for a user/author profile.
- AVG_NUM_POINTS - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
B
- b2hex(byte[]) - Static method in class org.opensextant.util.TextUtils
- bahasaLang - Static variable in class org.opensextant.util.TextUtils
- BALLOON_STYLE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- baseUrl - Variable in class org.opensextant.giscore.input.kml.KmlBaseReader
- BasicContainerNameStrategy - Class in org.opensextant.giscore.output.gdb
-
Strategy that uses the current "container" along with the geometry to derive a name.
- BasicContainerNameStrategy() - Constructor for class org.opensextant.giscore.output.gdb.BasicContainerNameStrategy
- BBOX_EAST - Static variable in interface org.opensextant.giscore.input.kml.IKml
- BBOX_NORTH - Static variable in interface org.opensextant.giscore.input.kml.IKml
- BBOX_SOUTH - Static variable in interface org.opensextant.giscore.input.kml.IKml
- BBOX_WEST - Static variable in interface org.opensextant.giscore.input.kml.IKml
- BEGIN - Static variable in interface org.opensextant.giscore.input.kml.IKml
- BG_COLOR - Static variable in interface org.opensextant.giscore.input.kml.IKml
- BinaryInputStream - Class in org.opensextant.giscore.input.shapefile
-
The BinaryInputStream class extends java.io.DataInputStream to allow ints, shorts, and doubles to be read in either (endian) byte order.
- BinaryInputStream(InputStream) - Constructor for class org.opensextant.giscore.input.shapefile.BinaryInputStream
-
The Constructor takes an InputStream and decorates it as a BinaryInputStream, capable of reading ints and doubles in either (endian) byte order.
- BinaryOutputStream - Class in org.opensextant.giscore.output.shapefile
-
The BinaryOutputStream class extends java.io.DataOutputStream to allow ints, shorts, and doubles to be written in either (endian) byte order.
- BinaryOutputStream(OutputStream) - Constructor for class org.opensextant.giscore.output.shapefile.BinaryOutputStream
-
The Constructor takes an OutputStream and decorates it as a BinaryOutputStream, capable of writing ints and doubles in either (endian) byte order.
- black - Static variable in class org.opensextant.giscore.utils.Color
- BLACK - Static variable in class org.opensextant.giscore.utils.Color
- BLOB - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- blue - Static variable in class org.opensextant.giscore.utils.Color
- BLUE - Static variable in class org.opensextant.giscore.utils.Color
- BOOL - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- boundary(int) - Method in class org.opensextant.geodesy.Geodetic2DCircle
-
Convenience method to iterate over boundary points of circle at nPoints resolution.
- boundary(int) - Method in class org.opensextant.geodesy.Geodetic2DEllipse
-
Get the boundary list for the ellipse
- buffer - Variable in class org.opensextant.data.TextInput
- buildRow(Map<String, String>, TextMatch) - Method in class org.opensextant.output.CSVFormatter
-
Pull in data from match into the output schema (map)
- buildRows(int, Geocoding, TextMatch, Map<String, Object>, ExtractionResult) - Method in class org.opensextant.output.GISDataModel
-
Builds a GISCore feature array (rows) from a given array of TextMatches; Enrich the features with record-level attributes (columns).
- buildSchema() - Method in class org.opensextant.output.CSVFormatter
-
Create a schema instance with the fields properly typed and ordered
- buildSchema() - Method in class org.opensextant.output.CSVGenericFormatter
-
Create a schema instance with the fields properly typed and ordered
- buildSchema(String) - Method in class org.opensextant.output.GISDataModel
-
Create a schema instance with the fields properly typed and ordered.
C
- cacheAnnotation(String, String, String, int, String) - Method in class org.opensextant.annotations.AnnotationHelper
-
Cache entity annotations, accumulating unique offsets for a name/value pair.
- cacheAnnotation(Annotation) - Method in class org.opensextant.annotations.AnnotationHelper
-
Cache annotation.
- cacheAnnotation(Annotation, int) - Method in class org.opensextant.annotations.AnnotationHelper
-
Cache entity annotation - in Memory; Note, the actual ID or key in database is usually composed of name+value+contrib.
- cacheAnnotation(Annotation, String) - Method in class org.opensextant.annotations.AnnotationHelper
-
Cache an annotation.
- cacheTaxonAnnotation(String, Taxon, String, int, String) - Method in class org.opensextant.annotations.AnnotationHelper
-
Cache taxon entity annotation.
- cal - Variable in class org.opensextant.extractors.xcoord.MGRSFilter
-
The cal.
- CAMERA - Static variable in interface org.opensextant.giscore.input.kml.IKml
- CAN_VERSION - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- canAdd(String) - Method in class org.opensextant.output.CSVFormatter
- canAdd(String) - Method in class org.opensextant.output.CSVGenericFormatter
- canAdd(SimpleField) - Method in class org.opensextant.output.GISDataModel
-
Can add.
- CASE_LOWER - Static variable in class org.opensextant.util.TextUtils
- CASE_UPPER - Static variable in class org.opensextant.util.TextUtils
- catalog - Variable in class org.opensextant.data.Taxon
-
Catalog, for example "fruit"
- CATALOG_PATH - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- CATEGORY - Static variable in interface org.opensextant.giscore.output.rss.IRss
- CC_FIPS - Variable in class org.opensextant.data.Country
-
FIPS 10-4 2-character country code
- CC_ISO2 - Variable in class org.opensextant.data.Country
-
ISO 2-character country code
- CC_ISO3 - Variable in class org.opensextant.data.Country
-
ISO 3-character country code
- cce_family - Variable in class org.opensextant.extractors.xcoord.GeocoordPattern
-
Only as defined in your configured patterns, e.g., "DM", "DMS"; However this set of values should align with XConstants enumerations.
- cce_family_id - Variable in class org.opensextant.extractors.xcoord.GeocoordMatch
-
The cce family id.
- cce_family_id - Variable in class org.opensextant.extractors.xcoord.GeocoordPattern
-
XConstants value for the family
- CCE_family_state - Variable in class org.opensextant.extractors.xcoord.PatternManager
- cce_variant - Variable in class org.opensextant.extractors.xcoord.GeocoordMatch
-
The cce variant.
- cce_variant - Variable in class org.opensextant.extractors.xcoord.GeocoordPattern
-
Only as defined in your configured patterns, e.g., the "01" in "DM-01"
- CHANNEL - Static variable in interface org.opensextant.giscore.output.rss.IRss
- CHAR - Enum constant in enum org.opensextant.giscore.input.wkt.WKTToken.TokenType
- characterize() - Method in class org.opensextant.data.TextInput
-
With buffer and language ID set,...
- characterized - Variable in class org.opensextant.data.LanguageCharacterization
-
flag whether you have assessed the text or not.
- check - Enum constant in enum org.opensextant.giscore.events.Style.ListItemType
- checkAndRegisterKey(String, FeatureKey) - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
-
Check the known keys in the datasets collection and if this key isn't in the collection then record the key.
- checkArguments(boolean, Object[]) - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
-
Check the count and types of the arguments against the required types
- checkCase(String, int) - Static method in class org.opensextant.util.TextUtils
-
detects if string alpha chars are purely lower case.
- checkHideChildren - Enum constant in enum org.opensextant.giscore.events.Style.ListItemType
- checkOffOnly - Enum constant in enum org.opensextant.giscore.events.Style.ListItemType
- checkOverwrite(File) - Method in class org.opensextant.output.AbstractFormatter
-
uniform helper for overwrite check.
- checkOverwrite(File) - Method in class org.opensextant.output.AbstractGenericFormatter
-
uniform helper for overwrite check.
- checkRegion(TaggedMap) - Method in class org.opensextant.giscore.input.kml.KmlBaseReader
-
Return true only if Region is out of view otherwise false
- checkSource(File) - Method in class org.opensextant.giscore.utils.KmlRegionBox
- checkSource(URL) - Method in class org.opensextant.giscore.utils.KmlRegionBox
- CHILDREN_EXPANDED - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- chineseLang - Static variable in class org.opensextant.util.TextUtils
- chineseTradLang - Static variable in class org.opensextant.util.TextUtils
- Circle - Class in org.opensextant.giscore.geometry
-
The Circle class represents a circular region containing three coordinates (center-point latitude, center-point longitude, circle radius).
- Circle() - Constructor for class org.opensextant.giscore.geometry.Circle
-
Empty ctor only for object IO.
- Circle(GeoPoint, double) - Constructor for class org.opensextant.giscore.geometry.Circle
-
The Constructor takes a GeoPoint (either a Geodetic2DPoint or a Geodetic3DPoint) and a radius then initializes a Geometry object for it.
- Circle(Point, double) - Constructor for class org.opensextant.giscore.geometry.Circle
-
The Constructor takes a GeoPoint (either a Geodetic2DPoint or a Geodetic3DPoint) and a radius then initializes a Geometry object for it.
- CIRCLE - Static variable in interface org.opensextant.giscore.output.rss.IRss
- CIRCLE - Static variable in class org.opensextant.giscore.output.shapefile.PointShapeMapper
- Circle.HintType - Enum in org.opensextant.giscore.geometry
-
gives hint to which shape should be used if native circle isn't available (e.g.
- CirclePropertyEditor - Class in org.opensextant.giscore.editors
-
Convert a circle value, which is a radius in meters plus a lat/lon value.
- CirclePropertyEditor() - Constructor for class org.opensextant.giscore.editors.CirclePropertyEditor
- clampToGround - Enum constant in enum org.opensextant.giscore.events.AltitudeModeEnumType
- clampToSeaFloor - Enum constant in enum org.opensextant.giscore.events.AltitudeModeEnumType
- clean_input - Variable in class org.opensextant.processing.Parameters
- cleanup() - Method in interface org.opensextant.extraction.Extractor
-
Resource management.
- cleanup() - Method in class org.opensextant.extractors.flexpat.AbstractFlexPat
-
Extractor interface: extractors are responsible for cleaning up after themselves.
- cleanup() - Method in class org.opensextant.giscore.output.FeatureSorter
-
Cleanup deletes the temporary files and resets all the data structures.
- cleanupAll() - Method in class org.opensextant.processing.XtractorGroup
-
Use only if you intend to shutdown.
- clear() - Method in class org.opensextant.giscore.geometry.GeometryBag
-
Removes all of the elements from this list (optional operation).
- clippedAtDateLine() - Method in class org.opensextant.giscore.geometry.Line
-
This predicate method is used to tell if this Ring has positive Longitude points that are part of segments which are clipped at the International Date Line (IDL) (+/- 180 Longitude).
- clippedAtDateLine() - Method in class org.opensextant.giscore.geometry.LinearRing
-
This predicate method is used to tell if this Ring has positive Longitude points that are part of segments which are clipped at the International Date Line (IDL) (+/- 180 Longitude).
- CLOB - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- clockwise() - Method in class org.opensextant.giscore.geometry.LinearRing
-
This predicate method tests whether this Ring object is in clockwise point order or not.
- clone() - Method in class org.opensextant.giscore.utils.DateTime
-
Return a copy of this
DateTime
object. - close() - Method in class org.opensextant.giscore.filegdb.EnumRows
-
Close
- close() - Method in class org.opensextant.giscore.filegdb.Geodatabase
-
Close the geodatabase.
- close() - Method in class org.opensextant.giscore.filegdb.Table
-
Close this table
- close() - Method in class org.opensextant.giscore.input.csv.CsvInputStream
- close() - Method in class org.opensextant.giscore.input.dbf.DbfInputStream
- close() - Method in class org.opensextant.giscore.input.gdb.FileGdbInputStream
- close() - Method in interface org.opensextant.giscore.input.IGISInputStream
-
Close the input stream, freeing any resources held.
- close() - Method in class org.opensextant.giscore.input.kml.KmlReader
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class org.opensextant.giscore.input.shapefile.ShapefileInputStream
- close() - Method in class org.opensextant.giscore.input.shapefile.SingleShapefileInputHandler
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class org.opensextant.giscore.input.wkt.WKTInputStream
- close() - Method in class org.opensextant.giscore.input.XmlInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class org.opensextant.giscore.output.csv.CsvOutputStream
- close() - Method in class org.opensextant.giscore.output.dbf.DbfOutputStream
-
Close stream
- close() - Method in class org.opensextant.giscore.output.FeatureSorter
-
Close any open streams.
- close() - Method in class org.opensextant.giscore.output.gdb.FileGdbOutputStream
-
Close this writer and free any resources associated with the writer.
- close() - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
-
Close this writer and free any resources associated with the writer.
- close() - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Close this writer and free any resources associated with the writer.
- close() - Method in class org.opensextant.giscore.output.kml.KmlWriter
-
Close this KmlWriter and free any resources associated with the writer including underlying stream.
- close() - Method in class org.opensextant.giscore.output.kml.KmzOutputStream
- close() - Method in class org.opensextant.giscore.output.rss.GeoRSSOutputStream
- close() - Method in class org.opensextant.giscore.output.shapefile.ShapefileOutputStream
- close() - Method in class org.opensextant.giscore.output.SortingOutputStream
- close() - Method in class org.opensextant.giscore.output.wkt.WKTOutputStream
- close() - Method in class org.opensextant.giscore.output.XmlOutputStreamBase
-
Close this writer and free any resources associated with the writer.
- close() - Method in class org.opensextant.giscore.utils.KmlRegionBox
- close() - Method in class org.opensextant.giscore.utils.ObjectBuffer
-
Close any and all streams, delete any temporary file and dispose of buffered data.
- close() - Method in class org.opensextant.giscore.utils.SimpleObjectInputStream
-
Closes the input stream.
- close() - Method in class org.opensextant.giscore.utils.SimpleObjectOutputStream
-
Close the stream.
- close() - Method in class org.opensextant.output.AbstractFormatter
- close() - Method in class org.opensextant.output.CSVFormatter
- close() - Method in class org.opensextant.output.GISDataFormatter
- close(boolean) - Method in class org.opensextant.giscore.output.kml.KmlWriter
-
Close this KmlWriter and free any resources associated with the writer.
- CLOSE_CHARS - Static variable in class org.opensextant.extraction.MatcherUtils
- closeDouble(Double, Double) - Static method in class org.opensextant.giscore.events.Overlay
-
Compare if two Double objects are approximately equal.
- closeOutputStream() - Method in class org.opensextant.giscore.utils.ObjectBuffer
-
Close any open output streams but leave the data alone
- closeOutputStreams() - Method in class org.opensextant.output.AbstractGenericFormatter
-
Close output streams.
- closeOutputStreams() - Method in class org.opensextant.output.CSVGenericFormatter
- closeStream() - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Closes the underlying stream typically done after calling closeWriter
- closeTable(Table) - Method in class org.opensextant.giscore.filegdb.Geodatabase
- closeWriter() - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Flush and close XMLStreamWriter but not the outputStream
- closeWriter() - Method in class org.opensextant.giscore.output.kml.KmzOutputStream
-
Flush and close the KML file, but not the outputStream.
- CLSID - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- CODE_TYPE - Static variable in class org.opensextant.util.GeonamesUtility
- Color - Class in org.opensextant.giscore.utils
-
This Color class is a light-weight replacement for
java.awt.Color
, which is restricted from being used in environments such as the Google App Engine (GAE). - Color(int) - Constructor for class org.opensextant.giscore.utils.Color
-
Creates an opaque RGB color with the specified combined RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
- Color(int, boolean) - Constructor for class org.opensextant.giscore.utils.Color
-
Creates an RGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
- Color(int, int, int) - Constructor for class org.opensextant.giscore.utils.Color
-
Creates an opaque RGB color with the specified red, green, and blue values in the range (0 - 255).
- Color(int, int, int, int) - Constructor for class org.opensextant.giscore.utils.Color
-
Creates an RGB color with the specified red, green, blue, and alpha values in the range (0 - 255).
- Color(Color) - Constructor for class org.opensextant.giscore.utils.Color
-
Creates an RGB color with the specified
java.awt.Color
instance - COLOR - Static variable in interface org.opensextant.giscore.input.kml.IKml
- COLOR_MODE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- Comment - Class in org.opensextant.giscore.events
-
Represents a Comment object.
- Comment() - Constructor for class org.opensextant.giscore.events.Comment
-
Default, no-args constructor for implementations to use if needed.
- Comment(String) - Constructor for class org.opensextant.giscore.events.Comment
-
This creates the comment with the supplied text.
- COMMENT_CHAR - Static variable in class org.opensextant.util.FileUtility
-
Char used in config files, dict files.
- commentChar(int) - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Specifies that the character
ch
shall be treated as a comment character. - COMMENTS - Static variable in interface org.opensextant.giscore.output.rss.IRss
- Common - Class in org.opensextant.giscore.events
-
Common abstract superclass for features of various kinds.
- Common() - Constructor for class org.opensextant.giscore.events.Common
- compareTo(Place) - Method in class org.opensextant.data.Place
-
With multiple data sources there is no standard way of saying this place == that place.
- compareTo(TextMatch) - Method in class org.opensextant.extraction.TextMatch
-
this match, A compared to B Order: A B then A > B Order: B A then A < B Order: same spans then A == B
- compareTo(LangID) - Method in class org.opensextant.extractors.langid.LangID
-
If THIS langID score is less than argument, return -1 If THIS langID score is greater than argument, return 1
- compareTo(Angle) - Method in class org.opensextant.geodesy.Angle
- compareTo(Geodetic2DArc) - Method in class org.opensextant.geodesy.Geodetic2DArc
-
Compares this Geodetic2DArc with the specified Geodetic2DArc for order.
- compareTo(ISO8601DateTimePoint) - Method in class org.opensextant.geodesy.ISO8601DateTimeInterval
-
Return int indicating whether this ISO8601DateTimeInterval is equal to (0), starts before or starts equal but ends before (-1), or starts after or starts equal and ends after (+1) the specified ISO8601DateTimePoint argument.
- compareTo(ISO8601DateTimePoint) - Method in class org.opensextant.geodesy.ISO8601DateTimePoint
-
Return int indicating whether this ISO8601DateTimePoint is equal to (0), is before (-1), or is after (+1) the specified ISO8601DateTimePoint argument.
- compareTo(DateTime) - Method in class org.opensextant.giscore.utils.DateTime
-
Compares two DateTime for ordering.
- compress(String) - Static method in class org.opensextant.util.TextUtils
-
Compress bytes from a Unicode string.
- compress(String, String) - Static method in class org.opensextant.util.TextUtils
- compressed - Variable in class org.opensextant.giscore.input.kml.KmlBaseReader
-
if true indicates that the stream is for a KMZ compressed file and network links with relative URLs need to be handled special
- computeBoundingBox() - Method in class org.opensextant.giscore.geometry.Circle
- computeBoundingBox() - Method in class org.opensextant.giscore.geometry.Geometry
-
Compute a bounding box from the data for this geometry object.
- computeBoundingBox() - Method in class org.opensextant.giscore.geometry.GeometryBag
- computeBoundingBox() - Method in class org.opensextant.giscore.geometry.Line
- computeBoundingBox() - Method in class org.opensextant.giscore.geometry.LinearRing
- computeBoundingBox() - Method in class org.opensextant.giscore.geometry.Model
- computeBoundingBox() - Method in class org.opensextant.giscore.geometry.MultiLine
- computeBoundingBox() - Method in class org.opensextant.giscore.geometry.MultiLinearRings
- computeBoundingBox() - Method in class org.opensextant.giscore.geometry.MultiPoint
- computeBoundingBox() - Method in class org.opensextant.giscore.geometry.MultiPolygons
- computeBoundingBox() - Method in class org.opensextant.giscore.geometry.Point
- computeBoundingBox() - Method in class org.opensextant.giscore.geometry.Polygon
- CONFIDENCE - Static variable in class org.opensextant.output.OpenSextantSchema
-
confidence 0.000 to 1.000 suggests our confidence that we code the MATCH TEXT to the right LAT/LON this is a string for now to keep the actual sig-figs accurate.
- ConfigException - Exception in org.opensextant
-
Generic OpenSextant Configuration Exception
- ConfigException(String) - Constructor for exception org.opensextant.ConfigException
- ConfigException(String, Exception) - Constructor for exception org.opensextant.ConfigException
- CONFIGURATION_KEYWORD - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- configure() - Method in interface org.opensextant.extraction.Extractor
-
Configure an Extractor using defaults for that extractor.
- configure() - Method in class org.opensextant.extractors.flexpat.AbstractFlexPat
-
Configures whatever default patterns file is named.
- configure(InputStream, String) - Method in class org.opensextant.extractors.flexpat.AbstractFlexPat
- configure(String) - Method in interface org.opensextant.extraction.Extractor
-
Configure an Extractor using a config file named by a path.
- configure(String) - Method in class org.opensextant.extractors.flexpat.AbstractFlexPat
-
Configure using a particular pattern file.
- configure(URL) - Method in interface org.opensextant.extraction.Extractor
-
Configure an Extractor using a config file named by a URL.
- configure(URL) - Method in class org.opensextant.extractors.flexpat.AbstractFlexPat
-
Configure using a URL pointer to the pattern file.
- connect() - Method in interface org.opensextant.annotations.DeepEyeStore
- ContainerEnd - Class in org.opensextant.giscore.events
-
End of a container which should be associated with corresponding
ContainerStart
element. - ContainerEnd() - Constructor for class org.opensextant.giscore.events.ContainerEnd
- containerOf(Geometry) - Method in class org.opensextant.giscore.geometry.Geometry
-
Tests whether this geometry is a container of another geometry such as MultiPolygon is a container of Polygons, MultiPoint is a container of Point, etc.
- containerOf(Geometry) - Method in class org.opensextant.giscore.geometry.GeometryBag
- containerOf(Geometry) - Method in class org.opensextant.giscore.geometry.MultiLine
-
Tests whether this MultiLine geometry is a container for otherGeom's type.
- containerOf(Geometry) - Method in class org.opensextant.giscore.geometry.MultiLinearRings
-
Tests whether this MultiLinearRings geometry is a container for otherGeom's type.
- containerOf(Geometry) - Method in class org.opensextant.giscore.geometry.MultiPoint
-
Tests whether this MultiPoint geometry is a container for otherGeom's type.
- containerOf(Geometry) - Method in class org.opensextant.giscore.geometry.MultiPolygons
-
Tests whether this MultiPolygons geometry is a container for otherGeom's type.
- ContainerStart - Class in org.opensextant.giscore.events
-
We've seen the start of a container.
- ContainerStart() - Constructor for class org.opensextant.giscore.events.ContainerStart
-
Empty ctor for data IO.
- ContainerStart(String) - Constructor for class org.opensextant.giscore.events.ContainerStart
-
Constructs a container that can hold zero or more features or other containers.
- contains(int) - Method in class org.opensextant.extraction.TextEntity
-
Assess if an offset is within this span
- contains(Object) - Method in class org.opensextant.giscore.geometry.GeometryBag
-
Returns
true
if this list contains the specified element. - contains(Geodetic2DBounds) - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
This predicate method determines whether the specified geodetic bounding box is contained within this bounding box.
- contains(Geodetic2DBounds) - Method in class org.opensextant.geodesy.Geodetic3DBounds
-
This predicate method determines whether the specified geodetic bounding box is contained within this bounding box.
- contains(Geodetic2DPoint) - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
This predicate method determines whether the specified geodetic point is contained within this bounding box.
- contains(Geodetic2DPoint) - Method in class org.opensextant.geodesy.Geodetic3DBounds
-
This predicate method determines whether the specified geodetic point is contained within this bounding box.
- contains(Geodetic2DPoint) - Method in class org.opensextant.giscore.geometry.LinearRing
-
This predicate method determines whether this Ring contains a test point, by counting line crossings and determining their parity.
- contains(Geodetic3DBounds) - Method in class org.opensextant.geodesy.Geodetic3DBounds
-
This predicate method determines whether the specified geodetic bounding box is contained within this bounding box.
- contains(Geodetic3DPoint) - Method in class org.opensextant.geodesy.Geodetic3DBounds
-
This predicate method determines whether the specified geodetic point is contained within this bounding box.
- contains(LinearRing) - Method in class org.opensextant.giscore.geometry.LinearRing
-
This predicate method determines whether this Ring completely contains another Ring (that).
- containsAll(Collection<?>) - Method in class org.opensextant.giscore.geometry.GeometryBag
- containsDSTOffset(double) - Method in class org.opensextant.data.Country
- containsKey(String) - Method in class org.opensextant.giscore.events.StyleMap
- containsTimezone(String) - Method in class org.opensextant.data.Country
- containsUTCOffset(double) - Method in class org.opensextant.data.Country
-
Test if this Country contains the UTC offset.
- content - Variable in class org.opensextant.annotations.Record
- CONTEXT - Static variable in class org.opensextant.output.OpenSextantSchema
-
A text window around the MATCH TEXT delineated by START/END offsets.
- CONTEXT_FILTERS_ON - Static variable in class org.opensextant.extractors.xcoord.XConstants
-
RUNTIME FLAGS: filter out coordinate matches that appear embedded in other text, e.g., ABC45.44,77.1W
- contrib - Variable in class org.opensextant.annotations.Annotation
- CONTROLLER_MEMBERSHIPS - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- COORD_FLD - Static variable in class org.opensextant.data.social.Tweet
- coord_text - Variable in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Just the coordinate text normalized.
- COORDINATE_SYMBOLS - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- COORDINATES - Static variable in interface org.opensextant.giscore.input.kml.IKml
- coordpattern - Static variable in class org.opensextant.giscore.editors.PointPropertyEditor
-
Pattern that matches a decimal lat/lon using +/- for the sign
- copy(TextEntity) - Method in class org.opensextant.extraction.TextEntity
- copy(TextMatch) - Method in class org.opensextant.extraction.TextMatch
- copyMetadata(GeocoordMatch) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Copy metadata.
- copyTo(Place) - Method in class org.opensextant.data.Place
-
Copy the basic gazetteer metadata to
- count() - Method in class org.opensextant.giscore.utils.ObjectBuffer
- count_DD_digits(String) - Static method in class org.opensextant.extractors.xcoord.PrecisionScales
-
Count the number of decimal places in a lat or lon text string.
- count_digits(String) - Static method in class org.opensextant.util.TextUtils
-
Counts all digits in text.
- count_DMS_digits(String) - Static method in class org.opensextant.extractors.xcoord.PrecisionScales
-
Counts all digits in latitude.
- count_ws(String) - Static method in class org.opensextant.util.TextUtils
-
Counts all whitespace in text.
- countASCIIChars(byte[]) - Static method in class org.opensextant.util.TextUtils
-
count the number of ASCII bytes
- countCJKChars(char[]) - Static method in class org.opensextant.util.TextUtils
-
Counts the CJK characters in buffer, buf chars Inspiration: ... .com/questions/1499804/how-can-i-detect-japanese-text-in-a-java-string Assumption is that the char array is Unicode characters.
- countDigits(String) - Static method in class org.opensextant.util.TextUtils
- countFormattingSpace(String) - Static method in class org.opensextant.util.TextUtils
-
Count formatting whitespace.
- countIrregularPunctuation(String) - Static method in class org.opensextant.util.TextUtils
- countNonText(String) - Static method in class org.opensextant.util.TextUtils
-
Count number of non-alphanumeric chars are present.
- countriesInDSTOffset(double) - Method in class org.opensextant.util.GeonamesUtility
-
This check only makes sense if you have date/time which is in a period of daylight savings.
- countriesInTimezone(String) - Method in class org.opensextant.util.GeonamesUtility
-
List all countries in a particular TZ
- countriesInUTCOffset(double) - Method in class org.opensextant.util.GeonamesUtility
-
List all countries in a particular UTC offset; These are usually -15.0 to 15.0 every 0.5 or 0.25 hrs.
- countriesSpeaking(String) - Method in class org.opensextant.util.GeonamesUtility
-
Examples: what countries speak french (fr)? what countries speak Rwandan French? (fr-RW)?
- country - Variable in class org.opensextant.data.Place
- Country - Class in org.opensextant.data
-
Country metadata provided on this class includes: ISO-3166 country code 2-char and 3-char forms, aligned with US standard FIPS 10-4 codes Country aliases: nick names, variant names, abbreviations Affiliated territories Timezone and UTC offset for temporal calculations Primary and Secondary languages
- Country(String, String) - Constructor for class org.opensextant.data.Country
-
A country abstraction that uses ISO 2-alpha as an ID, and any name given as the Place.name
- COUNTRY_ADM0 - Static variable in class org.opensextant.util.GeonamesUtility
- COUNTRY_ADM0_NORM - Static variable in class org.opensextant.util.GeonamesUtility
- country_id - Variable in class org.opensextant.data.Place
- Country.TZ - Class in org.opensextant.data
- countrySpeaks(String, String) - Method in class org.opensextant.util.GeonamesUtility
-
Is language spoken in country ID'd by cc? See TextUtils for list of langauges provided by Library of Congress.
- CR - Static variable in class org.opensextant.util.TextUtils
- create_match(String, String, Map<String, String>) - Method in class org.opensextant.extractors.poli.PoliPatternManager
-
Deprecated.logic for creation of a match is back in main PoLi match loop
- create_pattern(String, String, String) - Method in class org.opensextant.extractors.flexpat.RegexPatternManager
-
Implementation must create a RegexPattern given the basic RULE define, #RULE FAMILY RID REGEX PatternManager here adds compiled pattern and DEFINES.
- create_pattern(String, String, String) - Method in class org.opensextant.extractors.poli.PoliPatternManager
-
Pattern Factory Implementation must create a RegexPattern given the basic RULE define, #RULE FAMILY RID REGEX PatternManager here adds compiled pattern and DEFINES.
- create_pattern(String, String, String) - Method in class org.opensextant.extractors.xcoord.PatternManager
-
Implementation must create a RegexPattern given the basic RULE define, #RULE FAMILY RID REGEX PatternManager here adds compiled pattern and DEFINES.
- create_pattern(String, String, String) - Method in class org.opensextant.extractors.xtemporal.PatternManager
- create_testcase(String, String, String) - Method in class org.opensextant.extractors.flexpat.RegexPatternManager
-
Implementation must create TestCases given the #TEST directive, #TEST RID TID TEXT
- create_testcase(String, String, String) - Method in class org.opensextant.extractors.poli.PoliPatternManager
-
Implementation must create TestCases given the #TEST directive, #TEST RID TID TEXT
- create_testcase(String, String, String) - Method in class org.opensextant.extractors.xcoord.PatternManager
-
Implementation must create TestCases given the #TEST directive, #TEST RID TID TEXT
- create_testcase(String, String, String) - Method in class org.opensextant.extractors.xtemporal.PatternManager
- createAnnotation(String, String, String, int, int, String) - Static method in class org.opensextant.annotations.AnnotationHelper
- createAnnotation(String, String, String, int, String) - Static method in class org.opensextant.annotations.AnnotationHelper
-
Creates a standard named entity annotation.
- createCountry(Annotation) - Static method in class org.opensextant.annotations.AnnotationHelper
-
Returns an instance of a Country object using annotation value as country name, and attr[cc] optionally as code.
- createCountryAnnotation(String, String, String, int, String, String) - Static method in class org.opensextant.annotations.AnnotationHelper
-
Tracking a country name match of some sort.
- createFactory() - Method in class org.opensextant.giscore.output.XmlOutputStreamBase
- createFeatureDataset(String) - Method in class org.opensextant.giscore.filegdb.Geodatabase
- createGeocoding(Annotation) - Static method in class org.opensextant.annotations.AnnotationHelper
-
Decode: Geocoding See OpenSextant Geocoding interface.
- createGeocodingAnnotation(String, String, String, int, String, Geocoding) - Static method in class org.opensextant.annotations.AnnotationHelper
-
Encode geocoding annotations to be saved.
- createOutputFileName() - Method in class org.opensextant.output.AbstractFormatter
- createOutputFileName() - Method in class org.opensextant.output.AbstractGenericFormatter
-
Creates the output file name.
- createOutputStreams() - Method in class org.opensextant.output.AbstractFormatter
-
Create the output stream appropriate for the output type.
- createOutputStreams() - Method in class org.opensextant.output.AbstractGenericFormatter
-
Create the output stream appropriate for the output type.
- createOutputStreams() - Method in class org.opensextant.output.CSVFormatter
- createOutputStreams() - Method in class org.opensextant.output.CSVGenericFormatter
- createOutputStreams() - Method in class org.opensextant.output.GDBFormatter
-
Create the output stream appropriate for the output type.
- createOutputStreams() - Method in class org.opensextant.output.GeoCSVFormatter
-
Create the output stream appropriate for the output type.
- createOutputStreams() - Method in class org.opensextant.output.KMLFormatter
-
Create the output stream appropriate for the output type.
- createOutputStreams() - Method in class org.opensextant.output.ShapefileFormatter
-
Create the output stream appropriate for the output type.
- createOutputStreams() - Method in class org.opensextant.output.WKTFormatter
-
Create the output stream appropriate for the output type.
- createPatternManager(InputStream, String) - Method in class org.opensextant.extractors.flexpat.AbstractFlexPat
-
Create a pattern manager given the input stream and the file name.
- createPatternManager(InputStream, String) - Method in class org.opensextant.extractors.poli.PatternsOfLife
- createPatternManager(InputStream, String) - Method in class org.opensextant.extractors.xcoord.XCoord
- createPatternManager(InputStream, String) - Method in class org.opensextant.extractors.xtemporal.XTemporal
- createRow() - Method in class org.opensextant.giscore.filegdb.Table
- createTable(String, String) - Method in class org.opensextant.giscore.filegdb.Geodatabase
- createTable(Geodatabase, String, String) - Static method in class org.opensextant.giscore.filegdb.Table
- createTaxon(Annotation) - Static method in class org.opensextant.annotations.AnnotationHelper
-
Recreates a Taxon from a stored annotation.
- createTaxonAnnotation(String, String, String, int, String, Taxon) - Static method in class org.opensextant.annotations.AnnotationHelper
-
Create an annotation for a Taxon node that has a found value, val, in document, docid at offset.
- createTempFolder(String) - Method in class org.opensextant.output.GISDataFormatter
- createTemporalAnnotation(String, String, String, int, int, String, Date, String) - Static method in class org.opensextant.annotations.AnnotationHelper
-
Same createTemporalEntityAnnotation, just with len param.
- createTemporalEntityAnnotation(String, String, String, int, String, Date, String) - Static method in class org.opensextant.annotations.AnnotationHelper
-
Creates the temporal entity annotation.
- CROSS - Static variable in class org.opensextant.giscore.output.shapefile.PointShapeMapper
- crossDateLine() - Method in class org.opensextant.giscore.events.GroundOverlay
-
Test for Longitude wrap at International Date Line (IDL).
- CSV - Enum constant in enum org.opensextant.giscore.DocumentType
- CSVFormatter - Class in org.opensextant.output
- CSVFormatter() - Constructor for class org.opensextant.output.CSVFormatter
- CSVGenericFormatter - Class in org.opensextant.output
-
Alternative to CSVFormatter which is schema-specific and a bit rigid.
- CSVGenericFormatter(Parameters) - Constructor for class org.opensextant.output.CSVGenericFormatter
- CsvInputStream - Class in org.opensextant.giscore.input.csv
-
Reads a CSV file in as a series of rows.
- CsvInputStream(File, Object[]) - Constructor for class org.opensextant.giscore.input.csv.CsvInputStream
- CsvInputStream(InputStream, Object[]) - Constructor for class org.opensextant.giscore.input.csv.CsvInputStream
- CsvOutputStream - Class in org.opensextant.giscore.output.csv
-
A tabular output stream that creates a csv file given a single schema and a set of
Row
or row subclass objects. - CsvOutputStream(OutputStream, Object[]) - Constructor for class org.opensextant.giscore.output.csv.CsvOutputStream
-
Ctor
- currency - Variable in class org.opensextant.extractors.poli.data.Money
- CURRENT_YEAR - Variable in class org.opensextant.extractors.xcoord.MGRSFilter
-
The current year.
- CURRENT_YY - Variable in class org.opensextant.extractors.xcoord.MGRSFilter
-
The current yy.
- currErrors - Variable in class org.opensextant.processing.XtractorGroup
-
API: child implementations have access to accumulated errors; reset() clears errors and other state.
- cyan - Static variable in class org.opensextant.giscore.utils.Color
- CYAN - Static variable in class org.opensextant.giscore.utils.Color
D
- DARK_GRAY - Static variable in class org.opensextant.giscore.utils.Color
- darkGray - Static variable in class org.opensextant.giscore.utils.Color
- dashCount - Variable in class org.opensextant.extractors.xcoord.GeocoordMatch
-
count dashes other than hemispheres, +/-.
- DATA - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- DATA - Static variable in interface org.opensextant.giscore.input.kml.IKml
- DATA_ELEMENT - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- DATA_MIMETYPE - Static variable in class org.opensextant.util.FileUtility
- DATASET - Static variable in class org.opensextant.giscore.filegdb.Geodatabase
- DATASET_DATA - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- DATASET_DEFS - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- DATASET_NAME - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- DATASET_TYPE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- datasets - Variable in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
-
The first time we find a particular feature key, we store away the path and geometry type as a name.
- date - Enum constant in enum org.opensextant.giscore.utils.DateTime.DateTimeType
- date - Variable in class org.opensextant.data.social.Message
-
Date object for the message timestamp
- date - Variable in class org.opensextant.extractors.xtemporal.TestCase
- DATE - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- DATEFMT - Static variable in interface org.opensextant.giscore.input.dbf.IDbfConstants
- DateMatch - Class in org.opensextant.extractors.xtemporal
- DateMatch(int, int) - Constructor for class org.opensextant.extractors.xtemporal.DateMatch
- DateMatch.TimeResolution - Enum in org.opensextant.extractors.xtemporal
-
A simplistic way to capture resolution of the date/time reference.
- datenorm - Variable in class org.opensextant.extractors.xtemporal.DateMatch
-
Just the coordinate text normalized
- datenorm_text - Variable in class org.opensextant.extractors.xtemporal.DateMatch
- DateNormalization - Class in org.opensextant.extractors.xtemporal
- DateNormalization() - Constructor for class org.opensextant.extractors.xtemporal.DateNormalization
- DateParser - Class in org.opensextant.giscore.utils
-
Simple Date Stream parser that supports multiple string date formats.
- DateParser() - Constructor for class org.opensextant.giscore.utils.DateParser
- dateText - Variable in class org.opensextant.data.social.Message
-
Original text of the date, if given
- dateTime - Enum constant in enum org.opensextant.giscore.utils.DateTime.DateTimeType
- DateTime - Class in org.opensextant.giscore.utils
-
The class
DateTime
represents a specific instant in time, with millisecond precision. - DateTime() - Constructor for class org.opensextant.giscore.utils.DateTime
-
Constructs a
DateTime
object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond. - DateTime(long) - Constructor for class org.opensextant.giscore.utils.DateTime
-
Constructs a
DateTime
object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT. - DateTime(long, DateTime.DateTimeType) - Constructor for class org.opensextant.giscore.utils.DateTime
-
Constructs a
DateTime
object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT. - DateTime(String) - Constructor for class org.opensextant.giscore.utils.DateTime
-
Constructs a
DateTime
object and initializes it so that it represents the date and time indicated by the stringdatestr
. - DATETIME_FAMILY - Static variable in class org.opensextant.extractors.xtemporal.XTConstants
- DateTime.DateTimeType - Enum in org.opensextant.giscore.utils
- DateTimePattern - Class in org.opensextant.extractors.xtemporal
- DateTimePattern(String, String, String) - Constructor for class org.opensextant.extractors.xtemporal.DateTimePattern
- DAY - Enum constant in enum org.opensextant.extractors.xtemporal.DateMatch.TimeResolution
- DBF - Enum constant in enum org.opensextant.giscore.input.shapefile.ShapefileComponent
-
The main component of a shapefile that contains fields and shape metadata.
- DbfInputStream - Class in org.opensextant.giscore.input.dbf
-
Read a dbase file in as a schema and series of rows.
- DbfInputStream(File, Object[]) - Constructor for class org.opensextant.giscore.input.dbf.DbfInputStream
- DbfInputStream(InputStream, Object[]) - Constructor for class org.opensextant.giscore.input.dbf.DbfInputStream
- DbfOutputStream - Class in org.opensextant.giscore.output.dbf
-
Output a DBF file using the gisoutputstream interface.
- DbfOutputStream(OutputStream, Object[]) - Constructor for class org.opensextant.giscore.output.dbf.DbfOutputStream
-
Ctor
- DbfOutputStream(OutputStream, Schema, ObjectBuffer) - Constructor for class org.opensextant.giscore.output.dbf.DbfOutputStream
-
Ctor
- DD_FILTERS_ON - Static variable in class org.opensextant.extractors.xcoord.XConstants
-
RUNTIME FLAGS: filter Decimal Degree coordinates -- primarily for bare floating point numbers w/out hemisphere or other symbols
- DD_PATTERN - Static variable in class org.opensextant.extractors.xcoord.XConstants
- DD_precision_list - Static variable in class org.opensextant.extractors.xcoord.PrecisionScales
-
Maximal error in METERS in coordinate with N decimal places; for up to 12 decimal places.
- debug - Variable in class org.opensextant.extractors.flexpat.AbstractFlexPat
- debug - Variable in class org.opensextant.extractors.flexpat.RegexPatternManager
- debug - Variable in class org.opensextant.output.AbstractFormatter
- debug - Variable in class org.opensextant.output.AbstractGenericFormatter
- DEC - Static variable in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- decodeAnnotations(List<Annotation>) - Static method in class org.opensextant.annotations.AnnotationHelper
-
Given encoded annotations from db, decode them and yield a flattened set of annotations, e.g., for use with MAT
- decodeOffsets(String) - Static method in class org.opensextant.annotations.AnnotationHelper
-
Take a list of numbers and convert to Integer list "1;5;89;777" => List<> [ 1, 5, 89, 777 ].
- decodeOffsets(Annotation, String) - Static method in class org.opensextant.annotations.AnnotationHelper
-
Generate annotations in a linear fashion.
- DeepEyeData - Class in org.opensextant.annotations
-
A base class for Record, Annotation and other structures.
- DeepEyeData() - Constructor for class org.opensextant.annotations.DeepEyeData
- DeepEyeException - Exception in org.opensextant.annotations
-
Exception used when there is a user or system error related to data serialization or any sort of Java object - to JSONification error.
- DeepEyeException(Exception) - Constructor for exception org.opensextant.annotations.DeepEyeException
- DeepEyeException(String) - Constructor for exception org.opensextant.annotations.DeepEyeException
- DeepEyeException(String, Exception) - Constructor for exception org.opensextant.annotations.DeepEyeException
- DeepEyeStore - Interface in org.opensextant.annotations
-
DeepEyeStore is an abstraction of a data store that stores records and annotations.
- DEFAULT_ENCODING - Static variable in class org.opensextant.util.FileUtility
- DEFAULT_FILTERS - Static variable in class org.opensextant.extraction.ExtractionResult
- DEFAULT_GEOHASH_PRECISION - Static variable in class org.opensextant.util.GeodeticUtility
- DEFAULT_POLI_CFG - Static variable in class org.opensextant.extractors.poli.PatternsOfLife
- DEFAULT_PRECISION - Static variable in class org.opensextant.util.GeodeticUtility
- DEFAULT_UNKNOWN_RESOLUTION - Static variable in class org.opensextant.extractors.xcoord.PrecisionScales
- DEFAULT_WORKING_SIZE - Static variable in class org.opensextant.extractors.langid.LangDetect
-
If working size, in CHARS, is less than 180 (20 8 char words + 1 whitespace word break);
- DEFAULT_XCOORD_CFG - Static variable in class org.opensextant.extractors.xcoord.XCoord
- DEFAULT_XTEMP_CFG - Static variable in class org.opensextant.extractors.xtemporal.XTemporal
-
The Constant DEFAULT_XTEMP_CFG.
- defaultFields() - Method in class org.opensextant.output.AbstractGenericFormatter
-
Default fields for generic CSV output.
- defaultFields() - Method in class org.opensextant.output.CSVFormatter
-
Default fields for generic CSV output.
- defaultFields() - Method in class org.opensextant.output.GISDataModel
-
Default fields.
- defaultHierarchicalPath() - Method in class org.opensextant.data.Place
-
This sets the default to non-null value.
- defaultMatchId() - Method in class org.opensextant.extraction.TextMatch
-
If called, this overwrites existing match_id Match ID is typically entity label @ offset.
- DEG - Enum constant in enum org.opensextant.extractors.xcoord.DMSOrdinate.Resolution
- degLatFields - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- degLonFields - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- DEGREES - Static variable in class org.opensextant.geodesy.Angle
-
unitType parameter for constructor specifying angle is in decimal degrees
- DEGSYM - Static variable in class org.opensextant.geodesy.Angle
-
Unicode degree symbol
This is used byAngle.toString()
. - DEL - Static variable in class org.opensextant.util.TextUtils
- delete() - Method in class org.opensextant.giscore.filegdb.Geodatabase
-
Delete the current Geodatabase, closing it if it is currently open.
- delete_controls(String) - Static method in class org.opensextant.util.TextUtils
-
Delete control chars from text data; leaving text and whitespace only.
- delete_eol(String) - Static method in class org.opensextant.util.TextUtils
-
Replace line endings with SPACE
- delete_whitespace(String) - Static method in class org.opensextant.util.TextUtils
-
Delete whitespace of any sort.
- deleteDirContents(File) - Static method in class org.opensextant.giscore.output.StreamVisitorBase
-
delete dir content
- deleteOutput(File) - Method in class org.opensextant.output.AbstractFormatter
-
This is checked only by internal classes as they create output streams.
- deleteOutput(File) - Method in class org.opensextant.output.AbstractGenericFormatter
-
This is checked only by internal classes as they create output streams.
- deriveContainerName(List<String>, FeatureKey) - Method in class org.opensextant.giscore.output.gdb.BasicContainerNameStrategy
- deriveContainerName(List<String>, FeatureKey) - Method in class org.opensextant.giscore.output.gdb.PatternContainerNameStrategy
- deriveContainerName(List<String>, FeatureKey) - Method in interface org.opensextant.giscore.output.IContainerNameStrategy
-
Derive the Container name from the feature information.
- description - Variable in class org.opensextant.extractors.flexpat.RegexPattern
- description - Variable in class org.opensextant.giscore.events.Common
- DESCRIPTION - Static variable in interface org.opensextant.giscore.input.kml.IKml
- DESCRIPTION - Static variable in interface org.opensextant.giscore.output.rss.IRss
- detect(String) - Method in class org.opensextant.extractors.langid.LangDetect
-
API for LangDetect, cybozu.labs
- detect(String, boolean) - Method in class org.opensextant.extractors.langid.LangDetect
-
API for LangDetect, cybozu.labs.
- detectSocialMediaLang(String, String) - Method in class org.opensextant.extractors.langid.LangDetect
-
Find best lang ID for short texts.
- detectSocialMediaLang(String, String, boolean) - Method in class org.opensextant.extractors.langid.LangDetect
-
EXPERIMENTAL , EXPERIMENTAL, EXPERIMENTAL UPDATE, 2015.
- df - Variable in class org.opensextant.extractors.xcoord.MGRSFilter
-
DateFormat used to check for dates that look like MGRS i.e.
- DF - Static variable in class org.opensextant.geodesy.ISO8601DateTimePoint
- difference(Angle) - Method in class org.opensextant.geodesy.Angle
-
This method computes and returns a new angle which is the the shortest angular difference between the specified angle and this one.
- digest_latitude_match() - Method in class org.opensextant.extractors.xcoord.DMSOrdinate
-
This should cascade.
- digest_longitude_match() - Method in class org.opensextant.extractors.xcoord.DMSOrdinate
-
This is a copy of the logic for digest_latitude_match; All I replace is "Lat" with "Lon"
- digits - Variable in class org.opensextant.extractors.xcoord.GeocoordPrecision
-
# of decimal places in D.ddd...
- disable_patterns(String) - Method in class org.opensextant.extractors.poli.PoliPatternManager
-
Enable a family of patterns
- disableAll() - Method in class org.opensextant.extractors.flexpat.AbstractFlexPat
- disableAll() - Method in class org.opensextant.extractors.flexpat.RegexPatternManager
-
Enable a family of patterns
- disableAll() - Method in class org.opensextant.extractors.xcoord.XCoord
- disconnect() - Method in interface org.opensextant.annotations.DeepEyeStore
- DISPLAY_MODE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- DISPLAY_NAME - Static variable in interface org.opensextant.giscore.input.kml.IKml
- distanceDegrees(double, double, double, double) - Static method in class org.opensextant.util.GeodeticUtility
-
This returns distance in degrees, e.g., this is a Cartesian distance.
- distanceDegrees(GeoBase, GeoBase) - Static method in class org.opensextant.util.GeodeticUtility
-
This returns distance in degrees, e.g., this is a Cartesian distance.
- distanceMeters(LatLon, LatLon) - Static method in class org.opensextant.util.GeodeticUtility
-
Haversine distance using LL1 to LL2;
- DM_PATTERN - Static variable in class org.opensextant.extractors.xcoord.XConstants
- DMS_FILTERS_ON - Static variable in class org.opensextant.extractors.xcoord.XConstants
-
RUNTIME FLAGS: filter DMS coordinates
- DMS_MIN_PREC - Static variable in class org.opensextant.extractors.xcoord.PrecisionScales
- DMS_PATTERN - Static variable in class org.opensextant.extractors.xcoord.XConstants
- DMS_SEC_PREC - Static variable in class org.opensextant.extractors.xcoord.PrecisionScales
- DMSFilter - Class in org.opensextant.extractors.xcoord
-
DMS Filters include ignoring these patterns: dd-dd-dd HH:MM:ss (where dd-dd-dd HH-MM-ss would be a valid coordinate as the field separators for lat/lon are the same).
- DMSFilter() - Constructor for class org.opensextant.extractors.xcoord.DMSFilter
- DMSOrdinate - Class in org.opensextant.extractors.xcoord
-
DMSOrdinate represents all the various fields a WGS84 cartesian coordinate could have.
- DMSOrdinate(int, int, int, boolean, int) - Constructor for class org.opensextant.extractors.xcoord.DMSOrdinate
-
Deprecated.For XCoord purposes use the DMSOrdinate(map, map, boolean, text) form.
- DMSOrdinate(int, int, int, int, boolean, int) - Constructor for class org.opensextant.extractors.xcoord.DMSOrdinate
-
Deprecated.For XCoord purposes use the DMSOrdinate(map, map, boolean, text) form.
- DMSOrdinate(String, String, String, boolean, int) - Constructor for class org.opensextant.extractors.xcoord.DMSOrdinate
-
Deprecated.For XCoord purposes use the DMSOrdinate(map, map, boolean, text) form.
- DMSOrdinate(Map<String, TextEntity>, Map<String, String>, boolean, String) - Constructor for class org.opensextant.extractors.xcoord.DMSOrdinate
-
DMS ordinates can be made up of degrees, minutes, seconds and then decimal minutes and decimal seconds fractional minutes dddd are formatted as ".dddd" then parsed; ADD to existing minutes fractional seconds dddd are formatted as ".dddd" then parsed; ADD to existing seconds decimal minutes d.ddd..
- DMSOrdinate.Resolution - Enum in org.opensextant.extractors.xcoord
-
Resolution field for DMS.ms
- DMY_FAMILY - Static variable in class org.opensextant.extractors.xtemporal.XTConstants
- DOC_MIMETYPE - Static variable in class org.opensextant.util.FileUtility
- doc_type - Variable in class org.opensextant.output.GISDataFormatter
- DocInput - Class in org.opensextant.data
-
Use only for cases where you have document inputs instead of raw records.
- DocInput(String, String) - Constructor for class org.opensextant.data.DocInput
- DocType - Class in org.opensextant.giscore.data
-
A small internal doctype object that can be used for extension types and is now used to represent the internal DocumentType enumeration.
- DocType(String, boolean, boolean) - Constructor for class org.opensextant.giscore.data.DocType
- DOCUMENT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- DocumentStart - Class in org.opensextant.giscore.events
-
This tags the document with the source information of what format it came from, useful for back end processors to decide on the meaning of various values.
- DocumentStart(DocumentType) - Constructor for class org.opensextant.giscore.events.DocumentStart
-
Ctor
- DocumentType - Enum in org.opensextant.giscore
-
Values to identify the various formats to the framework.
- DocumentTypeRegistration - Class in org.opensextant.giscore.data
-
Stores the registration information for a given pair of an input and output stream and a document type.
- DocumentTypeRegistration(DocType) - Constructor for class org.opensextant.giscore.data.DocumentTypeRegistration
-
Empty ctor
- DocumentTypeRegistration(DocumentType) - Constructor for class org.opensextant.giscore.data.DocumentTypeRegistration
-
Empty ctor
- DOMAIN - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- DOMAINS - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- DOUBLE - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- doubleValue() - Method in class org.opensextant.giscore.utils.DateTime
- DRAW_ORDER - Static variable in interface org.opensextant.giscore.input.kml.IKml
- DSID - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- dstDelta - Variable in class org.opensextant.data.Country.TZ
- dstOffset - Variable in class org.opensextant.data.Country.TZ
- dtSuffix - Static variable in class org.opensextant.geodesy.ISO8601DateTimePoint
E
- EARTH_RADIUS - Static variable in class org.opensextant.util.GeodeticUtility
- EAST - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- EAST - Static variable in interface org.opensextant.giscore.input.kml.IKml
- easting - Variable in class org.opensextant.geodesy.Topocentric2DPoint
- EDITABLE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- Element - Class in org.opensextant.giscore.events
-
An element represents an XML element found in an XML type document such as KML.
- Element() - Constructor for class org.opensextant.giscore.events.Element
-
Empty constructor requires caller to call setName() and optionally setNamespace() directly or deserialize with
Element.readData(org.opensextant.giscore.utils.SimpleObjectInputStream)
. - Element(String) - Constructor for class org.opensextant.giscore.events.Element
-
Create Element with noname namespace by default.
- Element(Namespace, String) - Constructor for class org.opensextant.giscore.events.Element
-
Create XML Element object.
- ELEV - Static variable in interface org.opensextant.giscore.output.rss.IRss
- Ellipsoid - Class in org.opensextant.geodesy
-
The Ellipsoid class maintains an object pool of Singleton Ellipsoid objects (used as models of a slightly flattened spherical earth), indexed by String names.
- Ellipsoid(String, double, double) - Constructor for class org.opensextant.geodesy.Ellipsoid
-
This is the constructor for a custom ellipsoid to be created and cached in the object pool.
- EmailAddress - Class in org.opensextant.extractors.poli.data
- EmailAddress() - Constructor for class org.opensextant.extractors.poli.data.EmailAddress
- EmailAddress(String) - Constructor for class org.opensextant.extractors.poli.data.EmailAddress
- EmailAddress(Map<String, String>, String) - Constructor for class org.opensextant.extractors.poli.data.EmailAddress
- enable_CCE_family(int, boolean) - Method in class org.opensextant.extractors.xcoord.PatternManager
- enable_pattern(RegexPattern) - Method in class org.opensextant.extractors.flexpat.RegexPatternManager
-
enable an instance of a pattern based on the global settings.
- enable_pattern(RegexPattern) - Method in class org.opensextant.extractors.poli.PoliPatternManager
-
enable an instance of a pattern based on the global settings.
- enable_pattern(RegexPattern) - Method in class org.opensextant.extractors.xcoord.PatternManager
-
enable an instance of a pattern based on the global settings.
- enable_pattern(RegexPattern) - Method in class org.opensextant.extractors.xtemporal.PatternManager
-
enable an instance of a pattern based on the global settings.
- enable_pattern_family(int, boolean) - Method in class org.opensextant.extractors.xtemporal.PatternManager
- enable_patterns(String) - Method in class org.opensextant.extractors.flexpat.RegexPatternManager
-
default adapter -- you must override.
- enable_patterns(String) - Method in class org.opensextant.extractors.poli.PoliPatternManager
- enableAll() - Method in class org.opensextant.extractors.flexpat.AbstractFlexPat
- enableAll() - Method in class org.opensextant.extractors.flexpat.RegexPatternManager
- enableAll() - Method in class org.opensextant.extractors.poli.PoliPatternManager
-
You don't really want to enable All patterns...
- enableAll() - Method in class org.opensextant.extractors.xcoord.XCoord
- enabled - Variable in class org.opensextant.extractors.flexpat.RegexPattern
- encodeOffsets(Collection<Integer>) - Static method in class org.opensextant.annotations.AnnotationHelper
-
Encode offsets.
- end - Variable in class org.opensextant.extraction.TextEntity
-
char offset of entity; location in document where entity ends.
- END - Static variable in interface org.opensextant.giscore.input.kml.IKml
- END_OFFSET - Static variable in class org.opensextant.output.OpenSextantSchema
- endTime - Variable in class org.opensextant.giscore.events.Common
- englishLang - Static variable in class org.opensextant.util.TextUtils
- entitiesKey - Variable in class org.opensextant.data.social.Tweet
- Entry(String) - Constructor for class org.opensextant.giscore.input.shapefile.PrjReader.Entry
-
Ctor
- entrySet() - Method in class org.opensextant.giscore.events.Schema
- enumerate() - Method in class org.opensextant.giscore.filegdb.Table
- enumerate1() - Method in class org.opensextant.giscore.filegdb.Table
- enumerateSchemata() - Method in class org.opensextant.giscore.input.gdb.FileGdbInputStream
- enumerateSchemata() - Method in class org.opensextant.giscore.input.GISInputStreamBase
- enumerateSchemata() - Method in interface org.opensextant.giscore.input.IGISInputStream
-
Search for and return an iterator on the schema within the given data store.
- enumerateSchemata() - Method in class org.opensextant.giscore.input.kml.KmlReader
- enumerateSchemata() - Method in class org.opensextant.giscore.input.shapefile.ShapefileInputStream
- enumerateSchemata() - Method in class org.opensextant.giscore.input.wkt.WKTInputStream
- EnumRows - Class in org.opensextant.giscore.filegdb
-
The row enumerator, extended to act as a Java iterator
- EnumRows() - Constructor for class org.opensextant.giscore.filegdb.EnumRows
- EOF - Static variable in interface org.opensextant.giscore.input.dbf.IDbfConstants
- EOH - Static variable in interface org.opensextant.giscore.input.dbf.IDbfConstants
- eolIsSignificant(boolean) - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Specifies whether the end of a line is significant and should be returned as
TT_EOF
inttype
by this tokenizer. - equals(Object) - Method in class org.opensextant.geodesy.Angle
- equals(Object) - Method in class org.opensextant.geodesy.GeocentricPoint
-
This method is used to test whether two points are equal in the sense that have the same coordinate value.
- equals(Object) - Method in class org.opensextant.geodesy.Geodetic2DArc
-
This method is used to compare this arc to another Geodetic2DArc object.
- equals(Object) - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
Compares this object against the specified object.
- equals(Object) - Method in class org.opensextant.geodesy.Geodetic2DCircle
-
This method is used to compare this circle to another Geodetic2DCircle object.
- equals(Object) - Method in class org.opensextant.geodesy.Geodetic2DEllipse
-
This method is used to compare this ellipse to another Geodetic2DEllipse object.
- equals(Object) - Method in class org.opensextant.geodesy.Geodetic2DPoint
-
This method is used to test whether two points are equal in the sense that have the same angular coordinate values to within epsilon.
- equals(Object) - Method in class org.opensextant.geodesy.Geodetic3DBounds
-
Compares this object against the specified object.
- equals(Object) - Method in class org.opensextant.geodesy.Geodetic3DPoint
-
This method is used to test whether two points are equal in the sense that have the same angular coordinate values and elevations, to within epsilon.
- equals(Object) - Method in class org.opensextant.geodesy.ISO8601DateTimeInterval
- equals(Object) - Method in class org.opensextant.geodesy.ISO8601DateTimePoint
- equals(Object) - Method in class org.opensextant.geodesy.MGRS
-
This method is used to test whether two MGRS points are equal in the sense that have the same Geodetic2DPoint coordinate (point in cell).
- equals(Object) - Method in class org.opensextant.geodesy.Topocentric2DPoint
-
This method is used to test whether two points are equal in the sense that have the same coordinate value.
- equals(Object) - Method in class org.opensextant.geodesy.Topocentric3DPoint
-
This method is used to test whether two points are equal in the sense that have the same coordinate value.
- equals(Object) - Method in class org.opensextant.geodesy.UPS
- equals(Object) - Method in class org.opensextant.geodesy.UTM
- equals(Object) - Method in class org.opensextant.giscore.data.DocType
- equals(Object) - Method in class org.opensextant.giscore.events.AbstractObject
- equals(Object) - Method in class org.opensextant.giscore.events.Comment
- equals(Object) - Method in class org.opensextant.giscore.events.Common
- equals(Object) - Method in class org.opensextant.giscore.events.ContainerEnd
- equals(Object) - Method in class org.opensextant.giscore.events.ContainerStart
- equals(Object) - Method in class org.opensextant.giscore.events.DocumentStart
- equals(Object) - Method in class org.opensextant.giscore.events.Element
- equals(Object) - Method in class org.opensextant.giscore.events.Feature
- equals(Object) - Method in class org.opensextant.giscore.events.NetworkLink
- equals(Object) - Method in class org.opensextant.giscore.events.NetworkLinkControl
- equals(Object) - Method in class org.opensextant.giscore.events.Overlay
- equals(Object) - Method in class org.opensextant.giscore.events.Pair
- equals(Object) - Method in class org.opensextant.giscore.events.Row
- equals(Object) - Method in class org.opensextant.giscore.events.Schema
- equals(Object) - Method in class org.opensextant.giscore.events.ScreenLocation
- equals(Object) - Method in class org.opensextant.giscore.events.SimpleField
- equals(Object) - Method in class org.opensextant.giscore.events.Style
- equals(Object) - Method in class org.opensextant.giscore.events.StyleMap
- equals(Object) - Method in class org.opensextant.giscore.events.WrappedObject
- equals(Object) - Method in class org.opensextant.giscore.geometry.Circle
-
This method is used to test whether two Circle are equal in the sense that have the same coordinate value.
- equals(Object) - Method in class org.opensextant.giscore.geometry.Geometry
-
This method using reflection to determine whether two Geometries are equal.
- equals(Object) - Method in class org.opensextant.giscore.geometry.Point
-
This method is used to test whether two Points are equal in the sense that have the same coordinate value.
- equals(Object) - Method in class org.opensextant.giscore.input.kml.UrlRef
- equals(Object) - Method in class org.opensextant.giscore.input.wkt.WKTToken
- equals(Object) - Method in class org.opensextant.giscore.Namespace
-
This tests for equality - Two
Namespaces
are equal if and only if their URIs are byte-for-byte equals. - equals(Object) - Method in class org.opensextant.giscore.output.FeatureKey
- equals(Object) - Method in class org.opensextant.giscore.utils.Color
-
Determines whether another object is equal to this
Color
. - equals(Object) - Method in class org.opensextant.giscore.utils.DateTime
-
Compares two dates for equality.
- equals(Object) - Method in class org.opensextant.giscore.utils.Pair
- equals(Angle) - Method in class org.opensextant.geodesy.Angle
-
This method is used to test whether another Angle is equal to this Angle by testing that their values in radians differ in value by no more than epsilon (1e-7).
- equals(GeocentricPoint) - Method in class org.opensextant.geodesy.GeocentricPoint
-
This method is used to test whether two points are equal in the sense that have the same coordinate value.
- equals(Geodetic2DArc) - Method in class org.opensextant.geodesy.Geodetic2DArc
-
This method is used to compare this arc to another Geodetic2DArc object.
- equals(Geodetic2DBounds) - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
The equals method tests for bounding box coordinate numeric equality
- equals(Geodetic2DBounds) - Method in class org.opensextant.geodesy.Geodetic3DBounds
-
The equals method tests for bounding box coordinate numeric equality
- equals(Geodetic2DBounds, double) - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
The equals method tests for bounding box coordinate numeric equality.
- equals(Geodetic2DCircle) - Method in class org.opensextant.geodesy.Geodetic2DCircle
-
This method is used to compare this circle to another Geodetic2DCircle object.
- equals(Geodetic2DEllipse) - Method in class org.opensextant.geodesy.Geodetic2DEllipse
-
This method is used to compare this ellipse to another Geodetic2DEllipse object.
- equals(Geodetic3DBounds) - Method in class org.opensextant.geodesy.Geodetic3DBounds
-
The equals method tests for bounding box coordinate numeric equality
- equals(MGRS) - Method in class org.opensextant.geodesy.MGRS
-
This method is used to test whether two MGRS points are equal in the sense that have the same Geodetic2DPoint coordinate (point in cell).
- equals(Topocentric2DPoint) - Method in class org.opensextant.geodesy.Topocentric2DPoint
-
This method is used to test whether two points are equal in the sense that have the same coordinate value.
- equals(Topocentric3DPoint) - Method in class org.opensextant.geodesy.Topocentric3DPoint
-
This method is used to test whether two points are equal in the sense that have the same coordinate value.
- equals(Circle) - Method in class org.opensextant.giscore.geometry.Circle
-
This method is used to test whether two Circle are equal in the sense that have the same center coordinate value and radius.
- equals(Point) - Method in class org.opensextant.giscore.geometry.Point
-
This method is used to test whether two Points are equal in the sense that have the same coordinate value.
- escapeAttribute(StringBuilder, String, String) - Static method in class org.opensextant.giscore.output.XmlOutputStreamBase
- escapeUri(String) - Static method in class org.opensextant.giscore.input.kml.UrlRef
-
Escape invalid characters in URI string.
- ESRI - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- ESRI_NS - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- ESRIErrorCodes - Class in org.opensextant.giscore.filegdb
-
Translate from numeric values to string messages if possible.
- ESRIErrorCodes() - Constructor for class org.opensextant.giscore.filegdb.ESRIErrorCodes
- esriFieldName(String) - Static method in class org.opensextant.giscore.utils.StringHelper
-
String as an ascii string.
- esriFieldName(String, Collection<String>) - Static method in class org.opensextant.giscore.utils.StringHelper
-
String as an ascii string.
- EsriTypeVisitor - Class in org.opensextant.giscore.output.shapefile
-
Determine the type from the geometry.
- EsriTypeVisitor() - Constructor for class org.opensextant.giscore.output.shapefile.EsriTypeVisitor
- euclideanDistance(GeoPoint, GeoPoint) - Method in class org.opensextant.geodesy.FrameOfReference
-
This method computes the shortest straight line distance (Euclidean Distance) through space between the specified GeoPoints.
- evaluated - Variable in class org.opensextant.extractors.flexpat.TextMatchResult
- evaluateInvalidDashes(Map<String, String>) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Evaluate DMS patterns only...
- evaluateInvalidPunct(Map<String, String>) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Test punctuation separators.
- evaluateSpecificity(DMSOrdinate, DMSOrdinate) - Static method in class org.opensextant.extractors.xcoord.GeocoordNormalization
-
Hueuristic for what style of fields are allowed in valid DD or DM/DMS coordinates.
- EXT_PROPS - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- EXTCLSID - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- EXTENDED_DATA - Static variable in interface org.opensextant.giscore.input.kml.IKml
- extendedData - Variable in class org.opensextant.giscore.events.Row
- EXTENT - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- extract(String) - Method in interface org.opensextant.extraction.Extractor
-
Useful for working with text buffers adhoc.
- extract(String) - Method in class org.opensextant.extractors.poli.PatternsOfLife
- extract(String) - Method in class org.opensextant.extractors.xcoord.XCoord
-
Support the standard Extractor interface.
- extract(String) - Method in class org.opensextant.extractors.xtemporal.XTemporal
-
Support the standard Extractor interface.
- extract(TextInput) - Method in interface org.opensextant.extraction.Extractor
-
Useuful for working with batches of inputs that have an innate row ID + buffer pairing.
- extract(TextInput) - Method in class org.opensextant.extractors.poli.PatternsOfLife
-
Support the standard Extractor interface.
- extract(TextInput) - Method in class org.opensextant.extractors.xcoord.XCoord
-
Support the standard Extractor interface.
- extract(TextInput) - Method in class org.opensextant.extractors.xtemporal.XTemporal
-
Support the standard Extractor interface.
- extract(TextInput, String) - Method in class org.opensextant.extractors.poli.PatternsOfLife
- extract_coordinates(String, String) - Method in class org.opensextant.extractors.xcoord.XCoord
-
Assess all enabled patterns against the given text.
- extract_coordinates(String, String, int) - Method in class org.opensextant.extractors.xcoord.XCoord
-
Limit the extraction to a particular family of coordinates.
- extract_dates(String, String) - Method in class org.opensextant.extractors.xtemporal.XTemporal
-
A direct call to extract dates; which is useful for diagnostics and development/testing.
- extract_patterns(String, String, String) - Method in class org.opensextant.extractors.poli.PatternsOfLife
-
Extract patterns of a certain family from a block of text.
- extractCategoryName(Row) - Method in interface org.opensextant.giscore.ICategoryNameExtractor
-
Extract a category name for a given row
- ExtractionException - Exception in org.opensextant.extraction
-
An exception to be thrown when place name matching goes awry.
- ExtractionException() - Constructor for exception org.opensextant.extraction.ExtractionException
- ExtractionException(String) - Constructor for exception org.opensextant.extraction.ExtractionException
- ExtractionException(String, Throwable) - Constructor for exception org.opensextant.extraction.ExtractionException
- ExtractionMetrics - Class in org.opensextant.extraction
-
This is a holder for tracking various common measures: No.
- ExtractionMetrics(String) - Constructor for class org.opensextant.extraction.ExtractionMetrics
-
A named metric
- ExtractionResult - Class in org.opensextant.extraction
- ExtractionResult(String) - Constructor for class org.opensextant.extraction.ExtractionResult
-
Given a record ID, create a container for holding onto all the geocodes for that particular data object.
- Extractor - Interface in org.opensextant.extraction
-
For now, this interface is closer to an AbstractExtractor where a clean interface might be output = Extractor.extract(input) This interface specifies more
- extractors - Variable in class org.opensextant.processing.XtractorGroup
-
API: child implementations have access to the core list of extractors.
- EXTRUDE - Static variable in interface org.opensextant.giscore.input.kml.IKml
F
- factory - Variable in class org.opensextant.giscore.output.XmlOutputStreamBase
- FactoryDocumentTypeRegistry - Class in org.opensextant.giscore.data
-
This class contains the statically intialized registry for GIScore.
- FactoryDocumentTypeRegistry() - Constructor for class org.opensextant.giscore.data.FactoryDocumentTypeRegistry
- FALSE_EASTING - Static variable in class org.opensextant.geodesy.UPS
- FALSE_EASTING - Static variable in class org.opensextant.geodesy.UTM
- FALSE_NORTHING - Static variable in class org.opensextant.geodesy.UPS
- FALSE_NORTHING - Static variable in class org.opensextant.geodesy.UTM
- family - Variable in class org.opensextant.extractors.flexpat.PatternTestCase
- family - Variable in class org.opensextant.extractors.flexpat.RegexPattern
- family_id - Variable in class org.opensextant.extractors.flexpat.PatternTestCase
- family_id - Variable in class org.opensextant.extractors.xtemporal.DateTimePattern
- familyInt - Static variable in class org.opensextant.extractors.xcoord.XConstants
- familyInt - Static variable in class org.opensextant.extractors.xtemporal.XTConstants
- familyLabel - Static variable in class org.opensextant.extractors.xcoord.XConstants
- familyLabel - Static variable in class org.opensextant.extractors.xtemporal.XTConstants
- farsiLang - Static variable in class org.opensextant.util.TextUtils
- fast_replace(String, String, String) - Static method in class org.opensextant.util.TextUtils
-
Given a string S and a list of characters to replace with a substitute, return the new string, S'.
- Feature - Class in org.opensextant.giscore.events
-
We've seen the start of a feature set.
- Feature() - Constructor for class org.opensextant.giscore.events.Feature
-
Constructs a basic Feature that may contain a geometry and a style.
- FEATURE_CLASS - Enum constant in enum org.opensextant.giscore.output.gdb.XmlGdbOutputStream.ElementType
- FEATURE_CLASS - Static variable in class org.opensextant.giscore.filegdb.Geodatabase
- FEATURE_CLASS - Static variable in class org.opensextant.output.OpenSextantSchema
-
Geonames Feature class
- FEATURE_CODE - Static variable in class org.opensextant.output.OpenSextantSchema
-
Geonames style feature coding
- FEATURE_DATASET - Enum constant in enum org.opensextant.giscore.output.gdb.XmlGdbOutputStream.ElementType
- FEATURE_GEOHASH_PRECISION - Static variable in class org.opensextant.util.GeodeticUtility
- FEATURE_NAME - Static variable in interface org.opensextant.giscore.output.rss.IRss
- FEATURE_PRECISION - Static variable in class org.opensextant.util.GeodeticUtility
-
Precision -- this is a first draft attempt at assigning some error bars to geocoding results.
- FEATURE_TYPE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- FEATURE_TYPE_TAG - Static variable in interface org.opensextant.giscore.output.rss.IRss
- FeatureKey - Class in org.opensextant.giscore.output
-
A key used to look up a specific temp file.
- FeatureKey(Schema, String, Class<? extends Geometry>, Class<? extends Row>) - Constructor for class org.opensextant.giscore.output.FeatureKey
- FeatureSorter - Class in org.opensextant.giscore.output
-
The esri formats require that the features be sorted into uniform bins where the attributes and the type of geometry involved is homogeneous.
- FeatureSorter() - Constructor for class org.opensextant.giscore.output.FeatureSorter
-
Empty ctor
- FeatureSorter(boolean) - Constructor for class org.opensextant.giscore.output.FeatureSorter
-
Ctor
- FEED_MIMETYPE - Static variable in class org.opensextant.util.FileUtility
- FIELD - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- FIELD_ARRAY - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- field_order - Variable in class org.opensextant.output.GISDataModel
- field_set - Variable in class org.opensextant.output.GISDataModel
- FieldCachingObjectBuffer - Class in org.opensextant.giscore.utils
-
Version of object buffer that caches simple fields
- FieldCachingObjectBuffer() - Constructor for class org.opensextant.giscore.utils.FieldCachingObjectBuffer
-
Ctor
- FieldCachingObjectBuffer(int) - Constructor for class org.opensextant.giscore.utils.FieldCachingObjectBuffer
-
Ctor
- FieldInfo() - Constructor for class org.opensextant.giscore.filegdb.Table.FieldInfo
- fieldOrder - Variable in class org.opensextant.output.AbstractGenericFormatter
-
The field_order.
- fieldOrder - Variable in class org.opensextant.output.CSVFormatter
- FIELDS - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- fieldSet - Variable in class org.opensextant.output.AbstractGenericFormatter
-
Distinct set of fields in your output schema.
- FileGDB - Enum constant in enum org.opensextant.giscore.DocumentType
- FileGdbConstants - Interface in org.opensextant.giscore.output.gdb
- FileGdbInputStream - Class in org.opensextant.giscore.input.gdb
- FileGdbInputStream(File, Object[]) - Constructor for class org.opensextant.giscore.input.gdb.FileGdbInputStream
- FileGdbInputStream(InputStream, Object[]) - Constructor for class org.opensextant.giscore.input.gdb.FileGdbInputStream
- FileGDBLibraryInitializer - Class in org.opensextant.giscore.input.gdb
- FileGDBLibraryInitializer() - Constructor for class org.opensextant.giscore.input.gdb.FileGDBLibraryInitializer
- FileGDBLibraryLoader - Class in org.opensextant.giscore.input.gdb
- FileGDBLibraryLoader() - Constructor for class org.opensextant.giscore.input.gdb.FileGDBLibraryLoader
- FileGdbOutputStream - Class in org.opensextant.giscore.output.gdb
-
This class is using some mechanics form the parent class which was written for ESRI's XML interchange.
- FileGdbOutputStream(OutputStream, Object[]) - Constructor for class org.opensextant.giscore.output.gdb.FileGdbOutputStream
-
Ctor
- FILENAME - Static variable in class org.opensextant.output.OpenSextantSchema
- FILENAME_REPLACE_CHAR - Static variable in class org.opensextant.util.FileUtility
-
Char to use in place of special chars when scrubbing filenames.
- filenameCleaner(String) - Static method in class org.opensextant.util.FileUtility
-
Another utility to deal with unicode in filenames
- FILEPATH - Static variable in class org.opensextant.output.OpenSextantSchema
-
Optionally the File path for the text
- FILEPATH_FLD - Static variable in class org.opensextant.output.OpenSextantSchema
-
Field names: filepath
- FileUtility - Class in org.opensextant.util
- FILL - Static variable in interface org.opensextant.giscore.input.kml.IKml
- filter_out(GeocoordMatch) - Static method in class org.opensextant.extractors.xcoord.GeocoordNormalization
-
Not all pattens might have filters.
- FILTERED_IN - Static variable in class org.opensextant.extractors.xcoord.XConstants
- FILTERED_OUT - Static variable in class org.opensextant.extractors.xcoord.XConstants
- filterMatchesBySpans(String, List<TextMatch>) - Static method in class org.opensextant.extraction.MatcherUtils
-
A simple demonstration of how to sift through matches identifying which matches appear within tags.
- filterOut(String) - Method in class org.opensextant.extraction.MatchFilter
-
If value is in stop list, then filter it out.
- filterOut(TextMatch) - Method in class org.opensextant.output.GISDataFormatter
-
This helps you figure out what to put in the GIS products.
- finalize() - Method in class org.opensextant.giscore.filegdb.Geodatabase
- finalize() - Method in class org.opensextant.giscore.filegdb.Table
- findElement(String, String) - Method in class org.opensextant.giscore.events.Common
-
Find element by name and namespace URI.
- findRecord(String) - Method in interface org.opensextant.annotations.DeepEyeStore
-
find a single record.
- findSimilar(Annotation) - Method in interface org.opensextant.annotations.DeepEyeStore
-
given the shell of a annot, find similar records.
- findSimilar(Record) - Method in interface org.opensextant.annotations.DeepEyeStore
-
given the shell of a record, find similar records.
- findTagSpans(String) - Static method in class org.opensextant.extraction.MatcherUtils
-
Trivial attempt at locating edges of tags in data.
- finish() - Method in class org.opensextant.output.AbstractFormatter
- finish() - Method in class org.opensextant.output.AbstractGenericFormatter
-
Finish.
- finish() - Method in class org.opensextant.output.CSVFormatter
- finish() - Method in class org.opensextant.output.CSVGenericFormatter
- finish() - Method in class org.opensextant.output.GISDataFormatter
- finish() - Method in interface org.opensextant.output.ResultsFormatter
- FIPS2ISO(String) - Method in class org.opensextant.util.GeonamesUtility
-
Find an ISO code for a given FIPS entry.
- fixNull(String) - Static method in class org.opensextant.data.social.Tweet
- FLAG_ALL_FILTERS - Static variable in class org.opensextant.extractors.xcoord.XConstants
-
RUNTIME FLAGS: filter all coordinate patterns that have filters
- FLAG_EXTRACT_CONTEXT - Static variable in class org.opensextant.extractors.xcoord.XConstants
-
RUNTIME FLAGS: extract context or not
- FLAG_EXTRACT_CONTEXT - Static variable in class org.opensextant.processing.Parameters
- FLAG_NO_COORDINATES - Static variable in class org.opensextant.processing.Parameters
- FLOAT - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- floatValue() - Method in class org.opensextant.giscore.utils.DateTime
- flush() - Method in class org.opensextant.giscore.utils.SimpleObjectOutputStream
-
Flushes the stream.
- FLY_TO_VIEW - Static variable in interface org.opensextant.giscore.input.kml.IKml
- FOLDER - Static variable in class org.opensextant.giscore.filegdb.Geodatabase
- FOLDER - Static variable in interface org.opensextant.giscore.input.kml.IKml
- FOLDER_MIMETYPE - Static variable in class org.opensextant.util.FileUtility
- format(double, int) - Static method in class org.opensextant.extractors.xcoord.PrecisionScales
-
This was deemed to be more Java like, however performs 10x slower than format2() -- which unfortunately rounds too early.
- format(Number) - Method in class org.opensextant.geodesy.SafeDateFormat
-
Format the value
- format(Number) - Method in class org.opensextant.giscore.utils.SafeDateFormat
-
Deprecated.Format the value
- format(Date) - Method in class org.opensextant.geodesy.SafeDateFormat
-
Format the value
- format(Date) - Method in class org.opensextant.giscore.utils.SafeDateFormat
-
Deprecated.Format the value
- format(ExtractionResult) - Method in class org.opensextant.processing.XtractorGroup
-
Format each result; Some formatters may pass on results For example, Shapefile formatter accepts only Geocoding-capable TextMatch.
- format_date(Date) - Static method in class org.opensextant.extractors.xtemporal.DateNormalization
-
Format_date.
- formatConfidence(double) - Method in class org.opensextant.output.GISDataModel
-
Convenience method for managing how confidence number is reported in output.
- formatConfidence(double) - Static method in class org.opensextant.processing.ResultsUtility
-
Format confidence.
- formatDouble(double) - Method in class org.opensextant.giscore.output.XmlOutputStreamBase
-
Formats double values suitable for XML output using DecimalFormater.
- formatLatitude() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Format latitude.
- formatLatLon(LatLon) - Static method in class org.opensextant.util.GeodeticUtility
-
Create a string representation of a decimal lat/lon.
- formatLongitude() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Format longitude.
- formatPrecision() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Precision value is in Meters.
- formatResults(ExtractionResult) - Method in class org.opensextant.output.AbstractFormatter
-
Write to a file and return HTML containing a link to the file.
- formatResults(ExtractionResult) - Method in class org.opensextant.output.CSVGenericFormatter
-
Not implemented: this formatter is more flexible than requiring you to use it for Extraction output
- formatResults(ExtractionResult) - Method in interface org.opensextant.output.ResultsFormatter
-
Formats the results obtained from processing a corpus through OpenSextant.
- FormatterFactory - Class in org.opensextant.output
- FormatterFactory() - Constructor for class org.opensextant.output.FormatterFactory
- formatters - Variable in class org.opensextant.processing.XtractorGroup
-
API: child implementations have access to the core list of extractors.
- FOUND_CASE - Static variable in class org.opensextant.extractors.poli.PoliMatch
- foundEndTag(XMLEvent, String) - Method in class org.opensextant.giscore.input.XmlInputStream
-
Is this event a matching end tag?
- foundEndTag(XMLEvent, QName) - Method in class org.opensextant.giscore.input.XmlInputStream
-
Is this event a matching end tag?
- foundStartTag(StartElement, String) - Method in class org.opensextant.giscore.input.XmlInputStream
-
Found a specific start tag
- FRACTION - Enum constant in enum org.opensextant.giscore.events.ScreenLocation.UNIT
- FrameOfReference - Class in org.opensextant.geodesy
-
The FrameOfReference class is a contextual class to allow our geo-spatial point objects to remain lightweight and context free by themselves, yet allow them to be accurately converted between formats or compared when necessary.
- FrameOfReference() - Constructor for class org.opensextant.geodesy.FrameOfReference
-
This constructor uses the default WGS-84 Ellipsoid and the default Topographic origin of (0° N, 0° E, 0m) for conversions.
- FrameOfReference(Ellipsoid) - Constructor for class org.opensextant.geodesy.FrameOfReference
-
This constructor takes an Ellipsoid object earth model and defaults the Topographic Origin to be (0° N, 0° E, 0m).
- FrameOfReference(Ellipsoid, Geodetic3DPoint) - Constructor for class org.opensextant.geodesy.FrameOfReference
-
This constructor takes an Ellipsoid object earth model and a Geodetic3DPoint to use as the Topographic Origin point for coordinate conversions.
- FrameOfReference(Geodetic3DPoint) - Constructor for class org.opensextant.geodesy.FrameOfReference
-
This constructor takes a Geodetic3DPoint to use as the Topographic Origin point for coordinate conversions, and defaults the Ellipsoid to be WGS-84.
- frenchLang - Static variable in class org.opensextant.util.TextUtils
- FROM_POINT - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- fromJSON(JsonObject) - Method in class org.opensextant.data.social.Tweet
-
If "base data" has been filled in by other method, e.g., TW4J or other formal API, then avoid parsing the basics here: id, text ,author*, date, lang, are checked if null.
- fromKmlColor(String) - Static method in class org.opensextant.giscore.utils.Color
-
Convert KML color string representation to equivalent Color object instance
G
- GDB - Class in org.opensextant.giscore.filegdb
- GDB() - Constructor for class org.opensextant.giscore.filegdb.GDB
- GDBFormatter - Class in org.opensextant.output
-
A results formatter for FileGDB output.
- GDBFormatter() - Constructor for class org.opensextant.output.GDBFormatter
- general_dates - Variable in class org.opensextant.extractors.xcoord.DMSFilter
- general_formats - Static variable in class org.opensextant.extractors.xcoord.DMSFilter
-
Date patterns to test matches; Avoid coordinate interpretation if date parses.
- generateUniqueFilename(String, String) - Static method in class org.opensextant.util.FileUtility
-
Generate some filename with a unique date/time stamp
- generateUniquePath(String, String, String) - Static method in class org.opensextant.util.FileUtility
-
Generate some path with a unique date/time stamp
- GEO_FIELD - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- GeoBase - Class in org.opensextant.data
-
An intermediary between the simple LatLon and other conceptual classes: Place, Country, etc.
- GeoBase() - Constructor for class org.opensextant.data.GeoBase
-
Creates an empty GeoBase location object
- GeoBase(double, double) - Constructor for class org.opensextant.data.GeoBase
- GeoBase(String, String) - Constructor for class org.opensextant.data.GeoBase
-
Creates a new instance of GeoBase
- GeocentricPoint - Class in org.opensextant.geodesy
-
The GeocentricPoint class is used to represent a Earth-Centered, Earth-Fixed (ECEF) point in 3D Cartesian coordinate space.
- GeocentricPoint(double, double, double) - Constructor for class org.opensextant.geodesy.GeocentricPoint
-
The constructor takes the 3 coordinate points, measured in meters from the center of the earth, ordered x, y, and z.
- Geocoding - Interface in org.opensextant.data
-
An interface that describes any data that can be geocoded -- the metadata behind deriving location is as important as the actual location is.
- GeocoordMatch - Class in org.opensextant.extractors.xcoord
-
GeocoordMatch holds all the annotation data for the actual raw and normalized coordinate.
- GeocoordMatch(int, int) - Constructor for class org.opensextant.extractors.xcoord.GeocoordMatch
-
a TextMatch that represents a coordinate found in free text.
- GeocoordMatchFilter - Interface in org.opensextant.extractors.xcoord
-
Filtering matches is a matter of practicality.
- GeocoordNormalization - Class in org.opensextant.extractors.xcoord
- GeocoordNormalization() - Constructor for class org.opensextant.extractors.xcoord.GeocoordNormalization
- GeocoordPattern - Class in org.opensextant.extractors.xcoord
- GeocoordPattern(String, String, String) - Constructor for class org.opensextant.extractors.xcoord.GeocoordPattern
- GeocoordPrecision - Class in org.opensextant.extractors.xcoord
- GeocoordPrecision() - Constructor for class org.opensextant.extractors.xcoord.GeocoordPrecision
- GeocoordTestCase - Class in org.opensextant.extractors.xcoord
- GeocoordTestCase(String, String, String) - Constructor for class org.opensextant.extractors.xcoord.GeocoordTestCase
- GeoCSVFormatter - Class in org.opensextant.output
-
A results formatter for shapefile output.
- GeoCSVFormatter() - Constructor for class org.opensextant.output.GeoCSVFormatter
- Geodatabase - Class in org.opensextant.giscore.filegdb
-
Wraps the FileGDB API Geodatabase Object and presents the needed operations on the Geodatabase Object so they can be executed from Java.
- Geodatabase() - Constructor for class org.opensextant.giscore.filegdb.Geodatabase
-
Ctor - FIXME remove
- Geodatabase(File) - Constructor for class org.opensextant.giscore.filegdb.Geodatabase
-
Ctor
- Geodetic2DArc - Class in org.opensextant.geodesy
-
The Geodetic2DArc class represents two geodetic points on the surface of an Ellipsoid, the distance in meters on the surface between them, and the forward azimuth (Angle from North to use as heading from point 1 to point 2).
- Geodetic2DArc() - Constructor for class org.opensextant.geodesy.Geodetic2DArc
-
The default constructor creates a degenerate Geodetic2DArc with both points at (0,0).
- Geodetic2DArc(Ellipsoid, Geodetic2DPoint, double, Angle) - Constructor for class org.opensextant.geodesy.Geodetic2DArc
-
This constructor takes the Ellipsoid model of the earth, the first geodetic point, an Angle of forward azimuth, and a distance in meters, and then computes the second geodetic point that lies at that distance along that azimuth.
- Geodetic2DArc(Ellipsoid, Geodetic2DPoint, Geodetic2DPoint) - Constructor for class org.opensextant.geodesy.Geodetic2DArc
-
This constructor takes the Ellipsoid and two geodetic points, and computes the forward azimuth and distance in meters between them.
- Geodetic2DArc(Geodetic2DPoint, double, Angle) - Constructor for class org.opensextant.geodesy.Geodetic2DArc
-
This constructor assumes the WGS-84 Ellipsoid model of the earth, takes the first geodetic point, an Angle of forward azimuth, and a distance in meters, and then computes the second geodetic point that lies at that distance along that azimuth.
- Geodetic2DArc(Geodetic2DPoint, Geodetic2DPoint) - Constructor for class org.opensextant.geodesy.Geodetic2DArc
-
This constructor assumes the WGS-84 Ellipsoid model of the earth, takes two geodetic points, and computes the forward azimuth and distance in meters between them.
- Geodetic2DBounds - Class in org.opensextant.geodesy
-
The Geodetic2DBounds class is used to store min and max values for a pair of Geodetic2DPoint coordinates.
- Geodetic2DBounds() - Constructor for class org.opensextant.geodesy.Geodetic2DBounds
-
The default constructor returns a degenerate bounding box containing only the 0-0 point.
- Geodetic2DBounds(Geodetic2DBounds) - Constructor for class org.opensextant.geodesy.Geodetic2DBounds
-
This constructor takes a single Geodetic2DBounds as a seed and constructs a new bounding box by cloning its values.
- Geodetic2DBounds(Geodetic2DCircle) - Constructor for class org.opensextant.geodesy.Geodetic2DBounds
-
This constructor takes a geodetic 2D circle and constructs a new Geodetic2DBounds bounding box that inscribes (contains) the specified circle.
- Geodetic2DBounds(Geodetic2DEllipse) - Constructor for class org.opensextant.geodesy.Geodetic2DBounds
-
Ctor to create a bounding box around an ellipse.
- Geodetic2DBounds(Geodetic2DEllipse, int) - Constructor for class org.opensextant.geodesy.Geodetic2DBounds
-
Ctor to create a bounding box around an ellipse.
- Geodetic2DBounds(Geodetic2DPoint) - Constructor for class org.opensextant.geodesy.Geodetic2DBounds
-
This constructor takes a single Geodetic2DPoint seed point and constructs a degenerate bounding box that contains it.
- Geodetic2DBounds(Geodetic2DPoint, double) - Constructor for class org.opensextant.geodesy.Geodetic2DBounds
-
This constructor takes a geodetic center point and radius in meters, and constructs a new Geodetic2DBounds bounding box that inscribes (contains) the specified circle, constructed by iterating around the compass points South, West, North, and East on the boundary of the specified circle.
- Geodetic2DBounds(Geodetic2DPoint, double, int) - Constructor for class org.opensextant.geodesy.Geodetic2DBounds
-
This constructor takes a geodetic center point and radius in meters, and constructs a new Geodetic2DBounds bounding box that inscribes (contains) the specified circle, constructed by iterating around the boundary of the circle at the specified number of points of resolution.
- Geodetic2DBounds(Geodetic2DPoint, Geodetic2DPoint) - Constructor for class org.opensextant.geodesy.Geodetic2DBounds
-
This constructor will accept west and east Geodetic2DPoint coordinates and set the bounding box limits accordingly.
- Geodetic2DCircle - Class in org.opensextant.geodesy
-
The Geodetic2DCircle class represents an circle on the surface of the earth (itself modeled as an Ellipsoid).
- Geodetic2DCircle() - Constructor for class org.opensextant.geodesy.Geodetic2DCircle
-
Default constructor makes a geodetic circle at the central meridian on the equator (0, 0), with a radius of 0.
- Geodetic2DCircle(Geodetic2DPoint, double) - Constructor for class org.opensextant.geodesy.Geodetic2DCircle
-
This constructor takes center Geodetic2DPoint and the radius in meters.
- Geodetic2DEllipse - Class in org.opensextant.geodesy
-
The Geodetic2DEllipse class represents an ellipse on the surface of the earth (itself modeled as an Ellipsoid).
- Geodetic2DEllipse() - Constructor for class org.opensextant.geodesy.Geodetic2DEllipse
-
Default constructor makes a geodetic ellipse at the central meridian on the equator (0, 0), with 0 semi major and minor axes, and 0 degrees orientation.
- Geodetic2DEllipse(Geodetic2DPoint, double, double, Angle) - Constructor for class org.opensextant.geodesy.Geodetic2DEllipse
-
The constructor takes a center point, semi major and minor axes in meters, and angle or orientation from North to the semi major axis.
- Geodetic2DPoint - Class in org.opensextant.geodesy
-
The Geodetic2DPoint class represents a point on the surface of the earth, given in terms of angle of Geodetic Latitude from the Equatorial Plane, and angle of Longitude from the Prime Meridian.
- Geodetic2DPoint() - Constructor for class org.opensextant.geodesy.Geodetic2DPoint
-
Default constructor makes a geodetic point at the central meridian on the equator (0, 0).
- Geodetic2DPoint(String) - Constructor for class org.opensextant.geodesy.Geodetic2DPoint
-
This constructor takes a String and parses as a lon-lat or lat-lon pair.
- Geodetic2DPoint(Random) - Constructor for class org.opensextant.geodesy.Geodetic2DPoint
-
This constructor generates a new Geodetic2DPoint drawn from a distribution that is uniform over the surface of a sphere.
- Geodetic2DPoint(Longitude, Latitude) - Constructor for class org.opensextant.geodesy.Geodetic2DPoint
-
This constructor takes a Longitude object and a Latitude object.
- Geodetic3DBounds - Class in org.opensextant.geodesy
-
The Geodetic3DBounds class extends the simple Geodetic2DBounds class by adding explicit min and max elevation values, in meters.
- Geodetic3DBounds() - Constructor for class org.opensextant.geodesy.Geodetic3DBounds
-
The default constructor returns a bounding box containing only the 0-0-0 point.
- Geodetic3DBounds(Geodetic2DBounds, double, double) - Constructor for class org.opensextant.geodesy.Geodetic3DBounds
-
This constructor takes a
Geodetic2DBounds
as a seed and constructs a new bounding box by cloning its values in addition to the min/max elevation bounds. - Geodetic3DBounds(Geodetic3DBounds) - Constructor for class org.opensextant.geodesy.Geodetic3DBounds
-
This constructor takes a single Geodetic3DBounds as a seed and constructs a new bounding box by cloning its values.
- Geodetic3DBounds(Geodetic3DPoint) - Constructor for class org.opensextant.geodesy.Geodetic3DBounds
-
This constructor takes a single Geodetic3DPoint seed point and constructs a degenerate bounding box that contains it.
- Geodetic3DBounds(Geodetic3DPoint, Geodetic3DPoint) - Constructor for class org.opensextant.geodesy.Geodetic3DBounds
-
This constructor will accept west and east Geodetic3DPoint coordinates and set the bounding box limits accordingly.
- Geodetic3DPoint - Class in org.opensextant.geodesy
-
The Geodetic3DPoint class extends the simple Geodetic2DPoint class by adding an explicit elevation value, in meters.
- Geodetic3DPoint() - Constructor for class org.opensextant.geodesy.Geodetic3DPoint
-
Default constructor makes a geodetic point at the central meridian on the equator (0, 0, 0).
- Geodetic3DPoint(Longitude, Latitude, double) - Constructor for class org.opensextant.geodesy.Geodetic3DPoint
-
This constructor takes a Longitude, Latitude, and an elevation value in meters.
- GeodeticUtility - Class in org.opensextant.util
-
A collection of geodetic routines used within OpenSextant.
- geoEnabled - Variable in class org.opensextant.data.social.Tweet
- geohash(double, double) - Static method in class org.opensextant.util.GeodeticUtility
- geohash(LatLon) - Static method in class org.opensextant.util.GeodeticUtility
- geoInterpreter - Variable in class org.opensextant.output.AbstractFormatter
- Geometry - Class in org.opensextant.giscore.geometry
-
The Geometry abstract class is the basis for all geometric objects in the geometry package.
- Geometry() - Constructor for class org.opensextant.giscore.geometry.Geometry
- GEOMETRY - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- GEOMETRY_DEF - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- GEOMETRY_TYPE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- GeometryBag - Class in org.opensextant.giscore.geometry
-
This is a simple typed collection of geometries.
- GeometryBag() - Constructor for class org.opensextant.giscore.geometry.GeometryBag
-
Empty ctor for object io.
- GeometryBag(List<Geometry>) - Constructor for class org.opensextant.giscore.geometry.GeometryBag
-
Ctor
- GeometryBase - Class in org.opensextant.giscore.geometry
-
Abstract Geometry class with common altitudeMode and extrude fields associated with Points, Lines, Polygons, etc.
- GeometryBase() - Constructor for class org.opensextant.giscore.geometry.GeometryBase
- GeonamesUtility - Class in org.opensextant.util
- GeonamesUtility() - Constructor for class org.opensextant.util.GeonamesUtility
-
A utility class that offers many static routines; If you instantiate this class it will require metadata files for country-names and feature-codes in your classpath
- GeoOffsetVisitor - Class in org.opensextant.giscore.output.gdb
-
Figure out the point offsets for the components, the total point count and the part count.
- GeoOffsetVisitor() - Constructor for class org.opensextant.giscore.output.gdb.GeoOffsetVisitor
- GeoPoint - Interface in org.opensextant.geodesy
-
A GeoPoint is defined by its interface as any object that can be accurately converted to a Geodetic3DPoint point given a FrameOfReference.
- GeoRSS - Enum constant in enum org.opensextant.giscore.DocumentType
- GEORSS_NS - Static variable in interface org.opensextant.giscore.output.rss.IRss
- GeoRSSOutputStream - Class in org.opensextant.giscore.output.rss
-
The GeoRSS output stream creates a RSS 2.0 document with GeoRSS-Simple locations using the given output stream.
- GeoRSSOutputStream(OutputStream, String, Map<String, Namespace>, Map<String, Object>) - Constructor for class org.opensextant.giscore.output.rss.GeoRSSOutputStream
-
Creates a
GeoRSSOutputStream
that uses the specified underlying OutputStream. - GeoRSSOutputStream(OutputStream, Map<String, Namespace>, Map<String, Object>) - Constructor for class org.opensextant.giscore.output.rss.GeoRSSOutputStream
-
Creates a
GeoRSSOutputStream
that uses the specified underlying OutputStream. - germanLang - Static variable in class org.opensextant.util.TextUtils
- get(Class, int) - Method in class org.opensextant.giscore.utils.Args
- get(String) - Method in class org.opensextant.giscore.events.Schema
-
Get the field description for a given field
- get(String) - Method in class org.opensextant.giscore.events.StyleMap
-
Lookup a StyleUrl from the StyleMap given a key (e.g.
- get(String, String) - Method in class org.opensextant.giscore.events.TaggedMap
-
Searches for the property with the specified key in this Map.
- get(DocType) - Static method in class org.opensextant.giscore.data.FactoryDocumentTypeRegistry
- get(DocumentType) - Static method in class org.opensextant.giscore.data.FactoryDocumentTypeRegistry
- get_CCE_family(int) - Static method in class org.opensextant.extractors.xcoord.XConstants
-
Get the CCE family for the given XConstants enum id
- get_CCE_family(String) - Static method in class org.opensextant.extractors.xcoord.XConstants
-
Get the CCE family for the given string/key
- get_hemisphere_sign(String) - Static method in class org.opensextant.extractors.xcoord.DMSOrdinate
- get_hemisphere_symbol(int) - Static method in class org.opensextant.extractors.xcoord.DMSOrdinate
- get_pattern(String) - Method in class org.opensextant.extractors.flexpat.RegexPatternManager
-
Access the paterns by ID
- get_patterns() - Method in class org.opensextant.extractors.flexpat.RegexPatternManager
- get_text_window(int, int, int) - Static method in class org.opensextant.util.TextUtils
-
Get a single text window around the offset.
- get_text_window(int, int, int, int) - Static method in class org.opensextant.util.TextUtils
-
Find the text window(s) around a match.
- get_trace() - Method in class org.opensextant.extractors.flexpat.TextMatchResult
- get2ndEccentricitySquared() - Method in class org.opensextant.geodesy.Ellipsoid
-
This accessor method returns the ellipsoid second eccentricity value squared.
- getAdmin1() - Method in interface org.opensextant.data.Geocoding
- getAdmin1() - Method in class org.opensextant.data.Place
- getAdmin1() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Gets the admin 1.
- getAdmin1Metadata() - Method in class org.opensextant.util.GeonamesUtility
-
Deprecated.Use getUSStateMetadata
- getAdmin1Name() - Method in interface org.opensextant.data.Geocoding
- getAdmin1Name() - Method in class org.opensextant.data.Place
- getAdmin1Name() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Null implementation -- Geocoding interface.
- getAdmin1Place(String, String) - Method in class org.opensextant.util.GeonamesUtility
-
Retrieve a Place object with the semi-official name (in Latin/Anglo terms) given CC and ADM1 code.
- getAdmin1PlaceByHASC(String) - Method in class org.opensextant.util.GeonamesUtility
-
Lookup by coded path, CC.ADM1.
- getAdmin1PostalCode() - Method in interface org.opensextant.data.Geocoding
-
State-level postal code, the corresponds usually to ADM1
- getAdmin1PostalCode() - Method in class org.opensextant.data.Place
-
State-level postal code, the corresponds usually to ADM1
- getAdmin1PostalCode() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
State-level postal code, the corresponds usually to ADM1.
- getAdmin2() - Method in interface org.opensextant.data.Geocoding
- getAdmin2() - Method in class org.opensextant.data.Place
- getAdmin2() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Gets the admin 2.
- getAdmin2Name() - Method in interface org.opensextant.data.Geocoding
- getAdmin2Name() - Method in class org.opensextant.data.Place
- getAdmin2Name() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Null implementation -- Geocoding interface Coordinates from XCoord do not automatically report name of admin boundaries.
- getAdminName() - Method in interface org.opensextant.data.Geocoding
- getAdminName() - Method in class org.opensextant.data.Place
- getAdminName() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
GeoBase interface.
- getAliases() - Method in class org.opensextant.data.Country
- getAliasName() - Method in class org.opensextant.giscore.events.SimpleField
- getAllTimezones() - Method in class org.opensextant.data.Country
-
A full list/map of all timezone labels mapped to UTC offsets present in this country.
- getAlpha() - Method in class org.opensextant.giscore.utils.Color
-
Returns the alpha component in the range 0-255.
- getAltitude() - Method in class org.opensextant.giscore.events.GroundOverlay
-
Get distance above the earth's surface, in meters.
- getAltitudeMode() - Method in class org.opensextant.giscore.events.GroundOverlay
-
Altitude Mode ([clampToGround], relativeToGround, absolute).
- getAltitudeMode() - Method in class org.opensextant.giscore.geometry.GeometryBase
-
Altitude Mode ([clampToGround], relativeToGround, absolute).
- getAltitudeMode() - Method in class org.opensextant.giscore.geometry.Model
- getAnnotationId(String, String, String, String) - Static method in class org.opensextant.annotations.AnnotationHelper
-
New, required format for an annotation ID: Md5 hash made up of:
- getAsText() - Method in class org.opensextant.giscore.editors.CirclePropertyEditor
- getAsText() - Method in class org.opensextant.giscore.editors.LinearRingPropertyEditor
- getAsText() - Method in class org.opensextant.giscore.editors.PointPropertyEditor
- getAttribute(String) - Method in class org.opensextant.annotations.Annotation
- getAttributeNames() - Method in class org.opensextant.annotations.DeepEyeData
- getAttributes() - Method in class org.opensextant.annotations.DeepEyeData
-
Converts internal JSON store to a key/value map.
- getAttributes() - Method in class org.opensextant.giscore.events.Element
- getAttributes() - Method in class org.opensextant.giscore.filegdb.Row
- getAverageTime() - Method in class org.opensextant.extraction.ExtractionMetrics
-
avg time spent for this metric in milliseconds
- getBalloonBgColor() - Method in class org.opensextant.giscore.events.Style
-
Valid if
Style.hasBalloonStyle
returnstrue
. - getBalloonDisplayMode() - Method in class org.opensextant.giscore.events.Style
-
Valid if
Style.hasBalloonStyle
returnstrue
. - getBalloonText() - Method in class org.opensextant.giscore.events.Style
-
Valid if
Style.hasBalloonStyle
returnstrue
. - getBalloonTextColor() - Method in class org.opensextant.giscore.events.Style
-
Valid if
Style.hasBalloonStyle
returnstrue
. - getBaseDir() - Method in class org.opensextant.giscore.utils.Shape2Kml
- getBasename(String, String) - Static method in class org.opensextant.util.FileUtility
-
get the base name of a file, given any file extension.
- getBaseUrl() - Method in class org.opensextant.giscore.input.kml.KmlBaseReader
-
Get base URL of KML resource.
- getBaseUrl() - Method in class org.opensextant.giscore.output.shapefile.PointShapeMapper
- getBlue() - Method in class org.opensextant.giscore.utils.Color
- getBoundingBox() - Method in class org.opensextant.geodesy.MGRS
-
This method returns the Geodetic2DBounds for this MGRS cell.
- getBoundingBox() - Method in class org.opensextant.giscore.events.GroundOverlay
-
Determines appropriate bounding box for overlay if north, south, east, and west edges are defined.
- getBoundingBox() - Method in class org.opensextant.giscore.geometry.Geometry
-
This method returns the Geodetic2DBounds that encloses this Geometry object.
- getBoundingBox() - Method in class org.opensextant.giscore.geometry.GeometryBag
-
This method returns the Geodetic2DBounds that encloses this Geometry object.
- getBounds(FeatureKey) - Method in class org.opensextant.giscore.output.FeatureSorter
-
Get bounding area if the features are geometry
- getBuffer(FeatureKey) - Method in class org.opensextant.giscore.output.FeatureSorter
-
Get the file corresponding to the given feature key.
- getByteCount() - Method in class org.opensextant.extraction.ExtractionMetrics
- getCachedAnnotation(String, String) - Method in class org.opensextant.annotations.AnnotationHelper
-
Careful -- no guarntee that two entity annotations could share the same type/value unintentionally.
- getCachedAnnotations() - Method in class org.opensextant.annotations.AnnotationHelper
-
Gets the cached annotations, unordered.
- getCallCount() - Method in class org.opensextant.extraction.ExtractionMetrics
- getCenter() - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
This method is used to determine the geodetic point that lies at the center of this bounding box.
- getCenter() - Method in class org.opensextant.geodesy.Geodetic2DCircle
-
Getter method for accessing the center of this circle object.
- getCenter() - Method in class org.opensextant.geodesy.Geodetic2DEllipse
-
This method returns the Geodetic2DPoint at the center of this ellipse.
- getCenter() - Method in class org.opensextant.geodesy.Geodetic3DBounds
-
This method is used to determine the geodetic point that lies at the center of this bounding box.
- getCenter() - Method in class org.opensextant.giscore.geometry.Geometry
-
This method returns a
Geodetic2DPoint
orGeodetic3DPoint
that is at the center of this Geometry object's Bounding Box ornull
if the bounding box is not defined. - getCenter() - Method in class org.opensextant.giscore.geometry.Model
-
This method returns a Geodetic2DPoint that is at the center of this Model's Bounding Box, or
null
if the bounding box (location) is not defined. - getCenter() - Method in class org.opensextant.giscore.geometry.Point
-
This method returns a Geodetic2DPoint that is at the center of this Geometry object's Bounding Box.
- getCentralMeridian(int, char) - Static method in class org.opensextant.geodesy.UTM
-
This accessor method gets the appropriate central meridian for the given UTM lon zone and lat band.
- getChar() - Method in class org.opensextant.giscore.input.wkt.WKTToken
- getCharacterization() - Method in class org.opensextant.data.TextInput
-
Language Characterization holds various heuristics and metrics about the input text lang ID, if lang is CJK, Arabic, other.
- getChild(String) - Method in class org.opensextant.giscore.events.Element
-
This returns the first child element within this element with the given local name regardless of the namespace.
- getChild(String, Namespace) - Method in class org.opensextant.giscore.events.Element
-
This returns the first child element within this element with the given local name and belonging to the given namespace.
- getChildDatasetDefinitions(String, String) - Method in class org.opensextant.giscore.filegdb.Geodatabase
- getChildDatasets(String, String) - Method in class org.opensextant.giscore.filegdb.Geodatabase
- getChildren() - Method in class org.opensextant.giscore.events.Element
- getCode() - Method in class org.opensextant.data.Language
- getColor() - Method in class org.opensextant.giscore.events.Overlay
- getConfidence() - Method in interface org.opensextant.data.Geocoding
-
Confidence metric is a normalized 100-point scale.
- getConfidence() - Method in class org.opensextant.data.Place
- getConfidence() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
TOOD: convey a realistic confidence metric for what was actually matched.
- getConfigurationDebug() - Method in class org.opensextant.extractors.flexpat.RegexPatternManager
-
Instead of relying on a logging API, we now throw Exceptionsages for real configuration errors, and capture configuration details in a buffer if debug is on.
- getContentId() - Method in class org.opensextant.extraction.TextMatch
-
create a simple text-based identifier with form of value + start offset ...
- getContext() - Method in class org.opensextant.extraction.TextEntity
- getContextAfter() - Method in class org.opensextant.extraction.TextEntity
- getContextBefore() - Method in class org.opensextant.extraction.TextEntity
- getCookie() - Method in class org.opensextant.giscore.events.NetworkLinkControl
- getCountries() - Method in class org.opensextant.util.GeonamesUtility
- getCountry() - Method in class org.opensextant.data.Place
-
get the country object; generally optional.
- getCountry(String) - Method in class org.opensextant.util.GeonamesUtility
-
Get Country by the default ISO digraph returns the Unknown country if you are not using an ISO2 code.
- getCountryByAnyCode(String) - Method in class org.opensextant.util.GeonamesUtility
-
Find distinct country object by a code.
- getCountryByFIPS(String) - Method in class org.opensextant.util.GeonamesUtility
- getCountryCode() - Method in interface org.opensextant.data.Geocoding
- getCountryCode() - Method in class org.opensextant.data.Place
- getCountryCode() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Gets the country code.
- getData(SimpleField) - Method in class org.opensextant.giscore.events.Row
-
Get the value of a field
- getDatasetDefinition(String, String) - Method in class org.opensextant.giscore.filegdb.Geodatabase
- getDatasetTypes() - Method in class org.opensextant.giscore.filegdb.Geodatabase
- getDDPrecision(String) - Static method in class org.opensextant.extractors.xcoord.PrecisionScales
-
Return XCoord precision (+/- meters) in latitude.
- getDefaultCountryName(String) - Method in class org.opensextant.util.GeonamesUtility
-
Finds a default country name for a CC if one exists.
- getDefaultLength() - Method in enum org.opensextant.giscore.events.SimpleField.Type
- getDefaultPrecision() - Method in enum org.opensextant.giscore.events.SimpleField.Type
- getDescription() - Method in class org.opensextant.giscore.events.Common
- getDiagonal() - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
This method is used to calculate the diagonal distance of this bounding box, which is the distance from the southwest corner to the northeast corner, given in meters.
- getDirectionFromPrimeMeridian() - Method in class org.opensextant.geodesy.Longitude
-
This accessor method returns the character for the direction from the Prime Meridian of this Longitude ('E' or 'W').
- getDisplayName() - Method in class org.opensextant.giscore.events.SimpleField
- getDistanceInMeters() - Method in class org.opensextant.geodesy.Geodetic2DArc
-
This method returns the shortest distance in meters between the geodetic points 1 and 2 of this Geodetic2DArc object.
- getDocType() - Method in enum org.opensextant.giscore.DocumentType
- getDouble() - Method in class org.opensextant.giscore.input.wkt.WKTToken
- getDoubleElementValue(String) - Method in class org.opensextant.giscore.input.XmlInputStream
- getDoubleValue(String) - Method in class org.opensextant.giscore.events.TaggedMap
-
Converts property to Double if found.
- getDrawOrder() - Method in class org.opensextant.giscore.events.Overlay
- getDrawOrder() - Method in class org.opensextant.giscore.geometry.GeometryBase
- getEast() - Method in class org.opensextant.giscore.events.GroundOverlay
- getEasting() - Method in class org.opensextant.geodesy.Topocentric2DPoint
-
This accessor method is used to get the number of meters from the topographic origin, along the x-axis or easting direction.
- getEasting() - Method in class org.opensextant.geodesy.UPS
-
This accessor method returns the easting part of this UPS coordinate.
- getEasting() - Method in class org.opensextant.geodesy.UTM
-
This method returns the UTM easting value (number of meters east of the central meridian for the longitudinal zone, false adjusted to make this number always positive).
- getEastLon() - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
Getter for property eastLon.
- getEccentricity() - Method in class org.opensextant.geodesy.Ellipsoid
-
This accessor method returns the ellipsoid eccentricity parameter, 'e' = sqrt(1 - (b^2 / a^2)).
- getEccentricitySquared() - Method in class org.opensextant.geodesy.Ellipsoid
-
This accessor method returns the ellipsoid eccentricity value squared.
- getElements() - Method in class org.opensextant.giscore.events.Common
-
Collection of foreign XML-namespaced elements for this feature
- getElementText(QName) - Method in class org.opensextant.giscore.input.XmlInputStream
-
Get non-empty element text.
- getElevation() - Method in class org.opensextant.geodesy.Geodetic3DPoint
-
This accessor method is used to get the elevation (assumed in meters).
- getElevation() - Method in class org.opensextant.geodesy.Topocentric3DPoint
-
This accessor method is used to get the elevation (assumed in meters).
- getEllipsoid() - Method in class org.opensextant.geodesy.FrameOfReference
-
This accessor method is used to get the current Ellipsoid model of the earth for this FrameOfReference.
- getEllipsoid() - Method in class org.opensextant.geodesy.PolarStereographic
-
This method will return the currently set Ellipsoid for this PolarStereographic instance.
- getEllipsoid() - Method in class org.opensextant.geodesy.TransverseMercator
-
This method will return the currently set Ellipsoid for this TransverseMercator instance.
- getEllipsoid() - Method in class org.opensextant.geodesy.UPS
-
This accessor method is used to get the currently set Ellipsoid earth model for making projections during conversion to and from geodetic coordinates.
- getEllipsoid() - Method in class org.opensextant.geodesy.UTM
-
This method is used to get the currently set Ellipsoid earth model for making projections during conversion to and from geodetic coordinates.
- getEllipsoidNames() - Static method in class org.opensextant.geodesy.Ellipsoid
-
This method returns a Set of String names of defined Ellipsoids available in the object pool.
- getEncoding() - Method in class org.opensextant.giscore.input.kml.KmlReader
-
Returns the encoding style of the XML data.
- getEncoding() - Method in class org.opensextant.giscore.input.XmlInputStream
-
Returns the encoding style of the XML data.
- getEndDate() - Method in class org.opensextant.giscore.events.Common
- getEndOffset() - Method in class org.opensextant.annotations.Annotation
-
Compute span end offset.
- getEndTime() - Method in class org.opensextant.giscore.events.Common
-
Deprecated.
- getEndTimeInMillis() - Method in class org.opensextant.geodesy.ISO8601DateTimeInterval
-
Getter method for this intervals's end time in milliseconds
- getEntry(String...) - Method in class org.opensextant.giscore.input.shapefile.PrjReader
-
Find a value starting at the root using the given path of tags.
- getEntrySet() - Method in class org.opensextant.giscore.events.Row
-
Returns a
Set
view of the Extended data mappings associated with this row. - getEquatorialRadius() - Method in class org.opensextant.geodesy.Ellipsoid
-
This accessor method returns the equatorialRadius, ellipsoid parameter 'a' (semi-major axis).
- getExpires() - Method in class org.opensextant.giscore.events.NetworkLinkControl
- getExtendedElements() - Method in class org.opensextant.giscore.events.Row
- getExtrude() - Method in class org.opensextant.giscore.geometry.GeometryBase
- getFeatureClass() - Method in interface org.opensextant.data.Geocoding
- getFeatureClass() - Method in class org.opensextant.data.Place
- getFeatureClass() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Gets the feature class.
- getFeatureClass() - Method in class org.opensextant.giscore.output.FeatureKey
- getFeatureCode() - Method in interface org.opensextant.data.Geocoding
- getFeatureCode() - Method in class org.opensextant.data.Place
- getFeatureCode() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Gets the feature code.
- getFeatureDesignation() - Method in class org.opensextant.data.Place
-
Returns a dynamically formatted feature string C/CODE for class/code.
- getFeatureDesignation(String, String) - Static method in class org.opensextant.util.GeonamesUtility
- getFeatureName(String, String) - Method in class org.opensextant.util.GeonamesUtility
-
Find a readable name or description of a class/code
- getFeaturePrecision(String, String) - Static method in class org.opensextant.util.GeodeticUtility
-
For a given feature type and code, determine what sort of resolution or precision should be considered for that place, approximately.
- getField(String) - Method in class org.opensextant.output.GISDataModel
-
Gets the field.
- getField(String) - Static method in class org.opensextant.output.OpenSextantSchema
- getFields() - Method in class org.opensextant.giscore.events.Row
- getFields() - Method in class org.opensextant.giscore.events.Schema
- getFieldSize() - Method in class org.opensextant.giscore.events.Row
-
Number of extended data SimpleData elements
- getFieldTypes() - Method in class org.opensextant.giscore.filegdb.Table
- getFileDescription(String) - Static method in class org.opensextant.util.FileUtility
-
Get a plain language name of the type of file.
- getFilenameFilter(String) - Static method in class org.opensextant.util.FileUtility
-
Simple filter
- getFilepath() - Method in class org.opensextant.data.DocInput
-
get the original document
- getFirst() - Method in class org.opensextant.giscore.utils.Pair
- getFirstOffset(Annotation) - Static method in class org.opensextant.annotations.AnnotationHelper
-
Gets the first offset.
- getFlattening() - Method in class org.opensextant.geodesy.Ellipsoid
-
This accessor method returns the ellipsoid flattening parameter, 'f' = (a - b) / a.
- getForeignElement(StartElement) - Method in class org.opensextant.giscore.input.XmlInputStream
-
Unrecognized elements are packaged and returned as
Element
objects which hold their text and attribute data. - getForwardAzimuth() - Method in class org.opensextant.geodesy.Geodetic2DArc
-
This method returns the Angle of forward azimuth from point 1 and point 2.
- getFullPath() - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- getGdbEmptyValue() - Method in enum org.opensextant.giscore.events.SimpleField.Type
- getGdbXmlType() - Method in enum org.opensextant.giscore.events.SimpleField.Type
- getGeo() - Method in class org.opensextant.extractors.xcoord.GeocoordTestCase
- getGeo(JsonObject, boolean) - Static method in class org.opensextant.data.social.TweetUtility
-
TOOD: validate available data for this schema.
- getGeoclass() - Method in class org.opensextant.giscore.output.FeatureKey
- getGeocoding(TextMatch) - Method in class org.opensextant.output.AbstractFormatter
-
The default geocoding interpretation is here.
- getGeocoding(TextMatch) - Method in interface org.opensextant.output.MatchInterpreter
-
For a given match in text return the geocoding object for that match, if one exists.
- getGeodetic() - Method in class org.opensextant.geodesy.UPS
-
This accessor method returns the geodetic (lon-lat) point for this UPS coordinate.
- getGeodetic() - Method in class org.opensextant.geodesy.UTM
-
This method returns the geodetic (lon-lat) point for this UTM position.
- getGeohash() - Method in class org.opensextant.data.GeoBase
- getGeohashPrecision(String, String) - Static method in class org.opensextant.util.GeodeticUtility
-
For a given Geonames feature class/designation provide a guess about how long geohash should be.
- getGeoMethod() - Method in class org.opensextant.data.social.Tweet
-
TODO: this is not clear.
- getGeometry() - Method in class org.opensextant.giscore.events.Feature
- getGeometry() - Method in class org.opensextant.giscore.filegdb.Row
- getGeometryField() - Method in class org.opensextant.giscore.events.Schema
- getGreen() - Method in class org.opensextant.giscore.utils.Color
- getHASC(String, String) - Static method in class org.opensextant.util.GeonamesUtility
-
Get a hiearchical path for a boundar or a place.
- getHASC(String, String, String) - Static method in class org.opensextant.util.GeonamesUtility
- getHemisphere() - Method in class org.opensextant.geodesy.Latitude
-
This accessor method returns the character for the hemisphere of this Latitude ('N' or 'S').
- getHemisphere() - Method in class org.opensextant.geodesy.UPS
-
This accessor method returns the hemisphere character for this UPS coordinate ('N' or 'S').
- getHemisphere() - Method in class org.opensextant.geodesy.UTM
-
This method returns the UTM hemisphere character ('N' for Northern, 'S' for Southern) for this UTM object.
- getHemisphere(char) - Static method in class org.opensextant.geodesy.UTM
-
This method determines the hemisphere ('N' or 'S') for the given lat band.
- getHierarchicalPath() - Method in class org.opensextant.data.Place
-
This ensures at least a default hierarchichal path is set.
- getHint() - Method in class org.opensextant.giscore.geometry.Circle
-
Get hint of how circle should be handled if circe does not exist in target format (e.g.
- getIcon() - Method in class org.opensextant.giscore.events.Overlay
-
Get Icon properties which may include href, refreshMode, refreshInterval, viewRefreshMode, viewFormat, etc.
- getIconColor() - Method in class org.opensextant.giscore.events.Style
- getIconHeading() - Method in class org.opensextant.giscore.events.Style
- getIconScale() - Method in class org.opensextant.giscore.events.Style
- getIconUrl() - Method in class org.opensextant.giscore.events.Style
-
Get URL associated with IconStyle.
- getId() - Method in class org.opensextant.giscore.events.AbstractObject
- getId() - Method in class org.opensextant.giscore.events.Pair
- getId() - Method in class org.opensextant.giscore.events.Schema
- getId_bias() - Method in class org.opensextant.data.Place
-
The ID bias is a measure of the a priori likelihood that a mention of this name refers to this particular place.
- getIdentifier() - Method in class org.opensextant.giscore.input.wkt.WKTToken
- getIndex() - Method in class org.opensextant.giscore.events.SimpleField
- getInnerStream() - Method in class org.opensextant.giscore.output.SortingOutputStream
- getInputStream() - Method in class org.opensextant.giscore.input.kml.UrlRef
-
Opens a connection to this
UrlRef
and returns anInputStream
for reading from that connection. - getInputStream(File, Object[]) - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- getInputStream(File, String) - Static method in class org.opensextant.util.FileUtility
- getInputStream(InputStream, Object[]) - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- getInputStream(String, String) - Static method in class org.opensextant.util.FileUtility
- getInputStream(Proxy) - Method in class org.opensextant.giscore.input.kml.UrlRef
-
Opens a connection to this
UrlRef
and returns anInputStream
for reading from that connection. - getInputStream(URL) - Static method in class org.opensextant.giscore.input.kml.UrlRef
-
This method gets the correct input stream for a URL.
- getInputStream(URL, Proxy) - Static method in class org.opensextant.giscore.input.kml.UrlRef
-
This method gets the correct input stream for a URL.
- getInputStream(DocumentType, File, Object...) - Static method in class org.opensextant.giscore.GISFactory
-
Input stream factory
- getInputStream(DocumentType, InputStream, Object...) - Static method in class org.opensextant.giscore.GISFactory
-
Input stream factory
- getInputStreamArgs() - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- getInputStreamArgsRequired() - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- getInputStreamClass() - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- getInputStreamReader(File, String) - Static method in class org.opensextant.util.FileUtility
-
Getting an input stream from a file.
- getInstance() - Static method in class org.opensextant.giscore.events.NullObject
-
Get NullObject instance
- getInstance(String) - Static method in class org.opensextant.geodesy.Ellipsoid
-
This method will retrieve the named singleton Ellipsoid, if defined.
- getInstance(String) - Static method in class org.opensextant.output.FormatterFactory
-
Supported formats are CSV, WKT, HTML, KML, Shapefile, GDB, JSON
- getInstanceId() - Method in class org.opensextant.data.Place
- getInteger(JsonObject, String, int) - Static method in class org.opensextant.data.social.Tweet
- getIntegerElementValue(String) - Method in class org.opensextant.giscore.input.XmlInputStream
-
Returns Integer from stream if valid otherwise
null
- getIntegerValue(String) - Method in class org.opensextant.giscore.events.TaggedMap
-
Converts property to Integer if found.
- getIntValue(String) - Static method in class org.opensextant.extractors.xtemporal.DateNormalization
-
Gets the int value.
- getISO639_1_Code() - Method in class org.opensextant.data.Language
- getISOCountries() - Method in class org.opensextant.util.GeonamesUtility
-
List all country names, official and variant names.
- getISOTimestamp() - Method in class org.opensextant.data.social.Tweet
- getJobName() - Method in class org.opensextant.output.AbstractFormatter
-
A basic job name that reflects file name
- getJobName() - Method in class org.opensextant.output.AbstractGenericFormatter
-
A basic job name that reflects file name.
- getJobName() - Method in interface org.opensextant.output.ResultsFormatter
- getJobName() - Method in class org.opensextant.processing.Parameters
- getJobTimestamp() - Static method in class org.opensextant.processing.Parameters
-
Generates a simple job date/time key for the job
- getKey() - Method in class org.opensextant.data.GeoBase
- getKey() - Method in class org.opensextant.giscore.events.Pair
- getKeys() - Method in class org.opensextant.giscore.events.Schema
- getKmzRelPath() - Method in class org.opensextant.giscore.input.kml.UrlRef
-
Gets the relative path to the KMZ resource if UrlRef represents a linked reference (networked linked KML, image overlay, icon, model, etc.) in a KMZ file.
- getLabelColor() - Method in class org.opensextant.giscore.events.Style
-
Valid if
Style.hasLabelStyle
returnstrue
. - getLabelName() - Method in class org.opensextant.giscore.utils.Shape2Kml
- getLabelScale() - Method in class org.opensextant.giscore.events.Style
-
Valid if
Style.hasLabelStyle
returnstrue
. - getLang(String) - Static method in class org.opensextant.util.GeonamesUtility
-
Parse lang ID from Locale.
- getLanguage(String) - Static method in class org.opensextant.util.TextUtils
-
ISO2 and ISO3 char codes for languages are unique.
- getLanguageCode(String) - Static method in class org.opensextant.util.TextUtils
-
ISO2 and ISO3 char codes for languages are unique.
- getLanguageMap() - Static method in class org.opensextant.util.TextUtils
-
If caller wants to add language they can.
- getLanguageName(String) - Static method in class org.opensextant.util.TextUtils
-
Given an ISO2 char code (least common denominator) retrieve Language Name.
- getLanguages() - Method in class org.opensextant.data.Country
- getLatBand() - Method in class org.opensextant.geodesy.UTM
-
This method returns the UTM latitudinal band character ('C' to 'X', not including 'I' or 'O') for this UTM object.
- getLatBand(double) - Static method in class org.opensextant.geodesy.UTM
-
This method determines the UTM latitudinal band char for a given lat (in decimal degrees).
- getLatHemisphereSign(Map<String, String>) - Method in class org.opensextant.extractors.xcoord.DMSOrdinate
- getLatitude() - Method in class org.opensextant.data.GeoBase
- getLatitude() - Method in interface org.opensextant.data.LatLon
- getLatitude() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Gets the latitude.
- getLatitude() - Method in class org.opensextant.geodesy.Geodetic2DPoint
-
This accessor method returns the Latitude component of this Geodetic2DPoint.
- getLatitude() - Method in class org.opensextant.geodesy.UPS
-
This accessor method returns the Latitude part of the geodetic coordinates for this UPS coordinate.
- getLatitude() - Method in class org.opensextant.geodesy.UTM
-
This method returns the Latitude part of the geodetic coordinates for this UTM object.
- getLatitudeAsDegrees() - Method in class org.opensextant.geodesy.Geodetic2DPoint
-
Get Latitude in decimal degrees.
- getLatText() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Gets the lat text.
- getLength() - Method in class org.opensextant.annotations.Annotation
-
Compute length, as logic is related to defaults, if value is set or not.
- getLength() - Method in class org.opensextant.extraction.TextEntity
-
get the length of the matched text
- getLength() - Method in class org.opensextant.giscore.events.SimpleField
- getLinearRings() - Method in class org.opensextant.giscore.geometry.MultiLinearRings
-
This method returns the
LinearRing
s in thisMultiLinearRings
. - getLinearRings() - Method in class org.opensextant.giscore.geometry.Polygon
-
This method returns the inner
LinearRing
s in thisPolygon
. - getLineColor() - Method in class org.opensextant.giscore.events.Style
- getLineColorMode() - Method in class org.opensextant.giscore.events.Style
- getLines() - Method in class org.opensextant.giscore.geometry.MultiLine
-
This method returns the
Line
s in thisMultiLine
. - getLineWidth() - Method in class org.opensextant.giscore.events.Style
- getLink() - Method in class org.opensextant.giscore.events.NetworkLink
-
Get Link property TaggedMap.
- getLink(UrlRef, String) - Method in class org.opensextant.giscore.input.kml.KmlBaseReader
- getLinkDescription() - Method in class org.opensextant.giscore.events.NetworkLinkControl
- getLinkHref(UrlRef, TaggedMap) - Method in class org.opensextant.giscore.input.kml.KmlBaseReader
-
Adjust Link href URL if httpQuery and/or viewFormat parameters are defined.
- getLinkName() - Method in class org.opensextant.giscore.events.NetworkLinkControl
- getLinkSnippet() - Method in class org.opensextant.giscore.events.NetworkLinkControl
- getLinkUri(NetworkLink) - Static method in class org.opensextant.giscore.input.kml.KmlBaseReader
-
Gets href value as URI if present otherwise
null
- getListBgColor() - Method in class org.opensextant.giscore.events.Style
-
Valid if
Style.hasListStyle
returnstrue
. - getListItemType() - Method in class org.opensextant.giscore.events.Style
- getLocation() - Method in class org.opensextant.giscore.geometry.Model
-
Get the exact coordinates of the Model's origin in latitude, longitude, and altitude.
- getLongitude() - Method in class org.opensextant.data.GeoBase
- getLongitude() - Method in interface org.opensextant.data.LatLon
- getLongitude() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Gets the longitude.
- getLongitude() - Method in class org.opensextant.geodesy.Geodetic2DPoint
-
This accessor method returns the Longitude component of this Geodetic2DPoint.
- getLongitude() - Method in class org.opensextant.geodesy.UPS
-
This accessor method returns the Longitude part of the geodetic coordinates for this UPS coordinate.
- getLongitude() - Method in class org.opensextant.geodesy.UTM
-
This method returns the Longitude part of the geodetic coordinates for this UTM object.
- getLongitudeAsDegrees() - Method in class org.opensextant.geodesy.Geodetic2DPoint
-
Get Longitude in decimal degrees.
- getLonHemisphereSign(Map<String, String>) - Method in class org.opensextant.extractors.xcoord.DMSOrdinate
-
Given a list of match groups find the first Longitude Hemisphere group hemiLon W, E group used mostly for DMS, DM, DD formats hemiLonSign +, - group allowed only for specific formats; +/- may appear before any number not just coords.
- getLonText() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Gets the lon text.
- getLonZone() - Method in class org.opensextant.geodesy.UTM
-
This method returns the UTM longitudinal zone (1 to 60) for this UTM object.
- getLonZone(double, char) - Static method in class org.opensextant.geodesy.UTM
-
This method determines the UTM longitudinal zone number for a given lon (in decimal degrees).
- getMap() - Method in class org.opensextant.annotations.Annotation
-
Generate a key-value representation of the object with its current values.
- getMap() - Method in class org.opensextant.annotations.DeepEyeData
- getMap() - Method in class org.opensextant.annotations.Record
- getMarker(URL) - Method in class org.opensextant.giscore.output.shapefile.PointShapeMapper
-
Map from the url to a symbol value used by ESRI.
- getMatchId() - Method in class org.opensextant.extraction.TextMatch
-
Future planning -- match_id may become private field in future API.
- getMaxLinkCount() - Method in class org.opensextant.giscore.input.kml.KmlReader
-
Get maximum number of NetworkLinks that are allowed to be processed when importing nested KML content.
- getMaxSessionLength() - Method in class org.opensextant.giscore.events.NetworkLinkControl
- getMentionIDs() - Method in class org.opensextant.data.social.Tweet
-
fully qualified Twitter user profiles: screen_name : user ID pairings.
- getMentions() - Method in class org.opensextant.data.social.Tweet
-
Found user screen_names, no user ID
- getMessage() - Method in class org.opensextant.giscore.events.NetworkLinkControl
- getMethod() - Method in interface org.opensextant.data.Geocoding
- getMethod() - Method in class org.opensextant.data.Place
-
The method by which the geolocation was determined; GAZ, COUNTRY, etc.
- getMethod() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Returns the exact pattern that matched.
- getMinRefreshPeriod() - Method in class org.opensextant.giscore.events.NetworkLinkControl
- getModelName() - Method in class org.opensextant.giscore.events.SimpleField
- getName() - Method in class org.opensextant.data.GeoBase
- getName() - Method in class org.opensextant.data.Language
- getName() - Method in interface org.opensextant.extraction.Extractor
- getName() - Method in class org.opensextant.extractors.poli.PatternsOfLife
-
Extractor interface: getName
- getName() - Method in class org.opensextant.extractors.xcoord.XCoord
-
Extractor interface: getName
- getName() - Method in class org.opensextant.extractors.xtemporal.XTemporal
-
Extractor interface: getName.
- getName() - Method in class org.opensextant.geodesy.Ellipsoid
-
This accessor method returns the name of this Ellipsoid.
- getName() - Method in class org.opensextant.giscore.events.Common
- getName() - Method in class org.opensextant.giscore.events.Element
- getName() - Method in class org.opensextant.giscore.events.Schema
- getName() - Method in class org.opensextant.giscore.events.SimpleField
- getName_bias() - Method in class org.opensextant.data.Place
-
The name bias is a measure of the a priori likelihood that a mention of this place's name actually refers to a place.
- getName_type() - Method in class org.opensextant.data.Place
- getNameCode() - Method in class org.opensextant.data.Language
- getNamenorm() - Method in class org.opensextant.data.Country
-
Return name normalized, e.g., lowercase, w/out diacritics.
- getNamenorm() - Method in class org.opensextant.data.GeoBase
- getNamespace() - Method in class org.opensextant.giscore.events.Element
-
Get namespace that this element belongs to.
- getNamespace(String) - Static method in class org.opensextant.giscore.Namespace
-
This will retrieve (if in existence) or create (if not) a
Namespace
for the supplied URI, and make it usable as a default namespace, as no prefix is supplied. - getNamespace(String, String) - Static method in class org.opensextant.giscore.Namespace
-
This will retrieve (if in existence) or create (if not) a
Namespace
for the supplied prefix and URI. - getNamespaces() - Method in class org.opensextant.giscore.events.DocumentStart
- getNamespaces() - Method in class org.opensextant.giscore.events.Element
- getNamespaceURI() - Method in class org.opensextant.giscore.events.Element
-
Get the Namespace URI of this XML
Element
. - getNDNamenorm() - Method in class org.opensextant.data.Place
-
Returns a pre-computed Non-diacritic name
- getNearByPlaces() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Gets the near by places.
- getNetworkLinks() - Method in class org.opensextant.giscore.input.kml.KmlReader
-
Get list of NetworkLinks visited.
- getNid() - Method in class org.opensextant.giscore.events.Schema
- getNonEmptyElementText() - Method in class org.opensextant.giscore.input.XmlInputStream
-
Returns non-empty trimmed elementText from stream otherwise null
- getNormalizedMode(String) - Static method in enum org.opensextant.giscore.events.AltitudeModeEnumType
-
Get normalized altitude Mode such that if altitudeMode value is valid then associated AltitudeModeEnumType enumeration is returned otherwise null.
- getNorth() - Method in class org.opensextant.giscore.events.GroundOverlay
- getNorthing() - Method in class org.opensextant.geodesy.Topocentric2DPoint
-
This accessor method is used to get the number of meters from the topographic origin, along the y-axis or northing direction.
- getNorthing() - Method in class org.opensextant.geodesy.UPS
-
This accessor method returns the northing part of this UPS coordinate.
- getNorthing() - Method in class org.opensextant.geodesy.UTM
-
This method returns the UTM northing value (number of meters north of the equator or falsely adjusted equator, to make this number always positive)
- getNorthLat() - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
Getter for property northLat.
- getNumberCirclePoints() - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Returns number of points used to represent a
Circle
geometry, which can be output either as a LineString, LinearRing, or Polygon depending on the hint. - getNumParts() - Method in class org.opensextant.giscore.geometry.Geometry
-
This method returns the number of separate parts of the Geometry object.
- getNumParts() - Method in class org.opensextant.giscore.geometry.GeometryBag
- getNumParts() - Method in class org.opensextant.giscore.geometry.Line
- getNumParts() - Method in class org.opensextant.giscore.geometry.LinearRing
- getNumParts() - Method in class org.opensextant.giscore.geometry.Model
- getNumParts() - Method in class org.opensextant.giscore.geometry.MultiLine
- getNumParts() - Method in class org.opensextant.giscore.geometry.MultiLinearRings
- getNumParts() - Method in class org.opensextant.giscore.geometry.MultiPoint
- getNumParts() - Method in class org.opensextant.giscore.geometry.MultiPolygons
- getNumParts() - Method in class org.opensextant.giscore.geometry.Point
- getNumParts() - Method in class org.opensextant.giscore.geometry.Polygon
- getNumPoints() - Method in class org.opensextant.giscore.geometry.Geometry
-
This method returns the total number of points in all the parts of this Geometry object.
- getNumPoints() - Method in class org.opensextant.giscore.geometry.GeometryBag
- getNumPoints() - Method in class org.opensextant.giscore.geometry.Line
- getNumPoints() - Method in class org.opensextant.giscore.geometry.LinearRing
- getNumPoints() - Method in class org.opensextant.giscore.geometry.Model
- getNumPoints() - Method in class org.opensextant.giscore.geometry.MultiLine
- getNumPoints() - Method in class org.opensextant.giscore.geometry.MultiLinearRings
- getNumPoints() - Method in class org.opensextant.giscore.geometry.MultiPoint
- getNumPoints() - Method in class org.opensextant.giscore.geometry.MultiPolygons
- getNumPoints() - Method in class org.opensextant.giscore.geometry.Point
- getNumPoints() - Method in class org.opensextant.giscore.geometry.Polygon
- getObject() - Method in class org.opensextant.giscore.events.WrappedObject
-
Get wrapped IGISObject instance that this element includes
- getObjectOutputReference(Object) - Method in interface org.opensextant.giscore.utils.IObjectCacher
-
Take an object that should be reduced to a reference as determined by an earlier call to
IObjectCacher.shouldCache(Object)
and return the appropriate reference to the object. - getObjectOutputReference(Object) - Method in class org.opensextant.giscore.utils.SimpleFieldCacher
- getOffsets() - Method in class org.opensextant.annotations.Annotation
- getOffsets() - Method in class org.opensextant.giscore.output.gdb.GeoOffsetVisitor
- getOffsets() - Method in class org.opensextant.giscore.output.shapefile.PointOffsetVisitor
- getOID() - Method in class org.opensextant.giscore.filegdb.Row
- getOidField() - Method in class org.opensextant.giscore.events.Schema
- getOrientation() - Method in class org.opensextant.geodesy.Geodetic2DEllipse
-
This method returns the Angle of orientation from North to the semi major axis of this ellipse.
- getOtherInterpretations() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Gets the other interpretations.
- getOuterRing() - Method in class org.opensextant.giscore.geometry.Polygon
-
Get outer ring of the polygon
- getOuterRing() - Method in class org.opensextant.giscore.utils.PolyHolder
- getOutputFilepath() - Method in class org.opensextant.output.AbstractFormatter
- getOutputFilepath() - Method in class org.opensextant.output.AbstractGenericFormatter
-
Gets the output filepath.
- getOutputFilepath() - Method in interface org.opensextant.output.ResultsFormatter
-
Get the path to the output file.
- getOutputFormats() - Method in class org.opensextant.processing.Parameters
- getOutputStream(OutputStream, Object[]) - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- getOutputStream(String, String) - Static method in class org.opensextant.util.FileUtility
-
Caller is responsible for write flush, close, etc.
- getOutputStream(String, String, boolean) - Static method in class org.opensextant.util.FileUtility
-
Caller is responsible for write flush, close, etc.
- getOutputStream(DocumentType, OutputStream, Object...) - Static method in class org.opensextant.giscore.GISFactory
-
Output stream factory
- getOutputStreamArgs() - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- getOutputStreamArgsRequired() - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- getOutputStreamClass() - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- getOutputType() - Method in class org.opensextant.output.AbstractFormatter
- getOutputType() - Method in class org.opensextant.output.AbstractGenericFormatter
-
Gets the output type.
- getOutputType() - Method in interface org.opensextant.output.ResultsFormatter
-
Get the type of output produced by this formatter.
- getOverlay() - Method in class org.opensextant.giscore.events.ScreenOverlay
- getPair(String) - Method in class org.opensextant.giscore.events.StyleMap
-
Lookup a particular StyleMap Pair given its
key
. - getPairs() - Method in class org.opensextant.giscore.events.StyleMap
-
Get collection of pairs for this StyleMap
- getParent() - Method in class org.opensextant.giscore.events.Schema
-
Return parent.
- getParent(File) - Static method in class org.opensextant.util.FileUtility
- getPart(int) - Method in class org.opensextant.giscore.geometry.Geometry
- getPart(int) - Method in class org.opensextant.giscore.geometry.GeometryBag
- getPart(int) - Method in class org.opensextant.giscore.geometry.MultiLine
- getPart(int) - Method in class org.opensextant.giscore.geometry.MultiLinearRings
- getPart(int) - Method in class org.opensextant.giscore.geometry.MultiPoint
- getPart(int) - Method in class org.opensextant.giscore.geometry.MultiPolygons
- getPart(int) - Method in class org.opensextant.giscore.geometry.Polygon
- getPartCount() - Method in class org.opensextant.giscore.output.gdb.GeoOffsetVisitor
- getPartCount() - Method in class org.opensextant.giscore.output.shapefile.PointOffsetVisitor
- getPath() - Method in class org.opensextant.giscore.output.FeatureKey
- getPatternFamily(int) - Static method in class org.opensextant.extractors.xtemporal.XTConstants
- getPatternFamily(String) - Static method in class org.opensextant.extractors.xtemporal.XTConstants
- getPatternManager() - Method in class org.opensextant.extractors.flexpat.AbstractFlexPat
- getPlaceID() - Method in interface org.opensextant.data.Geocoding
- getPlaceID() - Method in class org.opensextant.data.Place
- getPlaceID() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Gets the place ID.
- getPlaceName() - Method in interface org.opensextant.data.Geocoding
- getPlaceName() - Method in class org.opensextant.data.Place
- getPlaceName() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Gets the place name.
- getPlacePostalCode() - Method in interface org.opensextant.data.Geocoding
-
City-level postal code, that may be something like a zip.
- getPlacePostalCode() - Method in class org.opensextant.data.Place
-
City-level postal code, that may be something like a zip.
- getPlacePostalCode() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
City-level postal code, that may be something like a zip.
- getPoint1() - Method in class org.opensextant.geodesy.Geodetic2DArc
-
This method returns the fixed geodetic point 1 of this Geodetic2DArc object.
- getPoint2() - Method in class org.opensextant.geodesy.Geodetic2DArc
-
This method returns the re-settable geodetic point 2 of this Geodetic2DArc object.
- getPointCount() - Method in class org.opensextant.giscore.output.shapefile.PolygonCountingVisitor
- getPoints() - Method in class org.opensextant.giscore.geometry.Geometry
- getPoints() - Method in class org.opensextant.giscore.geometry.GeometryBag
- getPoints() - Method in class org.opensextant.giscore.geometry.Line
-
This method returns the points in this line.
- getPoints() - Method in class org.opensextant.giscore.geometry.LinearRing
-
This method returns the points in this ring.
- getPoints() - Method in class org.opensextant.giscore.geometry.Model
- getPoints() - Method in class org.opensextant.giscore.geometry.MultiLine
- getPoints() - Method in class org.opensextant.giscore.geometry.MultiLinearRings
- getPoints() - Method in class org.opensextant.giscore.geometry.MultiPoint
-
This method returns the
Point
s in thisMultiPoint
. - getPoints() - Method in class org.opensextant.giscore.geometry.MultiPolygons
- getPoints() - Method in class org.opensextant.giscore.geometry.Point
- getPoints() - Method in class org.opensextant.giscore.geometry.Polygon
- getPolarRadius() - Method in class org.opensextant.geodesy.Ellipsoid
-
This accessor method returns the polarRadius, ellipsoid parameter 'b' (semi-minor axis).
- getPolarZone() - Method in class org.opensextant.geodesy.UPS
-
This accessor method returns the polar zone character for this UPS coordinate ('A' or 'B' for South Pole, 'Y' or 'Z' for North Pole).
- getPolyColor() - Method in class org.opensextant.giscore.events.Style
-
Valid if
Style.hasPolyStyle
returnstrue
. - getPolyColorMode() - Method in class org.opensextant.giscore.events.Style
- getPolyfill() - Method in class org.opensextant.giscore.events.Style
-
Valid if
Style.hasPolyStyle
returnstrue
. - getPolygons() - Method in class org.opensextant.giscore.geometry.MultiPolygons
-
This method returns the
Polygon
s in thisMultiPolygons
. - getPolyoutline() - Method in class org.opensextant.giscore.events.Style
-
Valid if
Style.hasPolyStyle
returnstrue
. - getPopulation() - Method in class org.opensextant.data.Place
- getPrecision() - Method in interface org.opensextant.data.Geocoding
-
Precision - radius in meters of possible error
- getPrecision() - Method in class org.opensextant.data.Place
-
Get the relative precision of this feature; in meters of error
- getPrecision() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Gets the precision.
- getPrecision() - Method in class org.opensextant.geodesy.MGRS
-
Get precision of coordinate which is the cell side in meters.
- getPrecision() - Method in class org.opensextant.giscore.events.SimpleField
- getPrefix() - Method in class org.opensextant.giscore.events.Element
- getPrefix() - Method in class org.opensextant.giscore.Namespace
-
This returns the prefix mapped to this
Namespace
. - getPrimaryLanguage() - Method in class org.opensextant.data.Country
-
Certain island nations, areas, and territories that have ISO country codes may not have a language.
- getProvince(String, String) - Method in class org.opensextant.util.GeonamesUtility
-
Lookup by coded path, CC.ADM1.
- getProvinceMetadata() - Method in class org.opensextant.util.GeonamesUtility
-
Alias for getWorldAdmin1Metadata.
- getProxy() - Method in class org.opensextant.giscore.input.kml.KmlReader
-
Get proxy through which URL connections will be made for network links.
- getPtr() - Method in class org.opensextant.giscore.filegdb.GDB
- getRadius() - Method in class org.opensextant.geodesy.Geodetic2DCircle
-
Getter method for accessing the radius of this circle object.
- getRadius() - Method in class org.opensextant.giscore.geometry.Circle
- getRadius(Latitude) - Method in class org.opensextant.geodesy.Ellipsoid
-
This method returns the radius of curvature of this Ellipsoid, in meters, at the given Latitude.
- getRed() - Method in class org.opensextant.giscore.utils.Color
- getRegion() - Method in class org.opensextant.giscore.events.Common
- getRegions() - Method in class org.opensextant.data.Country
- getRegions() - Method in class org.opensextant.giscore.utils.KmlRegionBox
- getRelatedPlace() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Gets the related place.
- getRGB() - Method in class org.opensextant.giscore.utils.Color
-
Returns the RGB value representing the color in the default RGB (Bits 24-31 are alpha, 16-23 are red, 8-15 are green, 0-7 are blue).
- getRoot() - Method in class org.opensextant.giscore.input.shapefile.PrjReader
- getRotation() - Method in class org.opensextant.giscore.events.GroundOverlay
- getRotation() - Method in class org.opensextant.giscore.events.PhotoOverlay
-
Get rotation angle.
- getRotation() - Method in class org.opensextant.giscore.events.ScreenOverlay
- getRotationAngle() - Method in class org.opensextant.giscore.events.ScreenOverlay
- getRowClass() - Method in class org.opensextant.giscore.input.dbf.DbfInputStream
- getSafeDir(File, String, int) - Static method in class org.opensextant.util.FileUtility
-
Get a directory that does not conflict with an existing directory.
- getSafeFile(File, String, int) - Static method in class org.opensextant.util.FileUtility
- getScale() - Method in class org.opensextant.giscore.events.SimpleField
-
Maximum number of decimal places
- getSchema() - Method in class org.opensextant.giscore.events.Row
- getSchema() - Method in class org.opensextant.giscore.output.FeatureKey
- getSchema() - Method in class org.opensextant.output.GISDataModel
-
Gets the schema.
- getSchema(Row) - Method in class org.opensextant.giscore.output.FeatureSorter
-
A row may either have a reference to a known schema or data that is not governed by a schema.
- getScreen() - Method in class org.opensextant.giscore.events.ScreenOverlay
- getSecond() - Method in class org.opensextant.giscore.utils.Pair
- getSemiMajorAxis() - Method in class org.opensextant.geodesy.Geodetic2DEllipse
-
This method returns the semi major axis of this ellipse, in meters.
- getSemiMinorAxis() - Method in class org.opensextant.geodesy.Geodetic2DEllipse
-
This method returns the semi minor axis of this ellipse, in meters.
- getSerializedElement(StartElement) - Method in class org.opensextant.giscore.input.XmlInputStream
-
Read the element and then serialize the read element(s) into text
- getShapeField() - Method in class org.opensextant.giscore.events.Schema
- getShapeMap() - Method in class org.opensextant.giscore.output.shapefile.PointShapeMapper
- getSize() - Method in class org.opensextant.giscore.events.ScreenOverlay
- getSkipCount() - Method in class org.opensextant.giscore.input.kml.KmlReader
-
Returns number of features skipped including NetworkLinks that had regions that were out of view.
- getSnippet() - Method in class org.opensextant.giscore.events.Common
- getSource() - Method in class org.opensextant.data.Place
-
Get the original source of this information.
- getSouth() - Method in class org.opensextant.giscore.events.GroundOverlay
- getSouthLat() - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
Getter for property southLat.
- getStartDate() - Method in class org.opensextant.giscore.events.Common
- getStartTime() - Method in class org.opensextant.giscore.events.Common
-
Deprecated.
- getStartTimeInMillis() - Method in class org.opensextant.geodesy.ISO8601DateTimePoint
-
Getter method for this point's start time in milliseconds
- getStrictMode() - Static method in class org.opensextant.extractors.xcoord.XCoord
- getStyle() - Method in class org.opensextant.giscore.events.Feature
-
Get inline Style or StyleMap for this Feature
- getStyleRef() - Method in class org.opensextant.giscore.output.FeatureKey
- getStyles() - Method in class org.opensextant.giscore.events.ContainerStart
-
Gets style elements that are children for this container
- getStyleSelector() - Method in class org.opensextant.giscore.events.Pair
- getStyleUrl() - Method in class org.opensextant.giscore.events.Common
- getStyleUrl() - Method in class org.opensextant.giscore.events.Pair
- getSuffix() - Method in class org.opensextant.giscore.output.shapefile.PointShapeMapper
- getSupportedFormats() - Static method in class org.opensextant.output.FormatterFactory
- getTag() - Method in class org.opensextant.giscore.events.TaggedMap
- getTag() - Method in class org.opensextant.giscore.input.shapefile.PrjReader.Entry
- getTags() - Method in class org.opensextant.data.social.Tweet
- getTargetHref() - Method in class org.opensextant.giscore.events.NetworkLinkControl
- getTerritories() - Method in class org.opensextant.data.Country
-
List the territories for this country.
- getTessellate() - Method in class org.opensextant.giscore.geometry.GeometryBase
- getText() - Method in class org.opensextant.data.DocInput
- getText() - Method in class org.opensextant.data.social.Message
-
get the message text.
- getText() - Method in class org.opensextant.extraction.TextEntity
- getText() - Method in class org.opensextant.giscore.events.Comment
-
This returns the textual data within the
Comment
. - getText() - Method in class org.opensextant.giscore.events.Element
- getText() - Method in class org.opensextant.giscore.events.WrappedObject
-
This returns the textual data within the
Comment
. - getTextNatural() - Method in class org.opensextant.data.social.Message
-
Get the natural language version of the raw text.
- getTextnorm() - Method in class org.opensextant.extraction.TextMatch
-
Get a normalized version of the text, lower case, punctuation and diacritics removed.
- getTextpath() - Method in class org.opensextant.data.DocInput
-
get the optional text version of the document;
- getTime() - Method in class org.opensextant.giscore.utils.DateTime
-
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this
Date
object. - getTimeZone() - Method in class org.opensextant.geodesy.SafeDateFormat
-
Gets the time zone.
- getTimeZone() - Method in class org.opensextant.giscore.utils.SafeDateFormat
-
Deprecated.Gets the time zone.
- getTopographicOrigin() - Method in class org.opensextant.geodesy.FrameOfReference
-
This accessor method is used to get the current Topographic Origin point (as a Geodetic3DPoint object) for this FrameOfReference.
- getTotal() - Method in class org.opensextant.giscore.output.gdb.GeoOffsetVisitor
- getTotal() - Method in class org.opensextant.giscore.output.shapefile.PointOffsetVisitor
- getTotalTime() - Method in class org.opensextant.extraction.ExtractionMetrics
- getTransparency() - Method in class org.opensextant.giscore.utils.Color
-
Returns the transparency mode for this
Color
. - getType() - Method in class org.opensextant.extraction.TextMatch
- getType() - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- getType() - Method in class org.opensextant.giscore.events.ContainerStart
- getType() - Method in class org.opensextant.giscore.events.DocumentStart
- getType() - Method in class org.opensextant.giscore.events.Feature
- getType() - Method in class org.opensextant.giscore.events.GroundOverlay
- getType() - Method in interface org.opensextant.giscore.events.IContainerType
-
Returns type of container
- getType() - Method in class org.opensextant.giscore.events.NetworkLink
- getType() - Method in class org.opensextant.giscore.events.PhotoOverlay
- getType() - Method in class org.opensextant.giscore.events.ScreenOverlay
- getType() - Method in class org.opensextant.giscore.events.SimpleField
- getType() - Method in class org.opensextant.giscore.input.wkt.WKTToken
- getType() - Method in class org.opensextant.giscore.output.shapefile.EsriTypeVisitor
- getType() - Method in class org.opensextant.giscore.utils.DateTime
- getTZDatabase() - Method in class org.opensextant.data.Country
-
Return the full list of TZ.
- getUpdateType() - Method in class org.opensextant.giscore.events.NetworkLinkControl
- getURI() - Method in class org.opensextant.giscore.input.kml.UrlRef
- getURI() - Method in class org.opensextant.giscore.Namespace
-
This returns the namespace URI for this
Namespace
. - getURL() - Method in class org.opensextant.giscore.input.kml.UrlRef
-
Returns original external URL.
- getURL(short) - Method in class org.opensextant.giscore.output.shapefile.PointShapeMapper
-
Map from the value to a URL for use in GIScore.
- getURLs() - Method in class org.opensextant.data.social.Tweet
- getUSStateMetadata() - Method in class org.opensextant.util.GeonamesUtility
-
Provides access to a array of ADM1 metadata.
- getValidFilename(String) - Static method in class org.opensextant.util.FileUtility
-
On occasion file path may contain unicode chars, however as the is encoded, it may not be decodable by OS/FS.
- getValue() - Method in class org.opensextant.extractors.xcoord.DMSOrdinate
-
Get the cartesian value for this ordinate
- getValue(int) - Method in class org.opensextant.geodesy.Angle
-
This accessor method returns the value of the Angle in the specified unitType.
- getValues() - Method in class org.opensextant.giscore.input.shapefile.PrjReader.Entry
- getViewGroup() - Method in class org.opensextant.giscore.events.Common
-
Get ViewGroup TaggedMap and
null
if not defined. - getViewGroup() - Method in class org.opensextant.giscore.events.NetworkLinkControl
- getVisibility() - Method in class org.opensextant.giscore.events.Common
- getWest() - Method in class org.opensextant.giscore.events.GroundOverlay
- getWestLon() - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
Getter for property westLon.
- getWorldAdmin1Metadata() - Method in class org.opensextant.util.GeonamesUtility
-
Get the array of Place objects representing ADM1 level boundaries.
- getWrappedStream() - Method in class org.opensextant.giscore.output.shapefile.BinaryOutputStream
- getX() - Method in class org.opensextant.geodesy.GeocentricPoint
-
This accessor method returns the x coordinate (in meters) for this GeocentricPoint.
- getXmlSchemaType() - Method in enum org.opensextant.giscore.events.SimpleField.Type
- getY() - Method in class org.opensextant.geodesy.GeocentricPoint
-
This accessor method returns the y coordinate (in meters) for this GeocentricPoint.
- getZ() - Method in class org.opensextant.geodesy.GeocentricPoint
-
This accessor method returns the z coordinate (in meters) for this GeocentricPoint.
- getZmax() - Method in class org.opensextant.giscore.output.shapefile.PointOffsetVisitor
- getZmin() - Method in class org.opensextant.giscore.output.shapefile.PointOffsetVisitor
- GIS_MIMETYPE - Static variable in class org.opensextant.util.FileUtility
- GISDataFormatter - Class in org.opensextant.output
-
This is the base class for classes that convert document annotations to GISCore features.
- GISDataFormatter() - Constructor for class org.opensextant.output.GISDataFormatter
- gisDataModel - Variable in class org.opensextant.output.GISDataFormatter
- GISDataModel - Class in org.opensextant.output
- GISDataModel(String, boolean, boolean) - Constructor for class org.opensextant.output.GISDataModel
-
Instantiates a new GIS data model.
- GISDataModel(String, boolean, boolean, boolean) - Constructor for class org.opensextant.output.GISDataModel
-
Instantiates a new GIS data model.
- GISFactory - Class in org.opensextant.giscore
-
Factory class which creates concrete instantiations of input and output streams for various formats.
- GISFactory() - Constructor for class org.opensextant.giscore.GISFactory
- GISInputStreamBase - Class in org.opensextant.giscore.input
-
Base class that handles the mark and reset behavior.
- GISInputStreamBase() - Constructor for class org.opensextant.giscore.input.GISInputStreamBase
- GLOBAL_ID_FIELD - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- GML_NS - Static variable in interface org.opensextant.giscore.output.rss.IRss
- gray - Static variable in class org.opensextant.giscore.utils.Color
- GRAY - Static variable in class org.opensextant.giscore.utils.Color
- green - Static variable in class org.opensextant.giscore.utils.Color
- GREEN - Static variable in class org.opensextant.giscore.utils.Color
- GRID_SIZE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- gridzone() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Identifies the 100KM quad in which this point is contained.
- GROUND_OVERLAY - Static variable in interface org.opensextant.giscore.input.kml.IKml
- GroundOverlay - Class in org.opensextant.giscore.events
-
This element draws an image overlay draped onto the terrain.
- GroundOverlay() - Constructor for class org.opensextant.giscore.events.GroundOverlay
- group_map(RegexPattern, Matcher) - Method in class org.opensextant.extractors.flexpat.RegexPatternManager
-
NOTE: We're dealing with Java6's inability to use named groups.
- group_matches(RegexPattern, Matcher) - Method in class org.opensextant.extractors.flexpat.RegexPatternManager
-
Matched fields as TextEntities
- groupByDocument - Variable in class org.opensextant.output.GISDataFormatter
- grow(double) - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
This method grows this Geodetic2DBounds by extending its bounds by the specified number of meters in each of the east, west, north, and south directions.
- guessLanguage(String) - Method in class org.opensextant.extractors.langid.LangDetect
-
Routine to guess the language ID Scrub data prior to guessing language.
- GUID - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- GUID - Static variable in interface org.opensextant.giscore.output.rss.IRss
- gYear - Enum constant in enum org.opensextant.giscore.utils.DateTime.DateTimeType
- gYearMonth - Enum constant in enum org.opensextant.giscore.utils.DateTime.DateTimeType
H
- handleCharacters(String) - Method in class org.opensextant.giscore.output.XmlOutputStreamBase
-
See if the characters include special characters, and if it does use a CDATA.
- handleColor(String, Color) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Get the KML compliant color translation
- handleError(URI, Exception) - Method in interface org.opensextant.giscore.input.kml.KmlReader.ImportEventHandler
-
Error handler
- handleEvent(UrlRef, IGISObject) - Method in interface org.opensextant.giscore.input.kml.KmlReader.ImportEventHandler
-
The KmlReader will invoke this method for each GISObject encountered during parsing.
- handleNonNullSimpleElement(String, Object) - Method in class org.opensextant.giscore.output.XmlOutputStreamBase
-
Handle a simple element with non-null text, a common case for KML
- handlePoint(Geodetic2DPoint) - Method in class org.opensextant.giscore.output.wkt.WKTOutputStream
-
Output a point
- handlePointList(List<Point>) - Method in class org.opensextant.giscore.output.wkt.WKTOutputStream
-
Output a list of points
- handleSimpleElement(String, Object) - Method in class org.opensextant.giscore.output.XmlOutputStreamBase
-
Handle a simple element with text, a common case for KML
- handleSimpleElement(Namespace, String, String) - Method in class org.opensextant.giscore.output.XmlOutputStreamBase
-
Handles simple element with a namespace.
- handleXmlElement(Element) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Write an element
- handleXmlElement(Element, Namespace) - Method in class org.opensextant.giscore.output.XmlOutputStreamBase
-
Write an element
- has_degrees - Variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- HAS_GLOBAL_ID - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- has_hemi - Variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- HAS_ID - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- HAS_M - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- has_minutes - Variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- HAS_OID - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- has_seconds - Variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- HAS_SPATIAL_INDEX - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- HAS_Z - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- hasBalloonStyle() - Method in class org.opensextant.giscore.events.Style
- hasBeenCached(Object) - Method in interface org.opensextant.giscore.utils.IObjectCacher
-
Predicate to determine if this object has already been cached.
- hasBeenCached(Object) - Method in class org.opensextant.giscore.utils.SimpleFieldCacher
- hasCachedAnnotation(String, String) - Method in class org.opensextant.annotations.AnnotationHelper
-
Checks for cached annotation.
- hasCJK - Variable in class org.opensextant.data.LanguageCharacterization
-
if text contains any Chinese, Japanese or Korean
- hasCJKText(String) - Static method in class org.opensextant.util.TextUtils
-
A simple test to see if text has any CJK characters at all.
- hasCoordinate() - Method in class org.opensextant.data.GeoBase
-
Convenience method for checking if lat/lon was set to other than 0,0 (default)
- hasCoordinate() - Method in interface org.opensextant.data.Geocoding
-
has Coordinate: if this named place object has a coordinate.
- hasCoordinate() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Checks for coordinate.
- hasDegrees() - Method in class org.opensextant.extractors.xcoord.DMSOrdinate
- hasDiacritics(String) - Static method in class org.opensextant.util.TextUtils
-
If a string has extended latin diacritics.
- hasDigits(String) - Static method in class org.opensextant.util.TextUtils
- hasElements() - Method in class org.opensextant.giscore.events.Common
-
Returns true if this object has any foreign XML-namespaced elements
- hasExtendedData() - Method in class org.opensextant.giscore.events.Row
-
True if this element has extended data (Data/SimpleDate fields and/or extended elements)
- hasFileCtor() - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- hashCode() - Method in class org.opensextant.geodesy.Angle
-
This method returns a hash code for this Angle object.
- hashCode() - Method in class org.opensextant.geodesy.GeocentricPoint
-
This method returns a hash code for this GeocentricPoint object.
- hashCode() - Method in class org.opensextant.geodesy.Geodetic2DArc
-
This method returns a hash code for this Geodetic2DArc object.
- hashCode() - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
Returns a hash code for this Geodetic2DBounds object.
- hashCode() - Method in class org.opensextant.geodesy.Geodetic2DCircle
-
This method returns a hash code for this Geodetic2DCircle object.
- hashCode() - Method in class org.opensextant.geodesy.Geodetic2DEllipse
-
This method returns a hash code for this Geodetic2DEllipse object.
- hashCode() - Method in class org.opensextant.geodesy.Geodetic2DPoint
-
This method returns a hash code for this Geodetic2DPoint object.
- hashCode() - Method in class org.opensextant.geodesy.Geodetic3DBounds
-
Returns a hash code for this
Geodetic3DBounds
object. - hashCode() - Method in class org.opensextant.geodesy.Geodetic3DPoint
-
This method returns a hash code for this Geodetic3DPoint object.
- hashCode() - Method in class org.opensextant.geodesy.ISO8601DateTimeInterval
- hashCode() - Method in class org.opensextant.geodesy.ISO8601DateTimePoint
- hashCode() - Method in class org.opensextant.geodesy.MGRS
-
This method returns a hash code for this MGRS object.
- hashCode() - Method in class org.opensextant.geodesy.Topocentric2DPoint
-
This method returns a hash code for this Topocentric2DPoint object.
- hashCode() - Method in class org.opensextant.geodesy.Topocentric3DPoint
-
This method returns a hash code for this Topocentric3DPoint object.
- hashCode() - Method in class org.opensextant.geodesy.UPS
- hashCode() - Method in class org.opensextant.geodesy.UTM
- hashCode() - Method in class org.opensextant.giscore.data.DocType
- hashCode() - Method in class org.opensextant.giscore.events.AbstractObject
-
Returns a hash code for this
AbstractObject
. - hashCode() - Method in class org.opensextant.giscore.events.Comment
- hashCode() - Method in class org.opensextant.giscore.events.Common
- hashCode() - Method in class org.opensextant.giscore.events.ContainerEnd
- hashCode() - Method in class org.opensextant.giscore.events.ContainerStart
- hashCode() - Method in class org.opensextant.giscore.events.DocumentStart
- hashCode() - Method in class org.opensextant.giscore.events.Element
- hashCode() - Method in class org.opensextant.giscore.events.Feature
- hashCode() - Method in class org.opensextant.giscore.events.NetworkLink
- hashCode() - Method in class org.opensextant.giscore.events.NetworkLinkControl
- hashCode() - Method in class org.opensextant.giscore.events.Overlay
- hashCode() - Method in class org.opensextant.giscore.events.Pair
- hashCode() - Method in class org.opensextant.giscore.events.Row
- hashCode() - Method in class org.opensextant.giscore.events.Schema
- hashCode() - Method in class org.opensextant.giscore.events.ScreenLocation
- hashCode() - Method in class org.opensextant.giscore.events.SimpleField
- hashCode() - Method in class org.opensextant.giscore.events.Style
- hashCode() - Method in class org.opensextant.giscore.events.StyleMap
- hashCode() - Method in class org.opensextant.giscore.events.WrappedObject
- hashCode() - Method in class org.opensextant.giscore.geometry.Circle
-
This method returns a hash code for this Point object.
- hashCode() - Method in class org.opensextant.giscore.geometry.Geometry
-
This method returns a hash code for this Geometry object using reflection to compute aggregate hashCode of its non-static and non-transient fields and those of it superclasses.
- hashCode() - Method in class org.opensextant.giscore.geometry.Point
-
This method returns a hash code for this Point object.
- hashCode() - Method in class org.opensextant.giscore.input.kml.UrlRef
- hashCode() - Method in class org.opensextant.giscore.input.wkt.WKTToken
- hashCode() - Method in class org.opensextant.giscore.Namespace
-
This returns a probably unique hash code for the
Namespace
. - hashCode() - Method in class org.opensextant.giscore.output.FeatureKey
- hashCode() - Method in class org.opensextant.giscore.utils.Color
-
Computes the hash code for this
Color
. - hashCode() - Method in class org.opensextant.giscore.utils.DateTime
-
Returns a hash code value for this object.
- hashCode() - Method in class org.opensextant.giscore.utils.Pair
- hasHemisphere() - Method in class org.opensextant.extractors.xcoord.DMSOrdinate
- hashtagPattern1 - Static variable in class org.opensextant.util.TextUtils
-
Find any pattern "ABC#[ABC 123]" -- a hashtag with whitespace.
- hashtagPattern2 - Static variable in class org.opensextant.util.TextUtils
-
Find any pattern "#ABC123" -- normal hashtag, Java Regex note: UNICODE flags are important, otherwise "\w" and other classes match only ASCII.
- hasIconStyle() - Method in class org.opensextant.giscore.events.Style
- hasIrregularPunctuation(String) - Static method in class org.opensextant.util.TextUtils
-
Simple triage of punctuation.
- hasLabelStyle() - Method in class org.opensextant.giscore.events.Style
- hasLength() - Method in class org.opensextant.annotations.Annotation
- hasLineStyle() - Method in class org.opensextant.giscore.events.Style
- hasListStyle() - Method in class org.opensextant.giscore.events.Style
- hasMiddleEastern - Variable in class org.opensextant.data.LanguageCharacterization
-
if text contains any Arabic scripts.
- hasMiddleEasternText(String) - Static method in class org.opensextant.util.TextUtils
-
Detects the first Arabic or Hewbrew character for now -- will be more comprehensive in scoping "Middle Eastern" scripts in text.
- hasMinutes() - Method in class org.opensextant.extractors.xcoord.DMSOrdinate
- hasMinutes() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Checks for minutes.
- hasNext() - Method in class org.opensextant.giscore.filegdb.EnumRows
- hasNoPoints(Geometry) - Method in class org.opensextant.giscore.output.gdb.FileGdbOutputStream
- hasOtherIterpretations() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Checks for other interpretations.
- hasPolyStyle() - Method in class org.opensextant.giscore.events.Style
- hasSaved() - Method in class org.opensextant.giscore.input.GISInputStreamBase
- hasSeconds() - Method in class org.opensextant.extractors.xcoord.DMSOrdinate
- hasSeconds() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Checks for seconds.
- hasSubDegrees() - Method in class org.opensextant.extractors.xcoord.DMSOrdinate
- hasSubMinutes() - Method in class org.opensextant.extractors.xcoord.DMSOrdinate
- hasSubSeconds() - Method in class org.opensextant.extractors.xcoord.DMSOrdinate
- hasSymbols() - Method in class org.opensextant.extractors.xcoord.DMSOrdinate
- hasTags() - Method in class org.opensextant.data.Taxon
- hasTerritories() - Method in class org.opensextant.data.Country
- hasUniqueName() - Method in class org.opensextant.data.Country
- HEADING - Static variable in interface org.opensextant.giscore.input.kml.IKml
- HEMI_MAP - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- hemiLatFields - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- hemiLonFields - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- hemisphere - Variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- Hemisphere - Class in org.opensextant.extractors.xcoord
-
Represent a Hemisphere symbol and value.
- Hemisphere() - Constructor for class org.opensextant.extractors.xcoord.Hemisphere
- HIGH_PRECISION - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- HIGHLIGHT - Static variable in class org.opensextant.giscore.events.StyleMap
- HORIZ_FOV - Static variable in interface org.opensextant.giscore.input.kml.IKml
- HORIZ_PIXELS - Static variable in interface org.opensextant.giscore.input.kml.IKml
- HOT_SPOT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- HOUR - Enum constant in enum org.opensextant.extractors.xtemporal.DateMatch.TimeResolution
- HREF - Static variable in interface org.opensextant.giscore.input.kml.IKml
- HTTP_QUERY - Static variable in interface org.opensextant.giscore.input.kml.IKml
I
- IAcceptSchema - Interface in org.opensextant.giscore
-
Simple predicate to allow a caller to request that the gdb input stream only return some schemata and their associated features.
- ICancelable - Interface in org.opensextant.giscore.utils
-
Cancelable interface so callers can cancel long running processes.
- ICategoryNameExtractor - Interface in org.opensextant.giscore
-
Takes a Row and extracts a container name by processing the row.
- ICON - Static variable in interface org.opensextant.giscore.input.kml.IKml
- ICON_STYLE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- IContainerNameStrategy - Interface in org.opensextant.giscore.output
-
Derives a name for a container based on a feature.
- IContainerType - Interface in org.opensextant.giscore.events
-
Interface indicating the feature is an container type and has open attribute
- id - Variable in class org.opensextant.annotations.DeepEyeData
-
A base class to keep all data organized
- id - Variable in class org.opensextant.data.social.Message
-
Message ID
- id - Variable in class org.opensextant.data.Taxon
-
Nod OID: 1.2.3
- id - Variable in class org.opensextant.data.TextInput
- id - Variable in class org.opensextant.extractors.flexpat.PatternTestCase
- id - Variable in class org.opensextant.extractors.flexpat.RegexPattern
- ID - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- ID - Enum constant in enum org.opensextant.giscore.input.wkt.WKTToken.TokenType
- ID - Static variable in interface org.opensextant.giscore.input.kml.IKml
- IDataSerializable - Interface in org.opensextant.giscore.utils
- IDbfConstants - Interface in org.opensextant.giscore.input.dbf
-
Common constants for Dbf files
- IGISInputStream - Interface in org.opensextant.giscore.input
-
Read gis objects from a source.
- IGISObject - Interface in org.opensextant.giscore.events
-
GISObject is primarily a marker interface for all the objects that are part of the GIS core manipulation package.
- IGISOutputStream - Interface in org.opensextant.giscore.output
-
A stream that accepts GIS objects to be consumed.
- IGNORE_SEQ - Variable in class org.opensextant.extractors.xcoord.MGRSFilter
-
The ignore seq.
- IKml - Interface in org.opensextant.giscore.input.kml
-
Container for element and attribute names used in KML
- IMAGE - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- IMAGE - Static variable in interface org.opensextant.giscore.output.rss.IRss
- IMAGE_MIMETYPE - Static variable in class org.opensextant.util.FileUtility
- importFromNetworkLinks() - Method in class org.opensextant.giscore.input.kml.KmlReader
-
Recursively imports KML objects from all visited NetworkLinks starting from the base KML document.
- importFromNetworkLinks(KmlReader.ImportEventHandler) - Method in class org.opensextant.giscore.input.kml.KmlReader
-
Recursively imports KML objects from all visited NetworkLinks starting from the base KML document.
- include(Geodetic2DBounds) - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
This method is used to extend this bounding box to include another bounding box.
- include(Geodetic2DBounds) - Method in class org.opensextant.geodesy.Geodetic3DBounds
-
This method is used to extend this bounding box to include another bounding box.
- include(Geodetic2DBounds) - Method in class org.opensextant.geodesy.UnmodifiableGeodetic2DBounds
- include(Geodetic2DBounds) - Method in class org.opensextant.geodesy.UnmodifiableGeodetic3DBounds
- include(Geodetic2DPoint) - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
This method is used to extend this bounding box to include a new point.
- include(Geodetic2DPoint) - Method in class org.opensextant.geodesy.Geodetic3DBounds
-
This method is used to extend this bounding box to include a new point.
- include(Geodetic2DPoint) - Method in class org.opensextant.geodesy.UnmodifiableGeodetic2DBounds
- include(Geodetic2DPoint) - Method in class org.opensextant.geodesy.UnmodifiableGeodetic3DBounds
- include(Geodetic3DBounds) - Method in class org.opensextant.geodesy.Geodetic3DBounds
-
This method is used to extend this bounding box to include another bounding box.
- include(Geodetic3DBounds) - Method in class org.opensextant.geodesy.UnmodifiableGeodetic3DBounds
- include(Geodetic3DPoint) - Method in class org.opensextant.geodesy.Geodetic3DBounds
-
This method is used to extend this bounding box to include a new point.
- include(Geodetic3DPoint) - Method in class org.opensextant.geodesy.UnmodifiableGeodetic3DBounds
- includeCoordinate - Variable in class org.opensextant.output.AbstractFormatter
-
GIS formats may optionally include coordinates as fields.
- includeCoordinate - Variable in class org.opensextant.output.GISDataModel
- includeOffsets - Variable in class org.opensextant.output.AbstractFormatter
-
Schema-specific stuff.
- includeOffsets - Variable in class org.opensextant.output.GISDataModel
- inDegrees() - Method in class org.opensextant.geodesy.Angle
-
This accessor method returns the value of the Angle in decimal degrees.
- INDEX - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- INDEX_ARRAY - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- INDEXES - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- inInterval(Latitude, Latitude) - Method in class org.opensextant.geodesy.Latitude
-
This predicate method determines whether this Latitude is within the test interval specified from southLat to northLat.
- inInterval(Longitude, Longitude) - Method in class org.opensextant.geodesy.Longitude
-
This predicate method determines whether this Longitude is within the test interval specified from westLon to eastLon.
- init(double, double, double) - Method in class org.opensextant.geodesy.Angle
- init(double, int) - Method in class org.opensextant.geodesy.Angle
- init(double, int) - Method in class org.opensextant.geodesy.Latitude
- init(OutputStream, String) - Method in class org.opensextant.giscore.output.XmlOutputStreamBase
-
Create and initialize the xml output stream
- initialize() - Static method in class org.opensextant.giscore.input.gdb.FileGDBLibraryInitializer
- initialize(InputStream) - Method in class org.opensextant.extractors.flexpat.RegexPatternManager
-
Initializes the pattern manager implementations.
- initialize(InputStream) - Method in class org.opensextant.extractors.xcoord.PatternManager
- initialize(InputStream) - Method in class org.opensextant.extractors.xtemporal.PatternManager
- initLangId() - Method in class org.opensextant.extractors.langid.LangDetect
-
Taken straight from LangDetect example NOTE: /langdetect/profiles must be a folder on disk, although I have a variation that could work with JAR resources.
- initLanguageData() - Static method in class org.opensextant.util.TextUtils
-
Initialize language codes and metadata.
- initLOCLanguageData() - Static method in class org.opensextant.util.TextUtils
-
This is Libray of Congress data for language IDs.
- initRow(Row) - Method in class org.opensextant.giscore.filegdb.Table
-
Initialize new row object
- inMemoryBufferSize - Static variable in class org.opensextant.giscore.GISFactory
-
The size of the buffer that should be used when buffering content in memory.
- INNER_BOUNDARY_IS - Static variable in interface org.opensextant.giscore.input.kml.IKml
- input - Variable in class org.opensextant.extraction.ExtractionResult
- inputFile - Variable in class org.opensextant.processing.Parameters
- inRadians() - Method in class org.opensextant.geodesy.Angle
-
This accessor method returns the value of the Angle in decimal radians.
- insertGeo(JsonObject, Geocoding, boolean) - Static method in class org.opensextant.data.social.TweetUtility
-
TOOD: validate available data for this schema.
- insertMention(JsonArray, String, String) - Static method in class org.opensextant.data.social.TweetUtility
-
Serialize a user screen name / ID pairing., e.g.
- insertMention(JsonArray, Tweet.Mention) - Static method in class org.opensextant.data.social.TweetUtility
-
Variation on insertMention(a, name, uid)
- INSETPIXELS - Enum constant in enum org.opensextant.giscore.events.ScreenLocation.UNIT
- INT - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- interpretations - Variable in class org.opensextant.extractors.xcoord.GeocoordMatch
-
The interpretations.
- intersects(Geodetic2DBounds) - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
This predicate method determines whether the specified geodetic bounding box has any area in common with this bounding box, that is, whether they intersect or not.
- intersects(LinearRing) - Method in class org.opensextant.giscore.geometry.LinearRing
-
This predicate method determines whether the specified Ring (that) has any area in common with this Ring, that is, whether they intersect or not.
- intValue() - Method in class org.opensextant.giscore.utils.DateTime
- INVALID_DATE - Static variable in class org.opensextant.extractors.xtemporal.DateNormalization
- INVALID_DAY - Static variable in class org.opensextant.extractors.xtemporal.DateNormalization
- INVALID_FCNAME_CHAR - Static variable in class org.opensextant.processing.Parameters
- INVALID_POINT - Static variable in class org.opensextant.geodesy.ISO8601DateTimePoint
- IObjectCacher - Interface in org.opensextant.giscore.utils
-
Allows some subset of objects contained in the object stream to be de-duplicated into a single copy and references on output and reified on input into references.
- IRss - Interface in org.opensextant.giscore.output.rss
-
Container for element and attribute names used in GeoRSS.
- is - Variable in class org.opensextant.giscore.input.XmlInputStream
- IS_ASCENDING - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- is_duplicate - Variable in class org.opensextant.extraction.TextEntity
-
If this entity is a duplicate of some other
- IS_NULLABLE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- is_overlap - Variable in class org.opensextant.extraction.TextEntity
-
If this entity is a overlaps with some other
- is_submatch - Variable in class org.opensextant.extraction.TextEntity
-
If this entity is contained completely within some other
- IS_UNIQUE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- is3D() - Method in class org.opensextant.giscore.geometry.Geometry
-
This method returns a boolean indicating if this geometry object is 3-dimensional (false means it is based on only Geodetic surface coordinates of Longitude and Latitude, while true means the points also contain elevation values in meters).
- is3D() - Method in class org.opensextant.giscore.geometry.GeometryBag
- is3D(int) - Method in class org.opensextant.giscore.input.shapefile.SingleShapefileInputHandler
-
Utility method to test for 3D geometry based on shapeType code
- is3D(int) - Method in class org.opensextant.giscore.output.shapefile.ShapefileBaseClass
-
Utility method to test for 3D geometry based on shapeType code
- is3DType(int) - Method in class org.opensextant.giscore.output.shapefile.ShapefileBaseClass
-
This predicate method determines if the specified ESRI shapeType is valid, and then if it is a 2D or a 3D type.
- isAbbreviation() - Method in class org.opensextant.data.Place
- isAbbreviation(char) - Static method in class org.opensextant.util.GeonamesUtility
-
Check if name type is an Abbreviation
- isAbbreviation(String) - Static method in class org.opensextant.util.TextUtils
- isAbbreviation(String, boolean) - Static method in class org.opensextant.util.TextUtils
-
Define what an acronym is: A.B.
- isAbbreviation(Place) - Static method in class org.opensextant.util.GeonamesUtility
-
Wrapper for isAbbreviation(name type)
- isAbsoluteUrl(String) - Static method in class org.opensextant.giscore.input.kml.UrlRef
-
Quick test if href is an absolute URL.
- isAcronym - Variable in class org.opensextant.data.Taxon
-
Acronyms are assumed to be ALL UPPER CASE; granted this does not always apply.
- isAdmin1() - Method in class org.opensextant.data.Place
-
Is this Place a State or Province?
- isAdmin1(String) - Static method in class org.opensextant.util.GeonamesUtility
-
Is this Place a State or Province?
- isAdmin1(Place) - Static method in class org.opensextant.util.GeonamesUtility
- isAdmin2(String) - Static method in class org.opensextant.util.GeonamesUtility
- isAdministrative() - Method in interface org.opensextant.data.Geocoding
- isAdministrative() - Method in class org.opensextant.data.Place
- isAdministrative() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Checks if is administrative.
- isAdministrative(String) - Static method in class org.opensextant.util.GeonamesUtility
-
if a place or feature represents an administrative boundary.
- isAdministrative(String, String) - Static method in class org.opensextant.util.GeonamesUtility
-
Administrative feat class + code test.
- isAfter(TextEntity) - Method in class org.opensextant.extraction.TextEntity
-
Assuming simple whitespace separation or other simple delimiters, is this term following the argument entity?
- isAlpha() - Method in class org.opensextant.extractors.xcoord.Hemisphere
-
Checks if is alpha.
- isArchiveFile(String) - Static method in class org.opensextant.util.FileUtility
-
Check if a file is an archive
- isArchiveFileType(String) - Static method in class org.opensextant.util.FileUtility
-
Allow checking of a file extention; NO prefix "."
- isASCII - Variable in class org.opensextant.data.social.Message
-
True if text is purely ASCII
- isASCII() - Method in class org.opensextant.extraction.TextEntity
-
If non-punctuation content is purely ASCII vs.
- isASCII(byte[]) - Static method in class org.opensextant.util.TextUtils
- isASCII(char) - Static method in class org.opensextant.util.TextUtils
- isASCII(String) - Static method in class org.opensextant.util.TextUtils
-
Early exit test -- return false on first non-ASCII character found.
- isASCIILetter(char) - Static method in class org.opensextant.util.TextUtils
- isASCIIName() - Method in class org.opensextant.data.Place
- isAudio(String) - Static method in class org.opensextant.util.FileUtility
-
Checks file extension of given filepath to see if the format is a known audio type.
- isBalanced() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Checks if is balanced.
- isBefore(TextEntity) - Method in class org.opensextant.extraction.TextEntity
-
Assuming simple whitespace separation or other simple delimiters, is this term preceeding the argument entity?
- isCanceled() - Method in interface org.opensextant.giscore.utils.ICancelable
- isChinese(Character.UnicodeBlock) - Static method in class org.opensextant.util.TextUtils
- isChinese(String) - Static method in class org.opensextant.util.TextUtils
-
Utility method to check if lang ID is Chinese(Traditional or Simplified)...
- isCJK(Character.UnicodeBlock) - Static method in class org.opensextant.util.TextUtils
- isCJK(String) - Static method in class org.opensextant.util.TextUtils
-
Utility method to check if lang ID is Chinese, Korean, or Japanese
- isCode() - Method in class org.opensextant.data.Place
- isCode(char) - Static method in class org.opensextant.util.GeonamesUtility
- isCompressed() - Method in class org.opensextant.giscore.input.kml.KmlBaseReader
- isCompressed() - Method in class org.opensextant.giscore.output.kml.KmlWriter
-
Tests whether the output file is a compressed KMZ file.
- isCoord(double, double) - Static method in class org.opensextant.util.GeodeticUtility
- isCoord(Geocoding) - Static method in class org.opensextant.util.GeodeticUtility
- isCoord(LatLon) - Static method in class org.opensextant.util.GeodeticUtility
- isCoordinate() - Method in interface org.opensextant.data.Geocoding
-
isCoordinate: if this object represents a coordinate
- isCoordinate() - Method in class org.opensextant.data.Place
- isCoordinate() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Note the coordinate nature of this TextMatch/Geocoding takes precedence over other flags isPlace, isCountry, etc.
- isCountry() - Method in interface org.opensextant.data.Geocoding
- isCountry() - Method in class org.opensextant.data.Place
-
Is this Place a Country?
- isCountry() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Checks if is country.
- isCountry(String) - Static method in class org.opensextant.util.GeonamesUtility
-
Is this Place a Country?
- isCountry(Place) - Static method in class org.opensextant.util.GeonamesUtility
-
Wrapper for isCountry(feat code)
- isCountryNameCollision(String) - Static method in class org.opensextant.util.GeonamesUtility
-
Experimental.
- isDatetime(TextMatch) - Static method in class org.opensextant.processing.ResultsUtility
-
Testers for TextMatch: isDatetime macro.
- isdefault - Variable in class org.opensextant.processing.Parameters
-
You the caller must explicitly set isdefault = false; forcing you to actually look at these parameters.
- isDefault() - Method in class org.opensextant.extraction.TextMatch
-
Users of this class should set a non-default type via setType(String), otherwise the match remains default and generic.
- isDistantPast - Variable in class org.opensextant.extractors.xtemporal.DateMatch
-
Flag caller can use to classify if a date match is distant
- isDistantPast(long) - Method in class org.opensextant.extractors.xtemporal.XTemporal
-
Checks if is distant past.
- isDistantPast(Date) - Method in class org.opensextant.extractors.xtemporal.XTemporal
-
Checks if is distant past.
- isDistantPastYMD(Date) - Method in class org.opensextant.extractors.xtemporal.XTemporal
-
if a date is too far in past to likley be a date of the format YYYY-MM-DD.
- isDone() - Method in interface org.opensextant.data.social.JSONListener
-
If listener isDone, then caller should exit
- isDST - Variable in class org.opensextant.data.social.Message
-
isDST = is Daylight Savings Time = true if we think the message timestamp is in a period of DST recognized by the country of origin, or UTC offset.
- isEditable() - Method in class org.opensextant.giscore.events.SimpleField
- isEmpty() - Method in class org.opensextant.giscore.geometry.GeometryBag
-
Returns
true
if this collection contains no elements. - isEnglish - Variable in class org.opensextant.data.social.Message
-
True if processing of text determines tweet is nearly all English.
- isEnglish(String) - Static method in class org.opensextant.util.TextUtils
-
Utility method to check if lang ID is English...
- isEuroLanguage(String) - Static method in class org.opensextant.util.TextUtils
-
European languages = Romance + GER + ENG Extend definition as needed.
- isFeatureClass() - Method in enum org.opensextant.giscore.output.gdb.XmlGdbOutputStream.ElementType
- isFeatureDataset() - Method in enum org.opensextant.giscore.output.gdb.XmlGdbOutputStream.ElementType
- isFilteredOut() - Method in class org.opensextant.extraction.TextMatch
- isFlyToView() - Method in class org.opensextant.giscore.events.NetworkLink
- isFuture - Variable in class org.opensextant.extractors.xtemporal.DateMatch
-
Flag caller can use to classify if date is future relative to a given date, by default TODAY
- isFuture(long) - Method in class org.opensextant.extractors.xtemporal.XTemporal
-
Given the set MAX_DATE_CUTOFF_YEAR, determine if the date epoch is earlier than this.
- isFuture(Date) - Method in class org.opensextant.extractors.xtemporal.XTemporal
-
Checks if is future.
- isGeoinferenced() - Method in class org.opensextant.data.social.Tweet
-
indicate if tweet has any Geo resolution at all, wether it was a given Lat/Lon or derived.
- isGeolocated() - Method in class org.opensextant.data.social.Tweet
-
indicate if tweet is geolocated by an accurate coordinate.
- isGeometry() - Method in enum org.opensextant.giscore.events.SimpleField.Type
- isHexDigit(char) - Static method in class org.opensextant.giscore.input.kml.UrlRef
-
Determines if the specified character is a hexadecimal digit [0-9,a-f,A-F].
- isIdentifier(String) - Static method in class org.opensextant.giscore.input.kml.UrlRef
-
Test for relative identifier.
- isIdentifier(String, boolean) - Static method in class org.opensextant.giscore.input.kml.UrlRef
-
Test for relative identifier.
- isIgnoreInactiveRegionNetworkLinks() - Method in class org.opensextant.giscore.input.kml.KmlReader
-
Flag to ignore networkLinks if the Region is inactive/out-of-view as determined by checking view with BBOX values in viewFormatLabel.
- isImage(String) - Static method in class org.opensextant.util.FileUtility
-
Using Commons getExtension(), determine if the filename represents an image media type.
- isJapanese(Character.UnicodeBlock) - Static method in class org.opensextant.util.TextUtils
-
Checks if char block is uniquely Japanese.
- isJSONGzip(String) - Static method in class org.opensextant.util.FileUtility
-
Tell if the file is JSON/Gzip
- isKmlCompatible() - Method in enum org.opensextant.giscore.events.SimpleField.Type
- isKmz() - Method in class org.opensextant.giscore.input.kml.UrlRef
-
Determines if a UrlRef references a linked reference (networked linked KML, image overlay, icon, model, etc.) in a KMZ file.
- isKorean(Character.UnicodeBlock) - Static method in class org.opensextant.util.TextUtils
-
Likely to be uniquely Korean if the character block is in Hangul.
- isLand(String) - Static method in class org.opensextant.util.GeonamesUtility
- isLatin(String) - Static method in class org.opensextant.util.TextUtils
-
Checks if non-ASCII and non-LATIN characters are present.
- isLeftMatch(TextEntity) - Method in class org.opensextant.extraction.TextEntity
- isLocation(TextMatch) - Static method in class org.opensextant.processing.ResultsUtility
-
Testers for TextMatch: isLocation macro.
- isLower - Variable in class org.opensextant.data.TextInput
-
writable flags that represent some basic assement of your input text.
- isLower() - Method in class org.opensextant.extraction.TextEntity
-
test If text (that has a case sense) is ALL lower case
- isLower(String) - Static method in class org.opensextant.util.TextUtils
- isLowerCaseDocument(int[]) - Static method in class org.opensextant.util.TextUtils
-
This measures the amount of upper case See Upper Case.
- isM(int) - Method in class org.opensextant.giscore.input.shapefile.SingleShapefileInputHandler
-
Utility method to test for geometry that include M values.
- isMaxLinkCountExceeded() - Method in class org.opensextant.giscore.input.kml.KmlReader
-
Flag set true only if the max link count limit has been exceeded on import of NetworkLinks after calling
KmlReader.importFromNetworkLinks()
. - isMiddleEastern(String) - Static method in class org.opensextant.util.TextUtils
-
returns true if language ID is one of Farsi/Dari/Persian, Arabic, Urdu, Pashto
- isMixedCase() - Method in class org.opensextant.data.TextInput
-
Heuristic -- text is neither predominately lower case or upper case.
- isMixedCase() - Method in class org.opensextant.extraction.TextEntity
-
test if text is mixed case.
- isName() - Method in class org.opensextant.data.Place
-
test if Place is a "Name" -- not a code/abbrev or other.
- isName(char) - Static method in class org.opensextant.util.GeonamesUtility
-
Check if name type is an Abbreviation
- isNationalCapital() - Method in class org.opensextant.data.Place
-
Is this Place a National Capital?
- isNationalCapital(String) - Static method in class org.opensextant.util.GeonamesUtility
-
Is this Place a National Capital?
- isNationalCapital(Place) - Static method in class org.opensextant.util.GeonamesUtility
-
wrapper for isNationalCaptial( feat code )
- isNullable() - Method in class org.opensextant.giscore.events.SimpleField
- isNumeric(String) - Static method in class org.opensextant.util.TextUtils
-
Determine if a string is numeric in nature, not necessarily a parsable number.
- ISO_8859_1 - Static variable in class org.opensextant.giscore.output.XmlOutputStreamBase
- ISO_COUNTRY - Static variable in class org.opensextant.output.OpenSextantSchema
-
ISO Country code
- ISO_DATE_FMT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- ISO_DATE_FMT - Variable in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- iso_date_formatter - Static variable in class org.opensextant.data.social.Tweet
- ISO8601DateTimeInterval - Class in org.opensextant.geodesy
-
The ISO8601DateTimeInterval class is a simple wrapper for a time interval with a start and end time.
- ISO8601DateTimeInterval() - Constructor for class org.opensextant.geodesy.ISO8601DateTimeInterval
-
Constructor using the current local time for both start and end times
- ISO8601DateTimeInterval(long, long) - Constructor for class org.opensextant.geodesy.ISO8601DateTimeInterval
-
Constructor using the specified start and end times such that the start time is earlier or equal to the end time.
- ISO8601DateTimeInterval(String) - Constructor for class org.opensextant.geodesy.ISO8601DateTimeInterval
-
Constructor that takes an ISO Date Time String time point or interval.
- ISO8601DateTimePoint - Class in org.opensextant.geodesy
-
The ISO8601DateTimePoint class is a simple wrapper for a time instant standardized as a number of milliseconds since midnight Jan 1, 1970 GMT.
- ISO8601DateTimePoint() - Constructor for class org.opensextant.geodesy.ISO8601DateTimePoint
-
Constructor using the current local time for start time
- ISO8601DateTimePoint(long) - Constructor for class org.opensextant.geodesy.ISO8601DateTimePoint
-
Constructor using the specified start time
- ISO8601DateTimePoint(String) - Constructor for class org.opensextant.geodesy.ISO8601DateTimePoint
-
Constructor that takes an ISO Date Time String to be interpreted as an instant in time (start of interval if partial date time specified).
- isOpen() - Method in class org.opensextant.giscore.events.ContainerStart
-
Specifies whether a Container (Document or Folder) appears closed or open when first loaded into the Places panel.
- isOpen() - Method in interface org.opensextant.giscore.events.IContainerType
-
Specifies whether a Container (Document or Folder) appears closed or open when first loaded.
- isOpen() - Method in class org.opensextant.giscore.events.NetworkLink
-
Specifies whether a Container (Document or Folder) appears closed or open when first loaded into the Places panel.
- isOverlap(TextEntity) - Method in class org.opensextant.extraction.TextEntity
- isPlace() - Method in interface org.opensextant.data.Geocoding
- isPlace() - Method in class org.opensextant.data.Place
- isPlace() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Checks if is place.
- isPlainText(String) - Static method in class org.opensextant.util.FileUtility
-
Test is a path or file extension ends with .txt NPE if null is passed in.
- isPoliticalEntity(String) - Static method in class org.opensextant.util.GeonamesUtility
-
Test if a feature is a political entity ~ country, territory, sovereign land
- isPoliticalEntity(Place) - Static method in class org.opensextant.util.GeonamesUtility
-
Test is Place feature is coded as PCL* (PCL, PCLIX, PCLH, PCLD, PCLF, PCLS, etc)
- isPopulated() - Method in class org.opensextant.data.Place
-
if feature class for this location is 'P' for populated place.
- isPopulated(String) - Static method in class org.opensextant.util.GeonamesUtility
- isPostal() - Method in class org.opensextant.data.Place
-
Determines if this feature instance is a postal zone, coded "A/POST"
- isPostal(String) - Static method in class org.opensextant.util.GeonamesUtility
- isPostal(Place) - Static method in class org.opensextant.util.GeonamesUtility
- isPrimaryLanguage(String) - Method in class org.opensextant.data.Country
- isPrimaryLanguage(String, String) - Method in class org.opensextant.util.GeonamesUtility
-
If lang is primary lang.
- isRefreshVisibility() - Method in class org.opensextant.giscore.events.NetworkLink
- isRequired() - Method in class org.opensextant.giscore.events.SimpleField
- isRewriteStyleUrls() - Method in class org.opensextant.giscore.input.kml.KmlReader
- isRightMatch(TextEntity) - Method in class org.opensextant.extraction.TextEntity
- isRomanceLanguage(String) - Static method in class org.opensextant.util.TextUtils
-
Romance languages = SPA + POR + ITA + FRA + ROM Extend definition as needed.
- isSame(String) - Method in class org.opensextant.extraction.TextMatch
-
Case-insensitive comparison to another string
- isSame(Place) - Method in class org.opensextant.data.Place
- isSameMatch(TextEntity) - Method in class org.opensextant.extraction.TextEntity
- isSameNorm(TextMatch) - Method in class org.opensextant.extraction.TextMatch
-
Compare the normalized string for this match to that of another.
- isShortName() - Method in class org.opensextant.data.Place
-
Alias for "isAbbreviation() || isCode()"
- isSpoken(String) - Method in class org.opensextant.data.Country
- isSpot() - Method in class org.opensextant.data.Place
- isSpot(String) - Static method in class org.opensextant.util.GeonamesUtility
- isSpreadsheet(String) - Static method in class org.opensextant.util.FileUtility
-
Simple check if a file is typed as a Spreadsheet Tab-delimited .txt files or .dat files may be valid spreadsheets, however this method does not look inside files.
- isSupported(String) - Static method in class org.opensextant.output.FormatterFactory
-
Check if this is a known format
- isTable() - Method in enum org.opensextant.giscore.output.gdb.XmlGdbOutputStream.ElementType
- isTerritory - Variable in class org.opensextant.data.Country
- IStreamVisitor - Interface in org.opensextant.giscore
- isUpper - Variable in class org.opensextant.data.TextInput
- isUpper() - Method in class org.opensextant.extraction.TextEntity
-
test If text (that has a case sense) is ALL upper case
- isUpper(String) - Static method in class org.opensextant.util.TextUtils
-
For measuring the upper-case-ness of short texts.
- isUpperAdmin() - Method in class org.opensextant.data.Place
-
macro for detecting ADM1 or ADM2
- isUpperAdminLevel(String) - Static method in class org.opensextant.util.GeonamesUtility
-
Macro for reasoning with upper common levels of boundaries - province, districts.
- isUpperCaseDocument(int[]) - Static method in class org.opensextant.util.TextUtils
-
First measureCase(Text) to acquire counts, then call this routine for a heuristic that suggests the text is mainly upper case.
- isUppercaseName() - Method in class org.opensextant.data.Place
- isValid() - Method in class org.opensextant.giscore.filegdb.GDB
- isValidEastingNorthing(String, boolean) - Static method in class org.opensextant.extractors.xcoord.MGRSParser
-
A hueuristic from looking at real data, real text artifacts - typos, line endings, whitespace wrapping, etc.
- isValidNonZeroCoordinate(double, double) - Static method in class org.opensextant.util.GeodeticUtility
-
A common check required by practical applications -- 0,0 is not interesting, so this is a simple java-based check.
- isValue(String) - Static method in class org.opensextant.data.social.Tweet
- isValue(String) - Static method in class org.opensextant.data.social.TweetUtility
- isValue(String) - Static method in class org.opensextant.util.GeonamesUtility
- isValue(Collection<?>) - Method in class org.opensextant.annotations.DeepEyeData
- isValue(List<?>) - Static method in class org.opensextant.data.social.Tweet
- isValue(Map<?, ?>) - Method in class org.opensextant.annotations.DeepEyeData
- isValue(JsonObject) - Static method in class org.opensextant.data.social.Tweet
- isVideo(String) - Static method in class org.opensextant.util.FileUtility
-
Checks file extension of given filepath to see if the format is a known video type.
- isWebURL(String) - Static method in class org.opensextant.util.FileUtility
-
Check if path or URL is a webpage.
- isWindowsSystem() - Static method in class org.opensextant.util.FileUtility
-
A way of determining OS Beware, OS X has Darwin in its full OS name.
- isWithin(TextEntity) - Method in class org.opensextant.extraction.TextEntity
- isWithinChars(TextEntity, int) - Method in class org.opensextant.extraction.TextEntity
-
Proximity test between this text span and another This is A; B is input.
- isXMLCombiningChar(char) - Static method in class org.opensextant.giscore.input.kml.UrlRef
-
This is a utility function for determining whether a specified character is a combining character according to production 87 of the XML 1.0 specification.
- isXMLDigit(char) - Static method in class org.opensextant.giscore.input.kml.UrlRef
-
This is a utility function for determining whether a specified Unicode character is a digit according to production 88 of the XML 1.0 specification.
- isXMLExtender(char) - Static method in class org.opensextant.giscore.input.kml.UrlRef
-
This is a utility function for determining whether a specified character is an extender according to production 88 of the XML 1.0 specification.
- isXMLLetter(char) - Static method in class org.opensextant.giscore.input.kml.UrlRef
-
This is a utility function for determining whether a specified character is a letter according to production 84 of the XML 1.0 specification.
- isXMLNameCharacter(char) - Static method in class org.opensextant.giscore.input.kml.UrlRef
-
This is a utility function for determining whether a specified character is a name character according to production 4 of the XML 1.0 specification.
- isXMLNameStartCharacter(char) - Static method in class org.opensextant.giscore.input.kml.UrlRef
-
This is a utility function for determining whether a specified character is a legal name start character according to production 5 of the XML 1.0 specification.
- isZero() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Convenience method for determining if XY = 0,0.
- isZeroCoord(double, double) - Static method in class org.opensextant.util.GeodeticUtility
-
Just tests if location is not 0,0 ...
- italianLang - Static variable in class org.opensextant.util.TextUtils
- ITEM - Static variable in interface org.opensextant.giscore.output.rss.IRss
- iterator() - Method in class org.opensextant.giscore.geometry.GeometryBag
- iterator() - Method in class org.opensextant.giscore.geometry.Line
-
This method returns an iterator for cycling through the Points in this Line.
- iterator() - Method in class org.opensextant.giscore.geometry.LinearRing
-
This method returns an iterator for cycling through the Points in this Ring.
- iterator() - Method in class org.opensextant.giscore.geometry.MultiLine
-
This method returns an iterator for cycling through Lines in this MultiLine.
- iterator() - Method in class org.opensextant.giscore.geometry.MultiLinearRings
-
This method returns an iterator for cycling through the Rings in this Object.
- iterator() - Method in class org.opensextant.giscore.geometry.MultiPoint
-
This method returns an iterator for cycling through the geodetic Points in this MultiPoint.
- iterator() - Method in class org.opensextant.giscore.geometry.MultiPolygons
-
This method returns an iterator for cycling through the Polygons in this Object.
- iterator() - Method in class org.opensextant.giscore.geometry.Polygon
-
This method returns an iterator for cycling through the inner rings in this Object.
- IXmlGdb - Interface in org.opensextant.giscore.input.gdb
-
This interface contains all the values and element tags for creating the ESRI Gdb Xml interchange document format.
J
- japaneseLang - Static variable in class org.opensextant.util.TextUtils
- JAVA_0_DATE_YEAR - Static variable in class org.opensextant.extractors.xtemporal.XTemporal
-
The Constant JAVA_0_DATE_YEAR.
- JSONListener - Interface in org.opensextant.data.social
K
- key - Variable in class org.opensextant.data.GeoBase
-
identifier ID
- KEY - Static variable in interface org.opensextant.giscore.input.kml.IKml
- keys() - Method in class org.opensextant.giscore.events.StyleMap
-
Get collection of keys associated with this StyleMap
- keys() - Method in class org.opensextant.giscore.output.FeatureSorter
- KML - Enum constant in enum org.opensextant.giscore.DocumentType
- KML - Static variable in interface org.opensextant.giscore.input.kml.IKml
- KML_NS - Static variable in interface org.opensextant.giscore.input.kml.IKml
- KmlBaseReader - Class in org.opensextant.giscore.input.kml
-
URL rewriting logic extracted from KmlReader handles low-level rewriting URL href if relative link along with some other helper methods.
- KMLFormatter - Class in org.opensextant.output
-
A formatter for KML output that uses GISCore API.
- KMLFormatter() - Constructor for class org.opensextant.output.KMLFormatter
- KmlInputStream - Class in org.opensextant.giscore.input.kml
-
Read a Google Earth Keyhole Markup Language (KML) file in as an input stream one event at a time.
- KmlInputStream(InputStream) - Constructor for class org.opensextant.giscore.input.kml.KmlInputStream
- KmlInputStream(InputStream, Object[]) - Constructor for class org.opensextant.giscore.input.kml.KmlInputStream
-
Creates a
KmlInputStream
and saves its argument, the input streaminput
, for later use. - KmlOutputStream - Class in org.opensextant.giscore.output.kml
-
The KML output stream creates a result KML file using the given output stream.
- KmlOutputStream(OutputStream) - Constructor for class org.opensextant.giscore.output.kml.KmlOutputStream
-
Ctor
- KmlOutputStream(OutputStream, Object[]) - Constructor for class org.opensextant.giscore.output.kml.KmlOutputStream
-
Standard ctor
- KmlOutputStream(OutputStream, String) - Constructor for class org.opensextant.giscore.output.kml.KmlOutputStream
-
Ctor
- KmlReader - Class in org.opensextant.giscore.input.kml
-
Wrapper to
KmlInputStream
that handles various house cleaning of parsing KML and KMZ sources. - KmlReader(File) - Constructor for class org.opensextant.giscore.input.kml.KmlReader
-
Creates a
KmlReader
and attempts to read all GISObjects from theFile
. - KmlReader(InputStream, boolean, URL, Proxy) - Constructor for class org.opensextant.giscore.input.kml.KmlReader
-
Create KmlReader using provided InputStream.
- KmlReader(InputStream, URL, Proxy) - Constructor for class org.opensextant.giscore.input.kml.KmlReader
-
Create KmlReader using provided InputStream.
- KmlReader(URL) - Constructor for class org.opensextant.giscore.input.kml.KmlReader
-
Creates a
KmlStreamReader
and attempts to read all GISObjects from a stream created from theURL
. - KmlReader(URL, Proxy) - Constructor for class org.opensextant.giscore.input.kml.KmlReader
-
Creates a
KmlStreamReader
and attempts to read all GISObjects from a stream created from theURL
. - KmlReader.ImportEventHandler - Interface in org.opensextant.giscore.input.kml
-
ImportEventHandler interface used for callers to implement handling of GISObjects encountered as NetworkLinks are parsed.
- KmlRegionBox - Class in org.opensextant.giscore.utils
-
Create KML output with bounding box outlines from KML regions.
- KmlRegionBox() - Constructor for class org.opensextant.giscore.utils.KmlRegionBox
- kmlValue - Variable in enum org.opensextant.giscore.events.ScreenLocation.UNIT
- KmlWriter - Class in org.opensextant.giscore.output.kml
-
Wrapper to
KmlOutputStream
for handling the common steps needed to create basic KML or KMZ files. - KmlWriter(File) - Constructor for class org.opensextant.giscore.output.kml.KmlWriter
-
Construct a KmlWriter which starts writing a KML document into the specified KML or KMZ file.
- KmlWriter(File, String) - Constructor for class org.opensextant.giscore.output.kml.KmlWriter
-
Construct a
KmlWriter
which starts writing a KML document into the specified KML or KMZ file. - KmlWriter(KmlOutputStream) - Constructor for class org.opensextant.giscore.output.kml.KmlWriter
-
Construct a KmlWriter with KmlOutputStream.
- KMZ - Enum constant in enum org.opensextant.giscore.DocumentType
- KmzOutputStream - Class in org.opensextant.giscore.output.kml
-
The kmz output stream creates a result KMZ file using the given output stream.
- KmzOutputStream(OutputStream) - Constructor for class org.opensextant.giscore.output.kml.KmzOutputStream
-
Creates a
KmzOutputStream
by opening a ZipOutputStream on the output stream. - KmzOutputStream(OutputStream, Object[]) - Constructor for class org.opensextant.giscore.output.kml.KmzOutputStream
-
Creates a
KmzOutputStream
by opening a ZipOutputStream on the output stream. - KmzOutputStream(OutputStream, String) - Constructor for class org.opensextant.giscore.output.kml.KmzOutputStream
-
Creates a
KmzOutputStream
by opening a ZipOutputStream on the output stream. - KNOWN_NAME_COLLISIONS - Static variable in class org.opensextant.util.GeonamesUtility
-
Experimental.
- koreanLang - Static variable in class org.opensextant.util.TextUtils
L
- label - Variable in class org.opensextant.data.Country.TZ
- LABEL_STYLE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- lang - Variable in class org.opensextant.data.social.Message
-
Language of the message; not usually given unless inferred by someone or something.
- LangDetect - Class in org.opensextant.extractors.langid
-
Wrapper around cybozu labs langdetect.
- LangDetect() - Constructor for class org.opensextant.extractors.langid.LangDetect
-
Default use requires you unpack LangDetect profiles here: /langdetect-profiles
- LangDetect(int) - Constructor for class org.opensextant.extractors.langid.LangDetect
-
If you anticipate working with short text - queries, tweets, excerpts, etc.
- LangDetect(int, String) - Constructor for class org.opensextant.extractors.langid.LangDetect
- LangDetect(String) - Constructor for class org.opensextant.extractors.langid.LangDetect
- langid - Variable in class org.opensextant.data.TextInput
- langid - Variable in class org.opensextant.extractors.langid.LangID
- LangID - Class in org.opensextant.extractors.langid
- LangID(String, double, boolean) - Constructor for class org.opensextant.extractors.langid.LangID
- Language - Class in org.opensextant.data
-
Simple mapping of ISO 639 id to display name for languages
- Language(String, String) - Constructor for class org.opensextant.data.Language
- Language(String, String, String) - Constructor for class org.opensextant.data.Language
-
A normalize view of a Language - ISO 639-2 and -1 codes and display name codes are lower cased.
- LANGUAGE - Static variable in interface org.opensextant.giscore.output.rss.IRss
- LANGUAGE_ID_GROUP_CJK - Static variable in class org.opensextant.extractors.langid.LangDetect
- LANGUAGE_ID_GROUP_ENGLISH - Static variable in class org.opensextant.extractors.langid.LangDetect
- LANGUAGE_ID_GROUP_UNKNOWN - Static variable in class org.opensextant.extractors.langid.LangDetect
- LanguageCharacterization - Class in org.opensextant.data
- LanguageCharacterization() - Constructor for class org.opensextant.data.LanguageCharacterization
- languagesInCountry(String) - Method in class org.opensextant.util.GeonamesUtility
- lat - Variable in class org.opensextant.geodesy.Geodetic2DPoint
- LAT - Static variable in class org.opensextant.output.OpenSextantSchema
- LAT_DEGREE_PRECISION - Static variable in class org.opensextant.extractors.xcoord.PrecisionScales
- LAT_LON_ALT_BOX - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LAT_LON_BOX - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LAT_MAX - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- LAT_MAX - Static variable in class org.opensextant.util.GeodeticUtility
- lat_text - Variable in class org.opensextant.extractors.xcoord.GeocoordMatch
-
The lat text.
- latitude - Variable in class org.opensextant.data.GeoBase
- Latitude - Class in org.opensextant.geodesy
-
The Latitude class extends Angle to restrict its value to be between -90° and +90°, and to provide parsing and formatting with hemisphere indicator suffix ('N' or 'S') ser instead of numeric sign.
- Latitude() - Constructor for class org.opensextant.geodesy.Latitude
-
The default constructor makes a Latitude object at the Equator (value of zero radians).
- Latitude(double) - Constructor for class org.opensextant.geodesy.Latitude
-
This constructor assumes Latitude angle units are in decimal radians.
- Latitude(double, int) - Constructor for class org.opensextant.geodesy.Latitude
-
This constructor takes latitude angle value and units designator.
- Latitude(int, int, double) - Constructor for class org.opensextant.geodesy.Latitude
-
This constructor takes numeric degree, minutes, seconds components for Latitude.
- Latitude(String) - Constructor for class org.opensextant.geodesy.Latitude
-
This constructor takes a latitude formatted as a string.
- Latitude(Angle) - Constructor for class org.opensextant.geodesy.Latitude
-
This constructor takes an Angle object for Latitude.
- LATITUDE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LatLon - Interface in org.opensextant.data
- LatLonParser - Class in org.opensextant.geodesy
-
LatLonParser
- LatLonParser() - Constructor for class org.opensextant.geodesy.LatLonParser
-
LatLonParser
- LEFT_LONGITUDE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- length - Variable in class org.opensextant.giscore.filegdb.Table.FieldInfo
- LENGTH - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- LENGTH_FIELD_NAME - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- LibraryLoader - Class in org.opensextant.giscore.utils
-
Given a basic package where the libraries are stored, save the library to the filesystem and then load the library into the runtime.
- LibraryLoader(Package, String, boolean) - Constructor for class org.opensextant.giscore.utils.LibraryLoader
-
Ctor
- LIGHT_GRAY - Static variable in class org.opensextant.giscore.utils.Color
- lightGray - Static variable in class org.opensextant.giscore.utils.Color
- Line - Class in org.opensextant.giscore.geometry
-
The Line class represents an ordered list of Geodetic2DPoint points for input and output in GIS formats such as ESRI Shapefiles or Google Earth KML files.
- Line() - Constructor for class org.opensextant.giscore.geometry.Line
-
Empty ctor for object io.
- Line(List<Point>) - Constructor for class org.opensextant.giscore.geometry.Line
-
The Constructor takes a list of points and initializes a Geometry Object for this Line.
- Line(Geodetic2DBounds) - Constructor for class org.opensextant.giscore.geometry.Line
-
This Constructor takes a bounding box and initializes a Line Object for it.
- LINE - Enum constant in enum org.opensextant.giscore.geometry.Circle.HintType
- LINE - Static variable in interface org.opensextant.giscore.output.rss.IRss
- LINE_STRING - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LINE_STYLE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LINEAR_RING - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LinearRing - Class in org.opensextant.giscore.geometry
-
The LinearRing class represents an ordered list of Geodetic2DPoint points for input and output in GIS formats such as ESRI Shapefiles or Google Earth KML files.
- LinearRing() - Constructor for class org.opensextant.giscore.geometry.LinearRing
-
Empty ctor for object io.
- LinearRing(List<Point>) - Constructor for class org.opensextant.giscore.geometry.LinearRing
-
This Constructor takes a list of points and initializes a Geometry Object for this Ring.
- LinearRing(List<Point>, boolean) - Constructor for class org.opensextant.giscore.geometry.LinearRing
-
This Constructor takes a list of points and initializes a Geometry Object for this Ring, performing topology validation if requested.
- LinearRing(Geodetic2DBounds) - Constructor for class org.opensextant.giscore.geometry.LinearRing
-
This Constructor takes a bounding box and initializes a LinearRing Object for it.
- LinearRingPropertyEditor - Class in org.opensextant.giscore.editors
-
Convert a string to a ring.
- LinearRingPropertyEditor() - Constructor for class org.opensextant.giscore.editors.LinearRingPropertyEditor
- lineno() - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Returns the current line number.
- LINK - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LINK - Static variable in interface org.opensextant.giscore.output.rss.IRss
- list(JsonArray) - Static method in class org.opensextant.annotations.DeepEyeData
-
utility -- get list from jsonarray.
- list(JsonObject) - Static method in class org.opensextant.annotations.DeepEyeData
- LIST_ITEM_TYPE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LIST_STYLE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- loadCountryLanguages() - Method in class org.opensextant.util.GeonamesUtility
-
Parse metadata from geonames.org (file in CLASSPATH @ /geonames.org/countryInfo.txt) and populate existing Country objects with language metadata.
- loadDict(InputStream, boolean) - Static method in class org.opensextant.util.FileUtility
-
The do all method.
- loadDictionary(File, boolean) - Static method in class org.opensextant.util.FileUtility
-
Load a word list from a file path.
- loadDictionary(String, boolean) - Static method in class org.opensextant.util.FileUtility
-
A generic word list loader.
- loadDictionary(URL, boolean) - Static method in class org.opensextant.util.FileUtility
-
A generic word list loader.
- loadFromDirectory(String) - Method in class org.opensextant.giscore.input.gdb.FileGDBLibraryLoader
-
Method uses knowledge of the workspace layout to load the appropriate library when testing and debugging
- loadLibrary() - Method in class org.opensextant.giscore.input.gdb.FileGDBLibraryLoader
- loadLibrary() - Method in class org.opensextant.giscore.utils.LibraryLoader
-
General load library method to be used during normal initialization
- loadMajorCities(InputStream) - Static method in class org.opensextant.util.GeonamesUtility
-
Load the Geonames.org majorcities data file.
- loadMajorCities(String) - Static method in class org.opensextant.util.GeonamesUtility
-
Geonames.org data set: citiesN.txt
- loadUSStateMetadata() - Method in class org.opensextant.util.GeonamesUtility
-
TODO: This is mildly informed by geonames.org, however even there we are still missing a mapping between ADM1 FIPS/ISO codes for a state and the Postal codes/abbreviations.
- loadWorldAdmin1Metadata() - Method in class org.opensextant.util.GeonamesUtility
-
Source: geonames.org ADM1 codes/names in anglo/ASCII form.
- LOC - Static variable in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- LOCATION - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LOCATION_FLD - Static variable in class org.opensextant.data.social.Tweet
- locationCC - Variable in class org.opensextant.data.social.Message
-
Location Country Code if inferred or given.
- LOD - Static variable in interface org.opensextant.giscore.input.kml.IKml
- log - Variable in class org.opensextant.extractors.flexpat.AbstractFlexPat
- log - Variable in class org.opensextant.extractors.flexpat.RegexPatternManager
- log - Static variable in class org.opensextant.giscore.input.kml.KmlInputStream
- log - Variable in class org.opensextant.output.AbstractFormatter
- log - Variable in class org.opensextant.output.AbstractGenericFormatter
- log - Variable in class org.opensextant.output.GISDataModel
- log - Variable in class org.opensextant.processing.XtractorGroup
-
API: child implementations should recreate their own logger.
- lon - Variable in class org.opensextant.geodesy.Geodetic2DPoint
- LON - Static variable in class org.opensextant.output.OpenSextantSchema
- LON_MAX - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- LON_MAX - Static variable in class org.opensextant.util.GeodeticUtility
- lon_text - Variable in class org.opensextant.extractors.xcoord.GeocoordMatch
-
The lon text.
- LONG - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- longitude - Variable in class org.opensextant.data.GeoBase
- Longitude - Class in org.opensextant.geodesy
-
The Longitude class extends Angle to provide parsing and formatting with direction indicator suffix ('E' or 'W') from the Prime Meridian instead of numeric sign.
- Longitude() - Constructor for class org.opensextant.geodesy.Longitude
-
The default constructor makes a Longitude object at the Prime Meridian (value of zero radians).
- Longitude(double) - Constructor for class org.opensextant.geodesy.Longitude
-
This constructor assumes Longitude angle units are in decimal radians.
- Longitude(double, int) - Constructor for class org.opensextant.geodesy.Longitude
-
This constructor takes longitude angle value and units designator.
- Longitude(int, int, double) - Constructor for class org.opensextant.geodesy.Longitude
-
This constructor takes numeric degree, minutes, seconds components for Longitude.
- Longitude(String) - Constructor for class org.opensextant.geodesy.Longitude
-
This constructor takes a longitude formatted as a string.
- Longitude(Angle) - Constructor for class org.opensextant.geodesy.Longitude
-
This constructor takes an Angle object for Longitude.
- LONGITUDE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- longValue() - Method in class org.opensextant.giscore.utils.DateTime
- LOOK_AT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LOOKAT_HEADING - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LOOKAT_LAT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LOOKAT_LON - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LOOKAT_RANGE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LOOKAT_TERRAIN_ALT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LOOKAT_TERRAIN_LAT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LOOKAT_TERRAIN_LON - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LOOKAT_TILT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- LOWER_CASE - Static variable in class org.opensextant.extractors.poli.PoliMatch
- lowerCaseMode(boolean) - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Specifies whether word tokens should be converted to lower case when they are stored in
sval
.
M
- M_ORIGIN - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- M_SCALE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- M_TOLERANCE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- MACAddress - Class in org.opensextant.extractors.poli.data
- MACAddress() - Constructor for class org.opensextant.extractors.poli.data.MACAddress
- magenta - Static variable in class org.opensextant.giscore.utils.Color
- MAGENTA - Static variable in class org.opensextant.giscore.utils.Color
- main(String[]) - Static method in class org.opensextant.giscore.utils.KmlRegionBox
- main(String[]) - Static method in class org.opensextant.giscore.utils.Shape2Kml
- makeDirectory(File) - Static method in class org.opensextant.util.FileUtility
-
Utility for making dirs
- makeDirectory(String) - Static method in class org.opensextant.util.FileUtility
-
Utility for making dirs
- map(JsonObject) - Static method in class org.opensextant.annotations.DeepEyeData
- mapMajorCityIDs(List<Place>) - Static method in class org.opensextant.util.GeonamesUtility
-
Convenience: prepare a map for lookup by ID.
- mapPopulationByLocation(List<Place>) - Static method in class org.opensextant.util.GeonamesUtility
-
See mapPopulationByLocation(list, int).
- mapPopulationByLocation(List<Place>, int) - Static method in class org.opensextant.util.GeonamesUtility
-
This organizes population data by geohash.
- match - Variable in class org.opensextant.extractors.flexpat.PatternTestCase
- match_class - Variable in class org.opensextant.extractors.flexpat.RegexPattern
- match_classname - Variable in class org.opensextant.extractors.flexpat.RegexPattern
-
Name of a Java class that extends TextMatch and implements user's normalization routines.
- match_DateTime(boolean) - Method in class org.opensextant.extractors.xtemporal.XTemporal
-
enable date time patterns
- match_DayMonYear(boolean) - Method in class org.opensextant.extractors.xtemporal.XTemporal
-
enable day mon year.
- match_DD(boolean) - Method in class org.opensextant.extractors.xcoord.XCoord
-
Enable matching of DD patterns
- match_DM(boolean) - Method in class org.opensextant.extractors.xcoord.XCoord
-
Enable matching of DM patterns
- match_DMS(boolean) - Method in class org.opensextant.extractors.xcoord.XCoord
-
Enable matching of DMS patterns
- match_groups - Variable in class org.opensextant.extractors.poli.PoliMatch
- match_id - Variable in class org.opensextant.extraction.TextEntity
- MATCH_METHOD - Static variable in class org.opensextant.output.OpenSextantSchema
-
The method used to match the data in MATCH TEXT
- match_MGRS(boolean) - Method in class org.opensextant.extractors.xcoord.XCoord
-
Enable matching of MGRS patterns
- match_MonDayYear(boolean) - Method in class org.opensextant.extractors.xtemporal.XTemporal
-
enable mon day year patterns.
- MATCH_TEXT - Static variable in class org.opensextant.output.OpenSextantSchema
-
Match Text captures the raw text matched by the tagger.
- match_UTM(boolean) - Method in class org.opensextant.extractors.xcoord.XCoord
-
Enable matching of UTM patterns
- match_width - Variable in class org.opensextant.extractors.flexpat.AbstractFlexPat
-
CHARS.
- MatcherUtils - Class in org.opensextant.extraction
- MatcherUtils() - Constructor for class org.opensextant.extraction.MatcherUtils
- matches - Variable in class org.opensextant.extraction.ExtractionResult
- matches - Variable in class org.opensextant.extractors.flexpat.TextMatchResult
- MatchFilter - Class in org.opensextant.extraction
-
The Class MatchFilter.
- MatchFilter() - Constructor for class org.opensextant.extraction.MatchFilter
-
free-form filter
- MatchFilter(String) - Constructor for class org.opensextant.extraction.MatchFilter
-
Instantiates a new match filter.
- MatchFilter(URL) - Constructor for class org.opensextant.extraction.MatchFilter
- MatchInterpreter - Interface in org.opensextant.output
- MatchSchema - Interface in org.opensextant.data
-
Improving control over Xponents schema fields and common, constant values.
- MAX_ALTITUDE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- MAX_CHARLEN - Static variable in interface org.opensextant.giscore.input.dbf.IDbfConstants
- MAX_ERROR_COUNT - Static variable in class org.opensextant.data.social.TweetLoader
-
The internals of parsing a JSON file of tweets.
- MAX_FADE_EXTENT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- MAX_LOD_PIXELS - Static variable in interface org.opensextant.giscore.input.kml.IKml
- MAX_NORTH_LATDEG - Static variable in class org.opensextant.geodesy.UTM
- MAX_SOUTH_LATDEG - Static variable in class org.opensextant.geodesy.UPS
- MAX_YEARS_AGO - Static variable in class org.opensextant.extractors.xcoord.MGRSFilter
-
The max years ago.
- maxElev - Variable in class org.opensextant.geodesy.Geodetic3DBounds
- maxLatDegrees(char) - Static method in class org.opensextant.geodesy.UTM
-
This method returns the exclusive maximum latitude (in decimal degrees) for the given UTM latitude band char (extra half degree of allowance not included).
- maxLonDegrees(int, char) - Static method in class org.opensextant.geodesy.UTM
-
This method determines the maximum longitude (in degrees) for a given lon zone & lat band.
- maxNorthing(int, char) - Static method in class org.opensextant.geodesy.UTM
-
This method returns the maximum northing value (in meters) for the specified latitude band.
- md5_id(byte[]) - Static method in class org.opensextant.util.TextUtils
-
Deprecated.not MD5 specific. Use #b2hex() instead
- MDY_FAMILY - Static variable in class org.opensextant.extractors.xtemporal.XTConstants
- measureCase(String) - Static method in class org.opensextant.util.TextUtils
-
Measure character count, upper, lower, non-Character, whitespace
- measureCJKText(String) - Static method in class org.opensextant.util.TextUtils
-
Returns a ratio of Chinese/Japanese/Korean characters: CJK chars / ALL TODO: needs testing; not sure if this is sustainable if block; or if it is comprehensive.
- Mention() - Constructor for class org.opensextant.data.social.Tweet.Mention
- mentionAuthorID - Variable in class org.opensextant.data.social.Tweet.Mention
- mentionAuthorProfileID - Variable in class org.opensextant.data.social.Tweet.Mention
- mentionIDs - Variable in class org.opensextant.data.social.Tweet
- mentions - Variable in class org.opensextant.data.social.Tweet
- merge(Style) - Method in class org.opensextant.giscore.events.Style
-
Merge style into this style.
- message - Variable in class org.opensextant.extractors.flexpat.TextMatchResult
- Message - Class in org.opensextant.data.social
-
Micro Message is the basis for any sort microblog message, SMS, or tweet or other social media post.
- Message() - Constructor for class org.opensextant.data.social.Message
-
Trivial constructor.
- Message(String, String, Date) - Constructor for class org.opensextant.data.social.Message
-
A simple message with an ID, text and a timestamp.
- MESSAGE_MIMETYPE - Static variable in class org.opensextant.util.FileUtility
- MessageParseException - Exception in org.opensextant.data.social
- MessageParseException(String) - Constructor for exception org.opensextant.data.social.MessageParseException
- MessageParseException(String, Exception) - Constructor for exception org.opensextant.data.social.MessageParseException
- METADATA - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- METADATA - Static variable in interface org.opensextant.giscore.input.kml.IKml
- METADATA_RETRIEVED - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- method - Variable in class org.opensextant.data.Place
- MGRS - Class in org.opensextant.geodesy
-
The MGRS class represents a coordinate on the surface of the earth, encoded in the Military Grid Reference System (MGRS).
- MGRS(CharSequence) - Constructor for class org.opensextant.geodesy.MGRS
-
This constructor takes an MGRS coordinate CharSequence, assuming WGS 84 Ellipsoid.
- MGRS(CharSequence, boolean) - Constructor for class org.opensextant.geodesy.MGRS
-
This constructor takes an MGRS coordinate CharSequence and a boolean flag indicating if strict parsing rules should be followed, which can result in an IllegalArgumentException when given encoding is not optimal for the projected point (easting out of range or UPS outside of polar region).
- MGRS(String) - Constructor for class org.opensextant.geodesy.MGRS
-
This constructor takes an MGRS coordinate string, assuming WGS 84 Ellipsoid.
- MGRS(String, boolean) - Constructor for class org.opensextant.geodesy.MGRS
-
This constructor takes an MGRS coordinate String and a boolean flag indicating if strict parsing rules should be followed, which can result in an IllegalArgumentException when given encoding is not optimal for the projected point (easting out of range or UPS outside of polar region).
- MGRS(Ellipsoid, CharSequence) - Constructor for class org.opensextant.geodesy.MGRS
-
This constructor takes an Ellipsoid object and an MGRS coordinate CharSequence.
- MGRS(Ellipsoid, CharSequence, boolean) - Constructor for class org.opensextant.geodesy.MGRS
-
This constructor takes an Ellipsoid object, an MGRS coordinate CharSequence, and a boolean flag indicating whether strict parsing rules should be followed, which can result in an IllegalArgumentException when the given encoding is not optimal for the projected point (easting out of range or UPS outside of polar region).
- MGRS(Ellipsoid, String) - Constructor for class org.opensextant.geodesy.MGRS
-
This constructor takes an Ellipsoid object and an MGRS coordinate string.
- MGRS(Ellipsoid, String, boolean) - Constructor for class org.opensextant.geodesy.MGRS
-
This constructor takes an Ellipsoid object, an MGRS coordinate string, and a boolean flag indicating whether strict parsing rules should be followed, which can result in an IllegalArgumentException when the given encoding is not optimal for the projected point (easting out of range or UPS outside of polar region).
- MGRS(Ellipsoid, Geodetic2DPoint) - Constructor for class org.opensextant.geodesy.MGRS
-
This constructor takes an Ellipsoid object and a Geodetic2DPoint object (lon-lat point).
- MGRS(Ellipsoid, Longitude, Latitude) - Constructor for class org.opensextant.geodesy.MGRS
-
This constructor takes an Ellipsoid object, Longitude and Latitude object values.
- MGRS(Geodetic2DBounds) - Constructor for class org.opensextant.geodesy.MGRS
-
This constructor takes a Geodetic2DBounds bounding box and tries to construct the appropriately precise MGRS coordinate that it corresponds to.
- MGRS(Geodetic2DPoint) - Constructor for class org.opensextant.geodesy.MGRS
-
This constructor takes a Geodetic2DPoint object (lon-lat point), assuming WGS 84 Ellipsoid.
- MGRS(Longitude, Latitude) - Constructor for class org.opensextant.geodesy.MGRS
-
This constructor takes Longitude and Latitude object values, assuming WGS 84 Ellipsoid.
- MGRS_FILTERS_ON - Static variable in class org.opensextant.extractors.xcoord.XConstants
-
RUNTIME FLAGS: filter MGRS coordinates -- date patterns and NUM PER NUM patterns e.g., the ratio "4 per 4000" is not MGRS
- MGRS_offset_precision_list - Static variable in class org.opensextant.extractors.xcoord.PrecisionScales
- MGRS_PATTERN - Static variable in class org.opensextant.extractors.xcoord.XConstants
- MGRS_precision_list - Static variable in class org.opensextant.extractors.xcoord.PrecisionScales
-
Precision appears in pairs, as we tolerate some typo/errors in MGRs.
- MGRS_STRICT_ON - Static variable in class org.opensextant.extractors.xcoord.XConstants
-
Strict MGRS parsing does not allow typos or mismatched Northing/Easting and possibly other parsing problems.
- MGRS2DEC_digits - Static variable in class org.opensextant.extractors.xcoord.PrecisionScales
- MGRSFilter - Class in org.opensextant.extractors.xcoord
-
MGRS Filters include ignoring these patterns: 1234 123456 12345678 1234567890 Recent calendar dates of the form ddMMMyyyy, "14DEC1990" (MGRS: 14D EC 19 90 Recent calendar dates with time, ddMMHHmm, "14DEC1200" Noon on 14DEC.
- MGRSFilter() - Constructor for class org.opensextant.extractors.xcoord.MGRSFilter
-
Instantiates a new MGRS filter.
- MGRSParser - Class in org.opensextant.extractors.xcoord
- MGRSParser() - Constructor for class org.opensextant.extractors.xcoord.MGRSParser
- MIME_TYPE_KML - Static variable in class org.opensextant.giscore.input.kml.UrlRef
- MIME_TYPE_KMZ - Static variable in class org.opensextant.giscore.input.kml.UrlRef
- MIN - Enum constant in enum org.opensextant.extractors.xcoord.DMSOrdinate.Resolution
- MIN_ALTITUDE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- MIN_FADE_EXTENT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- MIN_LANG_DETECT_PROBABILITY - Static variable in class org.opensextant.extractors.langid.LangDetect
- MIN_LENGTH_UNK_TEXT_THRESHOLD - Static variable in class org.opensextant.extractors.langid.LangDetect
-
A simple threshold for demarcating when we might infer simple language ID with minimal content.
- MIN_LOD_PIXELS - Static variable in interface org.opensextant.giscore.input.kml.IKml
- MIN_NORTH_LATDEG - Static variable in class org.opensextant.geodesy.UPS
- MIN_SOUTH_LATDEG - Static variable in class org.opensextant.geodesy.UTM
- minElev - Variable in class org.opensextant.geodesy.Geodetic3DBounds
- minimum_tag_len - Variable in class org.opensextant.processing.Parameters
-
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.
- minLatDegrees(char) - Static method in class org.opensextant.geodesy.UTM
-
This method returns the inclusive minimum latitude (in decimal degrees) for the given UTM latitude band char (extra half degree of allowance not included).
- minLonDegrees(int, char) - Static method in class org.opensextant.geodesy.UTM
-
This method determines the minimum longitude (in degrees) for a given lon zone and lat band.
- minNorthing(char) - Static method in class org.opensextant.geodesy.UTM
-
This method returns the minimum northing value (in meters) for the specified latitude band.
- MINUTE - Enum constant in enum org.opensextant.extractors.xtemporal.DateMatch.TimeResolution
- Model - Class in org.opensextant.giscore.geometry
-
Basic Model object that represents a 3D object described in a COLLADA file as used in a KML context.
- Model() - Constructor for class org.opensextant.giscore.geometry.Model
-
Construct a Model Geometry object.
- MODEL - Static variable in interface org.opensextant.giscore.input.kml.IKml
- MODEL_NAME - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- Money - Class in org.opensextant.extractors.poli.data
- Money() - Constructor for class org.opensextant.extractors.poli.data.Money
- Money(String) - Constructor for class org.opensextant.extractors.poli.data.Money
- Money(Map<String, String>, String) - Constructor for class org.opensextant.extractors.poli.data.Money
- MONTH - Enum constant in enum org.opensextant.extractors.xtemporal.DateMatch.TimeResolution
- ms_fact - Static variable in class org.opensextant.giscore.input.XmlInputStream
- MULTI_GEOMETRY - Static variable in interface org.opensextant.giscore.input.kml.IKml
- MULTI_TRACK - Static variable in interface org.opensextant.giscore.input.kml.IKml
- MultiLine - Class in org.opensextant.giscore.geometry
-
The MultiLine class represents an ordered list of Line objects for input and output in GIS formats such as ESRI Shapefiles or Google Earth KML files.
- MultiLine() - Constructor for class org.opensextant.giscore.geometry.MultiLine
-
Empty ctor for object io.
- MultiLine(List<Line>) - Constructor for class org.opensextant.giscore.geometry.MultiLine
-
The Constructor takes a list of points and initializes a Geometry Object for this MultiPoint.
- MULTILINE_TYPE - Static variable in class org.opensextant.giscore.input.shapefile.SingleShapefileInputHandler
- MULTILINE_TYPE - Static variable in class org.opensextant.giscore.output.shapefile.ShapefileBaseClass
- MultiLinearRings - Class in org.opensextant.giscore.geometry
-
The MultiLinearRings class represents an ordered list of LinearRing objects for input and output in GIS formats such as ESRI Shapefiles or Google Earth KML files.
- MultiLinearRings() - Constructor for class org.opensextant.giscore.geometry.MultiLinearRings
-
Empty ctor for object io.
- MultiLinearRings(List<LinearRing>) - Constructor for class org.opensextant.giscore.geometry.MultiLinearRings
-
This Constructor takes a list of LinearRings and initializes a Geometry object for this MultiLinearRings object.
- MultiLinearRings(List<LinearRing>, boolean) - Constructor for class org.opensextant.giscore.geometry.MultiLinearRings
-
This Constructor takes a list of LinearRings and initializes a Geometry Object for this MultiLinearRings object, performing validation checking if requested.
- MULTINESTEDRINGS_TYPE - Static variable in class org.opensextant.giscore.input.shapefile.SingleShapefileInputHandler
- MULTINESTEDRINGS_TYPE - Static variable in class org.opensextant.giscore.output.shapefile.ShapefileBaseClass
- MultiPoint - Class in org.opensextant.giscore.geometry
-
The MultiPoint class represents a list of geodetic Points for input and output in GIS formats such as ESRI Shapefiles or Google Earth KML files.
- MultiPoint() - Constructor for class org.opensextant.giscore.geometry.MultiPoint
-
Empty ctor for object io.
- MultiPoint(List<Point>) - Constructor for class org.opensextant.giscore.geometry.MultiPoint
-
The Constructor takes a list of points and initializes a Geometry Object for this MultiPoint.
- MULTIPOINT_N - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- MULTIPOINT_TYPE - Static variable in class org.opensextant.giscore.input.shapefile.SingleShapefileInputHandler
- MULTIPOINT_TYPE - Static variable in class org.opensextant.giscore.output.shapefile.ShapefileBaseClass
- MultiPolygons - Class in org.opensextant.giscore.geometry
-
The MultiPolygons class represents an ordered list of Polygon objects for input and output in GIS formats such as ESRI Shapefiles or Google Earth KML files.
- MultiPolygons() - Constructor for class org.opensextant.giscore.geometry.MultiPolygons
-
Empty ctor for object io.
- MultiPolygons(List<Polygon>) - Constructor for class org.opensextant.giscore.geometry.MultiPolygons
-
The Constructor takes a list of Polygon Objects to initialize this
MultiPolygons
object.
N
- name - Variable in class org.opensextant.annotations.Annotation
- name - Variable in class org.opensextant.data.GeoBase
-
any name associated with this place
- name - Variable in class org.opensextant.data.Taxon
-
Node name: citrus.tropical
- name - Variable in class org.opensextant.giscore.events.Common
- name() - Method in class org.opensextant.giscore.data.DocType
- NAME - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- NAME - Static variable in interface org.opensextant.giscore.input.kml.IKml
- name_type - Variable in class org.opensextant.data.Place
- NAME_TYPE - Static variable in class org.opensextant.util.GeonamesUtility
- Namespace - Class in org.opensextant.giscore
-
An XML namespace representation, as well as a factory for creating XML namespace objects.
- namespaces - Variable in class org.opensextant.giscore.output.XmlOutputStreamBase
- NEG_HEMI - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- NEGATIVE - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- NETWORK_LINK - Static variable in interface org.opensextant.giscore.input.kml.IKml
- NETWORK_LINK_CONTROL - Static variable in interface org.opensextant.giscore.input.kml.IKml
- NetworkLink - Class in org.opensextant.giscore.events
-
Represents a remote resource
- NetworkLink() - Constructor for class org.opensextant.giscore.events.NetworkLink
- NetworkLinkControl - Class in org.opensextant.giscore.events
-
Controls the behavior of files fetched by a NetworkLink.
- NetworkLinkControl() - Constructor for class org.opensextant.giscore.events.NetworkLinkControl
- newAttributes() - Method in class org.opensextant.annotations.DeepEyeData
- next() - Method in class org.opensextant.giscore.filegdb.EnumRows
- nextToken() - Method in class org.opensextant.giscore.input.wkt.WKTLexer
-
Get the nextToken.
- nextToken() - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Parses the next token from this tokenizer's source stream or reader.
- NL - Static variable in class org.opensextant.util.TextUtils
- NO_DAY - Static variable in class org.opensextant.extractors.xtemporal.DateNormalization
- NO_DOC_ID - Static variable in interface org.opensextant.extraction.Extractor
-
optional constant - a universal doc ID holder
- NO_HEMISPHERE - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- NO_HEMISPHERE_VALUE - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- NO_MONTH - Static variable in class org.opensextant.extractors.xtemporal.DateNormalization
- NO_NAMESPACE - Static variable in class org.opensextant.giscore.Namespace
-
Define a
Namespace
for when not in a namespace - NO_YEAR - Static variable in class org.opensextant.extractors.xtemporal.DateNormalization
- NONE - Enum constant in enum org.opensextant.extractors.xtemporal.DateMatch.TimeResolution
- NORMAL - Enum constant in enum org.opensextant.giscore.events.Style.ColorMode
- NORMAL - Static variable in class org.opensextant.giscore.events.StyleMap
- normal_case - Variable in class org.opensextant.extractors.poli.PoliMatch
- NormalizationException - Exception in org.opensextant.extraction
- NormalizationException(String) - Constructor for exception org.opensextant.extraction.NormalizationException
- NormalizationException(String, Exception) - Constructor for exception org.opensextant.extraction.NormalizationException
- normalize() - Method in class org.opensextant.extractors.poli.data.EmailAddress
- normalize() - Method in class org.opensextant.extractors.poli.data.MACAddress
- normalize() - Method in class org.opensextant.extractors.poli.data.Money
- normalize() - Method in class org.opensextant.extractors.poli.data.TelephoneNumber
- normalize() - Method in class org.opensextant.extractors.poli.PoliMatch
-
Trim whitespace and convert found text to alpha case configured for this object.
- normalize(String) - Static method in enum org.opensextant.giscore.events.ScreenLocation.UNIT
- normalize_coordinate(GeocoordMatch, Map<String, TextEntity>) - Static method in class org.opensextant.extractors.xcoord.GeocoordNormalization
-
The match object is normalized, setting the coord_text and other data from parsing "text" and knowing which pattern family was matched.
- normalize_day(Map<String, String>) - Static method in class org.opensextant.extractors.xtemporal.DateNormalization
-
Normalize_day.
- normalize_month(Map<String, String>) - Static method in class org.opensextant.extractors.xtemporal.DateNormalization
-
Normalize_month.
- normalize_month_name(Map<String, String>) - Static method in class org.opensextant.extractors.xtemporal.DateNormalization
-
Normalize_month_name.
- normalize_tz(Map<String, String>) - Static method in class org.opensextant.extractors.xtemporal.DateNormalization
-
Z or Zulu is not always recognized as UTC / GMT+0000.
- normalize_year(Map<String, String>) - Static method in class org.opensextant.extractors.xtemporal.DateNormalization
-
Normalize_year.
- normalizeAbbreviation(String) - Static method in class org.opensextant.util.TextUtils
-
Intended only as a filter for punctuation within a word.
- normalizeAdminCode(String) - Static method in class org.opensextant.util.GeonamesUtility
-
Convert and ADM1 or ADM2 id to a normalized form.
- normalizeCountryName(String) - Static method in class org.opensextant.util.GeonamesUtility
-
This may help revert to a more readable country name, e.g., if you are given upper case name and you want some version of it as a proper name But no need to use this if you have good reference data.
- normalizeDate(Map<String, String>, DateMatch) - Static method in class org.opensextant.extractors.xtemporal.DateNormalization
-
For now this reports only DATE and standard TIME fields.
- normalizeFilenameChar(char) - Static method in class org.opensextant.util.FileUtility
-
Tests for valid filename chars for simple normalization A-Z, a-z, _-, 0-9,
- normalizeTextEntity(String) - Static method in class org.opensextant.util.TextUtils
-
Normalization: Clean the ends, Remove Line-endings from middle of entity.
- normalizeTime(Map<String, String>, String) - Static method in class org.opensextant.extractors.xtemporal.DateNormalization
-
Given a field hh, mm, or ss, get field from map and normalize/validate the value.
- normalizeUnicode(String) - Static method in class org.opensextant.util.TextUtils
-
Normalize to "Normalization Form Canonical Decomposition" (NFD) REF: http: //stackoverflow.com/questions/3610013/file-listfiles-mangles-unicode- names-with-jdk-6-unicode-normalization-issues This supports proper file name retrieval from file system, among other things.
- normalizeUrls(IGISObject) - Static method in class org.opensextant.giscore.output.kml.KmlWriter
-
Normalize and restore URLs from internal URIs as rewritten in
KmlReader.read()
if applicable. - NORTH - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- NORTH - Static variable in interface org.opensextant.giscore.input.kml.IKml
- northing - Variable in class org.opensextant.geodesy.Topocentric2DPoint
- NOT_AVAILABLE - Static variable in class org.opensextant.util.FileUtility
- NotAnMGRSBoxException - Exception in org.opensextant.geodesy
-
A specialized exception for MGRS conversions.
- NotAnMGRSBoxException(String) - Constructor for exception org.opensextant.geodesy.NotAnMGRSBoxException
-
Constructs an instance of
NotAnMGRSBoxException
with the specified detail message. - notes - Variable in class org.opensextant.annotations.Record
-
Notes are any text messages you wish to attach to a record DeepEye is not responsible for how such a buffer is maintained.
- NS_GOOGLE_KML_EXT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- NS_GOOGLE_KML_EXT_PREFIX - Static variable in interface org.opensextant.giscore.input.kml.IKml
- NS_OASIS_XAL - Static variable in interface org.opensextant.giscore.input.kml.IKml
- NUL - Static variable in interface org.opensextant.giscore.input.dbf.IDbfConstants
- NULL_OBJECT - Static variable in class org.opensextant.giscore.filegdb.GDB
- NULL_TYPE - Static variable in class org.opensextant.giscore.input.shapefile.SingleShapefileInputHandler
- NULL_TYPE - Static variable in class org.opensextant.giscore.output.shapefile.ShapefileBaseClass
- nullable - Variable in class org.opensextant.giscore.filegdb.Table.FieldInfo
- NullObject - Class in org.opensextant.giscore.events
-
Create a NullObject to indicate an XML element was skipped but parse is recoverable and end of stream not reached yet.
- NUM_SEP - Static variable in class org.opensextant.annotations.AnnotationHelper
-
The Constant NUM_SEP.
- NUMBER - Enum constant in enum org.opensextant.giscore.input.wkt.WKTToken.TokenType
- NumberStreamTokenizer - Class in org.opensextant.giscore.utils
-
Parses a stream into a set of defined tokens, one at a time.
- NumberStreamTokenizer(Reader) - Constructor for class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Constructs a new
StreamTokenizer
withr
as source reader. - NumberStreamTokenizer(String) - Constructor for class org.opensextant.giscore.utils.NumberStreamTokenizer
- nval - Variable in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Contains a number if the current token is a number (
ttype
==TT_NUMBER
).
O
- ObjectBuffer - Class in org.opensextant.giscore.utils
-
A buffer that will hold a fixed amount of data in memory, and overflows into secondary storage if there's too much data to hold in memory (i.e.
- ObjectBuffer() - Constructor for class org.opensextant.giscore.utils.ObjectBuffer
- ObjectBuffer(long) - Constructor for class org.opensextant.giscore.utils.ObjectBuffer
-
Ctor
- ObjectBuffer(long, IObjectCacher) - Constructor for class org.opensextant.giscore.utils.ObjectBuffer
-
Ctor
- offset - Variable in class org.opensextant.annotations.Annotation
-
optional offset
- OFFSET_HALF - Static variable in class org.opensextant.data.social.Message
- OFFSETS_FLD - Static variable in class org.opensextant.annotations.Annotation
- offsetSeparator - Variable in class org.opensextant.extractors.xcoord.GeocoordMatch
-
The offset separator.
- OID - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- OID_FIELD_NAME - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- ONE_YEAR_MS - Static variable in class org.opensextant.extractors.xtemporal.XTemporal
-
The Constant ONE_YEAR_MS.
- OPEN - Static variable in interface org.opensextant.giscore.input.kml.IKml
- OpenSextantSchema - Class in org.opensextant.output
-
GISCore-based output schema.
- OpenSextantSchema() - Constructor for class org.opensextant.output.OpenSextantSchema
- openTable(String) - Method in class org.opensextant.giscore.filegdb.Geodatabase
- openTable(Geodatabase, String) - Static method in class org.opensextant.giscore.filegdb.Table
- optString(JsonObject, String) - Static method in class org.opensextant.data.social.Tweet
-
"", null, or "null" checking.
- orange - Static variable in class org.opensextant.giscore.utils.Color
- ORANGE - Static variable in class org.opensextant.giscore.utils.Color
- ordinaryChar(int) - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Specifies that the character
ch
shall be treated as an ordinary character by this tokenizer. - ordinaryChars(int, int) - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Specifies that the characters in the range from
low
tohi
shall be treated as an ordinary character by this tokenizer. - org.opensextant - package org.opensextant
- org.opensextant.annotations - package org.opensextant.annotations
-
DeepEye is an approach for simplifying typical NLP annotation exchanges.
- org.opensextant.data - package org.opensextant.data
-
Xponents Data Model
- org.opensextant.data.social - package org.opensextant.data.social
-
Social Media Representation
- org.opensextant.extraction - package org.opensextant.extraction
-
Extraction Fundamentals
- org.opensextant.extractors.flexpat - package org.opensextant.extractors.flexpat
-
FlexPat -- A Pattern Definition & Testing Library
- org.opensextant.extractors.langid - package org.opensextant.extractors.langid
-
Language Detection
- org.opensextant.extractors.poli - package org.opensextant.extractors.poli
-
Patterns Of Life (PoLi)
- org.opensextant.extractors.poli.data - package org.opensextant.extractors.poli.data
-
PoLi Patterns: Cyber, Telelphony, Currency examples
- org.opensextant.extractors.xcoord - package org.opensextant.extractors.xcoord
-
XCoord: Geographic Coordinate Extraction
- org.opensextant.extractors.xtemporal - package org.opensextant.extractors.xtemporal
-
XTemporal: Date and Time Pattern Extraction
- org.opensextant.geodesy - package org.opensextant.geodesy
-
An API for working with Geographical coordinates.
- org.opensextant.giscore - package org.opensextant.giscore
- org.opensextant.giscore.data - package org.opensextant.giscore.data
- org.opensextant.giscore.editors - package org.opensextant.giscore.editors
- org.opensextant.giscore.events - package org.opensextant.giscore.events
- org.opensextant.giscore.filegdb - package org.opensextant.giscore.filegdb
- org.opensextant.giscore.geometry - package org.opensextant.giscore.geometry
- org.opensextant.giscore.input - package org.opensextant.giscore.input
- org.opensextant.giscore.input.csv - package org.opensextant.giscore.input.csv
- org.opensextant.giscore.input.dbf - package org.opensextant.giscore.input.dbf
- org.opensextant.giscore.input.gdb - package org.opensextant.giscore.input.gdb
- org.opensextant.giscore.input.kml - package org.opensextant.giscore.input.kml
- org.opensextant.giscore.input.shapefile - package org.opensextant.giscore.input.shapefile
- org.opensextant.giscore.input.wkt - package org.opensextant.giscore.input.wkt
- org.opensextant.giscore.output - package org.opensextant.giscore.output
- org.opensextant.giscore.output.csv - package org.opensextant.giscore.output.csv
- org.opensextant.giscore.output.dbf - package org.opensextant.giscore.output.dbf
- org.opensextant.giscore.output.gdb - package org.opensextant.giscore.output.gdb
- org.opensextant.giscore.output.kml - package org.opensextant.giscore.output.kml
- org.opensextant.giscore.output.rss - package org.opensextant.giscore.output.rss
- org.opensextant.giscore.output.shapefile - package org.opensextant.giscore.output.shapefile
- org.opensextant.giscore.output.wkt - package org.opensextant.giscore.output.wkt
- org.opensextant.giscore.utils - package org.opensextant.giscore.utils
- org.opensextant.output - package org.opensextant.output
-
Xponents Output Formatting using GISCore
- org.opensextant.processing - package org.opensextant.processing
-
Processing Basics: Parameters, Results Handlers, Pipelining
- org.opensextant.util - package org.opensextant.util
-
Utilities for Extraction
- orthodromicDistance(Geodetic2DPoint, Geodetic2DPoint) - Method in class org.opensextant.geodesy.Ellipsoid
-
This method calculates the orthodromic distance in meters between two points, which is the shortest distance between two geodetic points on the surface of this ellipsoid.
- orthodromicDistance(GeoPoint, GeoPoint) - Method in class org.opensextant.geodesy.FrameOfReference
-
This method calculates the orthodromic distance in meters between two GeoPoints, which is the shortest distance between two geodetic points on the surface of the ellipsoid used by this FrameOfReference.
- os - Variable in class org.opensextant.output.GISDataFormatter
- osarch - Variable in class org.opensextant.giscore.utils.LibraryLoader
- osArch() - Method in class org.opensextant.giscore.utils.LibraryLoader
-
Convert the architecture information into a 64/32 flag
- osName() - Method in class org.opensextant.giscore.utils.LibraryLoader
-
Convert os.name from system property to something useful
- OUTER_BOUNDARY_IS - Static variable in interface org.opensextant.giscore.input.kml.IKml
- OUTLINE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- output_coordinate_duplicates - Variable in class org.opensextant.processing.Parameters
-
Is the concept of duplicate filtering more general than for just coords?
- output_filtered - Variable in class org.opensextant.processing.Parameters
-
By default Country Names will not be included in GIS products They should appear in CSV, though.
- output_geohash - Variable in class org.opensextant.processing.Parameters
-
Default is to not generate Geohash
- outputDir - Variable in class org.opensextant.processing.Parameters
- outputExtension - Variable in class org.opensextant.output.AbstractFormatter
-
File extension for callers to know.
- outputExtension - Variable in class org.opensextant.output.AbstractGenericFormatter
-
File extension for callers to know.
- outputFile - Variable in class org.opensextant.processing.Parameters
- outputKml(File, boolean) - Method in class org.opensextant.giscore.utils.Shape2Kml
- outputParams - Variable in class org.opensextant.output.AbstractFormatter
- outputParams - Variable in class org.opensextant.output.AbstractGenericFormatter
-
The output params.
- outputType - Variable in class org.opensextant.output.AbstractFormatter
- outputType - Variable in class org.opensextant.output.AbstractGenericFormatter
-
reflected by extension; an enum in OpenSextant
- outputZipComponents(String, File, ZipOutputStream) - Static method in class org.opensextant.giscore.utils.ZipUtils
-
Outputting data to zip
- overlaps(LinearRing) - Method in class org.opensextant.giscore.geometry.LinearRing
-
This predicate method determines whether this Ring overlaps another Ring (that).
- Overlay - Class in org.opensextant.giscore.events
-
Abstract overlay class is a parent to the specific classes for each.
- Overlay() - Constructor for class org.opensextant.giscore.events.Overlay
- OVERLAY_XY - Static variable in interface org.opensextant.giscore.input.kml.IKml
- overwrite - Variable in class org.opensextant.output.AbstractFormatter
- overwrite - Variable in class org.opensextant.output.AbstractGenericFormatter
-
The overwrite.
- ownsTerritory(String) - Method in class org.opensextant.data.Country
-
Territory ownership is defined only by the data fed to this API; We do not make any political statements here.
P
- packagePath(Package) - Method in class org.opensextant.giscore.utils.LibraryLoader
-
Convert the package name into a path appropriate for getResource
- Pair - Class in org.opensextant.giscore.events
-
Defines a key/value pair that maps a mode (normal or highlight) to the predefined styleUrl or inline Style as defined in KML for StyleMaps.
- Pair<T1,
T2> - Class in org.opensextant.giscore.utils -
Represents a pair, a duplicate of the basic functionality from javautil to avoid including the entire jar.
- Pair() - Constructor for class org.opensextant.giscore.events.Pair
-
Empty ctor only for object IO.
- Pair(String, String) - Constructor for class org.opensextant.giscore.events.Pair
- Pair(String, String, StyleSelector) - Constructor for class org.opensextant.giscore.events.Pair
- Pair(T1, T2) - Constructor for class org.opensextant.giscore.utils.Pair
- PAIR - Static variable in interface org.opensextant.giscore.input.kml.IKml
- Parameters - Class in org.opensextant.processing
- Parameters() - Constructor for class org.opensextant.processing.Parameters
- PARENT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- parse(String) - Method in class org.opensextant.geodesy.SafeDateFormat
-
Parse the value
- parse(String) - Static method in class org.opensextant.giscore.utils.DateParser
- parse(String) - Method in class org.opensextant.giscore.utils.SafeDateFormat
-
Deprecated.Parse the value
- parseCoord(String) - Static method in class org.opensextant.giscore.input.kml.KmlInputStream
-
Coordinate parser that matches the loose parsing of coordinates in Google Earth.
- parseDate(String) - Static method in class org.opensextant.giscore.input.kml.KmlInputStream
-
Deprecated.
- parseDate(String) - Static method in class org.opensextant.util.TextUtils
-
A limited-scope date parsing: Parse properly formatted strings for example, ISO date/time strings stored in one of our Solr indices.
- parseDate(Map<?, ?>) - Method in class org.opensextant.data.social.Tweet
- parseEntry(int, String) - Method in class org.opensextant.giscore.input.shapefile.PrjReader
-
For each entry step through and parse.
- parseEtrexString(String) - Method in class org.opensextant.geodesy.LatLonParser
-
parseEtrexString
- parseHashTags(String) - Static method in class org.opensextant.util.TextUtils
-
Parse the typical Twitter hashtag variants.
- parseHashTags(String, boolean) - Static method in class org.opensextant.util.TextUtils
-
Takes a string and returns all the hashtags in it.
- parseId(String) - Static method in class org.opensextant.data.social.Tweet
-
Most commonly needed to parse TweetID from a GnipID
- parseIds(Map<?, ?>) - Method in class org.opensextant.data.social.Tweet
-
Find a best ID from many possible places where ID, id, id_str, etc, reside.
- parseInt(String) - Static method in class org.opensextant.extractors.xcoord.MGRSParser
- parseLanguage(String) - Method in class org.opensextant.data.social.Tweet
- parseLatLon(Object, Object) - Static method in class org.opensextant.util.GeodeticUtility
-
Parse coordinate from object
- parseLatLon(String) - Static method in class org.opensextant.util.GeodeticUtility
-
The most simplistic parsing and validation of "lat lon" or "lat, lon" any amount of whitespace is allowed, provided the lat lon order is there.
- parseMentions(String) - Static method in class org.opensextant.data.social.Tweet
-
From a tweet, get list of "@id"
- parseMentions(JsonObject) - Method in class org.opensextant.data.social.Tweet
-
Gets a entities.user_mentions from a normal Tweet.
- parseMGRS(String, String, Map<String, String>) - Static method in class org.opensextant.extractors.xcoord.MGRSParser
-
Given the match parse MGRS as best as can be done.
- parseNaturalLanguage(String) - Static method in class org.opensextant.util.TextUtils
-
see default implementation below
- parseNaturalLanguage(String, boolean, boolean, boolean, boolean) - Static method in class org.opensextant.util.TextUtils
-
Given tweet text or any [social media] text remove entities or other markers: - URLs are removed - entities are stripped of "@" - hashtags are stripped of "#" - HTML: & is converted to an ampersand - HTML: escaped angle brackets are replaced with { and } for gt and lt, respectively - HTML: remaining special chars are converted back to unicode; remaining ampersand is replaced with "+" Whitespaces (space, newlines, tabs, etc.) are reduced.
- parseNumbers() - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Specifies that this tokenizer shall parse numbers.
- parser_rule - Variable in class org.opensextant.extractors.flexpat.RegexPattern
- parseString(String) - Method in class org.opensextant.geodesy.LatLonParser
-
parseString
- parseText(Map<?, ?>) - Method in class org.opensextant.data.social.Tweet
- parseURLs(List<?>) - Method in class org.opensextant.data.social.Tweet
-
supports gnip.urls or topsy.urls fields
- parseUTM(String, Map<String, String>) - Static method in class org.opensextant.extractors.xcoord.UTMParser
-
TODO: Needs lots of false positive filtering mainly using context.
- pass - Variable in class org.opensextant.extractors.flexpat.TextMatchResult
- pass(GeocoordMatch) - Method in class org.opensextant.extractors.xcoord.DMSFilter
-
pass a match
- pass(GeocoordMatch) - Method in interface org.opensextant.extractors.xcoord.GeocoordMatchFilter
-
pass a match
- pass(GeocoordMatch) - Method in class org.opensextant.extractors.xcoord.MGRSFilter
-
pass a match.
- path - Variable in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
-
Tracks the path - useful for naming collections
- PATH - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- PATH_ARRAY - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- pattern_family_state - Variable in class org.opensextant.extractors.xtemporal.PatternManager
- pattern_id - Variable in class org.opensextant.extraction.TextMatch
-
the ID of the pattern that extracted this
- PatternContainerNameStrategy - Class in org.opensextant.giscore.output.gdb
-
A container naming strategy that augments the basic naming strategy by allowing substitution strings based on the geometry of the features.
- PatternContainerNameStrategy(Map<Class<? extends Geometry>, String>, char) - Constructor for class org.opensextant.giscore.output.gdb.PatternContainerNameStrategy
-
The pattern string should be in the form of a
MessageFormat
where the first argument will be substituted by the path derived from the container path of the feature. - patternFields - Variable in class org.opensextant.extractors.xtemporal.DateMatch
-
fields in pattern match
- patternFile - Variable in class org.opensextant.extractors.flexpat.RegexPatternManager
- PatternManager - Class in org.opensextant.extractors.xcoord
-
This is the culmination of various coordinate extraction efforts in python and Java.
- PatternManager - Class in org.opensextant.extractors.xtemporal
- PatternManager(InputStream, String) - Constructor for class org.opensextant.extractors.xcoord.PatternManager
- PatternManager(InputStream, String) - Constructor for class org.opensextant.extractors.xtemporal.PatternManager
-
Pass in InputStream to provide yourself the most flexibility.
- patterns - Variable in class org.opensextant.extractors.flexpat.AbstractFlexPat
- patterns - Variable in class org.opensextant.extractors.flexpat.RegexPatternManager
- patterns_file - Variable in class org.opensextant.extractors.flexpat.AbstractFlexPat
- patterns_list - Variable in class org.opensextant.extractors.flexpat.RegexPatternManager
- PatternsOfLife - Class in org.opensextant.extractors.poli
- PatternsOfLife() - Constructor for class org.opensextant.extractors.poli.PatternsOfLife
-
Default constructor, debugging off.
- PatternsOfLife(boolean) - Constructor for class org.opensextant.extractors.poli.PatternsOfLife
- PatternTestCase - Class in org.opensextant.extractors.flexpat
- PatternTestCase(String, String, String) - Constructor for class org.opensextant.extractors.flexpat.PatternTestCase
- PersonalGDB - Enum constant in enum org.opensextant.giscore.DocumentType
- PHONE_NUMBER - Static variable in interface org.opensextant.giscore.input.kml.IKml
- phoneticReduction(String) - Static method in class org.opensextant.util.TextUtils
-
Create a non-diacritic, ASCII version of the input string.
- phoneticReduction(String, boolean) - Static method in class org.opensextant.util.TextUtils
- PHOTO_OVERLAY - Static variable in interface org.opensextant.giscore.input.kml.IKml
- PhotoOverlay - Class in org.opensextant.giscore.events
-
Wrapper for
PhotoOverlay
creates an basic PhotoOverlay object. - PhotoOverlay() - Constructor for class org.opensextant.giscore.events.PhotoOverlay
- pink - Static variable in class org.opensextant.giscore.utils.Color
- PINK - Static variable in class org.opensextant.giscore.utils.Color
- PIXELS - Enum constant in enum org.opensextant.giscore.events.ScreenLocation.UNIT
- PKG - Static variable in class org.opensextant.output.FormatterFactory
- Place - Class in org.opensextant.data
-
Place class represents all the metadata about a location.
- Place() - Constructor for class org.opensextant.data.Place
- Place(double, double) - Constructor for class org.opensextant.data.Place
- Place(String, String) - Constructor for class org.opensextant.data.Place
-
Creates a new instance of GeoBase
- PLACE_NAME - Static variable in class org.opensextant.output.OpenSextantSchema
-
the name in the Gazetteer entry; which aligns with the MATCH TEXT
- PLACEMARK - Static variable in interface org.opensextant.giscore.input.kml.IKml
- Point - Class in org.opensextant.giscore.geometry
-
The Point class represents a single Geodetic point (Geodetic2DPoint or Geodetic3DPoint) for input and output in GIS formats such as ESRI Shapefiles or Google Earth KML files.
- Point() - Constructor for class org.opensextant.giscore.geometry.Point
-
Empty ctor only for object IO.
- Point(double, double) - Constructor for class org.opensextant.giscore.geometry.Point
-
Ctor, create a point given a lat and lon value in a WGS84 spatial reference system.
- Point(double, double, boolean) - Constructor for class org.opensextant.giscore.geometry.Point
-
Ctor, create a point given a lat and lon value in a WGS84 spatial reference system.
- Point(double, double, double) - Constructor for class org.opensextant.giscore.geometry.Point
-
This constructor takes a Longitude, Latitude, and an elevation value in meters.
- Point(GeoPoint) - Constructor for class org.opensextant.giscore.geometry.Point
-
The Constructor takes a GeoPoint that is either a
Geodetic2DPoint
or aGeodetic3DPoint
and initializes a Geometry object for it. - Point(Latitude, Longitude) - Constructor for class org.opensextant.giscore.geometry.Point
-
Create a point given a lat and lon value in a WGS84 spatial reference system.
- Point(Latitude, Longitude, Double) - Constructor for class org.opensextant.giscore.geometry.Point
-
This constructor takes a Longitude, Latitude, and an elevation value in meters.
- POINT - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- POINT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- POINT - Static variable in interface org.opensextant.giscore.output.rss.IRss
- POINT_ARRAY - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- POINT_N - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- POINT_TYPE - Static variable in class org.opensextant.giscore.input.shapefile.SingleShapefileInputHandler
- POINT_TYPE - Static variable in class org.opensextant.giscore.output.shapefile.ShapefileBaseClass
- PointOffsetVisitor - Class in org.opensextant.giscore.output.shapefile
-
Figure out the point offsets for the components in the point array, the total point count, the z range (as applicable) and the part count.
- PointOffsetVisitor() - Constructor for class org.opensextant.giscore.output.shapefile.PointOffsetVisitor
- PointPropertyEditor - Class in org.opensextant.giscore.editors
-
Convert a string to a geodetic point.
- PointPropertyEditor() - Constructor for class org.opensextant.giscore.editors.PointPropertyEditor
- PointShapeMapper - Class in org.opensextant.giscore.output.shapefile
-
Maps from urls in Style objects to supported shapes from ESRI.
- PointShapeMapper() - Constructor for class org.opensextant.giscore.output.shapefile.PointShapeMapper
- polarity - Variable in class org.opensextant.extractors.xcoord.Hemisphere
-
Hemisphere polarity - N, E = +1; S, W = -1.
- PolarStereographic - Class in org.opensextant.geodesy
-
The PolarStereographic class implements a map projection of the same name, and is used by the Universal Polar Stereographic (UPS) coordinate encoding system for points near the North or South Poles.
- PolarStereographic(Latitude) - Constructor for class org.opensextant.geodesy.PolarStereographic
-
This constructor makes an instance of PolarStereographic (initialized with WGS84 ellipsoid, origin at North Pole Prime Meridian).
- PoliMatch - Class in org.opensextant.extractors.poli
- PoliMatch() - Constructor for class org.opensextant.extractors.poli.PoliMatch
-
No-argument constructor is needed because class in invoked through introspection (via name of class)
- PoliMatch(int, int) - Constructor for class org.opensextant.extractors.poli.PoliMatch
- PoliMatch(String) - Constructor for class org.opensextant.extractors.poli.PoliMatch
- PoliMatch(Map<String, String>, String) - Constructor for class org.opensextant.extractors.poli.PoliMatch
- PoliPatternManager - Class in org.opensextant.extractors.poli
- PoliPatternManager(InputStream, String) - Constructor for class org.opensextant.extractors.poli.PoliPatternManager
- POLY_STYLE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- Polygon - Class in org.opensextant.giscore.geometry
-
The Polygon class represents an ordered list of LinearRing objects for input and output in GIS formats such as ESRI Shapefiles or Google Earth KML files.
- Polygon() - Constructor for class org.opensextant.giscore.geometry.Polygon
-
Empty ctor for object io.
- Polygon(LinearRing) - Constructor for class org.opensextant.giscore.geometry.Polygon
-
This Constructor takes an outer boundary ring and initializes a Geometry object for this Polygon object.
- Polygon(LinearRing, boolean) - Constructor for class org.opensextant.giscore.geometry.Polygon
-
This Constructor takes an outer boundary ring and initializes a Geometry object for this Polygon object, performing validation checking if requested.
- Polygon(LinearRing, List<LinearRing>) - Constructor for class org.opensextant.giscore.geometry.Polygon
-
This Constructor takes an outer boundary ring with a list of rings and initializes a Geometry object for this Polygon object.
- Polygon(LinearRing, List<LinearRing>, boolean) - Constructor for class org.opensextant.giscore.geometry.Polygon
-
This Constructor takes an outer boundary ring with a list of rings and initializes a Geometry Object for this Polygon object, performing validation checking if requested.
- POLYGON - Enum constant in enum org.opensextant.giscore.geometry.Circle.HintType
- POLYGON - Static variable in interface org.opensextant.giscore.input.kml.IKml
- POLYGON - Static variable in interface org.opensextant.giscore.output.rss.IRss
- PolygonCountingVisitor - Class in org.opensextant.giscore.output.shapefile
-
Visit a set of polygon and ring objects and sum the points.
- PolygonCountingVisitor() - Constructor for class org.opensextant.giscore.output.shapefile.PolygonCountingVisitor
- PolyHolder - Class in org.opensextant.giscore.utils
-
Holds rings to form polygons and allows simple manipulations.
- PolyHolder() - Constructor for class org.opensextant.giscore.utils.PolyHolder
-
Empty ctor
- portugueseLang - Static variable in class org.opensextant.util.TextUtils
- POS_HEMI - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- POSITIVE - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- postChar - Variable in class org.opensextant.extraction.TextEntity
-
char immediately after span
- preChar - Variable in class org.opensextant.extraction.TextEntity
-
char immediately before span
- precision - Variable in class org.opensextant.extractors.xcoord.GeocoordMatch
-
inherent precision of the coordinate matched.
- precision - Variable in class org.opensextant.extractors.xcoord.GeocoordPrecision
-
+/- # of Meters of error
- PRECISION - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- PRECISION - Static variable in class org.opensextant.output.OpenSextantSchema
-
Number of meters of error in coordinate of location.
- PrecisionScales - Class in org.opensextant.extractors.xcoord
- PrecisionScales() - Constructor for class org.opensextant.extractors.xcoord.PrecisionScales
- preferJSON() - Method in interface org.opensextant.data.social.JSONListener
-
implementation should advertise if it prefers JSON or String.
- preferredGeography - Variable in class org.opensextant.processing.Parameters
-
A way of relaying arbitrary geographic filters to an extraction routine indicating that useful answers for disambiguation for tie-breakers come from these cues.
- primary - Variable in class org.opensextant.extractors.langid.LangID
- primaryLangID(String) - Method in class org.opensextant.util.GeonamesUtility
-
When lang ID will do.
- primaryLanguage(String) - Method in class org.opensextant.util.GeonamesUtility
-
Primary language for a given country.
- PRJ - Enum constant in enum org.opensextant.giscore.input.shapefile.ShapefileComponent
-
Defines the coordinate projection of the shapefile.
- PrjReader - Class in org.opensextant.giscore.input.shapefile
-
Read ESRI WKT for a spatial reference system from a source into an internal datastructure for processing.
- PrjReader(String) - Constructor for class org.opensextant.giscore.input.shapefile.PrjReader
-
Ctor
- PrjReader.Entry - Class in org.opensextant.giscore.input.shapefile
- probability - Variable in class org.opensextant.extractors.langid.LangID
- procdate - Variable in class org.opensextant.annotations.Record
-
a processing date/time key that has as much resolution as you need This is a string because the lexical sort is likely easier to manage than using actual date/time field with date/time math.
- process() - Method in class org.opensextant.giscore.output.shapefile.SingleShapefileOutputHandler
-
Output the data.
- process(TextInput) - Method in class org.opensextant.processing.XtractorGroup
-
Process one input.
- process(ICancelable) - Method in class org.opensextant.giscore.output.shapefile.SingleShapefileOutputHandler
-
Output the data.
- processAndFormat(TextInput) - Method in class org.opensextant.processing.XtractorGroup
-
Processes input content against all extractors and all formatters This does not throw exceptions, as some processing may fail, while others succeed.
- ProcessingException - Exception in org.opensextant.processing
- ProcessingException(Exception) - Constructor for exception org.opensextant.processing.ProcessingException
- ProcessingException(String) - Constructor for exception org.opensextant.processing.ProcessingException
- ProcessingException(String, Exception) - Constructor for exception org.opensextant.processing.ProcessingException
- producer - Variable in class org.opensextant.extraction.TextMatch
-
A short label or tag representing the matcher, extractor, tagger, etc.
- PROPERTY_ARRAY - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- PROVINCE - Static variable in class org.opensextant.output.OpenSextantSchema
- proximallyEquals(GeoPoint, GeoPoint) - Method in class org.opensextant.geodesy.FrameOfReference
-
This predicate method is used to determine if two GeoPoints are close enough in this FrameOfReference to be considered 'equal'.
- ptr - Variable in class org.opensextant.giscore.filegdb.GDB
-
Holds ptr to internal object
- PUB_DATE - Static variable in interface org.opensextant.giscore.output.rss.IRss
- push(WKTToken) - Method in class org.opensextant.giscore.input.wkt.WKTLexer
-
Push back the given token onto the stack.
- pushBack() - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Indicates that the current token should be pushed back and returned again the next time
nextToken()
is called. - put(String, int) - Method in class org.opensextant.giscore.events.TaggedMap
-
Helper method to add an integer value into the Map
- put(String, String) - Method in class org.opensextant.giscore.events.StyleMap
-
Add key/url pair to StyleMap
- put(String, SimpleField) - Method in class org.opensextant.giscore.events.Schema
-
Add a new field to the schema
- put(DocType, DocumentTypeRegistration) - Static method in class org.opensextant.giscore.data.FactoryDocumentTypeRegistry
- put(SimpleField) - Method in class org.opensextant.giscore.events.Schema
-
Shortcut that adds a field and uses the name in the field
- putData(SimpleField, Object) - Method in class org.opensextant.giscore.events.Row
-
Put an attribute value
Q
- quoteChar(int) - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Specifies that the character
ch
shall be treated as a quote character.
R
- RADIANS - Static variable in class org.opensextant.geodesy.Angle
-
unitType parameter for constructor specifying angle is in decimal radians
- radiansEast(Longitude) - Method in class org.opensextant.geodesy.Longitude
-
This method computes the distance in radians from this Longitude to the specified eastLon Longitude by travelling eastward (positive increasing angular direction).
- radioFolder - Enum constant in enum org.opensextant.giscore.events.Style.ListItemType
- RADIUS - Static variable in interface org.opensextant.giscore.output.rss.IRss
- RANDOM - Enum constant in enum org.opensextant.giscore.events.Style.ColorMode
- RANGE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- RASTER_FIELD_NAME - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- rawbytes - Variable in class org.opensextant.data.social.Message
-
Character count of the message.
- rawOffset - Variable in class org.opensextant.data.Country.TZ
- read() - Method in class org.opensextant.giscore.input.csv.CsvInputStream
- read() - Method in class org.opensextant.giscore.input.dbf.DbfInputStream
-
Reads the next
IGISObject
from the InputStream. - read() - Method in class org.opensextant.giscore.input.gdb.FileGdbInputStream
- read() - Method in interface org.opensextant.giscore.input.IGISInputStream
- read() - Method in class org.opensextant.giscore.input.kml.KmlInputStream
-
Reads the next
IGISObject
from the InputStream. - read() - Method in class org.opensextant.giscore.input.kml.KmlReader
-
Reads next gis object from the stream.
- read() - Method in class org.opensextant.giscore.input.shapefile.ShapefileInputStream
- read() - Method in class org.opensextant.giscore.input.shapefile.SingleShapefileInputHandler
-
Read the next feature from the shapefile.
- read() - Method in class org.opensextant.giscore.input.wkt.WKTInputStream
-
Reads the next
IGISObject
from the InputStream. - read() - Method in class org.opensextant.giscore.utils.ObjectBuffer
-
Read objects from memory or the secondary storage.
- readAll() - Method in class org.opensextant.giscore.input.kml.KmlReader
-
Short-cut help method to read all GISObjects closing the stream and returning the list of GIS objects.
- readAngle(SimpleObjectInputStream) - Method in class org.opensextant.giscore.geometry.Geometry
- readBoolean() - Method in class org.opensextant.giscore.utils.SimpleObjectInputStream
- readByte() - Method in class org.opensextant.giscore.utils.SimpleObjectInputStream
-
See the general contract of the
readByte
method ofDataInput
. - readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.AbstractObject
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.Common
-
Read object from the data stream.
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.ContainerStart
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.Element
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.Feature
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.GroundOverlay
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.NetworkLink
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.Overlay
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.Pair
-
(non-Javadoc)
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.PhotoOverlay
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.Row
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.ScreenLocation
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.ScreenOverlay
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.SimpleField
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.Style
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.StyleMap
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.TaggedMap
-
Read object from the data stream.
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.events.WrappedObject
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.geometry.Circle
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.geometry.Geometry
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.geometry.GeometryBag
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.geometry.GeometryBase
-
Read data from SimpleObjectInputStream
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.geometry.Line
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.geometry.LinearRing
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.geometry.Model
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.geometry.MultiLine
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.geometry.MultiLinearRings
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.geometry.MultiPoint
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.geometry.MultiPolygons
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.geometry.Point
- readData(SimpleObjectInputStream) - Method in class org.opensextant.giscore.geometry.Polygon
- readData(SimpleObjectInputStream) - Method in interface org.opensextant.giscore.utils.IDataSerializable
-
Read object from the data stream.
- readDouble() - Method in class org.opensextant.giscore.utils.SimpleObjectInputStream
- readDouble(ByteOrder) - Method in class org.opensextant.giscore.input.shapefile.BinaryInputStream
-
Reads IEEE 754 Floating Point Double (8 bytes) from this BinaryInputStream according to the byte order specified.
- readEnum(Class<? extends Enum>) - Method in class org.opensextant.giscore.utils.SimpleObjectInputStream
-
Read an enumeration value from the data stream.
- reader - Variable in class org.opensextant.giscore.input.wkt.WKTInputStream
- readFile(File) - Static method in class org.opensextant.util.FileUtility
- readFile(File, String) - Static method in class org.opensextant.util.FileUtility
-
Slurps a text file into a string and returns the string.
- readFile(String) - Static method in class org.opensextant.util.FileUtility
- readGzipFile(String) - Static method in class org.opensextant.util.FileUtility
- readInt() - Method in class org.opensextant.giscore.utils.SimpleObjectInputStream
- readInt(ByteOrder) - Method in class org.opensextant.giscore.input.shapefile.BinaryInputStream
-
Reads Integer (4 bytes) from this BinaryInputStream according to the byte order specified.
- readJSONByLine(File, JSONListener) - Static method in class org.opensextant.data.social.TweetLoader
-
To read gzip/JSON files one row of JSON at a time.
- readLong() - Method in class org.opensextant.giscore.utils.SimpleObjectInputStream
- readNonNullObjectCollection() - Method in class org.opensextant.giscore.utils.SimpleObjectInputStream
-
Read a collection of objects from the stream and return a non-null List.
- readObject() - Method in class org.opensextant.giscore.utils.SimpleObjectInputStream
-
Read the next object from the stream
- readObject(String) - Method in interface org.opensextant.data.social.JSONListener
-
API method to allow implementation to read string, e.g., TW4J factory uses strictly String args in a JSON context.
- readObject(JsonObject) - Method in interface org.opensextant.data.social.JSONListener
- readObjectCollection() - Method in class org.opensextant.giscore.utils.SimpleObjectInputStream
-
Read a collection of objects from the stream.
- readRecord(Row) - Method in class org.opensextant.giscore.input.dbf.DbfInputStream
-
Read the next row into the given row data item.
- readSaved() - Method in class org.opensextant.giscore.input.GISInputStreamBase
- readScalar() - Method in class org.opensextant.giscore.utils.SimpleObjectInputStream
- readShort() - Method in class org.opensextant.giscore.utils.SimpleObjectInputStream
- readShort(ByteOrder) - Method in class org.opensextant.giscore.input.shapefile.BinaryInputStream
-
Reads Short (2 bytes) from this BinaryInputStream according to the byte order specified.
- readString() - Method in class org.opensextant.giscore.utils.SimpleObjectInputStream
-
Read a string from the data stream
- rec_id - Variable in class org.opensextant.annotations.Annotation
- Record - Class in org.opensextant.annotations
-
A record is a representation of the raw original.
- Record() - Constructor for class org.opensextant.annotations.Record
- Record(String, String) - Constructor for class org.opensextant.annotations.Record
- RECORD - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- recordFile - Variable in class org.opensextant.extraction.ExtractionResult
-
Original file for record
- recordID - Variable in class org.opensextant.extraction.ExtractionResult
-
short ID or name of file
- RECORDS - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- recordTextFile - Variable in class org.opensextant.extraction.ExtractionResult
-
Text version of file used for processing
- red - Static variable in class org.opensextant.giscore.utils.Color
- RED - Static variable in class org.opensextant.giscore.utils.Color
- reduce_line_breaks(String) - Static method in class org.opensextant.util.TextUtils
-
Replaces all 3 or more blank lines with a single paragraph break (\n\n)
- reduceMatches(List<TextMatch>) - Static method in class org.opensextant.extraction.MatcherUtils
-
Reduce actual valid matches by identifying duplicates or sub-matches.
- REFRESH_INTERVAL - Static variable in interface org.opensextant.giscore.input.kml.IKml
- REFRESH_MODE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- REFRESH_MODE_ON_CHANGE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- REFRESH_MODE_ON_EXPIRE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- REFRESH_MODE_ON_INTERVAL - Static variable in interface org.opensextant.giscore.input.kml.IKml
- REFRESH_VISIBILITY - Static variable in interface org.opensextant.giscore.input.kml.IKml
- regex - Variable in class org.opensextant.extractors.flexpat.RegexPattern
- regex_groups - Variable in class org.opensextant.extractors.flexpat.RegexPattern
- RegexPattern - Class in org.opensextant.extractors.flexpat
- RegexPattern(String, String, String) - Constructor for class org.opensextant.extractors.flexpat.RegexPattern
-
Metadata for a Regular Expression pattern
- RegexPatternManager - Class in org.opensextant.extractors.flexpat
-
This is the culmination of various date/time extraction efforts in python and Java.
- RegexPatternManager(InputStream, String) - Constructor for class org.opensextant.extractors.flexpat.RegexPatternManager
- REGION - Static variable in interface org.opensextant.giscore.input.kml.IKml
- REL_CLASS_NAMES - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- RELATIONSHIP_TAG - Static variable in interface org.opensextant.giscore.output.rss.IRss
- relativeToGround - Enum constant in enum org.opensextant.giscore.events.AltitudeModeEnumType
- relativeToSeaFloor - Enum constant in enum org.opensextant.giscore.events.AltitudeModeEnumType
- remarks - Variable in class org.opensextant.extractors.flexpat.PatternTestCase
- remove() - Method in class org.opensextant.giscore.filegdb.EnumRows
- remove(Object) - Method in class org.opensextant.giscore.geometry.GeometryBag
- remove(String) - Method in class org.opensextant.giscore.events.Schema
-
Removes named field from the schema
- removeAll(Collection<?>) - Method in class org.opensextant.giscore.geometry.GeometryBag
- removeAny(String, String) - Static method in class org.opensextant.util.TextUtils
-
Remove instances of any char in the remove string from buf
- removeAnyLeft(String, String) - Static method in class org.opensextant.util.TextUtils
-
compare to trim( string, chars ), but you can trim any chars Example: - a b c remove "-" from string above.
- removeData(SimpleField) - Method in class org.opensextant.giscore.events.Row
-
Removes the extended data associated with this SimpleField if it is present.
- removeDiacritics(String) - Static method in class org.opensextant.util.TextUtils
-
Supports Phoneticizer utility from OpenSextant v1.x Remove diacritics from a phrase
- removeDirectory(File) - Static method in class org.opensextant.util.FileUtility
-
Java oddity - recursive removal of a directory
- removeEmoticons(String) - Static method in class org.opensextant.util.TextUtils
-
replace Emoticons with something less nefarious -- UTF-16 characters do not play well with some I/O routines.
- removeField(String) - Method in class org.opensextant.output.AbstractGenericFormatter
-
Removes the field.
- removeField(String) - Method in class org.opensextant.output.CSVFormatter
- removeField(String) - Method in class org.opensextant.output.GISDataFormatter
- removeField(String) - Method in class org.opensextant.output.GISDataModel
-
Removes the field.
- removeField(String) - Method in interface org.opensextant.output.ResultsFormatter
- removePunctuation(String) - Static method in class org.opensextant.util.TextUtils
-
Remove any leading and trailing punctuation and some internal punctuation.
- removeSymbols(String) - Static method in class org.opensextant.util.TextUtils
-
Replace symbology
- replaceAny(String, String, String) - Static method in class org.opensextant.util.TextUtils
-
Replace any of the removal chars with the sub.
- replaceDiacritics(String) - Static method in class org.opensextant.util.TextUtils
-
A thorough replacement of diacritics and Unicode chars to their ASCII equivalents.
- replaceDiacritics(String) - Static method in class org.opensextant.util.Unimap
-
A port of opensextant.unicode in Python lib; A rendering of the Solr lucene character filter/map.
- replaceDiacriticsOriginal(String) - Static method in class org.opensextant.util.TextUtils
-
Deprecated.See replaceDiacritics as the replacement.
- reportMemory() - Static method in class org.opensextant.processing.RuntimeTools
-
Easily digestible version of memory report.
- REQUIRED - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- requiresZipEntry() - Method in class org.opensextant.giscore.data.DocType
- requiresZipEntry() - Method in enum org.opensextant.giscore.DocumentType
- requiresZipStream() - Method in class org.opensextant.giscore.data.DocType
- requiresZipStream() - Method in enum org.opensextant.giscore.DocumentType
- reset() - Method in class org.opensextant.annotations.AnnotationHelper
-
Reset() clears the internal cache.
- reset() - Method in class org.opensextant.processing.XtractorGroup
-
DRAFT: still figuring out the rules for 'reset' between processing or inputs.
- resetCount() - Method in class org.opensextant.giscore.output.shapefile.PolygonCountingVisitor
-
Allow reuse
- resetOffsets() - Method in class org.opensextant.annotations.Annotation
-
This is provided mainly for testing.
- resetReadIndex() - Method in class org.opensextant.giscore.utils.ObjectBuffer
-
Reset the read pointer to the start of the buffer
- resetSyntax() - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Specifies that all characters shall be treated as ordinary characters.
- resolution - Variable in class org.opensextant.extractors.xtemporal.DateMatch
- resolve_localities - Variable in class org.opensextant.processing.Parameters
-
Reverse Geo here is accommodated by resolving Provinces and Localities when a geodetic coordinate is encountered in text.
- result_id - Variable in class org.opensextant.extractors.flexpat.TextMatchResult
- ResultsFormatter - Interface in org.opensextant.output
-
Interface for classes that generate output from corpora that have been processed by OpenSextant.
- ResultsUtility - Class in org.opensextant.processing
-
Abstract class encapsulating basic results formatter functionality.
- ResultsUtility() - Constructor for class org.opensextant.processing.ResultsUtility
- retainAll(Collection<?>) - Method in class org.opensextant.giscore.geometry.GeometryBag
- rethrow(Exception) - Method in class org.opensextant.giscore.filegdb.ESRIErrorCodes
-
Rethrows the passed exception after translating the contained message.
- retweet - Variable in class org.opensextant.data.social.Tweet
- retweetID - Variable in class org.opensextant.data.social.Tweet
- RING - Enum constant in enum org.opensextant.giscore.geometry.Circle.HintType
- RING - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- RING_ARRAY - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- ROK - Static variable in interface org.opensextant.giscore.input.dbf.IDbfConstants
- ROLL - Static variable in interface org.opensextant.giscore.input.kml.IKml
- romanianLang - Static variable in class org.opensextant.util.TextUtils
- rootid - Variable in class org.opensextant.data.Taxon
-
Node root: citrus
- ROTATION - Static variable in interface org.opensextant.giscore.input.kml.IKml
- ROTATION_XY - Static variable in interface org.opensextant.giscore.input.kml.IKml
- Row - Class in org.opensextant.giscore.events
-
Represents the most basic tabular data.
- Row - Class in org.opensextant.giscore.filegdb
-
The Row class encapsulates the FileGDB row class to efficiently provide the functionality.
- Row() - Constructor for class org.opensextant.giscore.events.Row
- Row(Table) - Constructor for class org.opensextant.giscore.filegdb.Row
- RSS - Static variable in interface org.opensextant.giscore.output.rss.IRss
- RUNTIME_FLAGS - Static variable in class org.opensextant.extractors.xcoord.XCoord
-
Reserved.
- RUNTIME_FLAGS - Static variable in class org.opensextant.processing.Parameters
- RuntimeTools - Class in org.opensextant.processing
- RuntimeTools() - Constructor for class org.opensextant.processing.RuntimeTools
- russianLang - Static variable in class org.opensextant.util.TextUtils
S
- SafeDateFormat - Class in org.opensextant.geodesy
-
SimpleDateFormat
is not a thread safe class and therefore needs to be instantiated on a per-thread basis. - SafeDateFormat - Class in org.opensextant.giscore.utils
-
Deprecated.(2.0.2) use
SafeDateFormat
. - SafeDateFormat(String) - Constructor for class org.opensextant.geodesy.SafeDateFormat
-
Constructs a
SafeDateFormat
using the given pattern and UTC (aka GMT) as the default time zone. - SafeDateFormat(String) - Constructor for class org.opensextant.giscore.utils.SafeDateFormat
-
Deprecated.Constructs a
SafeDateFormat
using the given pattern and UTC (aka GMT) as the default time zone. - SafeDateFormat(String, TimeZone) - Constructor for class org.opensextant.geodesy.SafeDateFormat
-
Constructs a
SafeDateFormat
using the given pattern and TimeZone. - SafeDateFormat(String, TimeZone) - Constructor for class org.opensextant.giscore.utils.SafeDateFormat
-
Deprecated.Constructs a
SafeDateFormat
using the given pattern and TimeZone. - sameBoundary(Place) - Method in class org.opensextant.data.Place
-
Check if CC.AA coding of the features is the same.
- save(Record) - Method in interface org.opensextant.annotations.DeepEyeStore
-
Suggested Save operation: check if exists, update if it does, otherwise insert.
- SCALE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- SCALE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- schema - Variable in class org.opensextant.giscore.events.Row
- schema - Variable in class org.opensextant.output.GISDataModel
- Schema - Class in org.opensextant.giscore.events
-
Defines a data schema.
- Schema() - Constructor for class org.opensextant.giscore.events.Schema
-
Default Ctor
- Schema(URI) - Constructor for class org.opensextant.giscore.events.Schema
- SCHEMA - Static variable in interface org.opensextant.giscore.input.kml.IKml
- SCHEMA_DATA - Static variable in interface org.opensextant.giscore.input.kml.IKml
- SCHEMA_OID - Static variable in class org.opensextant.output.OpenSextantSchema
- SCHEMA_URL - Static variable in interface org.opensextant.giscore.input.kml.IKml
- schemata() - Method in class org.opensextant.giscore.output.FeatureSorter
- score - Variable in class org.opensextant.extractors.langid.LangID
-
On a scale of 0 to 100, where 100 = 100% confident, how would you score this language identity? It is easier to compare scores 55 == 55, vs.
- SCREEN_OVERLAY - Static variable in interface org.opensextant.giscore.input.kml.IKml
- SCREEN_XY - Static variable in interface org.opensextant.giscore.input.kml.IKml
- ScreenLocation - Class in org.opensextant.giscore.events
-
Represents a specific point on the screen, either measure in a percentage or a count of pixels.
- ScreenLocation() - Constructor for class org.opensextant.giscore.events.ScreenLocation
- ScreenLocation.UNIT - Enum in org.opensextant.giscore.events
- ScreenOverlay - Class in org.opensextant.giscore.events
-
A kind of feature that contains an image overlayed on the screen.
- ScreenOverlay() - Constructor for class org.opensextant.giscore.events.ScreenOverlay
- SDE - Enum constant in enum org.opensextant.giscore.DocumentType
- SEC - Enum constant in enum org.opensextant.extractors.xcoord.DMSOrdinate.Resolution
- SECOND - Enum constant in enum org.opensextant.extractors.xtemporal.DateMatch.TimeResolution
- separator - Variable in class org.opensextant.extractors.xcoord.GeocoordMatch
-
The separator.
- separators - Variable in class org.opensextant.extractors.xcoord.GeocoordMatch
-
The separators.
- serialVersionUID - Static variable in exception org.opensextant.ConfigException
- serialVersionUID - Static variable in exception org.opensextant.extraction.NormalizationException
- serialVersionUID - Static variable in exception org.opensextant.processing.ProcessingException
- set_match_id(TextMatch, int) - Method in class org.opensextant.extractors.flexpat.AbstractFlexPat
-
Optional.
- set_precision(GeocoordMatch) - Static method in class org.opensextant.extractors.xcoord.GeocoordNormalization
-
set the precision on a match based on the situation (match + pattern).
- setAdmin1(String) - Method in class org.opensextant.data.Place
- setAdmin1Name(String) - Method in class org.opensextant.data.Place
- setAdmin1PostalCode(String) - Method in class org.opensextant.data.Place
- setAdmin1PostalCode(String) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Sets the admin 1 postal code.
- setAdmin2(String) - Method in class org.opensextant.data.Place
- setAdmin2Name(String) - Method in class org.opensextant.data.Place
- setAdminName(String) - Method in class org.opensextant.data.Place
- setAliasName(String) - Method in class org.opensextant.giscore.events.SimpleField
- setAltitude(Double) - Method in class org.opensextant.giscore.events.GroundOverlay
-
Set altitude (in meters, and is interpreted according to the altitude mode)
- setAltitudeMode(String) - Method in class org.opensextant.giscore.events.GroundOverlay
-
Set altitudeMode
- setAltitudeMode(String) - Method in class org.opensextant.giscore.geometry.GeometryBase
-
Set altitudeMode to normalized AltitudeModeEnumType value or null if invalid.
- setAltitudeMode(String) - Method in class org.opensextant.giscore.geometry.Model
- setAltitudeMode(AltitudeModeEnumType) - Method in class org.opensextant.giscore.events.GroundOverlay
-
Set altitudeMode
- setAltitudeMode(AltitudeModeEnumType) - Method in class org.opensextant.giscore.geometry.GeometryBase
-
Set altitudeMode
- setAltitudeMode(AltitudeModeEnumType) - Method in class org.opensextant.giscore.geometry.Model
- setAsText(String) - Method in class org.opensextant.giscore.editors.CirclePropertyEditor
- setAsText(String) - Method in class org.opensextant.giscore.editors.LinearRingPropertyEditor
- setAsText(String) - Method in class org.opensextant.giscore.editors.PointPropertyEditor
- setAttributes(Map<String, Object>) - Method in class org.opensextant.giscore.filegdb.Row
-
Set new attribute data on the row
- setBalanced(boolean) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Allow pattern rules to determine by any means if match is balanced.
- setBalloonStyle(Color, String, Color, String) - Method in class org.opensextant.giscore.events.Style
-
Set the balloon style
- setBaseDir(File) - Method in class org.opensextant.giscore.utils.Shape2Kml
- setBaseUrl(URL) - Method in class org.opensextant.giscore.output.shapefile.PointShapeMapper
- setBoundingBox(Geodetic2DBounds) - Method in class org.opensextant.giscore.events.GroundOverlay
-
Set overlay bounding box from Geodetic2DBounds.
- setByteCount(long) - Method in class org.opensextant.extraction.ExtractionMetrics
- setCenter(Geodetic2DPoint) - Method in class org.opensextant.geodesy.Geodetic2DCircle
-
Setter method to assign the center Geodetic2DPoint of this circle object.
- setCenter(Geodetic2DPoint) - Method in class org.opensextant.geodesy.Geodetic2DEllipse
-
This method is used to set the geodetic center point of this ellipse.
- setCentralMeridian(Longitude) - Method in class org.opensextant.geodesy.TransverseMercator
-
This method is used to set the origin longitude (point where tangential plane touches ellipsoid) for this TransverseMercator projection object.
- setColor(Color) - Method in class org.opensextant.giscore.events.Overlay
- setConfidence(int) - Method in interface org.opensextant.data.Geocoding
-
Set confidence, a value on a 100 point scale, 0-100.
- setConfidence(int) - Method in class org.opensextant.data.Place
- setConfidence(int) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Sets the confidence.
- setContext(String) - Method in class org.opensextant.extraction.TextEntity
-
Set the context buffer from a single window
- setContext(String, String) - Method in class org.opensextant.extraction.TextEntity
-
Set the context with before and after windows
- setContextFor(String, TextEntity, int) - Static method in class org.opensextant.processing.ResultsUtility
-
Given the annotation or match, set the context on the TextEntity object.
- setCookie(String) - Method in class org.opensextant.giscore.events.NetworkLinkControl
- setCoordinate(DMSOrdinate, DMSOrdinate) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Set the ordinates back on the match; general filters are assessed.
- setCountry(Country) - Method in interface org.opensextant.data.Geocoding
- setCountry(Country) - Method in class org.opensextant.data.Place
-
Set the country object and the local country ID code.
- setCountry(Country) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Sets the country.
- setCountryCode(String) - Method in interface org.opensextant.data.Geocoding
- setCountryCode(String) - Method in class org.opensextant.data.Place
-
Compat: set country_id aka CountryCode
- setCountryCode(String) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Sets the country code.
- setDate(long) - Method in class org.opensextant.data.social.Tweet
-
Set the date and an the standard "CREATED_AT" date/time format.
- setDDPrecision(GeocoordMatch) - Static method in class org.opensextant.extractors.xcoord.PrecisionScales
-
Sets the precision on a decimal degrees match
- setDefaultViewFormat(String, String) - Static method in class org.opensextant.giscore.input.kml.KmlBaseReader
-
Override the default values for the ViewFormat parameters (e.g.
- setDelimiter(String) - Method in class org.opensextant.output.CSVGenericFormatter
- setDescription(String) - Method in class org.opensextant.giscore.events.Common
- setDigits(int) - Method in class org.opensextant.extractors.xcoord.GeocoordPrecision
-
Augment number of digits in precision -- choose the maximum amount if in coord (a,b) if a has more digits of precision than b, use a's precision.
- setDisplayName(String) - Method in class org.opensextant.giscore.events.SimpleField
- setDistanceAndAzimuth(double, Angle) - Method in class org.opensextant.geodesy.Geodetic2DArc
-
This method is used to simultaneously set a new distance in meters and forward azimuth for this Geodetic2DArc object, resulting in the calculation of a new second point.
- setDistanceInMeters(double) - Method in class org.opensextant.geodesy.Geodetic2DArc
-
This method is used to set a new distance in meters for this Geodetic2DArc object, resulting in the calculation of a new second point.
- setDistantPastYear(int) - Static method in class org.opensextant.extractors.xtemporal.XTemporal
-
* Application thresholds -- chosen by the user.
- setDMSPrecision(GeocoordMatch) - Static method in class org.opensextant.extractors.xcoord.PrecisionScales
-
set precision on a DMS text coordinate -- simply if the Match latitude "has seconds" then its precision is seconds, otherwise if it has minutes, then it is precise to +/- 1 minute, etc.
- setDrawOrder(int) - Method in class org.opensextant.giscore.events.Overlay
-
Defines the draw order.
- setDrawOrder(Integer) - Method in class org.opensextant.giscore.geometry.GeometryBase
- setEast(Double) - Method in class org.opensextant.giscore.events.GroundOverlay
- setEasting(double) - Method in class org.opensextant.geodesy.Topocentric2DPoint
-
This settor method is used to update the number of meters from the topographic origin, along the x-axis or easting direction.
- setEastLon(Longitude) - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
Setter for property eastLon.
- setEastLon(Longitude) - Method in class org.opensextant.geodesy.UnmodifiableGeodetic2DBounds
- setEastLon(Longitude) - Method in class org.opensextant.geodesy.UnmodifiableGeodetic3DBounds
- setEditable(boolean) - Method in class org.opensextant.giscore.events.SimpleField
- setElements(List<Element>) - Method in class org.opensextant.giscore.events.Common
-
Replaces current list with new list of elements
- setElevation(double) - Method in class org.opensextant.geodesy.Geodetic3DPoint
-
This settor method is used to update the elevation value for this Geodetic3DPoint.
- setElevation(double) - Method in class org.opensextant.geodesy.Topocentric3DPoint
-
This settor method is used to update the elevation value for this Topocentric3DPoint point.
- setEllipsoid(Ellipsoid) - Method in class org.opensextant.geodesy.FrameOfReference
-
This settor method is used to update the current Ellipsoid model of the earth for this FrameOfReference.
- setEllipsoid(Ellipsoid) - Method in class org.opensextant.geodesy.PolarStereographic
-
This method is used to set the Ellipsoid model parameters.
- setEllipsoid(Ellipsoid) - Method in class org.opensextant.geodesy.TransverseMercator
-
This method is used to set the Ellipsoid model parameters.
- setEncoding(String) - Method in class org.opensextant.giscore.input.XmlInputStream
- setEndTime(Date) - Method in class org.opensextant.giscore.events.Common
- setEndTime(DateTime) - Method in class org.opensextant.giscore.events.Common
- setEndTimeInMillis(long) - Method in class org.opensextant.geodesy.ISO8601DateTimeInterval
-
Setter method for this interval's end time in milliseconds
- setExpires(Date) - Method in class org.opensextant.giscore.events.NetworkLinkControl
- setExtendedElements(List<Element>) - Method in class org.opensextant.giscore.events.Row
- setExtraRegistrations(List) - Static method in class org.opensextant.giscore.data.FactoryDocumentTypeRegistry
- setExtrude(Boolean) - Method in class org.opensextant.giscore.geometry.GeometryBase
- setFeatureClass(String) - Method in class org.opensextant.data.Place
- setFeatureCode(String) - Method in class org.opensextant.data.Place
- setFilteredOut(boolean) - Method in class org.opensextant.extraction.TextMatch
- setFirst(T1) - Method in class org.opensextant.giscore.utils.Pair
- setFlyToView(boolean) - Method in class org.opensextant.giscore.events.NetworkLink
- setFollowLinks(boolean) - Method in class org.opensextant.giscore.utils.KmlRegionBox
- setForwardAzimuth(Angle) - Method in class org.opensextant.geodesy.Geodetic2DArc
-
This method is used to set the Angle of forward azimuth from point 1, resulting in point 2 to be recalculated at the current distance in meters.
- setGeohash(String) - Method in class org.opensextant.data.GeoBase
-
Set and get Geohash -- this is delegated to caller as core processing need not have a geohash generated when lat/lon is set.
- setGeoMethod(String) - Method in class org.opensextant.data.social.Tweet
- setGeometry(Object[]) - Method in class org.opensextant.giscore.filegdb.Row
- setGeometry(Geometry) - Method in class org.opensextant.giscore.events.Feature
- setGisDataModel() - Method in class org.opensextant.output.GISDataFormatter
-
Use Default GIS Data Model based on current state of formatter
- setGisDataModel(GISDataModel) - Method in class org.opensextant.output.GISDataFormatter
- setGroups(Map<String, String>) - Method in class org.opensextant.extractors.poli.PoliMatch
- setHasFileCtor(boolean) - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- setHierarchicalPath(String) - Method in class org.opensextant.data.Place
- setHint(Circle.HintType) - Method in class org.opensextant.giscore.geometry.Circle
- setHttpQuery(String, String) - Static method in class org.opensextant.giscore.input.kml.KmlBaseReader
-
Override the default values for the HttpQuery parameters (e.g.
- setIcon(TaggedMap) - Method in class org.opensextant.giscore.events.Overlay
-
Set Icon properties which may include href, refreshMode, refreshInterval, viewRefreshMode, viewFormat, etc.
- setIconStyle(Color, Double) - Method in class org.opensextant.giscore.events.Style
-
Set the icon style information.
- setIconStyle(Color, Double, Double, String) - Method in class org.opensextant.giscore.events.Style
-
Set the icon style information
- setIconStyle(Color, Double, String) - Method in class org.opensextant.giscore.events.Style
-
Set the icon style information
- setIconUrl(String) - Method in class org.opensextant.giscore.events.Style
-
Set Icon Style url
- setId(String) - Method in class org.opensextant.data.Taxon
- setId(String) - Method in class org.opensextant.giscore.events.AbstractObject
-
Set unique identifier to this object
- setId(String) - Method in class org.opensextant.giscore.events.Pair
- setId(URI) - Method in class org.opensextant.giscore.events.Schema
- setId_bias(int) - Method in class org.opensextant.data.Place
- setIgnoreInactiveRegionNetworkLinks(boolean) - Method in class org.opensextant.giscore.input.kml.KmlReader
- setIndex(Integer) - Method in class org.opensextant.giscore.events.SimpleField
- setInputStreamArgs(Class[]) - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- setInputStreamArgsRequired(boolean[]) - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- setInputStreamClass(Class) - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- setInstanceId(String) - Method in class org.opensextant.data.Place
-
Use to identify a particular related object ID associated with this location.
- setJobName(String) - Method in class org.opensextant.processing.Parameters
- setKey(String) - Method in class org.opensextant.data.GeoBase
-
legacy nomenclature.
- setKey(String) - Method in class org.opensextant.giscore.events.Pair
- setLabelName(String) - Method in class org.opensextant.giscore.utils.Shape2Kml
- setLabelStyle(Color, Double) - Method in class org.opensextant.giscore.events.Style
-
Set the label style
- setLanguage(String) - Method in class org.opensextant.data.social.Tweet
- setLatitude(double) - Method in class org.opensextant.data.GeoBase
- setLatitude(double) - Method in interface org.opensextant.data.LatLon
- setLatitude(double) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Sets the latitude.
- setLatitude(String) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Sets the latitude.
- setLatitude(Latitude) - Method in class org.opensextant.geodesy.Geodetic2DPoint
-
This method is used to set or change the Latitude component of this Geodetic2DPoint.
- setLatLon(LatLon) - Method in class org.opensextant.data.GeoBase
-
Convenience method
- setLatLon(LatLon) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
If you are given a vetted XY, use that.
- setLatLon(Place, JsonObject, boolean) - Static method in class org.opensextant.data.social.Tweet
-
Order of coordinates is for geo = (LON, LAT) in twitter objects.
- setLength(int) - Method in class org.opensextant.annotations.Annotation
- setLength(Integer) - Method in class org.opensextant.giscore.events.SimpleField
-
Set maximum length of the field
- setLineColorMode(Style.ColorMode) - Method in class org.opensextant.giscore.events.Style
- setLineStyle(Color, Double) - Method in class org.opensextant.giscore.events.Style
-
Set the line style
- setLink(TaggedMap) - Method in class org.opensextant.giscore.events.NetworkLink
- setLinkDescription(String) - Method in class org.opensextant.giscore.events.NetworkLinkControl
- setLinkName(String) - Method in class org.opensextant.giscore.events.NetworkLinkControl
- setLinkSnippet(String) - Method in class org.opensextant.giscore.events.NetworkLinkControl
- setListStyle(Color, Style.ListItemType) - Method in class org.opensextant.giscore.events.Style
- setLocation(Geodetic2DPoint) - Method in class org.opensextant.giscore.geometry.Model
-
Set the exact coordinates of the Model's origin in latitude, longitude, and altitude.
- setLongitude(double) - Method in class org.opensextant.data.GeoBase
- setLongitude(double) - Method in interface org.opensextant.data.LatLon
- setLongitude(double) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Sets the longitude.
- setLongitude(String) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Sets the longitude.
- setLongitude(Longitude) - Method in class org.opensextant.geodesy.Geodetic2DPoint
-
This method is used to set or change the Longitude component of this Geodetic2DPoint.
- setMatchInterpeter(MatchInterpreter) - Method in class org.opensextant.output.AbstractFormatter
-
Override means for how geocoding is determined per row.
- setMatchWidth(int) - Method in class org.opensextant.extractors.flexpat.AbstractFlexPat
-
Match Width is the text buffer before and after a TextMatch.
- setMaxLinkCount(int) - Method in class org.opensextant.giscore.input.kml.KmlReader
-
Set maximum number of NetworkLinks that are allowed to be processed when importing nested KML content.
- setMaxSessionLength(Double) - Method in class org.opensextant.giscore.events.NetworkLinkControl
- setMessage(String) - Method in class org.opensextant.giscore.events.NetworkLinkControl
- setMethod(String) - Method in interface org.opensextant.data.Geocoding
- setMethod(String) - Method in class org.opensextant.data.Place
- setMethod(String) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
This reuses TextMatch.pattern_id attr; Use get/setMethod() or pattern_id as needed.
- setMGRSPrecision(GeocoordMatch) - Static method in class org.opensextant.extractors.xcoord.PrecisionScales
- setMinRefreshPeriod(Double) - Method in class org.opensextant.giscore.events.NetworkLinkControl
- setModelName(String) - Method in class org.opensextant.giscore.events.SimpleField
- setName(String) - Method in class org.opensextant.data.GeoBase
- setName(String) - Method in class org.opensextant.data.Taxon
- setName(String) - Method in class org.opensextant.giscore.events.Common
- setName(String) - Method in class org.opensextant.giscore.events.Element
- setName(String) - Method in class org.opensextant.giscore.events.Schema
-
Set name for schema.
- setName(String) - Method in class org.opensextant.giscore.events.SimpleField
-
Set name of SimpleField.
- setName_bias(int) - Method in class org.opensextant.data.Place
- setName_type(char) - Method in class org.opensextant.data.Place
- setNamespace(Namespace) - Method in class org.opensextant.giscore.events.Element
-
Set the Namespace of this XML
Element
. - setNorth(Double) - Method in class org.opensextant.giscore.events.GroundOverlay
- setNorthing(double) - Method in class org.opensextant.geodesy.Topocentric2DPoint
-
This settor method is used to update the number of meters from the topographic origin, along the y-axis or northing direction.
- setNorthLat(Latitude) - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
Setter for property northLat.
- setNorthLat(Latitude) - Method in class org.opensextant.geodesy.UnmodifiableGeodetic2DBounds
- setNorthLat(Latitude) - Method in class org.opensextant.geodesy.UnmodifiableGeodetic3DBounds
- setNumberCirclePoints(int) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Set number of points used to generate a circle.
- setNumberCirclePoints(int) - Method in class org.opensextant.giscore.output.kml.KmzOutputStream
-
Set number of points used to generate a circle.
- setOpen(boolean) - Method in class org.opensextant.giscore.events.ContainerStart
-
Set open flag.
- setOpen(boolean) - Method in interface org.opensextant.giscore.events.IContainerType
-
Set open flag.
- setOpen(boolean) - Method in class org.opensextant.giscore.events.NetworkLink
-
Set open flag.
- setOrientation(Angle) - Method in class org.opensextant.geodesy.Geodetic2DEllipse
-
This method is used to set the Angle of orientation from North to the semi major axis for this ellipse.
- setOriginLatitude(Latitude) - Method in class org.opensextant.geodesy.TransverseMercator
-
This method is used to set the origin latitude (point where tangential plane touches ellipsoid) for this TransverseMercator projection object.
- setOuterRing(LinearRing) - Method in class org.opensextant.giscore.utils.PolyHolder
-
Replace the current outer ring, adding the current outer ring (if any) to the current inner rings
- setOutFile(File) - Method in class org.opensextant.giscore.utils.KmlRegionBox
- setOutputDir(String) - Method in class org.opensextant.output.AbstractFormatter
- setOutputDir(String) - Method in class org.opensextant.output.AbstractGenericFormatter
-
Sets the output dir.
- setOutputDir(String) - Method in interface org.opensextant.output.ResultsFormatter
-
Set the path to the output directory.
- setOutputFilename(String) - Method in class org.opensextant.output.AbstractFormatter
- setOutputFilename(String) - Method in class org.opensextant.output.AbstractGenericFormatter
-
Sets the output filename.
- setOutputFilename(String) - Method in interface org.opensextant.output.ResultsFormatter
-
Set the name of the output file.
- setOutputStreamArgs(Class[]) - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- setOutputStreamArgsRequired(boolean[]) - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- setOutputStreamClass(Class) - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- setOverlay(ScreenLocation) - Method in class org.opensextant.giscore.events.ScreenOverlay
- setParameters(Parameters) - Method in class org.opensextant.output.AbstractFormatter
-
Note - output parameters use tag_XYZ flags to indicate date to include or exclude
- setParameters(Parameters) - Method in class org.opensextant.output.AbstractGenericFormatter
-
Sets the parameters.
- setParameters(Parameters) - Method in interface org.opensextant.output.ResultsFormatter
-
A more convenient way of passing in a list of parameters.
- setParent(String) - Method in class org.opensextant.giscore.events.Schema
- setPerson(JsonObject) - Method in class org.opensextant.data.social.Tweet
- setPlace(Place, JsonObject) - Static method in class org.opensextant.data.social.Tweet
- setPlaceID(String) - Method in class org.opensextant.data.Place
-
Wrapper around GeoBase.setKey for compat
- setPlaceName(String) - Method in interface org.opensextant.data.Geocoding
- setPlaceName(String) - Method in class org.opensextant.data.Place
- setPlaceName(String) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Sets the place name.
- setPlacePostalCode(String) - Method in class org.opensextant.data.Place
- setPlacePostalCode(String) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Sets the place postal code.
- setPoint2(Geodetic2DPoint) - Method in class org.opensextant.geodesy.Geodetic2DArc
-
This method is used to re-set the second geodetic point of this Geodetic2DArc object, resulting in the recalculation of forward azimuth and distance.
- setPolyColorMode(Style.ColorMode) - Method in class org.opensextant.giscore.events.Style
- setPolyStyle(Color, Boolean, Boolean) - Method in class org.opensextant.giscore.events.Style
-
Set the poly style
- setPopulation(int) - Method in class org.opensextant.data.Place
- setPrecision(int) - Method in interface org.opensextant.data.Geocoding
-
Precision - radius in meters of possible error
- setPrecision(int) - Method in class org.opensextant.data.Place
-
Xponents version of precision is number of meters of error, approximately.
- setPrecision(int) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Sets the precision.
- setPrecision(Integer) - Method in class org.opensextant.giscore.events.SimpleField
- setPrePostContextFor(String, TextEntity, int) - Static method in class org.opensextant.processing.ResultsUtility
-
Given the TextEntity, set the context on that object.
- setProxy(Proxy) - Method in class org.opensextant.giscore.input.kml.KmlReader
-
Set proxy through which URL connections will be made for network links.
- setRadius(double) - Method in class org.opensextant.geodesy.Geodetic2DCircle
-
Setter method to assign the radius of this circle object.
- setRefreshVisibility(boolean) - Method in class org.opensextant.giscore.events.NetworkLink
- setRegion(Geodetic2DBounds) - Method in class org.opensextant.giscore.events.Common
-
Set Region on feature.
- setRegion(Geodetic2DBounds, boolean) - Method in class org.opensextant.giscore.events.Common
-
Set Region on feature.
- setRegion(TaggedMap) - Method in class org.opensextant.giscore.events.Common
-
Set Region on feature
- setRelatedPlace(Place) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Sets the related place.
- setRelativeOffset(int) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Note: this should only be called once.
- setRelativeOffsets(int) - Method in class org.opensextant.extractors.xcoord.DMSOrdinate
-
offsets for degree and hemisphere until this point are likely absolute within a document Reset them using this relative offset.
- setRemarks(String) - Method in class org.opensextant.extractors.flexpat.PatternTestCase
-
Set the test remarks and IFF the word "fail" is in the comment, the test is indicated as a true negative.
- setRequired(boolean) - Method in class org.opensextant.giscore.events.SimpleField
- setRewriteStyleUrls(boolean) - Method in class org.opensextant.giscore.input.kml.KmlReader
-
Set flag to rewrite styleUrls from relative to absolute with respect to its parent URL context.
- setRootid(String) - Method in class org.opensextant.data.Taxon
- setRotation(Double) - Method in class org.opensextant.giscore.events.GroundOverlay
-
Set angle of rotation of the overlay image about its center, in degrees counterclockwise starting from north.
- setRotation(Double) - Method in class org.opensextant.giscore.events.PhotoOverlay
-
Adjusts how the photo is placed inside the field of view.
- setRotation(ScreenLocation) - Method in class org.opensextant.giscore.events.ScreenOverlay
- setRotationAngle(Double) - Method in class org.opensextant.giscore.events.ScreenOverlay
-
Set angle of rotation of the overlay image about its center, in degrees counterclockwise starting from north.
- setRowClass(Class<? extends Row>) - Method in class org.opensextant.giscore.input.dbf.DbfInputStream
- setScale(Integer) - Method in class org.opensextant.giscore.events.SimpleField
-
Set maximum number of decimal places for this field.
- setScaleFactor(double) - Method in class org.opensextant.geodesy.TransverseMercator
-
This method is used to set the scale factor for this TransverseMercator projection object.
- setSchema(URI) - Method in class org.opensextant.giscore.events.Row
- setScreen(ScreenLocation) - Method in class org.opensextant.giscore.events.ScreenOverlay
- setSecond(T2) - Method in class org.opensextant.giscore.utils.Pair
- setSemiAxes(double, double) - Method in class org.opensextant.geodesy.Geodetic2DEllipse
-
This method is used to set the semi major and minor axes of this ellipse, in meters.
- setSemiMajorAxis(double) - Method in class org.opensextant.geodesy.Geodetic2DEllipse
-
This method is used to set the semi major axis (in meters) for this ellipse.
- setSemiMinorAxis(double) - Method in class org.opensextant.geodesy.Geodetic2DEllipse
-
This method is used to set the semi minor axis (in meters) for this ellipse.
- setSeparator(Map<String, TextEntity>) - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Sets the separator.
- setShapeMap(Map<URL, Short>) - Method in class org.opensextant.giscore.output.shapefile.PointShapeMapper
- setSize(ScreenLocation) - Method in class org.opensextant.giscore.events.ScreenOverlay
- setSnippet(String) - Method in class org.opensextant.giscore.events.Common
- setSource(String) - Method in class org.opensextant.data.Place
- setSouth(Double) - Method in class org.opensextant.giscore.events.GroundOverlay
- setSouthLat(Latitude) - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
Setter for property southLat.
- setSouthLat(Latitude) - Method in class org.opensextant.geodesy.UnmodifiableGeodetic2DBounds
- setSouthLat(Latitude) - Method in class org.opensextant.geodesy.UnmodifiableGeodetic3DBounds
- setStartTime(Date) - Method in class org.opensextant.giscore.events.Common
- setStartTime(DateTime) - Method in class org.opensextant.giscore.events.Common
- setStartTimeInMillis(long) - Method in class org.opensextant.geodesy.ISO8601DateTimePoint
-
Setter method for this point's start time in milliseconds
- setStatusGeo(JsonObject, Tweet) - Static method in class org.opensextant.data.social.Tweet
-
TODO: investigate how close a user Profile geo compares with Status geo.
- setStrictMode(boolean) - Static method in class org.opensextant.extractors.xcoord.XCoord
- setStyle(StyleSelector) - Method in class org.opensextant.giscore.events.Feature
-
Set inline style to use with this Feature.
- setStyleRef(String) - Method in class org.opensextant.giscore.output.FeatureKey
- setStyles(List<StyleSelector>) - Method in class org.opensextant.giscore.events.ContainerStart
-
Set the list of styles for this container.
- setStyleSelector(StyleSelector) - Method in class org.opensextant.giscore.events.Pair
- setStyleUrl(String) - Method in class org.opensextant.giscore.events.Common
- setStyleUrl(String) - Method in class org.opensextant.giscore.events.Pair
- setSuffix(String) - Method in class org.opensextant.giscore.output.shapefile.PointShapeMapper
- setTable(Table) - Method in class org.opensextant.giscore.filegdb.EnumRows
- setTargetHref(String) - Method in class org.opensextant.giscore.events.NetworkLinkControl
- setTerms(String[]) - Method in class org.opensextant.data.Taxon
- setTessellate(Boolean) - Method in class org.opensextant.giscore.geometry.GeometryBase
- setText(String) - Method in class org.opensextant.data.social.Message
-
Set the text, if not null, isASCII and rawbytes length are calculated.
- setText(String) - Method in class org.opensextant.extraction.TextEntity
-
sets the value of the TextEntity
- setText(String) - Method in class org.opensextant.giscore.events.Comment
-
This will set the value of the
Comment
. - setText(String) - Method in class org.opensextant.giscore.events.Element
- setTextNatural(String) - Method in class org.opensextant.data.social.Message
- setTextOnly(String) - Method in class org.opensextant.extraction.TextEntity
-
Set just the value, without incurring the cost of other metrics or flags about the text that likely are unchanged.
- setTimeZone(TimeZone) - Method in class org.opensextant.geodesy.SafeDateFormat
-
Sets the time zone for the calendar of this SafeDateFormat object.
- setTimeZone(TimeZone) - Method in class org.opensextant.giscore.utils.SafeDateFormat
-
Deprecated.Sets the time zone for the calendar of this SafeDateFormat object.
- setToday(Date) - Method in class org.opensextant.extractors.xtemporal.XTemporal
-
Optionally reset your context...
- setTopographicOrigin(Geodetic3DPoint) - Method in class org.opensextant.geodesy.FrameOfReference
-
This settor method is used to update the current Topographic Origin point (as a Geodetic3DPoint object) for this FrameOfReference.
- setType(String) - Method in class org.opensextant.extraction.TextMatch
-
Allow matchers and taggers to set a type label, e.g., pattern family or other string.
- setType(String) - Method in class org.opensextant.giscore.events.ContainerStart
-
Set type of container (e.g.
- setType(DocumentType) - Method in class org.opensextant.giscore.events.DocumentStart
- setType(SimpleField.Type) - Method in class org.opensextant.giscore.events.SimpleField
- setUniqueName(boolean) - Method in class org.opensextant.data.Country
- setUpdateType(String) - Method in class org.opensextant.giscore.events.NetworkLinkControl
- setUser(JsonObject) - Method in class org.opensextant.data.social.Tweet
- setUserGeo(JsonObject, Tweet) - Static method in class org.opensextant.data.social.Tweet
- setUTCOffset(int) - Method in class org.opensextant.data.social.Message
-
Set UTC and TZ after date is set.
- setUTMPrecision(GeocoordMatch) - Static method in class org.opensextant.extractors.xcoord.PrecisionScales
- setViewFormat(String, String) - Method in class org.opensextant.giscore.input.kml.KmlBaseReader
-
Override the default ViewFormat parameters for this KmlReader instance.
- setViewGroup(TaggedMap) - Method in class org.opensextant.giscore.events.Common
-
Set ViewGroup on feature (e.g.
- setViewGroup(TaggedMap) - Method in class org.opensextant.giscore.events.NetworkLinkControl
- setVisibility(Boolean) - Method in class org.opensextant.giscore.events.Common
-
Specifies whether the feature is "visible" when it is initially loaded
- setWest(Double) - Method in class org.opensextant.giscore.events.GroundOverlay
- setWestLon(Longitude) - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
Setter for property westLon.
- setWestLon(Longitude) - Method in class org.opensextant.geodesy.UnmodifiableGeodetic2DBounds
- setWestLon(Longitude) - Method in class org.opensextant.geodesy.UnmodifiableGeodetic3DBounds
- setWorkingSize(int) - Method in class org.opensextant.extractors.langid.LangDetect
- setX(double) - Method in class org.opensextant.geodesy.GeocentricPoint
-
This settor method updates the x coordinate (in meters) for this GeocentricPoint.
- setY(double) - Method in class org.opensextant.geodesy.GeocentricPoint
-
This settor method updates the y coordinate (in meters) for this GeocentricPoint.
- setZ(double) - Method in class org.opensextant.geodesy.GeocentricPoint
-
This settor method updates the z coordinate (in meters) for this GeocentricPoint.
- SHAPE_FIELD_NAME - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- SHAPE_TYPE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- Shape2Kml - Class in org.opensextant.giscore.utils
-
Simple Shape file-to-KML Converter.
- Shape2Kml() - Constructor for class org.opensextant.giscore.utils.Shape2Kml
- Shapefile - Enum constant in enum org.opensextant.giscore.DocumentType
- ShapefileBaseClass - Class in org.opensextant.giscore.output.shapefile
-
Common methods and constants for use with both input and output of shapefiles as GIS objects.
- ShapefileBaseClass() - Constructor for class org.opensextant.giscore.output.shapefile.ShapefileBaseClass
- ShapefileComponent - Enum in org.opensextant.giscore.input.shapefile
-
An enumeration of the supported components of a Shapefile.
- ShapefileFormatter - Class in org.opensextant.output
-
A results formatter for shapefile output.
- ShapefileFormatter() - Constructor for class org.opensextant.output.ShapefileFormatter
- ShapefileInputStream - Class in org.opensextant.giscore.input.shapefile
-
Read one or more shapefiles in from a directory or from a zip input stream.
- ShapefileInputStream(File, Object[]) - Constructor for class org.opensextant.giscore.input.shapefile.ShapefileInputStream
-
Standard ctor for streams
- ShapefileInputStream(File, IAcceptSchema) - Constructor for class org.opensextant.giscore.input.shapefile.ShapefileInputStream
-
Ctor
- ShapefileInputStream(InputStream, Object[]) - Constructor for class org.opensextant.giscore.input.shapefile.ShapefileInputStream
-
Standard ctor for streams
- ShapefileInputStream(InputStream, IAcceptSchema) - Constructor for class org.opensextant.giscore.input.shapefile.ShapefileInputStream
-
Ctor
- ShapefileOutputStream - Class in org.opensextant.giscore.output.shapefile
-
Output stream for Shape file creation.
- ShapefileOutputStream(OutputStream, File, IContainerNameStrategy, PointShapeMapper) - Constructor for class org.opensextant.giscore.output.shapefile.ShapefileOutputStream
-
Ctor
- ShapefileOutputStream(OutputStream, Object[]) - Constructor for class org.opensextant.giscore.output.shapefile.ShapefileOutputStream
-
Standard ctor
- shapeGeneralMultiPatch - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapeGeneralMultipoint - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapeGeneralPoint - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapeGeneralPolygon - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapeGeneralPolyline - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapeMultiPatch - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapeMultiPatchM - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapeMultipoint - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapeMultipointM - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapeMultipointZ - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapeMultipointZM - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapeNull - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapePoint - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapePointM - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapePointZ - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapePointZM - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapePolygon - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapePolygonM - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapePolygonZ - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapePolygonZM - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapePolyline - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapePolylineM - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapePolylineZ - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- shapePolylineZM - Static variable in interface org.opensextant.giscore.output.gdb.FileGdbConstants
- SHORT - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- shouldCache(Object) - Method in interface org.opensextant.giscore.utils.IObjectCacher
-
Take an output object and check to see if the object should be reduced to a reference.
- shouldCache(Object) - Method in class org.opensextant.giscore.utils.SimpleFieldCacher
- SHP - Enum constant in enum org.opensextant.giscore.input.shapefile.ShapefileComponent
-
The main component of a shapefile that contains geometry.
- SIGNATURE - Static variable in interface org.opensextant.giscore.input.dbf.IDbfConstants
- SIGNATURE - Static variable in class org.opensextant.giscore.input.shapefile.SingleShapefileInputHandler
- SIGNATURE - Static variable in class org.opensextant.giscore.output.shapefile.ShapefileBaseClass
- SIMPLE_DATA - Static variable in interface org.opensextant.giscore.input.kml.IKml
- SIMPLE_FIELD - Static variable in interface org.opensextant.giscore.input.kml.IKml
- SimpleField - Class in org.opensextant.giscore.events
-
A descriptor for a given schema field.
- SimpleField() - Constructor for class org.opensextant.giscore.events.SimpleField
-
No args ctor use for serialization.
- SimpleField(String) - Constructor for class org.opensextant.giscore.events.SimpleField
-
Constructor for a simple default field type (String).
- SimpleField(String, SimpleField.Type) - Constructor for class org.opensextant.giscore.events.SimpleField
-
Ctor
- SimpleField.Type - Enum in org.opensextant.giscore.events
- SimpleFieldCacher - Class in org.opensextant.giscore.utils
-
This cacher recognizes and caches simple fields to reduce the overhead in the object buffer.
- SimpleFieldCacher() - Constructor for class org.opensextant.giscore.utils.SimpleFieldCacher
- SimpleObjectInputStream - Class in org.opensextant.giscore.utils
-
Simplified stream that doesn't hold object references on input.
- SimpleObjectInputStream(InputStream) - Constructor for class org.opensextant.giscore.utils.SimpleObjectInputStream
-
Creates an SimpleObjectInputStream that reads from the specified InputStream.
- SimpleObjectOutputStream - Class in org.opensextant.giscore.utils
-
Simplified Object Output Stream that saves data object.
- SimpleObjectOutputStream(OutputStream) - Constructor for class org.opensextant.giscore.utils.SimpleObjectOutputStream
-
Creates an ObjectOutputStream that writes to the specified OutputStream.
- SimpleObjectOutputStream(OutputStream, IObjectCacher) - Constructor for class org.opensextant.giscore.utils.SimpleObjectOutputStream
-
Creates an ObjectOutputStream that writes to the specified OutputStream.
- SingleShapefileInputHandler - Class in org.opensextant.giscore.input.shapefile
-
Read a single shapefile (.prj, .shp, .dbf, etc) to an object buffer for later processing.
- SingleShapefileInputHandler(File, String) - Constructor for class org.opensextant.giscore.input.shapefile.SingleShapefileInputHandler
-
Create
SingleShapefileInputHandler
for single shapefile given input directory and base filename (not including .shp extension) as base name for .shp, .dbf, and .prj files. - SingleShapefileInputHandler(InputStream, Map<ShapefileComponent, InputStream>, String) - Constructor for class org.opensextant.giscore.input.shapefile.SingleShapefileInputHandler
-
Create
SingleShapefileInputHandler
for single shapefile given as a series ofInputStream
s. - SingleShapefileOutputHandler - Class in org.opensextant.giscore.output.shapefile
-
Coordinate the output of a single buffer for writing the four shapefile component files.
- SingleShapefileOutputHandler(Schema, Style, ObjectBuffer, File, String, PointShapeMapper) - Constructor for class org.opensextant.giscore.output.shapefile.SingleShapefileOutputHandler
-
Ctor
- size() - Method in class org.opensextant.giscore.geometry.GeometryBag
- SIZE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- skipNextElement(XMLEventReader, QName) - Method in class org.opensextant.giscore.input.XmlInputStream
-
Skip to end of target element given its fully qualified
QName
- slashSlashComments(boolean) - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Specifies whether "slash-slash" (C++-style) comments shall be recognized.
- slashStarComments(boolean) - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Specifies whether "slash-star" (C-style) comments shall be recognized.
- SNIPPET - Static variable in interface org.opensextant.giscore.input.kml.IKml
- sort(Map<String, LangID>) - Static method in class org.opensextant.extractors.langid.LangDetect
-
Sort what was found; Returns LangID by highest score to lowest.
- sorter - Variable in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
-
The feature sorter takes care of the details of storing features for later retrieval by schema.
- SortingOutputStream - Class in org.opensextant.giscore.output
-
This is an output stream that takes information in the Rows or Row subclasses handed to it in order to place them in different containers.
- SortingOutputStream(IGISOutputStream, IContainerNameStrategy, ICategoryNameExtractor) - Constructor for class org.opensextant.giscore.output.SortingOutputStream
-
Ctor
- SOURCE - Static variable in interface org.opensextant.giscore.output.rss.IRss
- source_id - Variable in class org.opensextant.annotations.Annotation
-
Source ID here is very much optional Currently it is useful for SQLite usage.
- source_id - Variable in class org.opensextant.annotations.Record
-
Source ID
- SOURCE_TWITTER - Static variable in class org.opensextant.data.social.Tweet
- sourceID - Variable in class org.opensextant.data.social.Message
-
optional Source ID field
- SOUTH - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- SOUTH - Static variable in interface org.opensextant.giscore.input.kml.IKml
- SP - Static variable in class org.opensextant.util.TextUtils
- spanishLang - Static variable in class org.opensextant.util.TextUtils
- SPATIAL_REFERENCE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- specificity - Variable in class org.opensextant.extractors.xcoord.DMSOrdinate
-
Specificity is a field resolution, that is how many fields were specified in the match? Ex.
- SPREADSHEET_MIMETYPE - Static variable in class org.opensextant.util.FileUtility
- SQUARE - Static variable in class org.opensextant.giscore.output.shapefile.PointShapeMapper
- squeeze_whitespace(String) - Static method in class org.opensextant.util.TextUtils
-
Minimize whitespace.
- STAR - Static variable in class org.opensextant.giscore.output.shapefile.PointShapeMapper
- start - Variable in class org.opensextant.extraction.TextEntity
-
char offset of entity; location in document where entity starts.
- start(String) - Method in class org.opensextant.output.AbstractFormatter
- start(String) - Method in class org.opensextant.output.AbstractGenericFormatter
-
Start.
- start(String) - Method in class org.opensextant.output.CSVFormatter
- start(String) - Method in class org.opensextant.output.CSVGenericFormatter
- start(String) - Method in class org.opensextant.output.GISDataFormatter
-
Start output.
- start(String) - Method in interface org.opensextant.output.ResultsFormatter
- START_CHARS - Static variable in class org.opensextant.extraction.MatcherUtils
- START_OFFSET - Static variable in class org.opensextant.output.OpenSextantSchema
- startTime - Variable in class org.opensextant.geodesy.ISO8601DateTimePoint
- startTime - Variable in class org.opensextant.giscore.events.Common
- state - Variable in class org.opensextant.annotations.Record
-
State flags indicate what state of processing the record is in or what processing has been applied to it.
- stateMask - Variable in class org.opensextant.annotations.Record
- statusGeo - Variable in class org.opensextant.data.social.Message
-
the origination of the message -- Country from which the item was sent.
- stop(GeocoordMatch) - Method in class org.opensextant.extractors.xcoord.DMSFilter
-
stop a match if it is a bad DMS pattern, e.g., date or date/time.
- stop(GeocoordMatch) - Method in interface org.opensextant.extractors.xcoord.GeocoordMatchFilter
-
stop a match
- stop(GeocoordMatch) - Method in class org.opensextant.extractors.xcoord.MGRSFilter
-
TODO: Document rules.
- stream - Variable in class org.opensextant.giscore.input.XmlInputStream
- stream - Variable in class org.opensextant.giscore.output.XmlOutputStreamBase
- StreamVisitorBase - Class in org.opensextant.giscore.output
-
The stream visitor base extends the original visitor base and changes the default behaviors to be compatible with the new stream elements.
- StreamVisitorBase() - Constructor for class org.opensextant.giscore.output.StreamVisitorBase
- STRING - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- string2list(String, String) - Static method in class org.opensextant.util.TextUtils
-
Get a list of values into a nice, scrubbed array of values, no whitespace.
- StringHelper - Class in org.opensextant.giscore.utils
-
A set of useful string utility functions
- StringHelper() - Constructor for class org.opensextant.giscore.utils.StringHelper
- Style - Class in org.opensextant.giscore.events
-
Represents style information for points and lines.
- Style() - Constructor for class org.opensextant.giscore.events.Style
-
Default Ctor
- Style(String) - Constructor for class org.opensextant.giscore.events.Style
-
Constructor Style with id
- Style(Style) - Constructor for class org.opensextant.giscore.events.Style
-
Copy constructor creates new style as a copy from another style excluding its id.
- STYLE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- STYLE_MAP - Static variable in interface org.opensextant.giscore.input.kml.IKml
- STYLE_PROP - Static variable in interface org.opensextant.giscore.events.IGISObject
-
The id of the style referenced by the given feature or container
- STYLE_URL - Static variable in interface org.opensextant.giscore.input.kml.IKml
- Style.ColorMode - Enum in org.opensextant.giscore.events
- Style.ListItemType - Enum in org.opensextant.giscore.events
- StyleMap - Class in org.opensextant.giscore.events
-
A
StyleMap>
maps between two different Styles. - StyleMap() - Constructor for class org.opensextant.giscore.events.StyleMap
-
Default Ctor
- StyleMap(String) - Constructor for class org.opensextant.giscore.events.StyleMap
-
Constructor StyleMap with id
- StyleSelector - Class in org.opensextant.giscore.events
-
Abstract Style base class for Style or StyleMap elements
- StyleSelector() - Constructor for class org.opensextant.giscore.events.StyleSelector
- styleUrl - Variable in class org.opensextant.giscore.events.Common
- SUBDEG - Enum constant in enum org.opensextant.extractors.xcoord.DMSOrdinate.Resolution
- SUBMIN - Enum constant in enum org.opensextant.extractors.xcoord.DMSOrdinate.Resolution
- SUBSEC - Enum constant in enum org.opensextant.extractors.xcoord.DMSOrdinate.Resolution
- sval - Variable in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Contains a string if the current token is a word (
ttype
==TT_WORD
). - symbol - Variable in class org.opensextant.extractors.xcoord.Hemisphere
-
The symbol.
T
- TAB - Static variable in class org.opensextant.util.TextUtils
- table - Variable in class org.opensextant.giscore.filegdb.Row
- Table - Class in org.opensextant.giscore.filegdb
-
A table represents a dataset or a feature class
- Table() - Constructor for class org.opensextant.giscore.filegdb.Table
- TABLE - Enum constant in enum org.opensextant.giscore.output.gdb.XmlGdbOutputStream.ElementType
- TABLE - Static variable in class org.opensextant.giscore.filegdb.Geodatabase
- TABLE_DATA - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- TABLE_ROLE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- Table.FieldInfo - Class in org.opensextant.giscore.filegdb
- tag_all_taxons - Variable in class org.opensextant.processing.Parameters
-
"all taxons" is an explicit request to tag all keyphrases AKA taxons
- tag_codes - Variable in class org.opensextant.processing.Parameters
-
Tag/Output codes of placenames -- Exclusive of Coutry or other Placenames
- tag_coordinates - Variable in class org.opensextant.processing.Parameters
-
Tag/Output coordinates
- tag_countries - Variable in class org.opensextant.processing.Parameters
-
Tag/Output countries
- tag_lowercase - Variable in class org.opensextant.processing.Parameters
- tag_names - Variable in class org.opensextant.processing.Parameters
-
Name taxons are a special grouping of tags, including "person_name" and other entries Entity type is usually `person`.
- tag_patterns - Variable in class org.opensextant.processing.Parameters
- tag_places - Variable in class org.opensextant.processing.Parameters
-
Tag/Output placenames of any time other than countries
- tag_postal - Variable in class org.opensextant.processing.Parameters
-
Tag/Output postal hierarchy, i.e., "City, Province, Postal code"
- tag_taxons - Variable in class org.opensextant.processing.Parameters
-
"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.
- tagFilter - Variable in class org.opensextant.extraction.MatchFilter
-
The tag filter.
- TaggedMap - Class in org.opensextant.giscore.events
-
There are a number of elements in KML that simply need their data carried through the pipe.
- TaggedMap() - Constructor for class org.opensextant.giscore.events.TaggedMap
-
Empty ctor for IO only.
- TaggedMap(String) - Constructor for class org.opensextant.giscore.events.TaggedMap
-
Default constructor.
- tags - Variable in class org.opensextant.annotations.Record
- tagset - Variable in class org.opensextant.data.Taxon
- Taxon - Class in org.opensextant.data
-
A Taxon is an entry in a taxonomy, which could be as simple as a flat word list or something with lots of structure.
- Taxon() - Constructor for class org.opensextant.data.Taxon
- TelephoneNumber - Class in org.opensextant.extractors.poli.data
- TelephoneNumber() - Constructor for class org.opensextant.extractors.poli.data.TelephoneNumber
- TelephoneNumber(String) - Constructor for class org.opensextant.extractors.poli.data.TelephoneNumber
- TelephoneNumber(Map<String, String>, String) - Constructor for class org.opensextant.extractors.poli.data.TelephoneNumber
- tempDir - Variable in class org.opensextant.processing.Parameters
- termset - Variable in class org.opensextant.data.Taxon
-
Terms: "pineapple", "mango", ...
- TERRAIN_ENABLED - Static variable in interface org.opensextant.giscore.input.kml.IKml
- TESSELLATE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- TestCase - Class in org.opensextant.extractors.poli
- TestCase - Class in org.opensextant.extractors.xtemporal
- TestCase(String, String, String) - Constructor for class org.opensextant.extractors.poli.TestCase
- TestCase(String, String, String) - Constructor for class org.opensextant.extractors.xtemporal.TestCase
- testcases - Variable in class org.opensextant.extractors.flexpat.RegexPatternManager
- testing - Variable in class org.opensextant.extractors.flexpat.RegexPatternManager
- text - Variable in class org.opensextant.data.social.Message
-
The text of the message.
- text - Variable in class org.opensextant.extraction.TextEntity
- text - Variable in class org.opensextant.extractors.flexpat.PatternTestCase
- text - Variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- TEXT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- TEXT_COLOR - Static variable in interface org.opensextant.giscore.input.kml.IKml
- text_id(String) - Static method in class org.opensextant.util.TextUtils
-
Static method -- use only if you are sure of thread-safety.
- TEXT_WIDTH - Static variable in class org.opensextant.output.AbstractFormatter
- TEXT_WIDTH - Static variable in class org.opensextant.output.AbstractGenericFormatter
-
Size of text window around matches -- to use as excerpts
- TEXT_WIDTH - Static variable in class org.opensextant.processing.ResultsUtility
-
The default TEXT WIDTH.
- TextEntity - Class in org.opensextant.extraction
-
A very simple struct to hold data useful for post-processing entities once found.
- TextEntity(int, int) - Constructor for class org.opensextant.extraction.TextEntity
-
Simple Span representation.
- TextInput - Class in org.opensextant.data
-
TextInput is a unit of data -- a tuple that represents the text and its language and an identifier for downstream processing, export formatting, databasing results keyed by text identifier, etc.
- TextInput(String, String) - Constructor for class org.opensextant.data.TextInput
-
A simple input.
- TextMatch - Class in org.opensextant.extraction
-
A variation on TextEntity that also records pattern metadata
- TextMatch(int, int) - Constructor for class org.opensextant.extraction.TextMatch
- TextMatchResult - Class in org.opensextant.extractors.flexpat
-
This result class holds all the results for a given text block.
- TextMatchResult() - Constructor for class org.opensextant.extractors.flexpat.TextMatchResult
- textNatural - Variable in class org.opensextant.data.social.Message
-
The natural language version of the text.
- textnorm - Variable in class org.opensextant.extractors.poli.PoliMatch
- TEXTPATH - Static variable in class org.opensextant.output.OpenSextantSchema
- TextUtils - Class in org.opensextant.util
- TextUtils() - Constructor for class org.opensextant.util.TextUtils
- thaiLang - Static variable in class org.opensextant.util.TextUtils
- TILT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- TIME_SPAN - Static variable in interface org.opensextant.giscore.input.kml.IKml
- TIME_STAMP - Static variable in interface org.opensextant.giscore.input.kml.IKml
- timestamp_parser - Static variable in class org.opensextant.data.social.Tweet
- timezone - Variable in class org.opensextant.data.social.Message
-
Timezone label of the timestamp, e.g., Europe/London, or just London or "Canada and Atlantic (EST)".
- TITLE - Static variable in interface org.opensextant.giscore.output.rss.IRss
- TO_POINT - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- toArray() - Method in class org.opensextant.giscore.geometry.GeometryBag
- toArray(T[]) - Method in class org.opensextant.giscore.geometry.GeometryBag
-
Returns an array containing all of the elements in this GeometryBag in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
- toAwtColor() - Method in class org.opensextant.giscore.utils.Color
-
Convert to a
java.awt.Color
instance with an opaque RGB color. - toAwtColor(boolean) - Method in class org.opensextant.giscore.utils.Color
-
Convert to a
java.awt.Color
instance. - toDate() - Method in class org.opensextant.giscore.utils.DateTime
-
Convert DateTime to Date object.
- today - Variable in class org.opensextant.extractors.xcoord.MGRSFilter
-
The today.
- TODAY - Variable in class org.opensextant.extractors.xtemporal.XTemporal
-
Application constants -- note the notion of TODAY is relative to the caller's notion of TODAY.
- TODAY_EPOCH - Variable in class org.opensextant.extractors.xtemporal.XTemporal
-
The today epoch.
- toDecimal() - Method in class org.opensextant.extractors.xcoord.DMSOrdinate
-
toDD() Return the decimal value to the extent it makes sense.
- toGeocentric(GeoPoint) - Method in class org.opensextant.geodesy.FrameOfReference
-
This method is the public conversion method for using this FrameOfReference to convert any GeoPoint object into a GeocentricPoint.
- toGeodetic(double, double) - Method in class org.opensextant.geodesy.PolarStereographic
-
This method converts Polar Stereographic projection (easting and northing) coordinates to geodetic (latitude and longitude) coordinates, according to the current ellipsoid and Polar Stereographic projection parameters.
- toGeodetic(double, double) - Method in class org.opensextant.geodesy.TransverseMercator
-
This method converts Transverse Mercator projection (easting and northing) coordinates to geodetic (latitude and longitude) coordinates, according to the current ellipsoid and Transverse Mercator projection parameters.
- toGeodetic(GeoPoint) - Method in class org.opensextant.geodesy.FrameOfReference
-
This method is the public conversion method for using this FrameOfReference to convert any GeoPoint object into a Geodetic3DPoint.
- toGeodetic2DPoint() - Method in class org.opensextant.geodesy.MGRS
-
This method returns the Geodetic2DPoint coordinate object corresponding to either the SouthWest corner of the MGRS cell (if the MGRS Object was constructed from a MGRS String), or the precise point used to construct the MGRS object (which is contained inside the smallest possible MGRS grid cell).
- toGeodetic3D(FrameOfReference) - Method in class org.opensextant.geodesy.GeocentricPoint
-
This method abstracts this Geocentric object as a general purpose GeoPoint.
- toGeodetic3D(FrameOfReference) - Method in class org.opensextant.geodesy.Geodetic2DPoint
-
This method abstracts this Geodetic2DPoint object as a general purpose GeoPoint.
- toGeodetic3D(FrameOfReference) - Method in class org.opensextant.geodesy.Geodetic3DPoint
-
This method abstracts this Geodetic3DPoint object as a general purpose GeoPoint.
- toGeodetic3D(FrameOfReference) - Method in interface org.opensextant.geodesy.GeoPoint
- toGeodetic3D(FrameOfReference) - Method in class org.opensextant.geodesy.MGRS
-
This method abstracts this MGRS object as a general purpose GeoPoint.
- toGeodetic3D(FrameOfReference) - Method in class org.opensextant.geodesy.Topocentric2DPoint
-
This method abstracts this Topocentric2DPoint object as a general purpose GeoPoint.
- toGeodetic3D(FrameOfReference) - Method in class org.opensextant.geodesy.Topocentric3DPoint
-
This method abstracts this Topocentric3DPoint object as a general purpose GeoPoint.
- toJSON(Tweet) - Static method in class org.opensextant.data.social.TweetUtility
- toJSON(Tweet, boolean, boolean) - Static method in class org.opensextant.data.social.TweetUtility
-
Objective of this is to create a FLAT key/value map for a JSON or a simple HashMap to use.
- tokens(String) - Static method in class org.opensextant.util.TextUtils
-
Return just white-space delmited tokens.
- tokensLeft(String) - Static method in class org.opensextant.util.TextUtils
-
See tokensRight()
- tokensRight(String) - Static method in class org.opensextant.util.TextUtils
-
Return tokens on the right most part of a buffer.
- toMGRS() - Method in class org.opensextant.extractors.xcoord.GeocoordMatch
-
Convert the current coordinate to MGRS.
- toPattern() - Method in class org.opensextant.geodesy.SafeDateFormat
- toPattern() - Method in class org.opensextant.giscore.utils.SafeDateFormat
-
Deprecated.
- Topocentric2DPoint - Class in org.opensextant.geodesy
-
The Topocentric2DPoint class is used to represent a point in Cartesian coordinate space, relative to a plane that is tangent to the surface of an Ellipsoid at a particular Geodetic Latitude and Longitude point, called the topocentric origin.
- Topocentric2DPoint(double, double) - Constructor for class org.opensextant.geodesy.Topocentric2DPoint
-
The constructor takes double precision floating point values for easting and northing distances in meters from the topographic origin.
- Topocentric3DPoint - Class in org.opensextant.geodesy
-
The Topocentric3DPoint class extends the simple Topocentric2DPoint class by adding an explicit elevation value, in meters.
- Topocentric3DPoint(double, double, double) - Constructor for class org.opensextant.geodesy.Topocentric3DPoint
-
The constructor takes double precision floating point values for easting and northing distances in meters from the topographic origin, along with an elevation value in meters.
- toPolarStereographic(Longitude, Latitude) - Method in class org.opensextant.geodesy.PolarStereographic
-
This method converts geodetic (latitude and longitude) coordinates to Polar Stereographic projection (easting and northing) coordinates, according to the current ellipsoid and Polar Stereographic projection coordinates.
- toPolygon() - Method in class org.opensextant.giscore.utils.PolyHolder
- toString() - Method in class org.opensextant.annotations.Annotation
- toString() - Method in class org.opensextant.annotations.Record
- toString() - Method in class org.opensextant.data.Country
- toString() - Method in class org.opensextant.data.Country.TZ
- toString() - Method in class org.opensextant.data.GeoBase
-
Generic label -- anything more sophisticated needs attention E.g.
- toString() - Method in class org.opensextant.data.Language
- toString() - Method in class org.opensextant.data.Place
- toString() - Method in class org.opensextant.data.social.Tweet
- toString() - Method in class org.opensextant.data.Taxon
- toString() - Method in class org.opensextant.extraction.ExtractionMetrics
- toString() - Method in class org.opensextant.extraction.TextEntity
- toString() - Method in class org.opensextant.extraction.TextMatch
- toString() - Method in class org.opensextant.extractors.flexpat.RegexPattern
- toString() - Method in class org.opensextant.extractors.langid.LangID
- toString() - Method in enum org.opensextant.extractors.xtemporal.DateMatch.TimeResolution
- toString() - Method in class org.opensextant.geodesy.Angle
-
This method returns a formatted String representation of the angle value in degree, minute, seconds format, with no fractional digits of arc seconds.
- toString() - Method in class org.opensextant.geodesy.Ellipsoid
-
This method returns the name of this Ellipsoid.
- toString() - Method in class org.opensextant.geodesy.GeocentricPoint
-
The toString method returns a string formatted version of this GeocentricPoint, as '(x, y, z)', where each component is rounded to integer meters.
- toString() - Method in class org.opensextant.geodesy.Geodetic2DArc
-
The toString method formats the arc for printing.
- toString() - Method in class org.opensextant.geodesy.Geodetic2DBounds
-
The toString method formats the bounding box coordinates for printing, as SW ..
- toString() - Method in class org.opensextant.geodesy.Geodetic2DCircle
-
The toString method formats the circle for printing.
- toString() - Method in class org.opensextant.geodesy.Geodetic2DEllipse
-
The toString method formats the ellipse for printing.
- toString() - Method in class org.opensextant.geodesy.Geodetic2DPoint
-
This method formats the Geodetic2DPoint point as a parenthezised String containing Longitude (in degrees, minutes, seconds) and Latitude (in degrees, minutes, seconds), separated by a single comma.
- toString() - Method in class org.opensextant.geodesy.Geodetic3DBounds
-
The toString method formats the bounding box coordinates for printing, as SW ..
- toString() - Method in class org.opensextant.geodesy.Geodetic3DPoint
-
The toString method returns a string formatted version of this Geodetic3DPoint, as '(lon, lat) @ h', where lon and lat are printed in integer degrees, minutes, and seconds, and elevation h is rounded to integer meters.
- toString() - Method in class org.opensextant.geodesy.ISO8601DateTimeInterval
-
Format this ISO8601DateTimeInterval object using the ISO 8601 interval syntax, which can be parsed using the String argument constructor method of this class.
- toString() - Method in class org.opensextant.geodesy.ISO8601DateTimePoint
-
Format this TmPoint object using the ISO 8601 point syntax, which can be parsed using the String argument constructor method of this class.
- toString() - Method in class org.opensextant.geodesy.MGRS
-
This default toString method returns the MGRS string at its natural precision
- toString() - Method in class org.opensextant.geodesy.Topocentric2DPoint
-
This method formats the Topocentric2DPoint point as a parenthezised String containing easting and northing values in integer meters.
- toString() - Method in class org.opensextant.geodesy.Topocentric3DPoint
-
This toString method returns a string formatted version of this Topocentric3DPoint, printed with integer values for each component.
- toString() - Method in class org.opensextant.geodesy.UPS
-
This method converts the UPS object to a printable string, with easting and northing offsets given in integer meters.
- toString() - Method in class org.opensextant.geodesy.UTM
-
This method formats the UTM object to a printable string, with easting and northing offsets displayed to the nearest integer number of meters.
- toString() - Method in class org.opensextant.giscore.data.DocType
- toString() - Method in class org.opensextant.giscore.data.DocumentTypeRegistration
- toString() - Method in class org.opensextant.giscore.events.Comment
-
This returns a
String
representation of theComment
, suitable for debugging. - toString() - Method in class org.opensextant.giscore.events.Common
- toString() - Method in class org.opensextant.giscore.events.ContainerEnd
- toString() - Method in class org.opensextant.giscore.events.ContainerStart
- toString() - Method in class org.opensextant.giscore.events.DocumentStart
- toString() - Method in class org.opensextant.giscore.events.Element
- toString() - Method in class org.opensextant.giscore.events.Feature
- toString() - Method in class org.opensextant.giscore.events.NetworkLinkControl
- toString() - Method in class org.opensextant.giscore.events.Overlay
- toString() - Method in class org.opensextant.giscore.events.Pair
- toString() - Method in class org.opensextant.giscore.events.Row
- toString() - Method in class org.opensextant.giscore.events.Schema
- toString() - Method in class org.opensextant.giscore.events.ScreenLocation
- toString() - Method in class org.opensextant.giscore.events.SimpleField
- toString() - Method in class org.opensextant.giscore.events.StyleSelector
- toString() - Method in class org.opensextant.giscore.geometry.Circle
-
The toString method returns a String representation of this Object suitable for debugging
- toString() - Method in class org.opensextant.giscore.geometry.Geometry
-
The toString method returns a String representation of this object suitable for debugging
- toString() - Method in class org.opensextant.giscore.geometry.GeometryBag
- toString() - Method in class org.opensextant.giscore.geometry.Line
-
The toString method returns a String representation of this Object suitable for debugging.
- toString() - Method in class org.opensextant.giscore.geometry.LinearRing
-
The toString method returns a String representation of this Object suitable for debugging
- toString() - Method in class org.opensextant.giscore.geometry.Model
-
The toString method returns a String representation of this Object suitable for debugging
- toString() - Method in class org.opensextant.giscore.geometry.MultiLine
-
The toString method returns a String representation of this Object suitable for debugging
- toString() - Method in class org.opensextant.giscore.geometry.MultiLinearRings
-
The toString method returns a String representation of this Object suitable for debugging
- toString() - Method in class org.opensextant.giscore.geometry.MultiPoint
-
The toString method returns a String representation of this Object suitable for debugging
- toString() - Method in class org.opensextant.giscore.geometry.MultiPolygons
-
The toString method returns a String representation of this Object suitable for debugging
- toString() - Method in class org.opensextant.giscore.geometry.Point
-
The toString method returns a String representation of this Object suitable for debugging
- toString() - Method in class org.opensextant.giscore.geometry.Polygon
-
The toString method returns a String representation of this Object suitable for debugging
- toString() - Method in class org.opensextant.giscore.input.kml.KmlBaseReader
- toString() - Method in class org.opensextant.giscore.input.kml.UrlRef
-
Normalize and convert internal "URI" form to portable URL form.
- toString() - Method in class org.opensextant.giscore.input.shapefile.PrjReader.Entry
- toString() - Method in class org.opensextant.giscore.input.wkt.WKTToken
- toString() - Method in class org.opensextant.giscore.Namespace
-
This returns a
String
representation of thisNamespace
, suitable for use in debugging. - toString() - Method in class org.opensextant.giscore.output.FeatureKey
- toString() - Method in class org.opensextant.giscore.utils.Color
-
Returns a string representation of this
Color
. - toString() - Method in class org.opensextant.giscore.utils.DateTime
-
Formats the given
DateTime
into a date/time string using format defined by the date time type (e.g. - toString() - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Returns the state of this tokenizer in a readable format.
- toString(int) - Method in class org.opensextant.geodesy.Angle
-
This method returns a formatted String representation of the angle value in degree, minute, seconds format, with the specified number of fractional digits of arc seconds.
- toString(int) - Method in class org.opensextant.geodesy.GeocentricPoint
-
This toString method returns a string formatted version of this GeocentricPoint, as '(x, y, z)', where each component is printed with the specified number of decimal digits.
- toString(int) - Method in class org.opensextant.geodesy.Geodetic2DPoint
-
This method formats the Geodetic2DPoint point as a parenthezised String containing Longitude (in degrees, minutes, seconds) and Latitude (in degrees, minutes, seconds), displaying the seconds components with the number of fractional digits of precision specified.
- toString(int) - Method in class org.opensextant.geodesy.Geodetic3DPoint
-
This toString method returns a string formatted version of this Geodetic3DPoint, as '(lon, lat) @ h', lon and lat are printed with the specified number of decimal digits of arc seconds, and h is printed as fractional meters with the number of digits of precision specified.
- toString(int) - Method in class org.opensextant.geodesy.Latitude
-
This method returns a string version of this latitude value in degree, minute, seconds format, with hemisphere character suffix.
- toString(int) - Method in class org.opensextant.geodesy.Longitude
-
This method returns a string version of this longitude value in degree, minute, seconds format, with direction character suffix.
- toString(int) - Method in class org.opensextant.geodesy.MGRS
-
This version of the toString method allows the user to specify the number of digits of precision in the easting and northing components.
- toString(int) - Method in class org.opensextant.geodesy.Topocentric2DPoint
-
This method formats the Topocentric2DPoint point as a parenthezised String containing easting and northing values with the number of fractional digits of precision specified.
- toString(int) - Method in class org.opensextant.geodesy.Topocentric3DPoint
-
This toString method returns a string formatted version of this Topocentric3DPoint, printed with the specified number of decimal digits for each component.
- toString(int) - Method in class org.opensextant.geodesy.UPS
-
This method converts the UPS object to a printable string, using the specified number of fractional digits for the easting and northing offsets.
- toString(int) - Method in class org.opensextant.geodesy.UTM
-
This method formats the UTM object as a printable string, using the specified number of fractional digits for the easting and northing offsets.
- toString(DateTime.DateTimeType) - Method in class org.opensextant.giscore.utils.DateTime
-
Creates a string representation of this
DateTime
object based on the type value. - toTopocentric(GeoPoint) - Method in class org.opensextant.geodesy.FrameOfReference
-
This method is the public conversion method for using this FrameOfReference to convert any GeoPoint object into a Topocentric3DPoint.
- toTopocentric3D() - Method in class org.opensextant.geodesy.Topocentric2DPoint
-
This method converts this Topocentric2DPoint to a Topocentric3DPoint, by assuming an elevation (z-axis) value of zero meters from the Topographic point of origin.
- toTransverseMercator(Longitude, Latitude) - Method in class org.opensextant.geodesy.TransverseMercator
-
This method converts geodetic (latitude and longitude) coordinates to Transverse Mercator projection (easting and northing) coordinates, according to the current ellipsoid and Transverse Mercator projection coordinates.
- toUTCOffsetHours(int) - Static method in class org.opensextant.data.social.Message
-
UTC offset as hours.
- toUTCString() - Method in class org.opensextant.giscore.utils.DateTime
-
Creates a string representation of this
DateTime
object of the form: - TRACK - Static variable in interface org.opensextant.giscore.input.kml.IKml
- translate(String) - Method in class org.opensextant.giscore.filegdb.ESRIErrorCodes
-
Translate message of form "message is\s+([\p{Alpha}\s])\s+error number is\s+(\d+)" To "Error code ####: esri message" if we find a match.
- TransverseMercator - Class in org.opensextant.geodesy
-
The TransverseMercator class implements a map projection of the same name, and is used by the Universal Transverse Mercator (UTM) coordinate encoding system for points in the middle Latitudes around the globe.
- TransverseMercator(boolean) - Constructor for class org.opensextant.geodesy.TransverseMercator
-
This constructor makes an instance of TransverseMercator (initialized with WGS84 ellipsoid projection centered on Prime Meridian and the Equator).
- TRIANGLE - Static variable in class org.opensextant.giscore.output.shapefile.PointShapeMapper
- trimToEmpty(TaggedMap, String) - Static method in class org.opensextant.giscore.input.kml.KmlBaseReader
-
Gets trimmed named value in TaggedMap or null if not found.
- trimToNull(TaggedMap, String) - Static method in class org.opensextant.giscore.input.kml.KmlBaseReader
-
Gets non-empty for named value in TaggedMap or null if not found (or empty/blank string).
- true_positive - Variable in class org.opensextant.extractors.flexpat.PatternTestCase
- TT_EOF - Static variable in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
The constant representing the end of the stream.
- TT_EOL - Static variable in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
The constant representing the end of the line.
- TT_NUMBER - Static variable in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
The constant representing a number token.
- TT_WORD - Static variable in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
The constant representing a word token.
- ttype - Variable in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
After calling
nextToken()
,ttype
contains the type of token that has been read. - turkishLang - Static variable in class org.opensextant.util.TextUtils
- Tweet - Class in org.opensextant.data.social
- Tweet() - Constructor for class org.opensextant.data.social.Tweet
- Tweet(String) - Constructor for class org.opensextant.data.social.Tweet
- Tweet(String, String, Date) - Constructor for class org.opensextant.data.social.Tweet
- Tweet.Mention - Class in org.opensextant.data.social
- TweetLoader - Class in org.opensextant.data.social
- TweetLoader() - Constructor for class org.opensextant.data.social.TweetLoader
- tweetStore - Variable in class org.opensextant.data.social.Tweet
-
Is TweetStore the main repository of data?
- TweetUtility - Class in org.opensextant.data.social
- TweetUtility() - Constructor for class org.opensextant.data.social.TweetUtility
- type - Variable in class org.opensextant.extraction.TextMatch
-
Type, as in Annotation type or code.
- type - Variable in class org.opensextant.giscore.filegdb.Table.FieldInfo
- TYPE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- TYPE_ATTR - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- TZ(String, double, double, double) - Constructor for class org.opensextant.data.Country.TZ
- TZ(String, String, String, String) - Constructor for class org.opensextant.data.Country.TZ
-
Parse error will be thrown on invalid data.
U
- UINT - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- uncompress(byte[]) - Static method in class org.opensextant.util.TextUtils
- uncompress(byte[], String) - Static method in class org.opensextant.util.TextUtils
- UNFILTERED - Static variable in class org.opensextant.extractors.xcoord.XConstants
- Unimap - Class in org.opensextant.util
- Unimap() - Constructor for class org.opensextant.util.Unimap
- UNK_Country - Static variable in class org.opensextant.util.GeonamesUtility
- UNK_PATTERN - Static variable in class org.opensextant.extractors.xcoord.XConstants
- UNK_PATTERN - Static variable in class org.opensextant.extractors.xtemporal.XTConstants
- unknownLanguages - Variable in class org.opensextant.util.GeonamesUtility
- UnmodifiableGeodetic2DBounds - Class in org.opensextant.geodesy
-
Provides an unmodifiable view of the specified bounding box.
- UnmodifiableGeodetic2DBounds(Geodetic2DBounds) - Constructor for class org.opensextant.geodesy.UnmodifiableGeodetic2DBounds
- UnmodifiableGeodetic2DBounds(Geodetic2DPoint) - Constructor for class org.opensextant.geodesy.UnmodifiableGeodetic2DBounds
- UnmodifiableGeodetic3DBounds - Class in org.opensextant.geodesy
-
Provides an unmodifiable view of the specified bounding box.
- UnmodifiableGeodetic3DBounds(Geodetic3DBounds) - Constructor for class org.opensextant.geodesy.UnmodifiableGeodetic3DBounds
- UnmodifiableGeodetic3DBounds(Geodetic3DPoint) - Constructor for class org.opensextant.geodesy.UnmodifiableGeodetic3DBounds
- UNSET_UTC_OFFSET - Static variable in class org.opensextant.data.social.Message
- update(Annotation) - Method in interface org.opensextant.annotations.DeepEyeStore
-
Update an existing annotation.
- update(Record) - Method in interface org.opensextant.annotations.DeepEyeStore
-
The implementation of a record update
- updateState(Record) - Method in interface org.opensextant.annotations.DeepEyeStore
-
Update only the state of a record
- UPPER_CASE - Static variable in class org.opensextant.extractors.poli.PoliMatch
- UPS - Class in org.opensextant.geodesy
-
UPS coordinates are based on a family of two Polar Stereographic map projections, one for each pole.
- UPS(char, double, double) - Constructor for class org.opensextant.geodesy.UPS
-
This constructor assumes the WGS 84 Ellipsoid (default for PolarStereographic).
- UPS(Ellipsoid, char, double, double) - Constructor for class org.opensextant.geodesy.UPS
-
This constructor takes an ellipsoid and the UPS parameters for hemisphere, easting, and northing.
- UPS(Ellipsoid, Geodetic2DPoint) - Constructor for class org.opensextant.geodesy.UPS
-
This constructor takes an ellipsoid and Geodetic2DPoint object.
- UPS(Ellipsoid, Longitude, Latitude) - Constructor for class org.opensextant.geodesy.UPS
-
This constructor takes an ellipsoid, Longitude and Latitude Objects.
- UPS(Geodetic2DPoint) - Constructor for class org.opensextant.geodesy.UPS
-
This constructor assumes the WGS 84 Ellipsoid (default for PolarStereographic).
- UPS(Longitude, Latitude) - Constructor for class org.opensextant.geodesy.UPS
-
This constructor assumes the WGS 84 Ellipsoid (default for PolarStereographic).
- URL - Static variable in interface org.opensextant.giscore.input.kml.IKml
- UrlRef - Class in org.opensextant.giscore.input.kml
-
UrlRef
manages the encoding/decoding of internally created KML/KMZ URLs to preserve the association between the parent KMZ file and its relative file reference. - UrlRef(URI) - Constructor for class org.opensextant.giscore.input.kml.UrlRef
-
Wrap URI with URLRef and decode URI if its an internal kmz reference denoted with a "kmz" prefix to the absolute URI (e.g.
- UrlRef(URL, String) - Constructor for class org.opensextant.giscore.input.kml.UrlRef
-
Convert URL to internalized "kmz" URI with absolute URL of parent KMZ and the kmz file path, which is the relative path to target file inside the KMZ.
- useFileHyperlink - Variable in class org.opensextant.output.GISDataFormatter
- useFileHyperlink - Variable in class org.opensextant.output.GISDataModel
- USER_AGENT - Static variable in class org.opensextant.giscore.input.kml.UrlRef
- userLang - Variable in class org.opensextant.data.social.Message
-
Language declared by the user.
- usesDST - Variable in class org.opensextant.data.Country.TZ
- USHORT - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- UTC_TIMEZONE - Static variable in class org.opensextant.geodesy.ISO8601DateTimePoint
- utcOffset - Variable in class org.opensextant.data.Country.TZ
- utcOffset - Variable in class org.opensextant.data.social.Message
-
UTC offset in seconds (as given by Twitter and other sources).
- utcOffsetHours - Variable in class org.opensextant.data.social.Message
-
utcOffset is in seconds, UTC offset hours is in hours.
- UTM - Class in org.opensextant.geodesy
-
The UTM (Universal Transverse Mercator) class contains methods to parse and format between UTM coordinate strings and their geodetic (longitude and latitude) equivalents.
- UTM(int, char, double, double) - Constructor for class org.opensextant.geodesy.UTM
-
This constructor assumes the WGS 84 Ellipsoid (default for TransverseMercator).
- UTM(int, char, double, double, boolean) - Constructor for class org.opensextant.geodesy.UTM
-
This constructor assumes the WGS 84 Ellipsoid (default for TransverseMercator).
- UTM(Ellipsoid, int, char, double, double) - Constructor for class org.opensextant.geodesy.UTM
-
This constructor takes an ellipsoid.
- UTM(Ellipsoid, Geodetic2DPoint) - Constructor for class org.opensextant.geodesy.UTM
-
This constructor takes an ellipsoid.
- UTM(Ellipsoid, Longitude, Latitude) - Constructor for class org.opensextant.geodesy.UTM
-
This constructor takes an ellipsoid.
- UTM(Geodetic2DPoint) - Constructor for class org.opensextant.geodesy.UTM
-
This constructor assumes the WGS 84 Ellipsoid (default for TransverseMercator).
- UTM(Longitude, Latitude) - Constructor for class org.opensextant.geodesy.UTM
-
This constructor assumes the WGS 84 Ellipsoid (default for TransverseMercator).
- UTM_NORTH - Static variable in class org.opensextant.extractors.xcoord.UTMParser
- UTM_PATTERN - Static variable in class org.opensextant.extractors.xcoord.XConstants
- UTM_precision(String) - Static method in class org.opensextant.extractors.xcoord.PrecisionScales
-
For now default UTM precision to +/- 100m
- UTM_SOUTH - Static variable in class org.opensextant.extractors.xcoord.UTMParser
- UTMParser - Class in org.opensextant.extractors.xcoord
- UTMParser() - Constructor for class org.opensextant.extractors.xcoord.UTMParser
V
- VAL_COORD - Static variable in interface org.opensextant.data.MatchSchema
-
Core metadata type
- VAL_COUNTRY - Static variable in interface org.opensextant.data.MatchSchema
-
Core metadata type
- VAL_PLACE - Static variable in interface org.opensextant.data.MatchSchema
-
Core metadata type
- VAL_POSTAL - Static variable in interface org.opensextant.data.MatchSchema
-
Core metadata type
- VAL_TAXON - Static variable in interface org.opensextant.data.MatchSchema
-
Core metadata type
- validate_pattern(RegexPattern) - Method in class org.opensextant.extractors.flexpat.RegexPatternManager
-
Implementation has the option to check a pattern; For now invalid patterns are only logged.
- validate_pattern(RegexPattern) - Method in class org.opensextant.extractors.poli.PoliPatternManager
-
Implementation has the option to check a pattern; For now invalid patterns are only logged.
- validate_pattern(RegexPattern) - Method in class org.opensextant.extractors.xcoord.PatternManager
-
Implementation has the option to check a pattern; For now invalid patterns are only logged.
- validate_pattern(RegexPattern) - Method in class org.opensextant.extractors.xtemporal.PatternManager
- validateCoordinate(double, double) - Static method in class org.opensextant.util.GeodeticUtility
-
TODO: consider using geodesy, however that API has no obvious simple validator.
- validateLatBand(char) - Static method in class org.opensextant.geodesy.UTM
-
This method tests latitudinal zone to see if it is valid (by itself).
- validateLonZone(int) - Static method in class org.opensextant.geodesy.UTM
-
This method tests longitudinal zone to see if it is valid (by itself).
- validatePolarZone(char) - Static method in class org.opensextant.geodesy.UPS
-
Validate UPS polar zone to see if it is valid (by itself).
- validateUTCOffset(int) - Static method in class org.opensextant.data.social.Message
- validateZoneAndBand(int, char) - Static method in class org.opensextant.geodesy.UTM
-
This method tests longitudinal zone and latitudinal band to make sure they are consistent together.
- validTZ(Tweet) - Static method in class org.opensextant.data.social.Message
-
detect if Tweet has UTC offset or TZ
- value - Variable in class org.opensextant.annotations.DeepEyeData
- value - Variable in class org.opensextant.extractors.poli.data.Money
- VALUE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- VALUE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- valueOf(int) - Static method in enum org.opensextant.giscore.utils.DateTime.DateTimeType
-
Returns the enum constant of the specified enum type with the specified ordinal value.
- valueOf(String) - Static method in enum org.opensextant.extractors.xcoord.DMSOrdinate.Resolution
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opensextant.extractors.xtemporal.DateMatch.TimeResolution
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opensextant.giscore.DocumentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opensextant.giscore.events.AltitudeModeEnumType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opensextant.giscore.events.ScreenLocation.UNIT
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opensextant.giscore.events.SimpleField.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opensextant.giscore.events.Style.ColorMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opensextant.giscore.events.Style.ListItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opensextant.giscore.geometry.Circle.HintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opensextant.giscore.input.shapefile.ShapefileComponent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opensextant.giscore.input.wkt.WKTToken.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opensextant.giscore.output.gdb.XmlGdbOutputStream.ElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opensextant.giscore.utils.DateTime.DateTimeType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.opensextant.extractors.xcoord.DMSOrdinate.Resolution
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.opensextant.extractors.xtemporal.DateMatch.TimeResolution
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.opensextant.giscore.DocumentType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.opensextant.giscore.events.AltitudeModeEnumType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.opensextant.giscore.events.ScreenLocation.UNIT
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.opensextant.giscore.events.SimpleField.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.opensextant.giscore.events.Style.ColorMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.opensextant.giscore.events.Style.ListItemType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.opensextant.giscore.geometry.Circle.HintType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.opensextant.giscore.input.shapefile.ShapefileComponent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.opensextant.giscore.input.wkt.WKTToken.TokenType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.opensextant.giscore.output.gdb.XmlGdbOutputStream.ElementType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.opensextant.giscore.utils.DateTime.DateTimeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALUES - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- version - Variable in class org.opensextant.extractors.flexpat.RegexPattern
- VERSION - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- VERSION - Static variable in class org.opensextant.giscore.input.shapefile.SingleShapefileInputHandler
- VERSION - Static variable in class org.opensextant.giscore.output.shapefile.ShapefileBaseClass
- VERSIONED - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- VERT_FOV - Static variable in interface org.opensextant.giscore.input.kml.IKml
- VERT_PIXELS - Static variable in interface org.opensextant.giscore.input.kml.IKml
- VID_MIMETYPE - Static variable in class org.opensextant.util.FileUtility
- vietnameseLang - Static variable in class org.opensextant.util.TextUtils
- VIEW_BOUND_SCALE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- VIEW_FORMAT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- VIEW_FORMAT_DEFAULT - Static variable in interface org.opensextant.giscore.input.kml.IKml
- VIEW_REFRESH_MODE - Static variable in interface org.opensextant.giscore.input.kml.IKml
- VIEW_REFRESH_MODE_NEVER - Static variable in interface org.opensextant.giscore.input.kml.IKml
- VIEW_REFRESH_MODE_ON_REGION - Static variable in interface org.opensextant.giscore.input.kml.IKml
- VIEW_REFRESH_MODE_ON_REQUEST - Static variable in interface org.opensextant.giscore.input.kml.IKml
- VIEW_REFRESH_MODE_ON_STOP - Static variable in interface org.opensextant.giscore.input.kml.IKml
- VIEW_REFRESH_TIME - Static variable in interface org.opensextant.giscore.input.kml.IKml
- VISIBILITY - Static variable in interface org.opensextant.giscore.input.kml.IKml
- visit(Comment) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(Comment) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(Comment) - Method in class org.opensextant.giscore.output.XmlOutputStreamBase
-
Writes XML comment to the output stream if text comment value is not null or empty.
- visit(ContainerEnd) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(ContainerEnd) - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- visit(ContainerEnd) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Visit a ContainerEnd object
- visit(ContainerEnd) - Method in class org.opensextant.giscore.output.shapefile.ShapefileOutputStream
- visit(ContainerEnd) - Method in class org.opensextant.giscore.output.SortingOutputStream
- visit(ContainerEnd) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(ContainerStart) - Method in interface org.opensextant.giscore.IStreamVisitor
-
Default behavior ignores containers
- visit(ContainerStart) - Method in class org.opensextant.giscore.output.gdb.FileGdbOutputStream
- visit(ContainerStart) - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- visit(ContainerStart) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Visit a ContainerStart object
- visit(ContainerStart) - Method in class org.opensextant.giscore.output.shapefile.ShapefileOutputStream
- visit(ContainerStart) - Method in class org.opensextant.giscore.output.SortingOutputStream
- visit(ContainerStart) - Method in class org.opensextant.giscore.output.StreamVisitorBase
-
Default behavior ignores containers
- visit(DocumentStart) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(DocumentStart) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Visit a DocumentStart object.
- visit(DocumentStart) - Method in class org.opensextant.giscore.output.SortingOutputStream
- visit(DocumentStart) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(Element) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(Element) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Visit an XML Element.
- visit(Element) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(Feature) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(Feature) - Method in class org.opensextant.giscore.output.csv.CsvOutputStream
- visit(Feature) - Method in class org.opensextant.giscore.output.gdb.FileGdbOutputStream
- visit(Feature) - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- visit(Feature) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Visit a Feature including its geometry and any child XML Elements.
- visit(Feature) - Method in class org.opensextant.giscore.output.rss.GeoRSSOutputStream
- visit(Feature) - Method in class org.opensextant.giscore.output.shapefile.ShapefileBaseClass
- visit(Feature) - Method in class org.opensextant.giscore.output.shapefile.ShapefileOutputStream
- visit(Feature) - Method in class org.opensextant.giscore.output.SortingOutputStream
- visit(Feature) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(GroundOverlay) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(GroundOverlay) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(NetworkLink) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(NetworkLink) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(NetworkLinkControl) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(NetworkLinkControl) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Handle the output of a NetworkLinkControl feature
- visit(NetworkLinkControl) - Method in class org.opensextant.giscore.output.StreamVisitorBase
-
Visit NetworkLinkControl.
- visit(PhotoOverlay) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(PhotoOverlay) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(Row) - Method in interface org.opensextant.giscore.IStreamVisitor
-
Visting a row causes an error for non-row oriented output streams
- visit(Row) - Method in class org.opensextant.giscore.output.csv.CsvOutputStream
- visit(Row) - Method in class org.opensextant.giscore.output.gdb.FileGdbOutputStream
-
Visit a row.
- visit(Row) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Visit a row.
- visit(Row) - Method in class org.opensextant.giscore.output.SortingOutputStream
- visit(Row) - Method in class org.opensextant.giscore.output.StreamVisitorBase
-
Visting a row causes an error for non-row oriented output streams
- visit(Row) - Method in class org.opensextant.giscore.output.XmlOutputStreamBase
-
Visit a row.
- visit(Schema) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(Schema) - Method in class org.opensextant.giscore.output.csv.CsvOutputStream
- visit(Schema) - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- visit(Schema) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Visit a Schema object
- visit(Schema) - Method in class org.opensextant.giscore.output.shapefile.ShapefileOutputStream
- visit(Schema) - Method in class org.opensextant.giscore.output.SortingOutputStream
- visit(Schema) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(ScreenOverlay) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(ScreenOverlay) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(Style) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(Style) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Visit a Style object
- visit(Style) - Method in class org.opensextant.giscore.output.shapefile.ShapefileOutputStream
- visit(Style) - Method in class org.opensextant.giscore.output.SortingOutputStream
- visit(Style) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(StyleMap) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(StyleMap) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Visit a StyleMap object
- visit(StyleMap) - Method in class org.opensextant.giscore.output.shapefile.ShapefileOutputStream
- visit(StyleMap) - Method in class org.opensextant.giscore.output.SortingOutputStream
- visit(StyleMap) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(Circle) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(Circle) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Handle the output of a circle
- visit(Circle) - Method in class org.opensextant.giscore.output.rss.GeoRSSOutputStream
-
Handle the output of a circle
- visit(Circle) - Method in class org.opensextant.giscore.output.StreamVisitorBase
-
Handle the output of a Circle
- visit(GeometryBag) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(GeometryBag) - Method in class org.opensextant.giscore.output.gdb.FileGdbOutputStream
- visit(GeometryBag) - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- visit(GeometryBag) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Output a multigeometry, represented by a geometry bag
- visit(GeometryBag) - Method in class org.opensextant.giscore.output.rss.GeoRSSOutputStream
-
Output a gml:multigeometry, represented by a geometry bag.
- visit(GeometryBag) - Method in class org.opensextant.giscore.output.shapefile.SingleShapefileOutputHandler
- visit(GeometryBag) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(GeometryBag) - Method in class org.opensextant.giscore.output.wkt.WKTOutputStream
- visit(Line) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(Line) - Method in class org.opensextant.giscore.output.gdb.FileGdbOutputStream
- visit(Line) - Method in class org.opensextant.giscore.output.gdb.GeoOffsetVisitor
- visit(Line) - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- visit(Line) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Handle the output of a line
- visit(Line) - Method in class org.opensextant.giscore.output.rss.GeoRSSOutputStream
-
Handle the output of a line
- visit(Line) - Method in class org.opensextant.giscore.output.shapefile.EsriTypeVisitor
- visit(Line) - Method in class org.opensextant.giscore.output.shapefile.PointOffsetVisitor
- visit(Line) - Method in class org.opensextant.giscore.output.shapefile.SingleShapefileOutputHandler
-
Output Line
- visit(Line) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(Line) - Method in class org.opensextant.giscore.output.wkt.WKTOutputStream
- visit(LinearRing) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(LinearRing) - Method in class org.opensextant.giscore.output.gdb.FileGdbOutputStream
- visit(LinearRing) - Method in class org.opensextant.giscore.output.gdb.GeoOffsetVisitor
- visit(LinearRing) - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- visit(LinearRing) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Handle the output of a ring
- visit(LinearRing) - Method in class org.opensextant.giscore.output.rss.GeoRSSOutputStream
-
Handle the output of a ring.
- visit(LinearRing) - Method in class org.opensextant.giscore.output.shapefile.EsriTypeVisitor
- visit(LinearRing) - Method in class org.opensextant.giscore.output.shapefile.PointOffsetVisitor
- visit(LinearRing) - Method in class org.opensextant.giscore.output.shapefile.PolygonCountingVisitor
- visit(LinearRing) - Method in class org.opensextant.giscore.output.shapefile.SingleShapefileOutputHandler
- visit(LinearRing) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(LinearRing) - Method in class org.opensextant.giscore.output.wkt.WKTOutputStream
- visit(Model) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(Model) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Visit a Model object
- visit(Model) - Method in class org.opensextant.giscore.output.rss.GeoRSSOutputStream
-
Handle the output of a Model as a georss:point
- visit(Model) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(MultiLine) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(MultiLine) - Method in class org.opensextant.giscore.output.gdb.FileGdbOutputStream
- visit(MultiLine) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Handle the output of a MultiLine geometry.
- visit(MultiLine) - Method in class org.opensextant.giscore.output.rss.GeoRSSOutputStream
-
Handle the output of a MultiLine.
- visit(MultiLine) - Method in class org.opensextant.giscore.output.shapefile.EsriTypeVisitor
- visit(MultiLine) - Method in class org.opensextant.giscore.output.shapefile.SingleShapefileOutputHandler
-
Output Lines
- visit(MultiLine) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(MultiLine) - Method in class org.opensextant.giscore.output.wkt.WKTOutputStream
- visit(MultiLinearRings) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(MultiLinearRings) - Method in class org.opensextant.giscore.output.gdb.FileGdbOutputStream
- visit(MultiLinearRings) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Handle the output of a MultiLinearRings geometry.
- visit(MultiLinearRings) - Method in class org.opensextant.giscore.output.rss.GeoRSSOutputStream
-
Handle the output of a MultiLinearRings.
- visit(MultiLinearRings) - Method in class org.opensextant.giscore.output.shapefile.EsriTypeVisitor
- visit(MultiLinearRings) - Method in class org.opensextant.giscore.output.shapefile.SingleShapefileOutputHandler
-
Output rings
- visit(MultiLinearRings) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(MultiLinearRings) - Method in class org.opensextant.giscore.output.wkt.WKTOutputStream
- visit(MultiPoint) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(MultiPoint) - Method in class org.opensextant.giscore.output.gdb.FileGdbOutputStream
- visit(MultiPoint) - Method in class org.opensextant.giscore.output.gdb.GeoOffsetVisitor
- visit(MultiPoint) - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- visit(MultiPoint) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Handle the output of a MultiPoint geometry.
- visit(MultiPoint) - Method in class org.opensextant.giscore.output.rss.GeoRSSOutputStream
-
Handle the output of a MultiPoint.
- visit(MultiPoint) - Method in class org.opensextant.giscore.output.shapefile.EsriTypeVisitor
- visit(MultiPoint) - Method in class org.opensextant.giscore.output.shapefile.SingleShapefileOutputHandler
-
Output points
- visit(MultiPoint) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(MultiPoint) - Method in class org.opensextant.giscore.output.wkt.WKTOutputStream
- visit(MultiPolygons) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(MultiPolygons) - Method in class org.opensextant.giscore.output.gdb.FileGdbOutputStream
- visit(MultiPolygons) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Handle the output of a MultiPolygons geometry.
- visit(MultiPolygons) - Method in class org.opensextant.giscore.output.rss.GeoRSSOutputStream
-
Handle the output of a MultiPolygons.
- visit(MultiPolygons) - Method in class org.opensextant.giscore.output.shapefile.EsriTypeVisitor
- visit(MultiPolygons) - Method in class org.opensextant.giscore.output.shapefile.SingleShapefileOutputHandler
-
Output polygons
- visit(MultiPolygons) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(MultiPolygons) - Method in class org.opensextant.giscore.output.wkt.WKTOutputStream
- visit(Point) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(Point) - Method in class org.opensextant.giscore.output.gdb.FileGdbOutputStream
- visit(Point) - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- visit(Point) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Handle the output of a point
- visit(Point) - Method in class org.opensextant.giscore.output.rss.GeoRSSOutputStream
-
Handle the output of a point
- visit(Point) - Method in class org.opensextant.giscore.output.shapefile.EsriTypeVisitor
- visit(Point) - Method in class org.opensextant.giscore.output.shapefile.SingleShapefileOutputHandler
-
Output point
- visit(Point) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(Point) - Method in class org.opensextant.giscore.output.wkt.WKTOutputStream
- visit(Polygon) - Method in interface org.opensextant.giscore.IStreamVisitor
- visit(Polygon) - Method in class org.opensextant.giscore.output.gdb.FileGdbOutputStream
- visit(Polygon) - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- visit(Polygon) - Method in class org.opensextant.giscore.output.kml.KmlOutputStream
-
Handle the output of a polygon
- visit(Polygon) - Method in class org.opensextant.giscore.output.rss.GeoRSSOutputStream
-
Handle the output of a polygon
- visit(Polygon) - Method in class org.opensextant.giscore.output.shapefile.EsriTypeVisitor
- visit(Polygon) - Method in class org.opensextant.giscore.output.shapefile.SingleShapefileOutputHandler
-
Output polygons
- visit(Polygon) - Method in class org.opensextant.giscore.output.StreamVisitorBase
- visit(Polygon) - Method in class org.opensextant.giscore.output.wkt.WKTOutputStream
- VisitableGeometry - Interface in org.opensextant.giscore.geometry
-
All visitable objects in giscore implement this interface.
W
- WEBARCHIVE_MIMETYPE - Static variable in class org.opensextant.util.FileUtility
- WEBPAGE_MIMETYPE - Static variable in class org.opensextant.util.FileUtility
- WEEK - Enum constant in enum org.opensextant.extractors.xtemporal.DateMatch.TimeResolution
- WEST - Static variable in class org.opensextant.extractors.xcoord.DMSOrdinate
- WEST - Static variable in interface org.opensextant.giscore.input.kml.IKml
- WGS_84 - Static variable in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- WHEN - Static variable in interface org.opensextant.giscore.input.kml.IKml
- white - Static variable in class org.opensextant.giscore.utils.Color
- WHITE - Static variable in class org.opensextant.giscore.utils.Color
- whitespaceChars(int, int) - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Specifies that the characters in the range from
low
tohi
shall be treated as whitespace characters by this tokenizer. - WIDTH - Static variable in interface org.opensextant.giscore.input.kml.IKml
- withText(String) - Method in class org.opensextant.giscore.events.Element
-
Set text and return this.
- WKID - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- WKT - Enum constant in enum org.opensextant.giscore.DocumentType
- WKT - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- WKT_WGS_84 - Static variable in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
- WKTFormatter - Class in org.opensextant.output
-
A formatter for WKT output.
- WKTFormatter() - Constructor for class org.opensextant.output.WKTFormatter
- WKTInputStream - Class in org.opensextant.giscore.input.wkt
-
Reads geometries from an OGC Well-known text (WKT) formatted file.
- WKTInputStream(InputStream) - Constructor for class org.opensextant.giscore.input.wkt.WKTInputStream
-
Ctor
- WKTInputStream(InputStream, Object[]) - Constructor for class org.opensextant.giscore.input.wkt.WKTInputStream
-
Ctor
- WKTLexer - Class in org.opensextant.giscore.input.wkt
-
Read tokens from a OGC WKT file.
- WKTLexer(Reader) - Constructor for class org.opensextant.giscore.input.wkt.WKTLexer
-
Ctor
- WKTOutputStream - Class in org.opensextant.giscore.output.wkt
-
Outputs an OGC Well-known text (WKT) format of a series of geometry objects.
- WKTOutputStream(OutputStream) - Constructor for class org.opensextant.giscore.output.wkt.WKTOutputStream
-
Ctor
- WKTOutputStream(OutputStream, Object[]) - Constructor for class org.opensextant.giscore.output.wkt.WKTOutputStream
-
Compatible ctor
- WKTToken - Class in org.opensextant.giscore.input.wkt
-
Token read by the lexer
- WKTToken(char) - Constructor for class org.opensextant.giscore.input.wkt.WKTToken
- WKTToken(double) - Constructor for class org.opensextant.giscore.input.wkt.WKTToken
- WKTToken(String) - Constructor for class org.opensextant.giscore.input.wkt.WKTToken
- WKTToken.TokenType - Enum in org.opensextant.giscore.input.wkt
- wordChars(int, int) - Method in class org.opensextant.giscore.utils.NumberStreamTokenizer
-
Specifies that the characters in the range from
low
tohi
shall be treated as word characters by this tokenizer. - WORKSPACE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- WORKSPACE_DATA - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- WORKSPACE_DEF - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- WORKSPACE_TYPE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- WrappedObject - Class in org.opensextant.giscore.events
-
In reading a GISStream sometimes elements are sometimes out of order and a straight-forward processing could encounter errors so such elements that require special handling are wrapped in a
WrappedObject
. - WrappedObject() - Constructor for class org.opensextant.giscore.events.WrappedObject
-
Empty constructor for data IO
- WrappedObject(IGISObject) - Constructor for class org.opensextant.giscore.events.WrappedObject
- write(File, String) - Method in class org.opensextant.giscore.output.kml.KmlWriter
-
Write file contents into entry of compressed KMZ file.
- write(InputStream, String) - Method in class org.opensextant.giscore.output.kml.KmlWriter
-
Write contents from InputStream into file named localName in compressed KMZ file.
- write(IGISObject) - Method in class org.opensextant.giscore.output.csv.CsvOutputStream
- write(IGISObject) - Method in class org.opensextant.giscore.output.dbf.DbfOutputStream
-
Write GISObject object to DBF
- write(IGISObject) - Method in class org.opensextant.giscore.output.gdb.FileGdbOutputStream
-
Write the given object.
- write(IGISObject) - Method in interface org.opensextant.giscore.output.IGISOutputStream
-
Write the given object.
- write(IGISObject) - Method in class org.opensextant.giscore.output.kml.KmlWriter
-
Write GISObject into KML output stream.
- write(IGISObject) - Method in class org.opensextant.giscore.output.kml.KmzOutputStream
-
Write the given object.
- write(IGISObject) - Method in class org.opensextant.giscore.output.shapefile.ShapefileOutputStream
- write(IGISObject) - Method in class org.opensextant.giscore.output.SortingOutputStream
- write(IGISObject) - Method in class org.opensextant.giscore.output.wkt.WKTOutputStream
- write(IGISObject) - Method in class org.opensextant.giscore.output.XmlOutputStreamBase
- write(IDataSerializable) - Method in class org.opensextant.giscore.utils.ObjectBuffer
-
Either put the given object in memory, or into secondary storage if memory already has used the available storage.
- writeAngle(SimpleObjectOutputStream, Angle) - Method in class org.opensextant.giscore.geometry.Geometry
-
Write an angle
- writeAsComment(Element) - Method in class org.opensextant.giscore.output.XmlOutputStreamBase
-
Write formatted element inline within XML comment
- writeBoolean(boolean) - Method in class org.opensextant.giscore.utils.SimpleObjectOutputStream
-
Write a boolean value
- writeByte(int) - Method in class org.opensextant.giscore.utils.SimpleObjectOutputStream
-
Writes out a
byte
to the underlying output stream as a 1-byte value. - writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.AbstractObject
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.Common
-
Write the object to the data stream
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.ContainerStart
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.Element
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.Feature
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.GroundOverlay
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.NetworkLink
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.Overlay
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.Pair
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.PhotoOverlay
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.Row
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.ScreenLocation
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.ScreenOverlay
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.SimpleField
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.Style
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.StyleMap
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.TaggedMap
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.events.WrappedObject
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.geometry.Circle
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.geometry.Geometry
-
(non-Javadoc)
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.geometry.GeometryBag
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.geometry.GeometryBase
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.geometry.Line
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.geometry.LinearRing
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.geometry.Model
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.geometry.MultiLine
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.geometry.MultiLinearRings
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.geometry.MultiPoint
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.geometry.MultiPolygons
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.geometry.Point
- writeData(SimpleObjectOutputStream) - Method in class org.opensextant.giscore.geometry.Polygon
- writeData(SimpleObjectOutputStream) - Method in interface org.opensextant.giscore.utils.IDataSerializable
-
Write the object to the data stream.
- writeDataSetDef(FeatureKey, String, XmlGdbOutputStream.ElementType) - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
-
Write the dataset into the defs portion.
- writeDouble(double) - Method in class org.opensextant.giscore.utils.SimpleObjectOutputStream
-
Write a double value
- writeDouble(double, ByteOrder) - Method in class org.opensextant.giscore.output.shapefile.BinaryOutputStream
-
Writes IEEE 754 Floating Point Double (8 bytes) to this BinaryOutputStream according to the byte order specified.
- writeEnum(Enum) - Method in class org.opensextant.giscore.utils.SimpleObjectOutputStream
-
Write an enumeration value
- writeEsriType(String) - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
-
The esri elements are usually marked with a specific type.
- writeFields(FeatureKey) - Method in class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
-
Write out the field definitions for the schema
- writeFile(String, String) - Static method in class org.opensextant.util.FileUtility
-
Write file, UTF-8 is default charset here.
- writeFile(String, String, String, boolean) - Static method in class org.opensextant.util.FileUtility
- writeGeocodingResult(ExtractionResult) - Method in class org.opensextant.output.AbstractFormatter
-
Write your geocoding result directly to output Result should carry ExtractionResult.recordFile as a URI for original.
- writeGeocodingResult(ExtractionResult) - Method in class org.opensextant.output.CSVFormatter
- writeGeocodingResult(ExtractionResult) - Method in class org.opensextant.output.GISDataFormatter
-
Implementation of adding info extraction/geocoding restults to GIS outputs.
- writeGzipFile(String, String) - Static method in class org.opensextant.util.FileUtility
- writeInt(int) - Method in class org.opensextant.giscore.utils.SimpleObjectOutputStream
-
Write an int value
- writeInt(int, ByteOrder) - Method in class org.opensextant.giscore.output.shapefile.BinaryOutputStream
-
Writes Integer (4 bytes) to this BinaryOutputStream according to the byte order specified.
- writeLong(long) - Method in class org.opensextant.giscore.utils.SimpleObjectOutputStream
-
Write a long value
- writeNamespace(Namespace) - Method in class org.opensextant.giscore.output.XmlOutputStreamBase
-
Writes a namespace to the output stream.
- writeObject(IDataSerializable) - Method in class org.opensextant.giscore.utils.SimpleObjectOutputStream
-
Write an object to the output object stream.
- writeObjectCollection(Collection<? extends IDataSerializable>) - Method in class org.opensextant.giscore.utils.SimpleObjectOutputStream
-
Write a collection of objects.
- writer - Variable in class org.opensextant.giscore.output.XmlOutputStreamBase
- writerOpen - Variable in class org.opensextant.giscore.output.XmlOutputStreamBase
-
Keep flag if writer is open so don't accidentally try to append closing tags more than once...
- writeRow(Map<String, Object>) - Method in class org.opensextant.output.AbstractGenericFormatter
-
Write the data to the output stream.
- writeRow(Map<String, Object>) - Method in class org.opensextant.output.CSVGenericFormatter
-
Write the data to the output stream.
- writeScalar(Object) - Method in class org.opensextant.giscore.utils.SimpleObjectOutputStream
-
Write primitive non-array value, i.e.
- writeShort(short) - Method in class org.opensextant.giscore.utils.SimpleObjectOutputStream
-
Write a short value
- writeShort(short, ByteOrder) - Method in class org.opensextant.giscore.output.shapefile.BinaryOutputStream
-
Writes Short (2 bytes) to this BinaryOutputStream according to the byte order specified.
- writeString(String) - Method in class org.opensextant.giscore.utils.SimpleObjectOutputStream
-
Helper method that aids in writing a string to the data stream
X
- x - Variable in class org.opensextant.giscore.events.ScreenLocation
- X - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- X_ORIGIN - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- XConstants - Class in org.opensextant.extractors.xcoord
- XConstants() - Constructor for class org.opensextant.extractors.xcoord.XConstants
- XCoord - Class in org.opensextant.extractors.xcoord
-
Use this XCoord class for both test and development of patterns, as well as to extract coordinates at runtime.
- XCoord() - Constructor for class org.opensextant.extractors.xcoord.XCoord
-
Default constructor, debugging off.
- XCoord(boolean) - Constructor for class org.opensextant.extractors.xcoord.XCoord
-
Debugging constructor -- if debugmode = True, enable debugging else if log4j debug mode is enabled, respect that.
- XMAX - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- XMIN - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- XML - Enum constant in enum org.opensextant.giscore.events.SimpleField.Type
- XML_NAMESPACE - Static variable in class org.opensextant.giscore.Namespace
-
Define a
Namespace
for the standard xml prefix. - XMLDOC - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- XmlGDB - Enum constant in enum org.opensextant.giscore.DocumentType
- XmlGdbOutputStream - Class in org.opensextant.giscore.output.gdb
-
The organization of the gdb xml exchange document is divided in two sections.
- XmlGdbOutputStream() - Constructor for class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
-
Ctor
- XmlGdbOutputStream(OutputStream) - Constructor for class org.opensextant.giscore.output.gdb.XmlGdbOutputStream
-
Ctor
- XmlGdbOutputStream.ElementType - Enum in org.opensextant.giscore.output.gdb
- XmlInputStream - Class in org.opensextant.giscore.input
-
Common superclass for Xml based input stream implementations
- XmlInputStream(InputStream) - Constructor for class org.opensextant.giscore.input.XmlInputStream
-
Ctor
- XmlInputStream(InputStream, DocumentType) - Constructor for class org.opensextant.giscore.input.XmlInputStream
-
Ctor
- XmlOutputStreamBase - Class in org.opensextant.giscore.output
-
A base class for those gis output stream implementations that output to XML files.
- XmlOutputStreamBase() - Constructor for class org.opensextant.giscore.output.XmlOutputStreamBase
-
Ctor
- XmlOutputStreamBase(OutputStream) - Constructor for class org.opensextant.giscore.output.XmlOutputStreamBase
-
Creates a new XML output stream to write data to the specified underlying output stream with default encoding 'Cp1252'.
- XmlOutputStreamBase(OutputStream, String) - Constructor for class org.opensextant.giscore.output.XmlOutputStreamBase
-
Creates a new XML output stream to write data to the specified underlying output stream with specified encoding.
- XS - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- XS_NS - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- XSI - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- XSI_NS - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- XTConstants - Class in org.opensextant.extractors.xtemporal
- XTConstants() - Constructor for class org.opensextant.extractors.xtemporal.XTConstants
- XTemporal - Class in org.opensextant.extractors.xtemporal
-
Date/Time pattern extractor -- detects, parses, normalizes dates.
- XTemporal() - Constructor for class org.opensextant.extractors.xtemporal.XTemporal
-
non-debugging ctor;.
- XTemporal(boolean) - Constructor for class org.opensextant.extractors.xtemporal.XTemporal
-
XTemporal ctor
- XtractorGroup - Class in org.opensextant.processing
-
A Group of Xponent Extractors.
- XtractorGroup() - Constructor for class org.opensextant.processing.XtractorGroup
- xunit - Variable in class org.opensextant.giscore.events.ScreenLocation
- XY_SCALE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- XY_TOLERANCE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
Y
- y - Variable in class org.opensextant.giscore.events.ScreenLocation
- Y - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- Y_ORIGIN - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- YEAR - Enum constant in enum org.opensextant.extractors.xtemporal.DateMatch.TimeResolution
- yellow - Static variable in class org.opensextant.giscore.utils.Color
- YELLOW - Static variable in class org.opensextant.giscore.utils.Color
- YMAX - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- YMIN - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- yunit - Variable in class org.opensextant.giscore.events.ScreenLocation
Z
- Z_ORIGIN - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- Z_SCALE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- Z_TOLERANCE - Static variable in interface org.opensextant.giscore.input.gdb.IXmlGdb
- ZipUtils - Class in org.opensextant.giscore.utils
-
Common manipulations
- ZipUtils() - Constructor for class org.opensextant.giscore.utils.ZipUtils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form