net.agmodel.spatialschema
Interface Location2D

All Known Subinterfaces:
Location

public interface Location2D

Java content class for Location2D complex type.

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

 <complexType name="Location2D">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="latitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="longitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="unknown" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 double getLatitude()
           
 double getLongitude()
           
 boolean isUnknown()
           
 void setLatitude(double value)
           
 void setLongitude(double value)
           
 void setUnknown(boolean value)
           
 

Method Detail

getLongitude

public double getLongitude()

setLongitude

public void setLongitude(double value)

getLatitude

public double getLatitude()

setLatitude

public void setLatitude(double value)

isUnknown

public boolean isUnknown()

setUnknown

public void setUnknown(boolean value)


Copyright (C) NARC 2001 All Rights Reserved.