Uses of Interface
org.deegree.geometry.primitive.LinearRing

Packages that use LinearRing
org.deegree.geometry   
org.deegree.geometry.io   
org.deegree.geometry.primitive.patches   
org.deegree.geometry.standard.primitive   
org.deegree.geometry.standard.surfacepatches   
org.deegree.gml.geometry   
 

Uses of LinearRing in org.deegree.geometry
 

Methods in org.deegree.geometry that return LinearRing
 LinearRing GeometryFactory.createLinearRing(String id, ICRS crs, Points points)
          Creates a simple LinearRing from a list of passed Points.
 

Methods in org.deegree.geometry with parameters of type LinearRing
 Rectangle GeometryFactory.createRectangle(LinearRing exterior)
          Creates a Rectangle surface patch.
 Triangle GeometryFactory.createTriangle(LinearRing exterior)
          Creates a Triangle surface patch.
 

Uses of LinearRing in org.deegree.geometry.io
 

Methods in org.deegree.geometry.io with parameters of type LinearRing
 void WKTWriter.writeLinearRing(LinearRing geometry, Writer writer)
          Writes a linearRing.
 

Uses of LinearRing in org.deegree.geometry.primitive.patches
 

Methods in org.deegree.geometry.primitive.patches that return LinearRing
 LinearRing Triangle.getExteriorRing()
          Returns the sequence of control points as a LinearRing.
 LinearRing Rectangle.getExteriorRing()
          Returns the sequence of control points as a LinearRing.
 

Methods in org.deegree.geometry.primitive.patches that return types with arguments of type LinearRing
 List<LinearRing> Triangle.getBoundaryRings()
           
 List<LinearRing> Rectangle.getBoundaryRings()
           
 

Uses of LinearRing in org.deegree.geometry.standard.primitive
 

Classes in org.deegree.geometry.standard.primitive that implement LinearRing
 class DefaultLinearRing
          Default implementation of Ring.
 

Uses of LinearRing in org.deegree.geometry.standard.surfacepatches
 

Methods in org.deegree.geometry.standard.surfacepatches that return LinearRing
 LinearRing DefaultRectangle.getExteriorRing()
           
 LinearRing DefaultTriangle.getExteriorRing()
           
 

Methods in org.deegree.geometry.standard.surfacepatches that return types with arguments of type LinearRing
 List<LinearRing> DefaultRectangle.getBoundaryRings()
           
 List<LinearRing> DefaultTriangle.getBoundaryRings()
           
 

Constructors in org.deegree.geometry.standard.surfacepatches with parameters of type LinearRing
DefaultRectangle(LinearRing exterior)
          Creates a new DefaultRectangle instance from the given parameters.
DefaultTriangle(LinearRing exterior)
          Creates a new DefaultTriangle instance from the given parameters.
 

Uses of LinearRing in org.deegree.gml.geometry
 

Methods in org.deegree.gml.geometry that return LinearRing
 LinearRing GML3GeometryReader.parseLinearRing(XMLStreamReaderWrapper xmlStream, ICRS defaultCRS)
          Returns the object representation of a gml:LinearRing element.
 



Copyright © 2011. All Rights Reserved.