Package | Description |
---|---|
org.geotools.coverage |
Coverage implementation.
|
org.geotools.coverage.util | |
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.store | |
org.geotools.factory | |
org.geotools.feature | |
org.geotools.geometry |
org.geotools.geometry.Geometry implementation.
|
org.geotools.geometry.jts | |
org.geotools.map |
List of layers to be rendered.
|
org.geotools.referencing |
Reference systems implementation.
|
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.geotools.styling |
Allows for symbolization of geospatial data.
|
org.geotools.util |
Contains utilities and addition to the collection framework.
|
org.geotools.util.factory |
Utility classes which enable dynamic binding to factory implementations at runtime.
|
org.geotools.validation.relate |
Modifier and Type | Method and Description |
---|---|
static GridCoverageFactory |
CoverageFactoryFinder.getGridCoverageFactory(Hints hints)
Returns the first implementation of
GridCoverageFactory matching the specified hints. |
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureCollection |
FeatureUtilities.wrapGridCoverageReader(GridCoverage2DReader gridCoverageReader,
GeneralParameterValue[] params)
Wraps a grid coverage into a Feature.
|
Modifier and Type | Method and Description |
---|---|
static FeatureLockFactory |
FeatureLockFactory.getInstance()
Deprecated.
Gets an instance of the FeatureLockFactory.
|
Constructor and Description |
---|
ReprojectingFeatureIterator(SimpleFeatureIterator delegate,
CoordinateReferenceSystem source,
CoordinateReferenceSystem target,
SimpleFeatureType schema,
GeometryCoordinateSequenceTransformer transformer) |
ReprojectingFeatureIterator(SimpleFeatureIterator delegate,
MathTransform transform,
SimpleFeatureType schema,
GeometryCoordinateSequenceTransformer transformer) |
ReprojectingIterator(Iterator<SimpleFeature> delegate,
CoordinateReferenceSystem source,
CoordinateReferenceSystem target,
SimpleFeatureType schema,
GeometryCoordinateSequenceTransformer transformer) |
ReprojectingIterator(Iterator<SimpleFeature> delegate,
MathTransform transform,
SimpleFeatureType schema,
GeometryCoordinateSequenceTransformer transformer) |
Modifier and Type | Method and Description |
---|---|
CitationFactory |
BasicFactories.getCitationFactory()
Returns the citation factory singleton.
|
CoordinateOperationAuthorityFactory |
BasicFactories.getCoordinateOperationAuthorityFactory()
Returns the coordinate operation authority
factory singleton.
|
CoordinateOperationFactory |
BasicFactories.getCoordinateOperationFactory()
Returns the coordinate operation factory singleton.
|
CRSAuthorityFactory |
BasicFactories.getCRSAuthorityFactory()
Returns the CRS authority factory singleton.
|
CRSFactory |
BasicFactories.getCRSFactory()
Returns the CRS factory singleton.
|
CSAuthorityFactory |
BasicFactories.getCSAuthorityFactory()
Returns the CS authority factory singleton.
|
CSFactory |
BasicFactories.getCSFactory()
Returns the CS factory singleton.
|
DatumAuthorityFactory |
BasicFactories.getDatumAuthorityFactory()
Returns the datum authority factory singleton.
|
DatumFactory |
BasicFactories.getDatumFactory()
Returns the datum factory singleton.
|
FeatureTypeFactory |
BasicFactories.getFeatureTypeFactory()
Deprecated.
|
FilterFactory |
BasicFactories.getFilterFactory()
Returns the filter factory singleton.
|
static FilterFactory |
CommonFactoryFinder.getFilterFactory()
Returns the first implementation of
FilterFactory . |
static FilterFactory |
CommonFactoryFinder.getFilterFactory(Hints hints)
Returns the first implementation of
FilterFactory matching the specified hints. |
static FilterFactory2 |
CommonFactoryFinder.getFilterFactory2()
Returns the first implementation of
FilterFactory2 . |
static FilterFactory2 |
CommonFactoryFinder.getFilterFactory2(Hints hints)
Returns the first implementation of
FilterFactory2 matching the specified hints. |
GeometryFactory |
BasicFactories.getGeometryFactory(CoordinateReferenceSystem crs)
Returns the geometry factory equiped to build geometries using
the given coordinate reference system.
|
NameFactory |
BasicFactories.getNameFactory()
Returns the name factory singleton.
|
PrimitiveFactory |
BasicFactories.getPrimitiveFactory(CoordinateReferenceSystem crs)
Returns the primitive factory equiped to build primitives using
the given coordinate reference system.
|
static StyleFactory |
CommonFactoryFinder.getStyleFactory()
Returns the first implementation of
StyleFactory . |
static StyleFactory |
CommonFactoryFinder.getStyleFactory(Hints hints)
Returns the first implementation of
StyleFactory matching the specified hints. |
FeatureTypeFactory |
BasicFactories.getTypeFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureType |
FeatureTypes.newFeatureType(AttributeDescriptor[] types,
String name)
Create a new FeatureType with the given AttributeTypes.
|
static SimpleFeatureType |
FeatureTypes.newFeatureType(AttributeDescriptor[] types,
String name,
URI ns)
Create a new FeatureType with the given AttributeTypes.
|
static SimpleFeatureType |
FeatureTypes.newFeatureType(AttributeDescriptor[] types,
String name,
URI ns,
boolean isAbstract)
Create a new FeatureType with the given AttributeTypes.
|
static SimpleFeatureType |
FeatureTypes.newFeatureType(AttributeDescriptor[] types,
String name,
URI ns,
boolean isAbstract,
SimpleFeatureType[] superTypes)
The most specific way to create a new FeatureType.
|
static SimpleFeatureType |
FeatureTypes.newFeatureType(AttributeDescriptor[] types,
String name,
URI ns,
boolean isAbstract,
SimpleFeatureType[] superTypes,
AttributeDescriptor defaultGeometry)
The most specific way to create a new FeatureType.
|
static SimpleFeatureType |
FeatureTypes.newFeatureType(AttributeDescriptor[] types,
String name,
URI ns,
boolean isAbstract,
SimpleFeatureType[] superTypes,
GeometryDescriptor defaultGeometry)
The most specific way to create a new FeatureType.
|
Modifier and Type | Method and Description |
---|---|
static AggregateFactory |
GeometryFactoryFinder.getAggregateFactory(Hints hints) |
static ComplexFactory |
GeometryFactoryFinder.getComplexFactory(Hints hints) |
static GeometryFactory |
GeometryFactoryFinder.getGeometryFactory(Hints hints)
An implementation of
GeometryFactory for the provided crs. |
static PositionFactory |
GeometryFactoryFinder.getPositionFactory(Hints hints) |
static Precision |
GeometryFactoryFinder.getPrecision(Hints hints) |
static PrimitiveFactory |
GeometryFactoryFinder.getPrimitiveFactory(Hints hints) |
Constructor and Description |
---|
TransformedDirectPosition(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
Hints hints)
Creates a new position which will contains the result of coordinate transformations from
sourceCRS to targetCRS . |
Modifier and Type | Method and Description |
---|---|
static CoordinateSequenceFactory |
FactoryFinder.getCoordinateSequenceFactory(Hints hints)
Deprecated.
Returns the first implementation of
CoordinateSequenceFactory matching the specified
hints. |
static CoordinateSequenceFactory |
JTSFactoryFinder.getCoordinateSequenceFactory(Hints hints)
Returns the first implementation of
CoordinateSequenceFactory matching the specified
hints. |
static GeometryFactory |
JTSFactoryFinder.getGeometryFactory()
Returns the first implementation of
GeometryFactory , a new one is created if possible
or an exception is thrown otherwise. |
static GeometryFactory |
FactoryFinder.getGeometryFactory(Hints hints)
Deprecated.
Returns the first implementation of
GeometryFactory matching the specified hints. |
static GeometryFactory |
JTSFactoryFinder.getGeometryFactory(Hints hints)
Returns the first implementation of
GeometryFactory matching the specified hints. |
static PrecisionModel |
FactoryFinder.getPrecisionModel(Hints hints)
Deprecated.
Returns the first implementation of
PrecisionModel matching the specified hints. |
static PrecisionModel |
JTSFactoryFinder.getPrecisionModel(Hints hints)
Returns the first implementation of
PrecisionModel matching the specified hints. |
Constructor and Description |
---|
DefaultMapLayer(GridCoverage2DReader reader,
Style style,
String title,
GeneralParameterValue[] params)
Deprecated.
Constructor which adds a new layer and trigger a
LayerListEvent . |
DefaultMapLayer(GridCoverage coverage,
Style style)
Deprecated.
* Add a new layer and trigger a
LayerListEvent . |
DefaultMapLayer(GridCoverage coverage,
Style style,
String title)
Deprecated.
* Add a new layer and trigger a
LayerListEvent . |
MapLayer(GridCoverage2DReader reader,
Style style,
String title,
GeneralParameterValue[] params)
Deprecated.
Constructor which adds a new layer and trigger a
LayerListEvent . |
MapLayer(GridCoverage coverage,
Style style)
Deprecated.
* Add a new layer and trigger a
LayerListEvent . |
MapLayer(GridCoverage coverage,
Style style,
String title)
Deprecated.
* Add a new layer and trigger a
LayerListEvent . |
Modifier and Type | Method and Description |
---|---|
static CRSAuthorityFactory |
CRS.getAuthorityFactory(boolean longitudeFirst)
Returns the CRS authority factory used by the
decode methods. |
static CoordinateOperationAuthorityFactory |
ReferencingFactoryFinder.getCoordinateOperationAuthorityFactory(String authority,
Hints hints)
Returns the first implementation of
CoordinateOperationAuthorityFactory matching the
specified hints. |
static CoordinateOperationFactory |
ReferencingFactoryFinder.getCoordinateOperationFactory(Hints hints)
Returns the first implementation of
CoordinateOperationFactory matching the specified
hints. |
static CRSAuthorityFactory |
ReferencingFactoryFinder.getCRSAuthorityFactory(String authority,
Hints hints)
Returns the first implementation of
CRSAuthorityFactory matching the specified hints. |
static CRSFactory |
ReferencingFactoryFinder.getCRSFactory(Hints hints)
Returns the first implementation of
CRSFactory matching the specified hints. |
static CSAuthorityFactory |
ReferencingFactoryFinder.getCSAuthorityFactory(String authority,
Hints hints)
Returns the first implementation of
CSAuthorityFactory matching the specified hints. |
static CSFactory |
ReferencingFactoryFinder.getCSFactory(Hints hints)
Returns the first implementation of
CSFactory matching the specified hints. |
static DatumAuthorityFactory |
ReferencingFactoryFinder.getDatumAuthorityFactory(String authority,
Hints hints)
Returns the first implementation of
DatumAuthorityFactory matching the specified
hints. |
static DatumFactory |
ReferencingFactoryFinder.getDatumFactory(Hints hints)
Returns the first implementation of
DatumFactory matching the specified hints. |
static MathTransformFactory |
ReferencingFactoryFinder.getMathTransformFactory(Hints hints)
Returns the first implementation of
MathTransformFactory matching the specified
hints. |
static Version |
CRS.getVersion(String authority)
Returns the version number of the specified authority database, or
null if not
available. |
Modifier and Type | Method and Description |
---|---|
protected static ObjectCache |
CachedCRSAuthorityDecorator.createCache(Hints hints)
Utility method used to produce cache based on hint
|
protected static ObjectCache |
CachedAuthorityDecorator.createCache(Hints hints)
Utility method used to produce cache based on hint
|
Constructor and Description |
---|
AuthorityFactoryAdapter(String authority,
Hints userHints)
Creates a wrappers around the default factories for the specified authority.
|
OrderedAxisAuthorityFactory(String authority,
Hints userHints,
AxisDirection[] axisOrder)
Creates a factory which will reorder the axis of all objects created by the default authority
factories.
|
TransformedAuthorityFactory(String authority,
Hints userHints)
Creates a wrappers around the default factories for the specified authority.
|
Modifier and Type | Method and Description |
---|---|
static StyleFactory |
StyleFactoryFinder.createStyleFactory()
Deprecated.
Create an instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
static ObjectCache |
ObjectCaches.create(Hints hints)
Utility method used to produce cache based on provide Hint
|
Modifier and Type | Class and Description |
---|---|
class |
FactoryNotFoundException
Thrown when a factory can't be found in the registery.
|
class |
RecursiveSearchException
Thrown when
FactoryRegistry is invoked recursively for the same category. |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
FactoryCreator.createFactory(Class<T> category,
Class<?> implementation,
Hints hints)
Creates a new instance of the specified factory using the specified hints.
|
protected <T> T |
FactoryCreator.createServiceProvider(Class<T> category,
Class<?> implementation,
Hints hints)
Deprecated.
Replaced with
FactoryCreator.createFactory(Class, Class, Hints) |
<T> T |
FactoryRegistry.getFactory(Class<T> category,
Predicate<? super T> filter,
Hints hints,
Hints.Key key)
Returns the first factory in the registry for the specified category, using the specified map
of hints (if any).
|
<T> T |
FactoryCreator.getFactory(Class<T> category,
Predicate<? super T> filter,
Hints hints,
Hints.Key key)
Factory for the specified category, using the specified map of hints (if any).
|
<T> T |
FactoryRegistry.getServiceProvider(Class<T> category,
ServiceRegistry.Filter filter,
Hints hints,
Hints.Key key)
Deprecated.
|
<T> T |
FactoryCreator.getServiceProvider(Class<T> category,
ServiceRegistry.Filter filter,
Hints hints,
Hints.Key key)
Deprecated.
Replaced with
FactoryRegistry.getFactories(Class, Predicate, boolean) |
Modifier and Type | Method and Description |
---|---|
static Filter |
OverlapsIntegrity.filterBBox(Envelope bBox,
SimpleFeatureType ft)
Try and Filter by the provided bbox, will default to Filter.EXCLUDE if null
|
Copyright © 1996–2019 Geotools. All rights reserved.