net.agmodel.spatialschema
Interface GeographicalBox


public interface GeographicalBox

Java content class for GeographicalBox complex type.

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

 <complexType name="GeographicalBox">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="northWest" type="{http://www.agmodel.net/spatialSchema}Location2D"/>
         <element name="southEast" type="{http://www.agmodel.net/spatialSchema}Location2D"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Location2D getNorthWest()
           
 Location2D getSouthEast()
           
 void setNorthWest(Location2D value)
           
 void setSouthEast(Location2D value)
           
 

Method Detail

getSouthEast

public Location2D getSouthEast()
Returns:
possible object is Location2D

setSouthEast

public void setSouthEast(Location2D value)
Parameters:
value - allowed object is Location2D

getNorthWest

public Location2D getNorthWest()
Returns:
possible object is Location2D

setNorthWest

public void setNorthWest(Location2D value)
Parameters:
value - allowed object is Location2D


Copyright (C) NARC 2001 All Rights Reserved.