Uses of Class
org.geotools.geometry.iso.coordinate.LineStringImpl

Packages that use LineStringImpl
org.geotools.geometry.iso.complex An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.coordinate An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.primitive An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of LineStringImpl in org.geotools.geometry.iso.complex
 

Methods in org.geotools.geometry.iso.complex that return LineStringImpl
 LineStringImpl CompositeCurveImpl.asLineString()
           
 LineStringImpl CompositeCurveImpl.asLineString(double maxSpacing, double maxOffset)
           
 

Uses of LineStringImpl in org.geotools.geometry.iso.coordinate
 

Subclasses of LineStringImpl in org.geotools.geometry.iso.coordinate
 class LineSegmentImpl
          Thus its interpolation attribute shall be "linear".
 

Methods in org.geotools.geometry.iso.coordinate that return LineStringImpl
 LineStringImpl LineStringImpl.asLineString(double maxSpacing, double maxOffset)
           
 LineStringImpl GeometryFactoryImpl.createLineString(java.util.List<org.opengis.geometry.coordinate.Position> positions)
           
 LineStringImpl GeometryFactoryImpl.createLineString(java.util.List<org.opengis.geometry.coordinate.Position> positions, double startPar)
          Creates LineString from Array of DirectPosition2D
 LineStringImpl GeometryFactoryImpl.createLineString(PointArrayImpl pointArray, double startPar)
           
 LineStringImpl LineStringImpl.merge(LineStringImpl other)
          Merges this LineString with another LineString, forming a new LineString The input LineStrings will not be modified by this operation.
 

Methods in org.geotools.geometry.iso.coordinate that return types with arguments of type LineStringImpl
 java.util.Collection<LineStringImpl> GeometryFactoryImpl.createLineStrings(java.util.Collection<java.util.List<double[]>> coordLists, java.util.List<LineStringImpl> lineStrings)
           
 java.util.List<LineStringImpl> TinImpl.getBreakLines()
           
 java.util.List<LineStringImpl> TinImpl.getStopLines()
           
 

Methods in org.geotools.geometry.iso.coordinate with parameters of type LineStringImpl
 LineStringImpl LineStringImpl.merge(LineStringImpl other)
          Merges this LineString with another LineString, forming a new LineString The input LineStrings will not be modified by this operation.
 

Method parameters in org.geotools.geometry.iso.coordinate with type arguments of type LineStringImpl
 java.util.Collection<LineStringImpl> GeometryFactoryImpl.createLineStrings(java.util.Collection<java.util.List<double[]>> coordLists, java.util.List<LineStringImpl> lineStrings)
           
 

Constructors in org.geotools.geometry.iso.coordinate with parameters of type LineStringImpl
LineStringImpl(LineStringImpl lineString)
          Constructor by another LineString The constructor for LineString takes a sequence of points and constructs a LineString with those points as controlPoints.
TinImpl(PositionImpl[] post, LineStringImpl[] stopLines, LineStringImpl[] breakLines, double maxLength)
           
TinImpl(PositionImpl[] post, LineStringImpl[] stopLines, LineStringImpl[] breakLines, double maxLength)
           
 

Constructor parameters in org.geotools.geometry.iso.coordinate with type arguments of type LineStringImpl
TinImpl(SurfaceBoundaryImpl surfBdry, java.util.ArrayList<PositionImpl> post, java.util.ArrayList<LineStringImpl> stopLines, java.util.ArrayList<LineStringImpl> breakLines, double maxLength, java.util.ArrayList<TriangleImpl> triangles)
          This constructor delegates the mesh generation to different mesh generators.
TinImpl(SurfaceBoundaryImpl surfBdry, java.util.ArrayList<PositionImpl> post, java.util.ArrayList<LineStringImpl> stopLines, java.util.ArrayList<LineStringImpl> breakLines, double maxLength, java.util.ArrayList<TriangleImpl> triangles)
          This constructor delegates the mesh generation to different mesh generators.
 

Uses of LineStringImpl in org.geotools.geometry.iso.primitive
 

Methods in org.geotools.geometry.iso.primitive that return LineStringImpl
 LineStringImpl OrientableCurveProxy.asLineString()
           
 LineStringImpl CurveImpl.asLineString()
           
 LineStringImpl CurveProxy.asLineString()
           
 LineStringImpl OrientableCurveProxy.asLineString(double spacing, double offset)
           
 LineStringImpl CurveImpl.asLineString(double spacing, double offset)
           
 LineStringImpl CurveProxy.asLineString(double spacing, double offset)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.