|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Solid
Solid
instances are 3D-geometries that ...
Nested Class Summary | |
---|---|
static class |
Solid.SolidType
Convenience enum type for discriminating the different solid variants. |
Nested classes/interfaces inherited from interface org.deegree.geometry.primitive.GeometricPrimitive |
---|
GeometricPrimitive.PrimitiveType |
Nested classes/interfaces inherited from interface org.deegree.geometry.Geometry |
---|
Geometry.GeometryType |
Method Summary | |
---|---|
Measure |
getArea(Unit requestedBaseUnit)
|
Surface |
getExteriorSurface()
Returns the exterior surface (shell) of the solid. |
List<Surface> |
getInteriorSurfaces()
Returns the interior surfaces of the solid. |
GeometricPrimitive.PrimitiveType |
getPrimitiveType()
Must always return GeometricPrimitive.PrimitiveType.Solid . |
Solid.SolidType |
getSolidType()
Returns the type of solid. |
Measure |
getVolume(Unit requestedBaseUnit)
|
Methods inherited from interface org.deegree.geometry.primitive.GeometricPrimitive |
---|
getGeometryType |
Methods inherited from interface org.deegree.geometry.Geometry |
---|
contains, crosses, equals, getBuffer, getCentroid, getConvexHull, getCoordinateDimension, getCoordinateSystem, getDifference, getDistance, getEnvelope, getId, getIntersection, getPrecision, getUnion, intersects, isBeyond, isDisjoint, isWithin, isWithinDistance, overlaps, setCoordinateSystem, setGMLProperties, setId, setPrecision, touches |
Methods inherited from interface org.deegree.gml.GMLObject |
---|
getGMLProperties |
Method Detail |
---|
GeometricPrimitive.PrimitiveType getPrimitiveType()
GeometricPrimitive.PrimitiveType.Solid
.
getPrimitiveType
in interface GeometricPrimitive
GeometricPrimitive.PrimitiveType.Solid
Solid.SolidType getSolidType()
Measure getVolume(Unit requestedBaseUnit)
requestedBaseUnit
-
Measure getArea(Unit requestedBaseUnit)
requestedBaseUnit
-
Surface getExteriorSurface()
Please note that this method may return null. The following explanation is from the GML 3.1.1 schema (geometryPrimitives.xsd): In normal 3-dimensional Euclidean space, one (composite) surface is distinguished as the exterior. In the more general case, this is not always possible.
List<Surface> getInteriorSurfaces()
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |