RS Core TRUNK-SNAPSHOT API

Packages 
Package Description
com.revolsys.awt  
com.revolsys.beans  
com.revolsys.collection  
com.revolsys.collection.bplus  
com.revolsys.collection.list  
com.revolsys.collection.map  
com.revolsys.collection.range  
com.revolsys.comparator  
com.revolsys.converter.string  
com.revolsys.data.codes  
com.revolsys.data.comparator  
com.revolsys.data.equals  
com.revolsys.data.filter  
com.revolsys.data.hash  
com.revolsys.data.identifier  
com.revolsys.data.io  
com.revolsys.data.query  
com.revolsys.data.query.functions  
com.revolsys.data.record  
com.revolsys.data.record.property  
com.revolsys.data.record.schema  
com.revolsys.data.types  
com.revolsys.data.validator  
com.revolsys.factory  
com.revolsys.filter  
com.revolsys.gis.algorithm  
com.revolsys.gis.algorithm.index  
com.revolsys.gis.algorithm.index.quadtree  
com.revolsys.gis.algorithm.index.visitor  
com.revolsys.gis.algorithm.linematch  
com.revolsys.gis.converter  
com.revolsys.gis.converter.process  
com.revolsys.gis.converter.string  
com.revolsys.gis.cs  
com.revolsys.gis.cs.epsg  
com.revolsys.gis.cs.esri  
com.revolsys.gis.cs.parallel  
com.revolsys.gis.cs.projection  
com.revolsys.gis.event  
com.revolsys.gis.geometry.io  
com.revolsys.gis.graph  
com.revolsys.gis.graph.attribute  
com.revolsys.gis.graph.comparator  
com.revolsys.gis.graph.event  
com.revolsys.gis.graph.filter  
com.revolsys.gis.graph.geometry  
com.revolsys.gis.graph.linestring  
com.revolsys.gis.graph.process  
com.revolsys.gis.graph.visitor  
com.revolsys.gis.grid  
com.revolsys.gis.grid.filter  
com.revolsys.gis.io  
com.revolsys.gis.jts  
com.revolsys.gis.jts.filter  
com.revolsys.gis.model.coordinates  
com.revolsys.gis.model.coordinates.comparator  
com.revolsys.gis.model.coordinates.filter  
com.revolsys.gis.model.coordinates.list  
com.revolsys.gis.model.schema  
com.revolsys.gis.parallel  
com.revolsys.gis.parser  
com.revolsys.gis.tin  
com.revolsys.gis.tools  
com.revolsys.gis.util  
com.revolsys.gis.wms  
com.revolsys.gis.wms.capabilities  
com.revolsys.i18n  
com.revolsys.io  
com.revolsys.io.cogojson  
com.revolsys.io.connection  
com.revolsys.io.csv  
com.revolsys.io.datastore  
com.revolsys.io.directory  
com.revolsys.io.esri.gdb.xml  
com.revolsys.io.esri.gdb.xml.model  
com.revolsys.io.esri.gdb.xml.model.enums  
com.revolsys.io.esri.gdb.xml.type  
com.revolsys.io.esri.map.rest  
com.revolsys.io.esri.map.rest.map  
com.revolsys.io.file  
com.revolsys.io.filter  
com.revolsys.io.geojson  
com.revolsys.io.gml  
com.revolsys.io.gml.type  
com.revolsys.io.gpx  
com.revolsys.io.html  
com.revolsys.io.json  
com.revolsys.io.kml  
com.revolsys.io.map  
com.revolsys.io.moep  
com.revolsys.io.openstreetmap.model  
com.revolsys.io.openstreetmap.pbf  
com.revolsys.io.page  
com.revolsys.io.saif  
com.revolsys.io.saif.util  
com.revolsys.io.shp  
com.revolsys.io.tcx  
com.revolsys.io.tsv  
com.revolsys.io.vrt  
com.revolsys.io.wkt  
com.revolsys.io.xbase  
com.revolsys.io.xml  
com.revolsys.io.xml.wadl  
com.revolsys.io.zip  
com.revolsys.jar  
com.revolsys.jdbc  
com.revolsys.jdbc.attribute  
com.revolsys.jdbc.data.model.filter  
com.revolsys.jdbc.data.model.property  
com.revolsys.jdbc.io  
com.revolsys.jdbc.process  
com.revolsys.jmx  
com.revolsys.jndi  
com.revolsys.jts.algorithm
Contains classes and interfaces implementing fundamental computational geometry algorithms.
com.revolsys.jts.algorithm.distance
Classes to compute distance metrics between geonetries.
com.revolsys.jts.algorithm.locate
Classes to determine the topological location of points in geometries.
com.revolsys.jts.algorithm.match
Classes to compute matching metrics between geometries.
com.revolsys.jts.densify
Classes to perform densification on geometries.
com.revolsys.jts.dissolve  
com.revolsys.jts.edgegraph  
com.revolsys.jts.geom
Contains the Geometry interface hierarchy and supporting classes.
com.revolsys.jts.geom.impl  
com.revolsys.jts.geom.prep
Classes to perform optimized geometric operations on suitably prepared geometries.
com.revolsys.jts.geom.segment  
com.revolsys.jts.geom.util
Provides classes that parse and modify Geometry objects.
com.revolsys.jts.geom.vertex  
com.revolsys.jts.geomgraph
Contains classes that implement topology graphs.
com.revolsys.jts.geomgraph.index
Contains classes that implement indexes for performing noding on geometry graph edges.
com.revolsys.jts.index
Provides classes for various kinds of spatial indexes.
com.revolsys.jts.index.bintree
Contains classes that implement a Binary Interval Tree index
com.revolsys.jts.index.chain
Contains classes that implement Monotone Chains
com.revolsys.jts.index.intervalrtree
Contains classes to implement an R-tree index for one-dimensional intervals.
com.revolsys.jts.index.kdtree
Contains classes which implement a k-D tree index over 2-D point data.
com.revolsys.jts.index.strtree
Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
com.revolsys.jts.index.sweepline
Contains classes which implement a sweepline algorithm for scanning geometric data structures.
com.revolsys.jts.io
Contains the interfaces for converting JTS objects to and from other formats.
com.revolsys.jts.linearref
Contains classes and interfaces implementing linear referencing on linear geometries
com.revolsys.jts.math  
com.revolsys.jts.noding
Classes to compute nodings for arrangements of line segments and line segment sequences.
com.revolsys.jts.noding.snapround
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
com.revolsys.jts.operation
Provides classes for implementing operations on geometries
com.revolsys.jts.operation.buffer
Provides classes for computing buffers of geometries
com.revolsys.jts.operation.buffer.validate
Classes to perform validation of the results of buffer operations.
com.revolsys.jts.operation.distance
Provides classes for computing the distance between geometries
com.revolsys.jts.operation.distance3d  
com.revolsys.jts.operation.linemerge
Classes to perform line merging.
com.revolsys.jts.operation.overlay
Contains classes that perform a topological overlay to compute boolean spatial functions.
com.revolsys.jts.operation.overlay.snap
Classes to perform snapping on geometries to prepare them for overlay operations.
com.revolsys.jts.operation.overlay.validate
Classes to validate the results of overlay operations.
com.revolsys.jts.operation.polygonize
An API for polygonizing sets of lines.
com.revolsys.jts.operation.predicate
Classes which implement topological predicates optimized for particular kinds of geometries.
com.revolsys.jts.operation.relate
Contains classes to implement the computation of the spatial relationships of Geometrys.
com.revolsys.jts.operation.simple  
com.revolsys.jts.operation.union
Classes to perform efficent unioning of collections of geometries.
com.revolsys.jts.operation.valid
Provides classes for testing the validity of geometries.
com.revolsys.jts.planargraph
Contains classes to implement a planar graph data structure.
com.revolsys.jts.planargraph.algorithm
Classes which implement graph algorithms on planar graphs.
com.revolsys.jts.precision
Provides classes for analyzing and manipulating the precision of Geometries.
com.revolsys.jts.shape  
com.revolsys.jts.shape.fractal  
com.revolsys.jts.shape.random  
com.revolsys.jts.simplify
Classes which implement algorithms for simplifying or generalizing geometries.
com.revolsys.jts.triangulate
Classes to compute Delaunay triangulations.
com.revolsys.jts.triangulate.quadedge
Classes to implement a topological subdivision of quadeges, to support creating triangulations and Voronoi diagrams.
com.revolsys.jts.util
Contains support classes for the Java Topology Suite.
com.revolsys.logging  
com.revolsys.logging.log4j  
com.revolsys.math  
com.revolsys.maven  
com.revolsys.net.urlcache  
com.revolsys.parallel  
com.revolsys.parallel.channel  
com.revolsys.parallel.channel.store  
com.revolsys.parallel.process  
com.revolsys.parallel.tools  
com.revolsys.process  
com.revolsys.propertyeditor  
com.revolsys.raster  
com.revolsys.spring  
com.revolsys.spring.config  
com.revolsys.spring.factory  
com.revolsys.spring.util  
com.revolsys.transaction  
com.revolsys.util  
com.revolsys.util.collections  
com.revolsys.visitor  
org.springframework.beans  
sun.net.www.protocol.folderconnection  

Copyright © 2015 Revolution Systems Inc.. All rights reserved.