|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.projection.IlvEllipsoidCollection
public class IlvEllipsoidCollection
This class manages a collection of named ellipsoids.
| Constructor Summary | |
|---|---|
IlvEllipsoidCollection(InputStream stream)
Creates a new collection of ellipsoids, reading data from the specified input stream. |
|
IlvEllipsoidCollection(String filename)
Creates a new collection of ellipsoids, reading data from the file which name is specified. |
|
| Method Summary | |
|---|---|
IlvEllipsoid |
getEllipsoid(String name)
Returns the ellipsoid of specified name if present in the collection. |
Iterator |
getEllipsoids()
Returns the enumeration of ellipsoids. |
static IlvEllipsoidCollection |
GetKernelCollection()
Returns a collection containing the definition of all ellipsoids supported by ILOG JViews Maps. |
static IlvEllipsoidCollection |
Merge(IlvEllipsoidCollection collection1,
IlvEllipsoidCollection collection2)
Merge the specified ellipsoid collections. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvEllipsoidCollection(String filename)
throws IOException,
IlvCollectionParseException
filename - The name of the input file.
IOException - If an I/O error occurs.
IlvCollectionParseException - If an error occurs during the
parsing of the definition file.
public IlvEllipsoidCollection(InputStream stream)
throws IOException,
IlvCollectionParseException
stream - The input stream.
IOException - If an I/O error occurs.
IlvCollectionParseException - If an error occurs during the
parsing of the definition file.| Method Detail |
|---|
public final Iterator getEllipsoids()
IlvEllipsoid.
Iteratorpublic final IlvEllipsoid getEllipsoid(String name)
name - The name of the ellipsoid.
null if not found.public static IlvEllipsoidCollection GetKernelCollection()
IlvEllipsoidCollection containing all default ellipsoids
definitions.
public static IlvEllipsoidCollection Merge(IlvEllipsoidCollection collection1,
IlvEllipsoidCollection collection2)
collection1 - The first ellipsoid collection.collection2 - The second ellipsoid collection.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||