Uses of Class
org.geotools.gce.imagemosaic.catalog.index.SchemaType
-
Packages that use SchemaType Package Description org.geotools.gce.imagemosaic.catalog.index -
-
Uses of SchemaType in org.geotools.gce.imagemosaic.catalog.index
Fields in org.geotools.gce.imagemosaic.catalog.index declared as SchemaType Modifier and Type Field Description protected SchemaType
Indexer.Coverages.Coverage. schema
Fields in org.geotools.gce.imagemosaic.catalog.index with type parameters of type SchemaType Modifier and Type Field Description protected List<SchemaType>
SchemasType. schema
Methods in org.geotools.gce.imagemosaic.catalog.index that return SchemaType Modifier and Type Method Description SchemaType
ObjectFactory. createSchemaType()
Create an instance ofSchemaType
SchemaType
Indexer.Coverages.Coverage. getSchema()
Gets the value of the schema property.static SchemaType
IndexerUtils. getSchema(Indexer indexer, Indexer.Coverages.Coverage coverage)
Get aSchemaType
element for the specifiedIndexer.Coverages.Coverage
.Methods in org.geotools.gce.imagemosaic.catalog.index that return types with arguments of type SchemaType Modifier and Type Method Description List<SchemaType>
SchemasType. getSchema()
Gets the value of the schema property.Methods in org.geotools.gce.imagemosaic.catalog.index with parameters of type SchemaType Modifier and Type Method Description void
Indexer.Coverages.Coverage. setSchema(SchemaType value)
Sets the value of the schema property.
-