| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.shapelogic.streams.BaseCommonStream<E>
org.shapelogic.streams.BaseListCommonStream<T>
org.shapelogic.streams.SingleListStream<Polygon>
org.shapelogic.polygon.SVGReader
public class SVGReader
| Field Summary | 
|---|
| Fields inherited from class org.shapelogic.streams.BaseListCommonStream | 
|---|
_list | 
| Fields inherited from class org.shapelogic.streams.BaseCommonStream | 
|---|
_context, _current, _dirty, _last, _maxLast, _name, _nullLegalValue, _parentContext, _query, _value | 
| Constructor Summary | |
|---|---|
SVGReader(java.lang.String fileName)
 | 
|
SVGReader(java.lang.String fileName,
          java.lang.String name)
 | 
|
| Method Summary | |
|---|---|
 Polygon | 
getPolygon()
 | 
 Polygon | 
invoke()
 | 
static SVGReader | 
makeInstance(java.lang.String fileName,
             java.lang.String name)
 | 
| Methods inherited from class org.shapelogic.streams.SingleListStream | 
|---|
getValue, invokeIndex | 
| Methods inherited from class org.shapelogic.streams.BaseListCommonStream | 
|---|
calcAddNext, get, getCurrentSize, getList, hasNext, hasNextBase, isCached, isRandomAccess, iterator, next, setLastFromInput, setList | 
| Methods inherited from class org.shapelogic.streams.BaseCommonStream | 
|---|
getContext, getInContext, getIndex, getLast, getMaxLast, getName, getParentContext, isDeterministic, isDirty, isNullLegalValue, remove, setMaxLast, setNullLegalValue, setup | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.shapelogic.streams.ListStream | 
|---|
getList, setList | 
| Methods inherited from interface org.shapelogic.streams.NumberedStream | 
|---|
get, getIndex, getLast, getMaxLast, setMaxLast | 
| Methods inherited from interface org.shapelogic.calculation.LazyCalc | 
|---|
isDirty, setup | 
| Methods inherited from interface java.util.Iterator | 
|---|
hasNext, next, remove | 
| Methods inherited from interface java.lang.Iterable | 
|---|
iterator | 
| Constructor Detail | 
|---|
public SVGReader(java.lang.String fileName,
                 java.lang.String name)
public SVGReader(java.lang.String fileName)
| Method Detail | 
|---|
public static SVGReader makeInstance(java.lang.String fileName,
                                     java.lang.String name)
public Polygon getPolygon()
                   throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.ParserConfigurationExceptionpublic Polygon invoke()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||