|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaException | |
---|---|
org.geotools.arcsde.data | DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. |
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.data.crs | Provides support for the OGC Catalog Specification. |
org.geotools.data.view | |
org.geotools.data.wfs.v1_0_0.gml | |
org.geotools.feature | |
org.geotools.gce.imagemosaic.catalog | |
org.geotools.map | List of layers to be rendered. |
Uses of SchemaException in org.geotools.arcsde.data |
---|
Constructors in org.geotools.arcsde.data that throw SchemaException | |
---|---|
ArcSDEFeatureReader(ArcSDEAttributeReader attributeReader)
|
Uses of SchemaException in org.geotools.data |
---|
Methods in org.geotools.data that throw SchemaException | |
---|---|
protected SimpleFeatureType |
DefaultFeatureReader.createSchema()
|
protected SimpleFeatureType |
FIDFeatureReader.createSchema()
|
static SimpleFeatureType |
DataUtilities.createSubType(SimpleFeatureType featureType,
String[] properties)
Create a type limited to the named properties provided. |
static SimpleFeatureType |
DataUtilities.createSubType(SimpleFeatureType featureType,
String[] properties,
CoordinateReferenceSystem override)
Create a derived FeatureType |
static SimpleFeatureType |
DataUtilities.createSubType(SimpleFeatureType featureType,
String[] properties,
CoordinateReferenceSystem override,
String typeName,
URI namespace)
|
static SimpleFeatureType |
DataUtilities.createType(String typeName,
String typeSpec)
Utility method for FeatureType construction. |
static SimpleFeatureType |
DataUtilities.createType(String namespace,
String name,
String typeSpec)
Utility method for FeatureType construction. |
static SimpleFeatureSource |
DataUtilities.createView(DataStore store,
Query query)
Return a 'view' of the given DataStore constrained by a Query . |
Constructors in org.geotools.data that throw SchemaException | |
---|---|
DefaultFeatureReader(AttributeReader attributeReader)
|
|
DefaultFeatureReader(AttributeReader attributeReader,
SimpleFeatureType schema)
Creates a new instance of AbstractFeatureReader |
|
FIDFeatureReader(AttributeReader attributeReader,
FIDReader fidReader)
|
|
FIDFeatureReader(AttributeReader attributeReader,
FIDReader fidReader,
SimpleFeatureType schema)
Creates a new instance of AbstractFeatureReader |
Uses of SchemaException in org.geotools.data.crs |
---|
Uses of SchemaException in org.geotools.data.view |
---|
Methods in org.geotools.data.view that throw SchemaException | |
---|---|
static SimpleFeatureSource |
DefaultView.create(SimpleFeatureSource source,
Query query)
Factory that make the correct decorator for the provided featureSource. |
Constructors in org.geotools.data.view that throw SchemaException | |
---|---|
DefaultView(SimpleFeatureSource source,
Query query)
Creates a new GeoServerFeatureSource object. |
Uses of SchemaException in org.geotools.data.wfs.v1_0_0.gml |
---|
Methods in org.geotools.data.wfs.v1_0_0.gml that throw SchemaException | |
---|---|
static SimpleFeatureType |
WFSFeatureTypeTransformer.transform(SimpleFeatureType schema,
CoordinateReferenceSystem crs)
|
Uses of SchemaException in org.geotools.feature |
---|
Methods in org.geotools.feature that throw SchemaException | |
---|---|
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. |
static SimpleFeatureType |
FeatureTypes.transform(SimpleFeatureType schema,
CoordinateReferenceSystem crs)
Forces the specified CRS on all geometry attributes |
static SimpleFeatureType |
FeatureTypes.transform(SimpleFeatureType schema,
CoordinateReferenceSystem crs,
boolean forceOnlyMissing)
Forces the specified CRS on geometry attributes (all or some, depends on the parameters). |
Uses of SchemaException in org.geotools.gce.imagemosaic.catalog |
---|
Methods in org.geotools.gce.imagemosaic.catalog that throw SchemaException | |
---|---|
abstract void |
GranuleCatalog.createType(String identification,
String typeSpec)
|
abstract void |
GranuleCatalog.createType(String namespace,
String typeName,
String typeSpec)
|
Uses of SchemaException in org.geotools.map |
---|
Constructors in org.geotools.map that throw SchemaException | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |