Interface PointJTS

All Superinterfaces:
Cloneable, Comparable, org.gvsig.fmap.geom.Geometry, GeometryJTS, org.gvsig.fmap.geom.primitive.Point, org.gvsig.fmap.geom.primitive.Primitive, Serializable, Shape
All Known Implementing Classes:
AbstractPoint, Point2D, Point2DM, Point3D, Point3DM

public interface PointJTS extends GeometryJTS, org.gvsig.fmap.geom.primitive.Point
Author:
fdiaz
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gvsig.fmap.geom.Geometry

    org.gvsig.fmap.geom.Geometry.DIMENSIONS, org.gvsig.fmap.geom.Geometry.OPERATIONS, org.gvsig.fmap.geom.Geometry.SUBTYPES, org.gvsig.fmap.geom.Geometry.TYPES, org.gvsig.fmap.geom.Geometry.ValidationStatus
  • Field Summary

    Fields inherited from interface org.gvsig.fmap.geom.Geometry

    BEST, E, EXTENDED_GEOMSUBTYPE_OFFSET, EXTENDED_GEOMTYPE_OFFSET, JOIN_STYLE_BEVEL, JOIN_STYLE_MITRE, JOIN_STYLE_ROUND, N, NE, NW, S, SE, SELECTHANDLER, STRETCHINGHANDLER, SW, W
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vividsolutions.jts.geom.Coordinate
     
    void
    setJTSCoordinate(com.vividsolutions.jts.geom.Coordinate coordinate)
     

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface org.gvsig.fmap.geom.Geometry

    area, boundary, buffer, buffer, canBeReprojected, canBeTransformed, centroid, closestPoints, contains, convertTo, convertToEWKB, convertToEWKB, convertToEWKBForcingType, convertToGeoJson, convertToHexEWKB, convertToHexEWKBQuietly, convertToHexWKB, convertToHexWKBQuietly, convertToWKB, convertToWKB, convertToWKBForcingType, convertToWKBQuietly, convertToWKT, convertToWKTQuietly, convexHull, coveredBy, covers, crosses, difference, disjoint, distance, ensureOrientation, equals, fastIntersects, fix, flip, forceSubtype, getBounds2D, getDimension, getEnvelope, getGeneralPath, getGeometryType, getHandlers, getInteriorPoint, getInternalShape, getPathIterator, getPathIterator, getProjection, getShape, getShape, getType, getValidationStatus, intersection, intersects, intersects, invokeOperation, invokeOperation, isCCW, isEmpty, isSimple, isValid, isWithinDistance, makeValid, move, offset, offset, out, overlaps, perimeter, reProject, rotate, scale, setProjection, setProjection, setProjectionIffNull, snapTo, toLines, toPoints, toPolygons, touches, transform, union, within

    Methods inherited from interface org.gvsig.fmap.geom.jts.GeometryJTS

    getJTS, is3D

    Methods inherited from interface org.gvsig.fmap.geom.primitive.Point

    clone, cloneGeometry, force2D, force2DM, force3D, force3DM, getCoordinateAt, getCoordinates, getDirectPosition, getX, getY, setCoordinateAt, setCoordinates, setX, setY

    Methods inherited from interface java.awt.Shape

    contains, contains, contains, contains, getBounds, intersects
  • Method Details

    • getJTSCoordinate

      com.vividsolutions.jts.geom.Coordinate getJTSCoordinate()
    • setJTSCoordinate

      void setJTSCoordinate(com.vividsolutions.jts.geom.Coordinate coordinate)