public interface Extent
<xsd:element name="Extent">
<xsd:annotation>
<xsd:documentation> An Extent gives
feature/coverage/raster/matrix dimension extent. </xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="sld:Name"/>
<xsd:element ref="sld:Value"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getValue() |
void |
setName(String name) |
void |
setValue(String value) |
Copyright © 1996–2023 Geotools. All rights reserved.