public static class Indexer.Coverages.Coverage extends Object
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="schema" type="{}schemaType"/> <element name="origName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="domains" type="{}domainsType"/> <choice> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="nameCollector" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DomainsType |
domains |
protected String |
name |
protected String |
nameCollector |
protected String |
origName |
protected ParametersType |
parameters |
protected SchemaType |
schema |
Constructor and Description |
---|
Coverage() |
Modifier and Type | Method and Description |
---|---|
DomainsType |
getDomains()
Gets the value of the domains property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNameCollector()
Gets the value of the nameCollector property.
|
String |
getOrigName()
Gets the value of the origName property.
|
ParametersType |
getParameters()
Returns coverage specific parameters.
|
SchemaType |
getSchema()
Gets the value of the schema property.
|
void |
setDomains(DomainsType value)
Sets the value of the domains property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNameCollector(String value)
Sets the value of the nameCollector property.
|
void |
setOrigName(String value)
Sets the value of the origName property.
|
void |
setParameters(ParametersType parameters)
Sets the coverage specific parameters
|
void |
setSchema(SchemaType value)
Sets the value of the schema property.
|
protected SchemaType schema
protected String origName
protected DomainsType domains
protected String name
protected String nameCollector
protected ParametersType parameters
public SchemaType getSchema()
SchemaType
public void setSchema(SchemaType value)
value
- allowed object is SchemaType
public String getOrigName()
String
public void setOrigName(String value)
value
- allowed object is String
public DomainsType getDomains()
DomainsType
public void setDomains(DomainsType value)
value
- allowed object is DomainsType
public String getName()
String
public void setName(String value)
value
- allowed object is String
public String getNameCollector()
String
public void setNameCollector(String value)
value
- allowed object is String
public ParametersType getParameters()
public void setParameters(ParametersType parameters)
Copyright © 1996–2023 Geotools. All rights reserved.