Uses of Class
org.geotools.feature.SchemaException
Packages that use SchemaException
Package
Description
A simple renderer implementation.
-
Uses of SchemaException in org.geotools.coverage.io.catalog
Methods in org.geotools.coverage.io.catalog that throw SchemaExceptionModifier and TypeMethodDescriptionvoidCoverageSlicesCatalog.createType(String identification, String typeSpec) -
Uses of SchemaException in org.geotools.coverage.util
Methods in org.geotools.coverage.util that throw SchemaExceptionModifier and TypeMethodDescriptionstatic SimpleFeatureCollectionFeatureUtilities.wrapGridCoverage(GridCoverage2D coverage) Wraps a grid coverage into a Feature.static SimpleFeatureCollectionFeatureUtilities.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 SchemaExceptionModifier and TypeMethodDescriptionprotected SimpleFeatureTypeDefaultFeatureReader.createSchema()protected SimpleFeatureTypeFIDFeatureReader.createSchema()static SimpleFeatureTypeDataUtilities.createSubType(SimpleFeatureType featureType, String... properties) Create a type limited to the named properties provided.static SimpleFeatureTypeDataUtilities.createSubType(SimpleFeatureType featureType, String[] properties, CoordinateReferenceSystem override) Create a derived FeatureTypestatic SimpleFeatureTypeDataUtilities.createSubType(SimpleFeatureType featureType, String[] properties, CoordinateReferenceSystem override, String typeName, URI namespace) Create a derived FeatureTypestatic SimpleFeatureTypeDataUtilities.createType(String typeName, String typeSpec) Utility method for FeatureType construction.static SimpleFeatureTypeDataUtilities.createType(String namespace, String name, String typeSpec) Utility method for FeatureType construction.static SimpleFeatureSourceDataUtilities.createView(DataStore store, Query query) Return a 'view' of the givenDataStoreconstrained by aQuery.static SimpleFeatureSourceDataUtilities.createView(SimpleFeatureSource source, Query query) Return a 'view' of the givenFeatureSourceconstrained by aQuery.Constructors in org.geotools.data that throw SchemaExceptionModifierConstructorDescriptionDefaultFeatureReader(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
Constructors in org.geotools.data.crs that throw SchemaExceptionModifierConstructorDescriptionForceCoordinateSystemFeatureReader(FeatureReader<SimpleFeatureType, SimpleFeature> reader, CoordinateReferenceSystem cs) Builds a new ForceCoordinateSystemFeatureReaderForceCoordinateSystemFeatureReader(FeatureReader<SimpleFeatureType, SimpleFeature> reader, CoordinateReferenceSystem cs, boolean forceOnlyMissing) Builds a new ForceCoordinateSystemFeatureReaderForceCoordinateSystemFeatureResults(FeatureCollection<SimpleFeatureType, SimpleFeature> results, CoordinateReferenceSystem forcedCS) ForceCoordinateSystemFeatureResults(FeatureCollection<SimpleFeatureType, SimpleFeature> results, CoordinateReferenceSystem forcedCS, boolean forceOnlyMissing) ForceCoordinateSystemIterator(FeatureIterator<SimpleFeature> reader, SimpleFeatureType type, CoordinateReferenceSystem cs) Builds a new ForceCoordinateSystemFeatureReaderReprojectFeatureReader(FeatureReader<SimpleFeatureType, SimpleFeature> reader, SimpleFeatureType schema) Constructor that will generate mathTransforms for the results, based on target schema.ReprojectFeatureReader(FeatureReader<SimpleFeatureType, SimpleFeature> reader, CoordinateReferenceSystem cs) Constructor that will generate schema and mathTransforms for the results.ReprojectFeatureResults(FeatureCollection<SimpleFeatureType, SimpleFeature> results, CoordinateReferenceSystem destinationCS) Creates a new reprojecting feature results -
Uses of SchemaException in org.geotools.data.view
Methods in org.geotools.data.view that throw SchemaExceptionModifier and TypeMethodDescriptionstatic SimpleFeatureSourceDefaultView.create(SimpleFeatureSource source, Query query) Factory that make the correct decorator for the provided featureSource.Constructors in org.geotools.data.view that throw SchemaExceptionModifierConstructorDescriptionDefaultView(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 SchemaExceptionModifierConstructorDescriptionVPFCoverage(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 -
Uses of SchemaException in org.geotools.feature
Methods in org.geotools.feature that throw SchemaExceptionModifier and TypeMethodDescriptionstatic SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name) Create a new FeatureType with the given AttributeTypes.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns) Create a new FeatureType with the given AttributeTypes.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract) Create a new FeatureType with the given AttributeTypes.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes) The most specific way to create a new FeatureType.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes, AttributeDescriptor defaultGeometry) The most specific way to create a new FeatureType.static SimpleFeatureTypeFeatureTypes.newFeatureType(AttributeDescriptor[] types, String name, URI ns, boolean isAbstract, SimpleFeatureType[] superTypes, GeometryDescriptor defaultGeometry) The most specific way to create a new FeatureType.static SimpleFeatureTypeFeatureTypes.transform(SimpleFeatureType schema, CoordinateReferenceSystem crs) Forces the specified CRS on all geometry attributesstatic SimpleFeatureTypeFeatureTypes.transform(SimpleFeatureType schema, CoordinateReferenceSystem crs, boolean forceOnlyMissing) Forces the specified CRS on geometry attributes (all or some, depends on the parameters).static SimpleFeatureTypeFeatureTypes.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 SchemaExceptionModifier and TypeMethodDescriptionabstract voidGranuleCatalog.createType(String identification, String typeSpec) abstract voidGranuleCatalog.createType(String namespace, String typeName, String typeSpec) voidLockingGranuleCatalog.createType(String identification, String typeSpec) voidLockingGranuleCatalog.createType(String namespace, String typeName, String typeSpec) -
Uses of SchemaException in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite that throw SchemaExceptionModifier and TypeMethodDescriptionRenderingTransformationHelper.applyRenderingTransformation(Expression transformation, FeatureSource featureSource, Query layerQuery, Query renderingQuery, GridGeometry2D gridGeometry, CoordinateReferenceSystem sourceCrs, RenderingHints hints)