Uses of Class
org.geotools.geometry.iso.primitive.CurveImpl

Packages that use CurveImpl
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.io An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.operation An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.primitive An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.topograph2D An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

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

Constructor parameters in org.geotools.geometry.iso.complex with type arguments of type CurveImpl
CompositeSolidImpl(java.util.List<CurveImpl> generator)
          The association role Composition::generator associates this CompositeSolid to the primitive Solids in its generating set, that is, the solids that form the core of this complex.
 

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

Methods in org.geotools.geometry.iso.coordinate that return CurveImpl
 CurveImpl CurveSegmentImpl.getCurve()
           
 

Methods in org.geotools.geometry.iso.coordinate with parameters of type CurveImpl
 java.util.List<? extends org.opengis.geometry.coordinate.LineSegment> PointArrayImpl.getLineSegments(CurveImpl parentCurve)
          Creates a LineSegment connecting the Positins p0 and p1, whereas p0 is the position at arg0 and p1 is the position at (arg0+1).
 void CurveSegmentImpl.setCurve(CurveImpl curve)
          Sets the Curve the Curve Segment belongs to
 

Constructors in org.geotools.geometry.iso.coordinate with parameters of type CurveImpl
PointArrayImpl.LineSegmentsSequence(PointArrayImpl pointArray, CurveImpl aParentCurve)
          Create a Line Segment sequence by a pointarray and a parent curve
 

Uses of CurveImpl in org.geotools.geometry.iso.io
 

Methods in org.geotools.geometry.iso.io that return types with arguments of type CurveImpl
 java.util.List<CurveImpl> CollectionFactoryMemoryImpl.getCurveList()
           
 java.util.List<CurveImpl> CollectionFactory.getCurveList()
          Creates a list of Curves
 

Uses of CurveImpl in org.geotools.geometry.iso.operation
 

Methods in org.geotools.geometry.iso.operation that return CurveImpl
 CurveImpl Merger.merge(CurveImpl curve1, CurveImpl curve2)
          Constructs a new Curve by merging this Curve with another Curve The two input curves will not be modified.
 CurveImpl Merger.merge(java.util.List<CurveImpl> curves)
          Merges a list of continuous curves into a new single curve.
 CurveImpl Merger.merge(java.util.Set<CurveImpl> curves)
          Merges a set of curves into a new single curve.
 

Methods in org.geotools.geometry.iso.operation with parameters of type CurveImpl
 boolean IsSimpleOp.isSimple(CurveImpl geom)
           
 CurveImpl Merger.merge(CurveImpl curve1, CurveImpl curve2)
          Constructs a new Curve by merging this Curve with another Curve The two input curves will not be modified.
 

Method parameters in org.geotools.geometry.iso.operation with type arguments of type CurveImpl
 CurveImpl Merger.merge(java.util.List<CurveImpl> curves)
          Merges a list of continuous curves into a new single curve.
 CurveImpl Merger.merge(java.util.Set<CurveImpl> curves)
          Merges a set of curves into a new single curve.
 

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

Methods in org.geotools.geometry.iso.primitive that return CurveImpl
 CurveImpl CurveImpl.clone()
           
 CurveImpl PrimitiveFactoryImpl.createCurve(java.util.List<org.opengis.geometry.primitive.CurveSegment> segments)
           
 CurveImpl PrimitiveFactoryImpl.createCurveByPositions(java.util.List<org.opengis.geometry.coordinate.Position> aPositions)
          Creates a curve bu Positions
 CurveImpl CurveImpl.merge(CurveImpl other)
          Constructs a new Curve by merging this Curve with another Curve The two input curves will not be modified.
 

Methods in org.geotools.geometry.iso.primitive with parameters of type CurveImpl
 CurveImpl CurveImpl.merge(CurveImpl other)
          Constructs a new Curve by merging this Curve with another Curve The two input curves will not be modified.
 

Constructors in org.geotools.geometry.iso.primitive with parameters of type CurveImpl
CurveProxy(CurveImpl curve)
           
OrientableCurveProxy(CurveImpl curve)
           
 

Uses of CurveImpl in org.geotools.geometry.iso.topograph2D
 

Methods in org.geotools.geometry.iso.topograph2D with parameters of type CurveImpl
 Edge GeometryGraph.findEdge(CurveImpl line)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.