public abstract class OrientableSurface2D extends OrientablePrimitive2D implements org.gvsig.fmap.geom.primitive.OrientableSurface
gpgeometryType, geomManager, id, logger, projection| Constructor and Description |
|---|
OrientableSurface2D(org.gvsig.fmap.geom.type.GeometryType geometryType)
The constructor with the GeometryType like and argument
is used by the
GeometryType#create()
to create the geometry |
OrientableSurface2D(org.gvsig.fmap.geom.type.GeometryType geometryType,
java.lang.String id,
org.cresques.cts.IProjection projection,
org.gvsig.fmap.geom.primitive.GeneralPathX gpx) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInteriorRing(org.gvsig.fmap.geom.primitive.Ring ring) |
org.gvsig.fmap.geom.primitive.Ring |
getInteriorRing(int index) |
int |
getNumInteriorRings() |
org.gvsig.fmap.geom.primitive.SurfaceAppearance |
getSurfaceAppearance() |
void |
removeInteriorRing(int index) |
void |
setSurfaceAppearance(org.gvsig.fmap.geom.primitive.SurfaceAppearance app) |
addMoveToVertex, addVertex, addVertex, addVertex, closePrimitive, contains, contains, contains, contains, ensureCapacity, getBounds, getBounds2D, getCoordinateAt, getDimension, getEnvelope, getGeneralPath, getGeneralPathX, getNumVertices, getPathIterator, getPathIterator, getSelectHandlers, getShape, getShape, getStretchingHandlers, getVertex, insertVertex, intersects, intersects, removeVertex, reProject, setCoordinateAt, setGeneralPath, setPoints, setVertex, transformarea, buffer, centroid, cloneGeometry, closestPoints, compareTo, contains, containsPoint, containsRectangle, convertToWKB, convertToWKB, convertToWKBForcingType, convertToWKT, convexHull, coveredBy, covers, crosses, difference, disjoint, distance, equals, fastIntersects, getGeometryType, getHandlers, getId, getInteriorPoint, getShapeType, getSRS, getType, getValidationStatus, intersection, intersects, intersectsRectangle, invokeOperation, invokeOperation, isCCW, isSimple, isValid, isWithinDistance, makeValid, move, overlaps, perimeter, rotate, scale, snapTo, toJTS, toString, touches, transform, union, withinclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddMoveToVertex, addVertex, addVertex, addVertex, closePrimitive, ensureCapacity, getCoordinateAt, getNumVertices, getVertex, insertVertex, removeVertex, setCoordinateAt, setGeneralPath, setVertexarea, buffer, centroid, cloneGeometry, closestPoints, contains, convertToWKB, convertToWKB, convertToWKBForcingType, convertToWKT, convexHull, coveredBy, covers, crosses, difference, disjoint, distance, fastIntersects, getBounds2D, getDimension, getEnvelope, getGeneralPath, getGeometryType, getHandlers, getInteriorPoint, getInternalShape, getPathIterator, getPathIterator, getShape, getShape, getType, getValidationStatus, intersection, intersects, intersects, invokeOperation, invokeOperation, isCCW, isSimple, isValid, isWithinDistance, makeValid, move, overlaps, perimeter, reProject, rotate, scale, snapTo, touches, transform, union, withinpublic OrientableSurface2D(org.gvsig.fmap.geom.type.GeometryType geometryType)
GeometryType#create()
to create the geometrytype - The geometry typepublic OrientableSurface2D(org.gvsig.fmap.geom.type.GeometryType geometryType,
java.lang.String id,
org.cresques.cts.IProjection projection,
org.gvsig.fmap.geom.primitive.GeneralPathX gpx)
public void addInteriorRing(org.gvsig.fmap.geom.primitive.Ring ring)
public org.gvsig.fmap.geom.primitive.Ring getInteriorRing(int index)
public int getNumInteriorRings()
public org.gvsig.fmap.geom.primitive.SurfaceAppearance getSurfaceAppearance()
public void removeInteriorRing(int index)
public void setSurfaceAppearance(org.gvsig.fmap.geom.primitive.SurfaceAppearance app)
Copyright © 2014 gvSIG Association. All Rights Reserved.