@Deprecated public class IlvProjectionProperty extends IlvNamedProperty
IlvManager
containing cartographic data.Modifier and Type | Field and Description |
---|---|
static String |
NAME
Deprecated.
The name of the property
|
Constructor and Description |
---|
IlvProjectionProperty(IlvInputStream stream)
Deprecated.
Creates a new
IlvProjectionProperty from
an IlvInputStream . |
IlvProjectionProperty(IlvProjection projection)
Deprecated.
Creates a new
IlvNamedProperty object with a projection. |
IlvProjectionProperty(IlvProjectionProperty source)
Deprecated.
Creates a new
IlvNamedProperty by copying an existing one. |
IlvProjectionProperty(String projectionDescriptor)
Deprecated.
Creates a new
IlvProjectionProperty with a projection
descriptor. |
Modifier and Type | Method and Description |
---|---|
IlvNamedProperty |
copy()
Deprecated.
Copies the property.
|
IlvProjection |
getProjection()
Deprecated.
Returns the projection associated with the property
if the projection descriptor specifies a valid projection
in the package.
|
static IlvProjection |
GetProjection(IlvManager manager)
Deprecated.
Returns the projection of a manager.
|
String |
getProjectionDescriptor()
Deprecated.
Returns the description of the projection in
Evenden's format.
|
boolean |
isPersistent()
Deprecated.
Returns true if the property must be saved to an IVL file.
|
void |
write(IlvOutputStream stream)
Deprecated.
Writes the property to an
IlvOutputStream . |
getName
public static final String NAME
public IlvProjectionProperty(String projectionDescriptor)
IlvProjectionProperty
with a projection
descriptor.projectionDescriptor
- The description of the projection in
Evenden's format.public IlvProjectionProperty(IlvProjection projection)
IlvNamedProperty
object with a projection.projection
- The projectionpublic IlvProjectionProperty(IlvProjectionProperty source)
IlvNamedProperty
by copying an existing one.source
- the named property to be copiedpublic IlvProjectionProperty(IlvInputStream stream) throws IlvReadFileException
IlvProjectionProperty
from
an IlvInputStream
.stream
- the input streamIlvReadFileException
- if an error occurs while reading.public void write(IlvOutputStream stream) throws IOException
IlvOutputStream
.write
in interface IlvPersistentObject
write
in class IlvNamedProperty
stream
- the output stream.IOException
- standard IO error.public IlvNamedProperty copy()
copy
in class IlvNamedProperty
public boolean isPersistent()
isPersistent
in class IlvNamedProperty
public String getProjectionDescriptor()
public IlvProjection getProjection()
public static IlvProjection GetProjection(IlvManager manager)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.