Constant Field Values

Contents

com.carrotsearch.*

com.google.*

  • com.google.common.geometry.S2 
    Modifier and Type Constant Field Value
    public static final int INVERT_MASK 2
    public static final double M_1_PI 0.3183098861837907
    public static final double M_E 2.718281828459045
    public static final double M_PI 3.141592653589793
    public static final double M_PI_2 1.5707963267948966
    public static final double M_PI_4 0.7853981633974483
    public static final int SWAP_MASK 1
  • com.google.common.geometry.S2CellId 
    Modifier and Type Constant Field Value
    public static final int FACE_BITS 3
    public static final int MAX_LEVEL 30
    public static final int MAX_SIZE 1073741824
    public static final long MAX_UNSIGNED -1L
    public static final int NUM_FACES 6
    public static final int POS_BITS 61
  • com.google.common.geometry.S2LatLng 
    Modifier and Type Constant Field Value
    public static final double EARTH_RADIUS_METERS 6367000.0

org.apache.*

  • org.apache.lucene.codecs.CodecUtil 
    Modifier and Type Constant Field Value
    public static final int CODEC_MAGIC 1071082519
    public static final int FOOTER_MAGIC -1071082520
  • org.apache.lucene.document.DoubleRange 
    Modifier and Type Constant Field Value
    public static final int BYTES 8
  • org.apache.lucene.document.FloatRange 
    Modifier and Type Constant Field Value
    public static final int BYTES 4
  • org.apache.lucene.document.HalfFloatPoint 
    Modifier and Type Constant Field Value
    public static final int BYTES 2
  • org.apache.lucene.document.InetAddressPoint 
    Modifier and Type Constant Field Value
    public static final int BYTES 16
  • org.apache.lucene.document.InetAddressRange 
    Modifier and Type Constant Field Value
    public static final int BYTES 16
  • org.apache.lucene.document.IntRange 
    Modifier and Type Constant Field Value
    public static final int BYTES 4
  • org.apache.lucene.document.LatLonPoint 
    Modifier and Type Constant Field Value
    public static final int BYTES 4
  • org.apache.lucene.document.LongRange 
    Modifier and Type Constant Field Value
    public static final int BYTES 8
  • org.apache.lucene.search.spans.Spans 
    Modifier and Type Constant Field Value
    public static final int NO_MORE_POSITIONS 2147483647

