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