public class BBOXType extends SpatialOpsType
Java class for BBOXType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BBOXType">
<complexContent>
<extension base="{http://www.opengis.net/ogc}SpatialOpsType">
<sequence>
<element ref="{http://www.opengis.net/ogc}PropertyName"/>
<element ref="{http://www.opengis.net/gml}Envelope"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Envelope |
envelope |
protected PropertyName |
propertyName |
| Constructor and Description |
|---|
BBOXType()
Default no-arg constructor
|
BBOXType(PropertyName propertyName,
Envelope envelope)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Envelope |
getEnvelope()
Gets the value of the envelope property.
|
PropertyName |
getPropertyName()
Gets the value of the propertyName property.
|
void |
setEnvelope(Envelope value)
Sets the value of the envelope property.
|
void |
setPropertyName(PropertyName value)
Sets the value of the propertyName property.
|
protected PropertyName propertyName
protected Envelope envelope
public BBOXType()
public BBOXType(PropertyName propertyName, Envelope envelope)
public PropertyName getPropertyName()
PropertyNamepublic void setPropertyName(PropertyName value)
value - allowed object is
PropertyNamepublic Envelope getEnvelope()
EnvelopeCopyright © 2016. All rights reserved.