org.elasticsearch.*

  • org.elasticsearch.action.admin.cluster.health.ClusterHealthAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:monitor/health"
  • org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:monitor/nodes/hot_threads"
  • org.elasticsearch.action.admin.cluster.node.info.NodesInfoAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:monitor/nodes/info"
  • org.elasticsearch.action.admin.cluster.node.liveness.TransportLivenessAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:monitor/nodes/liveness"
  • org.elasticsearch.action.admin.cluster.node.stats.NodesStatsAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:monitor/nodes/stats"
  • org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:monitor/task/get"
    public static final String TASKS_ORIGIN "tasks"
  • org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:monitor/tasks/lists"
  • org.elasticsearch.action.admin.cluster.node.usage.NodesUsageAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:monitor/nodes/usage"
  • org.elasticsearch.action.admin.cluster.remote.RemoteInfoAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:monitor/remote/info"
  • org.elasticsearch.action.admin.cluster.repositories.cleanup.CleanupRepositoryAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:admin/repository/_cleanup"
  • org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:admin/repository/delete"
  • org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:admin/repository/get"
  • org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:admin/repository/put"
  • org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:admin/repository/verify"
  • org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:admin/reroute"
  • org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/shards/search_shards"
  • org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:admin/snapshot/create"
  • org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:admin/snapshot/delete"
  • org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:admin/snapshot/restore"
  • org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:admin/snapshot/status"
  • org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus 
    Modifier and Type Constant Field Value
    public static final String ACTION_NAME "cluster:admin/snapshot/status[nodes]"
  • org.elasticsearch.action.admin.cluster.state.ClusterStateAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:monitor/state"
  • org.elasticsearch.action.admin.cluster.stats.ClusterStatsAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:monitor/stats"
  • org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:admin/script/delete"
  • org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:admin/script/get"
  • org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:admin/script/put"
  • org.elasticsearch.action.admin.indices.alias.IndicesAliasesAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/aliases"
  • org.elasticsearch.action.admin.indices.alias.exists.AliasesExistAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/aliases/exists"
  • org.elasticsearch.action.admin.indices.alias.get.GetAliasesAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/aliases/get"
  • org.elasticsearch.action.admin.indices.analyze.AnalyzeAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/analyze"
  • org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/cache/clear"
  • org.elasticsearch.action.admin.indices.create.CreateIndexAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/create"
  • org.elasticsearch.action.admin.indices.delete.DeleteIndexAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/delete"
  • org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/exists"
  • org.elasticsearch.action.admin.indices.exists.types.TypesExistsAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/types/exists"
  • org.elasticsearch.action.admin.indices.flush.FlushAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/flush"
  • org.elasticsearch.action.admin.indices.flush.SyncedFlushAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/synced_flush"
  • org.elasticsearch.action.admin.indices.flush.TransportShardFlushAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/flush[s]"
  • org.elasticsearch.action.admin.indices.get.GetIndexAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/get"
  • org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/mappings/fields/get"
  • org.elasticsearch.action.admin.indices.mapping.get.GetMappingsAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/mappings/get"
  • org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/mapping/put"
  • org.elasticsearch.action.admin.indices.open.OpenIndexAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/open"
  • org.elasticsearch.action.admin.indices.recovery.RecoveryAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:monitor/recovery"
  • org.elasticsearch.action.admin.indices.refresh.RefreshAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/refresh"
  • org.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/refresh[s]"
  • org.elasticsearch.action.admin.indices.rollover.MaxAgeCondition 
    Modifier and Type Constant Field Value
    public static final String NAME "max_age"
  • org.elasticsearch.action.admin.indices.rollover.MaxDocsCondition 
    Modifier and Type Constant Field Value
    public static final String NAME "max_docs"
  • org.elasticsearch.action.admin.indices.rollover.MaxSizeCondition 
    Modifier and Type Constant Field Value
    public static final String NAME "max_size"
  • org.elasticsearch.action.admin.indices.rollover.RolloverAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/rollover"
  • org.elasticsearch.action.admin.indices.segments.IndicesSegmentsAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:monitor/segments"
  • org.elasticsearch.action.admin.indices.settings.get.GetSettingsAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:monitor/settings/get"
  • org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/settings/update"
  • org.elasticsearch.action.admin.indices.shards.IndicesShardStoresAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:monitor/shard_stores"
  • org.elasticsearch.action.admin.indices.shrink.ResizeAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/resize"
  • org.elasticsearch.action.admin.indices.shrink.ShrinkAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/shrink"
  • org.elasticsearch.action.admin.indices.stats.IndicesStatsAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:monitor/stats"
  • org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/template/delete"
  • org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/template/get"
  • org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:admin/template/put"
  • org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:monitor/upgrade"
  • org.elasticsearch.action.delete.DeleteAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:data/write/delete"
  • org.elasticsearch.action.explain.ExplainAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:data/read/explain"
  • org.elasticsearch.action.get.GetAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:data/read/get"
  • org.elasticsearch.action.get.MultiGetAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:data/read/mget"
  • org.elasticsearch.action.main.MainAction 
    Modifier and Type Constant Field Value
    public static final String NAME "cluster:monitor/main"
  • org.elasticsearch.client.indexlifecycle.AllocateAction 
    Modifier and Type Constant Field Value
    public static final String NAME "allocate"
  • org.elasticsearch.client.indexlifecycle.DeleteAction 
    Modifier and Type Constant Field Value
    public static final String NAME "delete"
  • org.elasticsearch.client.indexlifecycle.ForceMergeAction 
    Modifier and Type Constant Field Value
    public static final String NAME "forcemerge"
  • org.elasticsearch.client.indexlifecycle.FreezeAction 
    Modifier and Type Constant Field Value
    public static final String NAME "freeze"
  • org.elasticsearch.client.indexlifecycle.ReadOnlyAction 
    Modifier and Type Constant Field Value
    public static final String NAME "readonly"
  • org.elasticsearch.client.indexlifecycle.RolloverAction 
    Modifier and Type Constant Field Value
    public static final String NAME "rollover"
  • org.elasticsearch.client.indexlifecycle.SetPriorityAction 
    Modifier and Type Constant Field Value
    public static final String NAME "set_priority"
  • org.elasticsearch.client.indexlifecycle.ShrinkAction 
    Modifier and Type Constant Field Value
    public static final String NAME "shrink"
  • org.elasticsearch.client.indexlifecycle.UnfollowAction 
    Modifier and Type Constant Field Value
    public static final String NAME "unfollow"
  • org.elasticsearch.client.transform.transforms.TransformConfigUpdate 
    Modifier and Type Constant Field Value
    public static final String NAME "transform_config_update"
  • org.elasticsearch.common.cache.Cache<K,​V> 
    Modifier and Type Constant Field Value
    public static final int NUMBER_OF_SEGMENTS 256
  • org.elasticsearch.common.io.Streams 
    Modifier and Type Constant Field Value
    public static final int BUFFER_SIZE 8192
  • org.elasticsearch.common.logging.Loggers 
    Modifier and Type Constant Field Value
    public static final String SPACE " "
  • org.elasticsearch.common.lucene.uid.Versions 
    Modifier and Type Constant Field Value
    public static final long MATCH_ANY -3L
    public static final long MATCH_DELETED -4L
    public static final long NOT_FOUND -1L
  • org.elasticsearch.index.store.Store 
    Modifier and Type Constant Field Value
    public static final String CORRUPTED "corrupted_"
  • org.elasticsearch.repositories.fs.FsRepository 
    Modifier and Type Constant Field Value
    public static final String TYPE "fs"
  • org.elasticsearch.rest.action.admin.indices.RestCreateIndexAction 
    Modifier and Type Constant Field Value
    public static final String TYPES_DEPRECATION_MESSAGE "[types removal] Using include_type_name in create index requests is deprecated. The parameter will be removed in the next major version."
  • org.elasticsearch.rest.action.admin.indices.RestGetFieldMappingAction 
    Modifier and Type Constant Field Value
    public static final String TYPES_DEPRECATION_MESSAGE "[types removal] Using include_type_name in get field mapping requests is deprecated. The parameter will be removed in the next major version."
  • org.elasticsearch.rest.action.admin.indices.RestGetIndexTemplateAction 
    Modifier and Type Constant Field Value
    public static final String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying include_type_name in get index template requests is deprecated."
  • org.elasticsearch.rest.action.admin.indices.RestGetIndicesAction 
    Modifier and Type Constant Field Value
    public static final String TYPES_DEPRECATION_MESSAGE "[types removal] Using `include_type_name` in get indices requests is deprecated. The parameter will be removed in the next major version."
  • org.elasticsearch.rest.action.admin.indices.RestGetMappingAction 
    Modifier and Type Constant Field Value
    public static final String TYPES_DEPRECATION_MESSAGE "[types removal] Using include_type_name in get mapping requests is deprecated. The parameter will be removed in the next major version."
  • org.elasticsearch.rest.action.admin.indices.RestPutIndexTemplateAction 
    Modifier and Type Constant Field Value
    public static final String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying include_type_name in put index template requests is deprecated. The parameter will be removed in the next major version."
  • org.elasticsearch.rest.action.admin.indices.RestPutMappingAction 
    Modifier and Type Constant Field Value
    public static final String TYPES_DEPRECATION_MESSAGE "[types removal] Using include_type_name in put mapping requests is deprecated. The parameter will be removed in the next major version."
  • org.elasticsearch.rest.action.admin.indices.RestRolloverIndexAction 
    Modifier and Type Constant Field Value
    public static final String TYPES_DEPRECATION_MESSAGE "[types removal] Using include_type_name in rollover index requests is deprecated. The parameter will be removed in the next major version."
  • org.elasticsearch.rest.action.document.RestBulkAction 
    Modifier and Type Constant Field Value
    public static final String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying types in bulk requests is deprecated."
  • org.elasticsearch.rest.action.document.RestDeleteAction 
    Modifier and Type Constant Field Value
    public static final String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying types in document index requests is deprecated, use the /{index}/_doc/{id} endpoint instead."
  • org.elasticsearch.rest.action.document.RestGetAction 
    Modifier and Type Constant Field Value
    public static final String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying types in document get requests is deprecated, use the /{index}/_doc/{id} endpoint instead."
  • org.elasticsearch.rest.action.document.RestIndexAction 
    Modifier and Type Constant Field Value
    public static final String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying types in document index requests is deprecated, use the typeless endpoints instead (/{index}/_doc/{id}, /{index}/_doc, or /{index}/_create/{id})."
  • org.elasticsearch.rest.action.document.RestMultiGetAction 
    Modifier and Type Constant Field Value
    public static final String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying types in multi get requests is deprecated."
  • org.elasticsearch.rest.action.document.RestTermVectorsAction 
    Modifier and Type Constant Field Value
    public static final String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying types in term vector requests is deprecated."
  • org.elasticsearch.rest.action.document.RestUpdateAction 
    Modifier and Type Constant Field Value
    public static final String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying types in document update requests is deprecated, use the endpoint /{index}/_update/{id} instead."
  • org.elasticsearch.script.mustache.SearchTemplateAction 
    Modifier and Type Constant Field Value
    public static final String NAME "indices:data/read/search/template"
  • org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare 
    Modifier and Type Constant Field Value
    public static final String NAME "chi_square"
  • org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND 
    Modifier and Type Constant Field Value
    public static final String NAME "gnd"
  • org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore 
    Modifier and Type Constant Field Value
    public static final String NAME "jlh"
  • org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation 
    Modifier and Type Constant Field Value
    public static final String NAME "mutual_information"
  • org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore 
    Modifier and Type Constant Field Value
    public static final String NAME "percentage"
  • org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic 
    Modifier and Type Constant Field Value
    public static final String NAME "script_heuristic"
  • org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms 
    Modifier and Type Constant Field Value
    public static final String NAME "dterms"
  • org.elasticsearch.search.aggregations.bucket.terms.LongRareTerms 
    Modifier and Type Constant Field Value
    public static final String NAME "lrareterms"
  • org.elasticsearch.search.aggregations.bucket.terms.LongTerms 
    Modifier and Type Constant Field Value
    public static final String NAME "lterms"
  • org.elasticsearch.search.aggregations.bucket.terms.RareTermsAggregationBuilder 
    Modifier and Type Constant Field Value
    public static final String NAME "rare_terms"
  • org.elasticsearch.search.aggregations.bucket.terms.StringRareTerms 
    Modifier and Type Constant Field Value
    public static final String NAME "srareterms"
  • org.elasticsearch.search.aggregations.bucket.terms.StringTerms 
    Modifier and Type Constant Field Value
    public static final String NAME "sterms"
  • org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder 
    Modifier and Type Constant Field Value
    public static final String NAME "terms"
  • org.elasticsearch.search.aggregations.bucket.terms.UnmappedRareTerms 
    Modifier and Type Constant Field Value
    public static final String NAME "umrareterms"
  • org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms 
    Modifier and Type Constant Field Value
    public static final String NAME "umterms"
  • org.elasticsearch.search.slice.TermsSliceQuery 
    Modifier and Type Constant Field Value
    public static final int SEED 7919

