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>
getAltitude
public double getAltitude()
setAltitude
public void setAltitude(double value)
Copyright (C) NARC 2001 All Rights Reserved.