org.georss.georss._10
Class Where

java.lang.Object
  extended by org.georss.georss._10.Where

public class Where
extends Object

Java class for where complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="where">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{http://www.opengis.net/gml}Point"/>
         <element ref="{http://www.opengis.net/gml}LineString"/>
         <element ref="{http://www.opengis.net/gml}Polygon"/>
         <element ref="{http://www.opengis.net/gml}Envelope"/>
       </choice>
       <attGroup ref="{http://www.georss.org/georss/10}whereAttrGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Double elev
           
protected  EnvelopeType envelope
           
protected  String featuretypetag
           
protected  Double floor
           
protected  LineStringType lineString
           
protected  PointType point
           
protected  PolygonType polygon
           
protected  Double radius
           
protected  String relationshiptag
           
 
Constructor Summary
Where()
           
 
Method Summary
 Double getElev()
          Gets the value of the elev property.
 EnvelopeType getEnvelope()
          Gets the value of the envelope property.
 String getFeaturetypetag()
          Gets the value of the featuretypetag property.
 Double getFloor()
          Gets the value of the floor property.
 LineStringType getLineString()
          Gets the value of the lineString property.
 PointType getPoint()
          Gets the value of the point property.
 PolygonType getPolygon()
          Gets the value of the polygon property.
 Double getRadius()
          Gets the value of the radius property.
 String getRelationshiptag()
          Gets the value of the relationshiptag property.
 void setElev(Double value)
          Sets the value of the elev property.
 void setEnvelope(EnvelopeType value)
          Sets the value of the envelope property.
 void setFeaturetypetag(String value)
          Sets the value of the featuretypetag property.
 void setFloor(Double value)
          Sets the value of the floor property.
 void setLineString(LineStringType value)
          Sets the value of the lineString property.
 void setPoint(PointType value)
          Sets the value of the point property.
 void setPolygon(PolygonType value)
          Sets the value of the polygon property.
 void setRadius(Double value)
          Sets the value of the radius property.
 void setRelationshiptag(String value)
          Sets the value of the relationshiptag property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

point

protected PointType point

lineString

protected LineStringType lineString

polygon

protected PolygonType polygon

envelope

protected EnvelopeType envelope

featuretypetag

protected String featuretypetag

relationshiptag

protected String relationshiptag

elev

protected Double elev

floor

protected Double floor

radius

protected Double radius
Constructor Detail

Where

public Where()
Method Detail

getPoint

public PointType getPoint()
Gets the value of the point property.

Returns:
possible object is PointType

setPoint

public void setPoint(PointType value)
Sets the value of the point property.

Parameters:
value - allowed object is PointType

getLineString

public LineStringType getLineString()
Gets the value of the lineString property.

Returns:
possible object is LineStringType

setLineString

public void setLineString(LineStringType value)
Sets the value of the lineString property.

Parameters:
value - allowed object is LineStringType

getPolygon

public PolygonType getPolygon()
Gets the value of the polygon property.

Returns:
possible object is PolygonType

setPolygon

public void setPolygon(PolygonType value)
Sets the value of the polygon property.

Parameters:
value - allowed object is PolygonType

getEnvelope

public EnvelopeType getEnvelope()
Gets the value of the envelope property.

Returns:
possible object is EnvelopeType

setEnvelope

public void setEnvelope(EnvelopeType value)
Sets the value of the envelope property.

Parameters:
value - allowed object is EnvelopeType

getFeaturetypetag

public String getFeaturetypetag()
Gets the value of the featuretypetag property.

Returns:
possible object is String

setFeaturetypetag

public void setFeaturetypetag(String value)
Sets the value of the featuretypetag property.

Parameters:
value - allowed object is String

getRelationshiptag

public String getRelationshiptag()
Gets the value of the relationshiptag property.

Returns:
possible object is String

setRelationshiptag

public void setRelationshiptag(String value)
Sets the value of the relationshiptag property.

Parameters:
value - allowed object is String

getElev

public Double getElev()
Gets the value of the elev property.

Returns:
possible object is Double

setElev

public void setElev(Double value)
Sets the value of the elev property.

Parameters:
value - allowed object is Double

getFloor

public Double getFloor()
Gets the value of the floor property.

Returns:
possible object is Double

setFloor

public void setFloor(Double value)
Sets the value of the floor property.

Parameters:
value - allowed object is Double

getRadius

public Double getRadius()
Gets the value of the radius property.

Returns:
possible object is Double

setRadius

public void setRadius(Double value)
Sets the value of the radius property.

Parameters:
value - allowed object is Double


Copyright © 2008. All Rights Reserved.