org.locationtech.*

  • org.locationtech.jts.geom.Coordinate 
    Modifier and Type Constant Field Value
    public static final int M 3
    public static final double NULL_ORDINATE 0d/0d
    public static final int X 0
    public static final int Y 1
    public static final int Z 2
  • org.locationtech.jts.geom.CoordinateSequence 
    Modifier and Type Constant Field Value
    public static final int M 3
    public static final int X 0
    public static final int Y 1
    public static final int Z 2
  • org.locationtech.jts.geom.CoordinateXY 
    Modifier and Type Constant Field Value
    public static final int M -1
    public static final int X 0
    public static final int Y 1
    public static final int Z -1
  • org.locationtech.jts.geom.CoordinateXYM 
    Modifier and Type Constant Field Value
    public static final int M 2
    public static final int X 0
    public static final int Y 1
    public static final int Z -1
  • org.locationtech.jts.geom.Dimension 
    Modifier and Type Constant Field Value
    public static final int A 2
    public static final int DONTCARE -3
    public static final int FALSE -1
    public static final int L 1
    public static final int P 0
    public static final char SYM_A 50
    public static final char SYM_DONTCARE 42
    public static final char SYM_FALSE 70
    public static final char SYM_L 49
    public static final char SYM_P 48
    public static final char SYM_TRUE 84
    public static final int TRUE -2
  • org.locationtech.jts.geom.LinearRing 
    Modifier and Type Constant Field Value
    public static final int MINIMUM_VALID_SIZE 4
  • org.locationtech.jts.geom.Location 
    Modifier and Type Constant Field Value
    public static final int BOUNDARY 1
    public static final int EXTERIOR 2
    public static final int INTERIOR 0
    public static final int NONE -1
  • org.locationtech.jts.geom.PrecisionModel 
    Modifier and Type Constant Field Value
    public static final double maximumPreciseValue 9.007199254740992E15
  • org.locationtech.jts.geomgraph.Position 
    Modifier and Type Constant Field Value
    public static final int LEFT 1
    public static final int ON 0
    public static final int RIGHT 2
  • org.locationtech.jts.geomgraph.Quadrant 
    Modifier and Type Constant Field Value
    public static final int NE 0
    public static final int NW 1
    public static final int SE 3
    public static final int SW 2
  • org.locationtech.jts.math.DD 
    Modifier and Type Constant Field Value
    public static final double EPS 1.23259516440783E-32
  • org.locationtech.jts.operation.distance.GeometryLocation 
    Modifier and Type Constant Field Value
    public static final int INSIDE_AREA -1

org.noggit.*