public class IlvMapStyleSet extends Object implements IlvPersistentObject
IlvMapStyleSet
represents a collection of styles. The styles
are sorted with regard to the scale.Constructor and Description |
---|
IlvMapStyleSet(IlvInputStream stream)
Reads an
IlvMapStyleSet from an IlvInputStream . |
Modifier and Type | Method and Description |
---|---|
void |
write(IlvOutputStream stream)
Writes the attributes of a persistent object.
|
public IlvMapStyleSet(IlvInputStream stream) throws IlvReadFileException
IlvMapStyleSet
from an IlvInputStream
.stream
- The stream to read from.IlvReadFileException
- if there is a problem reading from
stream
.public void write(IlvOutputStream stream) throws IOException
write
in interface IlvPersistentObject
stream
- the output streamIOException
- thrown when an exception occurs during
the write operation for this object.IlvPersistentObject.write(ilog.views.io.IlvOutputStream)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.