|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LinearRing in org.deegree.geometry |
---|
Methods in org.deegree.geometry that return LinearRing | |
---|---|
LinearRing |
GeometryFactory.createLinearRing(String id,
CRS crs,
Points points)
Creates a simple LinearRing from a list of passed Point s. |
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 |
Rectangle.getExteriorRing()
Returns the sequence of control points as a LinearRing . |
LinearRing |
Triangle.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> |
Rectangle.getBoundaryRings()
|
List<LinearRing> |
Triangle.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 |
DefaultTriangle.getExteriorRing()
|
LinearRing |
DefaultRectangle.getExteriorRing()
|
Methods in org.deegree.geometry.standard.surfacepatches that return types with arguments of type LinearRing | |
---|---|
List<LinearRing> |
DefaultTriangle.getBoundaryRings()
|
List<LinearRing> |
DefaultRectangle.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,
CRS defaultCRS)
Returns the object representation of a gml:LinearRing element. |
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |