Uses of Class
org.geotools.feature.SchemaException
-
Packages that use SchemaException Package Description org.geotools.coverage.io.catalog org.geotools.coverage.util org.geotools.data org.geotools.data.crs org.geotools.data.view org.geotools.data.vpf org.geotools.data.vpf.file org.geotools.feature org.geotools.gce.imagemosaic.catalog org.geotools.renderer.lite A simple renderer implementation. -
-
Uses of SchemaException in org.geotools.coverage.io.catalog
Methods in org.geotools.coverage.io.catalog that throw SchemaException Modifier and Type Method Description void
CoverageSlicesCatalog. createType(String identification, String typeSpec)
-
Uses of SchemaException in org.geotools.coverage.util
Methods in org.geotools.coverage.util that throw SchemaException Modifier and Type Method Description static SimpleFeatureCollection
FeatureUtilities. wrapGridCoverage(GridCoverage2D coverage)
Wraps a grid coverage into a Feature.static SimpleFeatureCollection
FeatureUtilities. wrapGridCoverageReader(GridCoverage2DReader gridCoverageReader, GeneralParameterValue[] params)
Wraps a grid coverage into a Feature. -
Uses of SchemaException in org.geotools.data
Methods in org.geotools.data that throw SchemaException Modifier and Type Method Description 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 FeatureTypestatic SimpleFeatureType
DataUtilities. createSubType(SimpleFeatureType featureType, String[] properties, CoordinateReferenceSystem override, String typeName, URI namespace)
Create a derived FeatureTypestatic 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 givenDataStore
constrained by aQuery
.static SimpleFeatureSource
DataUtilities. createView(SimpleFeatureSource source, Query query)
Return a 'view' of the givenFeatureSource
constrained by aQuery
.Constructors in org.geotools.data that throw SchemaException Constructor Description DefaultFeatureReader(AttributeReader attributeReader)
DefaultFeatureReader(AttributeReader attributeReader, SimpleFeatureType schema)
Creates a new instance of AbstractFeatureReaderFIDFeatureReader(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 Modifier and Type Method Description 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 Constructor Description DefaultView(SimpleFeatureSource source, Query query)
Creates a new GeoServerFeatureSource object. -
Uses of SchemaException in org.geotools.data.vpf
Constructors in org.geotools.data.vpf that throw SchemaException Constructor Description VPFCoverage(VPFLibrary cLibrary, SimpleFeature feature, String cDirectoryName)
ConstructorVPFCoverage(VPFLibrary cLibrary, SimpleFeature feature, String cDirectoryName, URI namespace)
Constructor with namespaceVPFDataBase(File directory)
ConstructorVPFFeatureClass(VPFCoverage cCoverage, String cName, String cDirectoryName)
ConstructorVPFFeatureClass(VPFCoverage cCoverage, String cName, String cDirectoryName, URI cNamespace)
ConstructorVPFLibrary(SimpleFeature libraryFeature, File dir, URI namespace)
Constructor which defaults the containing database to null and looks up the first (and presumably only) entry in the library attribute table -
Uses of SchemaException in org.geotools.data.vpf.file
Constructors in org.geotools.data.vpf.file that throw SchemaException Constructor Description VPFFile(String cPathName)
Constructor. -
Uses of SchemaException in org.geotools.feature
Methods in org.geotools.feature that throw SchemaException Modifier and Type Method 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.static SimpleFeatureType
FeatureTypes. transform(SimpleFeatureType schema, CoordinateReferenceSystem crs)
Forces the specified CRS on all geometry attributesstatic SimpleFeatureType
FeatureTypes. transform(SimpleFeatureType schema, CoordinateReferenceSystem crs, boolean forceOnlyMissing)
Forces the specified CRS on geometry attributes (all or some, depends on the parameters).static SimpleFeatureType
FeatureTypes. transform(SimpleFeatureType schema, CoordinateReferenceSystem crs, boolean forceOnlyMissing, boolean onlyIfCompatible)
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 Modifier and Type Method Description abstract void
GranuleCatalog. createType(String identification, String typeSpec)
abstract void
GranuleCatalog. createType(String namespace, String typeName, String typeSpec)
void
LockingGranuleCatalog. createType(String identification, String typeSpec)
void
LockingGranuleCatalog. createType(String namespace, String typeName, String typeSpec)
-
Uses of SchemaException in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite that throw SchemaException Modifier and Type Method Description Object
RenderingTransformationHelper. applyRenderingTransformation(Expression transformation, FeatureSource featureSource, Query layerQuery, Query renderingQuery, GridGeometry2D gridGeometry, CoordinateReferenceSystem sourceCrs, RenderingHints hints)
-