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 voidCoverageSlicesCatalog. 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 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 SchemaException Modifier and Type Method Description protected 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 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 SimpleFeatureSourceDefaultView. 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 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 SchemaException Modifier and Type Method Description abstract 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 SchemaException Modifier and Type Method Description ObjectRenderingTransformationHelper. applyRenderingTransformation(Expression transformation, FeatureSource featureSource, Query layerQuery, Query renderingQuery, GridGeometry2D gridGeometry, CoordinateReferenceSystem sourceCrs, RenderingHints hints)
-