Uses of Class
org.kaboum.geom.KaboumLineString

Packages that use KaboumLineString
org.kaboum.algorithm   
org.kaboum.geom   
org.kaboum.util   
 

Uses of KaboumLineString in org.kaboum.algorithm
 

Methods in org.kaboum.algorithm with parameters of type KaboumLineString
static boolean KaboumAlgorithms.inside(KaboumLineString ring1, KaboumLineString ring2)
          Return true if ring2 is inside ring1
static boolean KaboumAlgorithms.intersect(KaboumLineString ring1, KaboumLineString ring2)
          Return true if ring1 and ring2 intersect
 

Uses of KaboumLineString in org.kaboum.geom
 

Subclasses of KaboumLineString in org.kaboum.geom
 class KaboumLabeledLinearRing
          This class define a LinearRing with labeled edge.
 class KaboumLinearRing
          Basic implementation of LinearRing.
 

Methods in org.kaboum.geom that return KaboumLineString
static KaboumLineString KaboumGeometryFactory.createLineString(KaboumCoordinate[] coordinates)
           
 KaboumLineString KaboumPolygon.getExteriorRing()
           
 KaboumLineString KaboumPolygon.getInteriorRingN(int n)
           
static KaboumLineString[] KaboumGeometryFactory.toLineStringArray(KaboumList lineStrings)
          Converts the KaboumList to an array.
 

Methods in org.kaboum.geom with parameters of type KaboumLineString
static KaboumMultiLineString KaboumGeometryFactory.createMultiLineString(KaboumLineString[] lineStrings)
           
 

Constructors in org.kaboum.geom with parameters of type KaboumLineString
KaboumMultiLineString(KaboumLineString[] lineStrings)
          Constructs a MultiLineString.
 

Uses of KaboumLineString in org.kaboum.util
 

Methods in org.kaboum.util that return KaboumLineString
protected  KaboumLineString KaboumWKTReader.readLineStringText(java.io.StreamTokenizer tokenizer)
          Creates a LineString using the next token in the stream.
 KaboumLineString[] KaboumList.toLineStringArray()
          Return an array of KaboumLineString
 

Methods in org.kaboum.util with parameters of type KaboumLineString
protected  void KaboumWKTWriter.appendLineStringTaggedText(KaboumLineString lineString, java.io.Writer writer)
          Converts a LineString to <LineString Tagged Text> format, then appends it to the writer.
protected  void KaboumWKTWriter.appendLineStringText(KaboumLineString lineString, java.io.Writer writer)
          Converts a LineString to <LineString Text> format, then appends it to the writer.
 



Copyright © 2005 Kaboum team. All Rights Reserved.