Uses of Class
net.agmodel.physical.Location2D

Packages that use Location2D
net.agmodel.metBroker   
net.agmodel.physical Contains classes representing basic physical quanties, units, unit conversions, and mathematical operations. 
net.agmodel.pPhysical Contains persistent versions of some classes from the net.agmodel.physical package. 
 

Uses of Location2D in net.agmodel.metBroker
 

Methods in net.agmodel.metBroker with parameters of type Location2D
 boolean RegionImpl.contains(Location2D point)
           
 

Uses of Location2D in net.agmodel.physical
 

Subclasses of Location2D in net.agmodel.physical
 class Location
          A location is simply a point on the planet.
 class Place
           
 

Fields in net.agmodel.physical declared as Location2D
static Location2D Location2D.UNKNOWN
           
 

Methods in net.agmodel.physical that return Location2D
 Location2D GeographicalPolygon.getPoint(int i)
           
 Location2D GeographicalBox.getNorthWestBound()
           
 Location2D GeographicalBox.getSouthEastBound()
           
 Location2D GeographicalBox.getCenter()
           
 

Methods in net.agmodel.physical with parameters of type Location2D
 boolean GeographicalPolygon.contains(Location2D point)
           
 boolean GeographicalBox.contains(Location2D point)
           
 boolean GeographicalArea.contains(Location2D point)
          Indicate whether a point is within the area
 

Constructors in net.agmodel.physical with parameters of type Location2D
GeographicalPolygon(Location2D[] boundary)
           
GeographicalBox(Location2D northWestBound, Location2D southEastBound)
           
 

Uses of Location2D in net.agmodel.pPhysical
 

Methods in net.agmodel.pPhysical that return Location2D
 Location2D PLocation2D.getLocation2D()
           
 

Constructors in net.agmodel.pPhysical with parameters of type Location2D
PLocation2D(Location2D l)
           
 



Copyright (C) NARC 2001 All Rights Reserved.