|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.geometry.jts.spatialschema.geometry.GeometryImpl
org.geotools.geometry.jts.spatialschema.geometry.complex.ComplexImpl
org.geotools.geometry.jts.spatialschema.geometry.BoundaryImpl
org.geotools.geometry.jts.spatialschema.geometry.primitive.PrimitiveBoundaryImpl
org.geotools.geometry.jts.spatialschema.geometry.primitive.CurveBoundaryImpl
public class CurveBoundaryImpl
This is Chris's implementation of a CurveBoundary. I started it and realized about halfway through that I won't necessarily need it. So the last few methods are still unimplemented (and just delegate to the superclass, which currently does nothing).
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.geotools.geometry.jts.spatialschema.geometry.GeometryImpl |
---|
GeometryImpl.MathTransformFilter |
Field Summary |
---|
Fields inherited from class org.geotools.geometry.jts.spatialschema.geometry.complex.ComplexImpl |
---|
setViewOfElements |
Constructor Summary | |
---|---|
CurveBoundaryImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs,
org.opengis.geometry.primitive.Point startPoint,
org.opengis.geometry.primitive.Point endPoint)
|
Method Summary | |
---|---|
org.opengis.geometry.primitive.Point |
getEndPoint()
|
org.opengis.geometry.primitive.Point |
getStartPoint()
|
Methods inherited from class org.geotools.geometry.jts.spatialschema.geometry.complex.ComplexImpl |
---|
computeJTSPeer, getElementList, getElements, getSubComplexes, getSubComplexSet, getSuperComplexes, isMaximal |
Methods inherited from class org.geotools.geometry.jts.spatialschema.geometry.GeometryImpl |
---|
clone, contains, contains, difference, distance, equals, getBoundary, getBuffer, getCentroid, getClosure, getConvexHull, getCoordinateDimension, getCoordinateReferenceSystem, getDimension, getDistance, getEnvelope, getJTSGeometry, getMaximalComplex, getMbRegion, getPrecision, getRepresentativePoint, intersection, intersects, invalidateCachedJTSPeer, isCycle, isMutable, isSimple, listAsSet, setJTSPeer, setParent, symmetricDifference, toImmutable, transform, transform, union |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opengis.geometry.Boundary |
---|
isCycle |
Methods inherited from interface org.opengis.geometry.complex.Complex |
---|
getElements, getSubComplexes, getSuperComplexes, isMaximal |
Methods inherited from interface org.opengis.geometry.Geometry |
---|
clone, distance, getBoundary, getBuffer, getCentroid, getClosure, getConvexHull, getCoordinateDimension, getCoordinateReferenceSystem, getDimension, getEnvelope, getMaximalComplex, getMbRegion, getPrecision, getRepresentativePoint, isMutable, isSimple, toImmutable, transform, transform |
Methods inherited from interface org.opengis.geometry.TransfiniteSet |
---|
contains, contains, difference, equals, intersection, intersects, symmetricDifference, union |
Constructor Detail |
---|
public CurveBoundaryImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs, org.opengis.geometry.primitive.Point startPoint, org.opengis.geometry.primitive.Point endPoint)
Method Detail |
---|
public org.opengis.geometry.primitive.Point getStartPoint()
getStartPoint
in interface org.opengis.geometry.primitive.CurveBoundary
CurveBoundary.getStartPoint()
public org.opengis.geometry.primitive.Point getEndPoint()
getEndPoint
in interface org.opengis.geometry.primitive.CurveBoundary
CurveBoundary.getEndPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |