net.agmodel.spatialschema
Interface Location

All Superinterfaces:
Location2D

public interface Location
extends Location2D

Java content class for Location complex type.

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

 <complexType name="Location">
   <complexContent>
     <extension base="{http://www.agmodel.net/spatialSchema}Location2D">
       <sequence>
         <element name="altitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 double getAltitude()
           
 void setAltitude(double value)
           
 
Methods inherited from interface net.agmodel.spatialschema.Location2D
getLatitude, getLongitude, isUnknown, setLatitude, setLongitude, setUnknown
 

Method Detail

getAltitude

public double getAltitude()

setAltitude

public void setAltitude(double value)


Copyright (C) NARC 2001 All Rights Reserved.