|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of LinearRing in org.deegree.geometry |
|---|
| Methods in org.deegree.geometry that return LinearRing | |
|---|---|
LinearRing |
GeometryFactory.createLinearRing(java.lang.String id,
CRS 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,
java.io.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 | |
|---|---|
java.util.List<LinearRing> |
Rectangle.getBoundaryRings()
|
java.util.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 | |
|---|---|
java.util.List<LinearRing> |
DefaultTriangle.getBoundaryRings()
|
java.util.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||