public static class Indexer.MultipleBandsDimensions.MultipleBandsDimension 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="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="bandsNames" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
bandsNames |
protected String |
name |
Constructor and Description |
---|
MultipleBandsDimension() |
Modifier and Type | Method and Description |
---|---|
String |
getBandsNames()
Gets the value of the bandsNames property.
|
String |
getName()
Gets the value of the name property.
|
void |
setBandsNames(String value)
Sets the value of the bandsNames property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getName()
String
public void setName(String value)
value
- allowed object is String
public String getBandsNames()
String
Copyright © 1996–2023 Geotools. All rights reserved.