Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.opengis.geometry Classes and Interfaces - 97 results found.
NameDescriptionTypePackageFramework
AffinePlacementA placement defined by linear transformation from the parameter space to the target coordinate space.Interfaceorg.opengis.geometry.coordinateGeoTools
AggregateGeometry that is an aggregate of other geometries.Interfaceorg.opengis.geometry.aggregateGeoTools
AggregateFactoryA factory of aggregate geometric objects.Interfaceorg.opengis.geometry.aggregateGeoTools
ArcArc of the circle determined by 3 points, starting at the first, passing through the second and terminating at the third.Interfaceorg.opengis.geometry.coordinateGeoTools
ArcByBulgeEquivalents to the Arc, except the bulge representation is maintained.Interfaceorg.opengis.geometry.coordinateGeoTools
ArcStringSimilar to a line string except that the interpolation is by circular arcs.Interfaceorg.opengis.geometry.coordinateGeoTools
ArcStringByBulgeA variant of the arc that stores the parameters of the second constructor of the component arcs and recalculates the other attributes ofInterfaceorg.opengis.geometry.coordinateGeoTools
BearingRepresents direction in the coordinate reference system.Interfaceorg.opengis.geometry.primitiveGeoTools
BezierPolynomial splines that use Bezier or Bernstein polynomials for interpolation purposes.Interfaceorg.opengis.geometry.coordinateGeoTools
BicubicGridA gridded surface that uses cubic polynomial splines as the horizontal and vertical curves.Interfaceorg.opengis.geometry.coordinateGeoTools
BilinearGridA gridded surface that uses line strings as the horizontal and vertical curves.Interfaceorg.opengis.geometry.coordinateGeoTools
BoundaryThe abstract root data type for all the data types used to represent the boundary of geometric objects.Interfaceorg.opengis.geometryGeoTools
BoundingBoxRepresents a two-dimensional envelope.Interfaceorg.opengis.geometryGeoTools
BoundingBox3DRepresents a three-dimensional envelope.Interfaceorg.opengis.geometryGeoTools
BSplineCurveA piecewise parametric polynomial or rational curve described in terms of control points and basis functions.Interfaceorg.opengis.geometry.coordinateGeoTools
BSplineSurfaceA rational or polynomial parametric surface that is represented by control points, basis functions and possibly weights.Interfaceorg.opengis.geometry.coordinateGeoTools
BSplineSurfaceFormIndicates a particular geometric form represented by a BSplineSurface.Classorg.opengis.geometry.coordinateGeoTools
CircleSame as an arc, but closed to form a full circle.Interfaceorg.opengis.geometry.coordinateGeoTools
ClothoidThe clothoid (or Cornu's spiral), a plane curve whose curvature is a fixed function of its length.Interfaceorg.opengis.geometry.coordinateGeoTools
ComplexA collection of geometrically disjoint, simple primitives.Interfaceorg.opengis.geometry.complexGeoTools
ComplexBoundaryThe boundary of complex objects.Interfaceorg.opengis.geometry.complexGeoTools
ComplexFactoryA factory of complex geometric objects.Interfaceorg.opengis.geometry.complexGeoTools
CompositeA geometric complex with an underlying core geometry that is isomorphic to a primitive.Interfaceorg.opengis.geometry.complexGeoTools
CompositeCurveA complex with all the geometric properties of a curve.Interfaceorg.opengis.geometry.complexGeoTools
CompositePointA separate class for composite point, included for completeness.Interfaceorg.opengis.geometry.complexGeoTools
CompositeSolidA complex with all the geometric properties of a solid.Interfaceorg.opengis.geometry.complexGeoTools
CompositeSurfaceA complex with all the geometric properties of a surface.Interfaceorg.opengis.geometry.complexGeoTools
ConeA gridded surface given as a family of conic sections whose control points vary linearly.Interfaceorg.opengis.geometry.coordinateGeoTools
ConicAny general conic curve.Interfaceorg.opengis.geometry.coordinateGeoTools
CubicSpline Cubic splines are similar to line strings in that they are a sequence of segments each with its own defining function.Interfaceorg.opengis.geometry.coordinateGeoTools
CurveCurve with a positive orientation.Interfaceorg.opengis.geometry.primitiveGeoTools
CurveBoundaryThe boundary of curves.Interfaceorg.opengis.geometry.primitiveGeoTools
CurveInterpolationList of codes that may be used to identify the interpolation mechanisms.Classorg.opengis.geometry.primitiveGeoTools
CurveSegmentDefines a homogeneous segment of a curve.Interfaceorg.opengis.geometry.primitiveGeoTools
CylinderA gridded surface given as a family of circles whose positions vary along a set of parallel lines, keeping the cross sectional horizontal curves of a constantInterfaceorg.opengis.geometry.coordinateGeoTools
DirectPositionHolds the coordinates for a position within some coordinate reference system.Interfaceorg.opengis.geometryGeoTools
EnvelopeA minimum bounding box or rectangle.Interfaceorg.opengis.geometryGeoTools
GenericCurveCommon interface for curve and curve segment.Interfaceorg.opengis.geometry.coordinateGeoTools
GenericSurfaceCommon interface for surface and surface patch.Interfaceorg.opengis.geometry.coordinateGeoTools
GeodesicTwo distinct positions joined by a geodesic curve.Interfaceorg.opengis.geometry.coordinateGeoTools
GeodesicStringSequence of geodesic segments.Interfaceorg.opengis.geometry.coordinateGeoTools
GeometryRoot class of the geometric object taxonomy.Interfaceorg.opengis.geometryGeoTools
GeometryFactoryA factory of geometries.Interfaceorg.opengis.geometry.coordinateGeoTools
GriddedSurfaceA parametric curve surface defined from a rectangular grid in the parameter space.Interfaceorg.opengis.geometry.coordinateGeoTools
KnotControls the constructive parameter space for spline curves and surfaces.Interfaceorg.opengis.geometry.coordinateGeoTools
KnotTypeThe type of a B-spline.Classorg.opengis.geometry.coordinateGeoTools
LineSegmentTwo distinct direct positions (the start point and end point) joinedInterfaceorg.opengis.geometry.coordinateGeoTools
LineStringA sequence of line segments, each having a parameterization like the one LineSegment.Interfaceorg.opengis.geometry.coordinateGeoTools
MismatchedDimensionExceptionIndicates that an operation cannot be completed properly because of a mismatch in the dimensions of object attributes.Classorg.opengis.geometryGeoTools
MismatchedReferenceSystemExceptionIndicates that an object cannot be constructed because of a mismatch in the reference systems ofClassorg.opengis.geometryGeoTools
MultiCurveAn aggregate class containing only instances of OrientableCurve.Interfaceorg.opengis.geometry.aggregateGeoTools
MultiPointAn aggregate class containing only instances of Point.Interfaceorg.opengis.geometry.aggregateGeoTools
MultiPrimitiveSpecialization of the Aggregate interface that restricts the elements to only being of type Primitive.Interfaceorg.opengis.geometry.aggregateGeoTools
MultiSurfaceAn aggregate class containing only instances of OrientableSurface.Interfaceorg.opengis.geometry.aggregateGeoTools
OffsetCurveA curve at a constant distance from the basis curve.Interfaceorg.opengis.geometry.coordinateGeoTools
OrientableCurveA curve and an orientation inherited from OrientablePrimitive.Interfaceorg.opengis.geometry.primitiveGeoTools
OrientablePrimitivePrimitives that can be mirrored into new geometric objects in terms of their internal local coordinate systems (manifold charts).Interfaceorg.opengis.geometry.primitiveGeoTools
OrientableSurfaceA surface and an orientation inherited from OrientablePrimitive.Interfaceorg.opengis.geometry.primitiveGeoTools
ParametricCurveSurfaceThe surface patches that make up the parametric curve surfaces.Interfaceorg.opengis.geometry.coordinateGeoTools
ParamForPointThe curve parameter for a point.Interfaceorg.opengis.geometry.coordinateGeoTools
PlacementTakes a standard geometric construction and places it in geographic space.Interfaceorg.opengis.geometry.coordinateGeoTools
PointBasic data type for a geometric object consisting of one and only one point.Interfaceorg.opengis.geometry.primitiveGeoTools
PointArrayA sequence of points.Interfaceorg.opengis.geometry.coordinateGeoTools
PointGridA grid of points.Interfaceorg.opengis.geometry.coordinateGeoTools
PolygonA surface patch that is defined by a set of boundary curves and an underlying surface to which these curves adhere.Interfaceorg.opengis.geometry.coordinateGeoTools
PolyhedralSurfaceA surface composed of polygon surfaces connected along their common boundary curves.Interfaceorg.opengis.geometry.coordinateGeoTools
PolynomialSpline An "nth degree" polynomial spline shall be defined piecewise as an n-degree polynomial, with up to Cn-1 continuityInterfaceorg.opengis.geometry.coordinateGeoTools
PositionA type consisting of either a direct position or of a point from which a direct positionInterfaceorg.opengis.geometry.coordinateGeoTools
PositionFactoryA factory for managing direct position creation.Interfaceorg.opengis.geometryGeoTools
PrecisionSpecifies the precision model of the direct positions A precision model defines a grid of allowable points.Interfaceorg.opengis.geometryGeoTools
PrecisionFactoryA factory for managing direct position creation.Interfaceorg.opengis.geometryGeoTools
PrecisionTypeThe rounding policy used for a precision model.Classorg.opengis.geometryGeoTools
PrimitiveAbstract root class of the geometric primitives.Interfaceorg.opengis.geometry.primitiveGeoTools
PrimitiveBoundaryThe boundary of primitive objects.Interfaceorg.opengis.geometry.primitiveGeoTools
PrimitiveFactoryA factory of primitive geometric objects.Interfaceorg.opengis.geometry.primitiveGeoTools
RingRepresent a single connected component of a surface boundary.Interfaceorg.opengis.geometry.primitiveGeoTools
ShellRepresents a single connected component of a solid boundary.Interfaceorg.opengis.geometry.primitiveGeoTools
SolidBasis for 3-dimensional geometry.Interfaceorg.opengis.geometry.primitiveGeoTools
SolidBoundaryThe boundary of solids.Interfaceorg.opengis.geometry.primitiveGeoTools
SphereA gridded surface given as a family of circles whose positions vary linearly along the axis of the sphere, and whose radius varies in proportion to the cosine functionInterfaceorg.opengis.geometry.coordinateGeoTools
SplineCurveRoot for subtypes of curve segment using some version of spline, either polynomial or rational functions.Interfaceorg.opengis.geometry.coordinateGeoTools
SplineCurveFormIndicates which sort of curve may be approximated by a particular B-spline.Classorg.opengis.geometry.coordinateGeoTools
SurfaceSurface with a positive orientation.Interfaceorg.opengis.geometry.primitiveGeoTools
SurfaceBoundaryThe boundary of surfaces.Interfaceorg.opengis.geometry.primitiveGeoTools
SurfaceInterpolationList of codes that may be used to identify the interpolation mechanisms.Classorg.opengis.geometry.primitiveGeoTools
SurfacePatchDefines a homogeneous portion of a surface.Interfaceorg.opengis.geometry.primitiveGeoTools
TinA triangulated surface that uses the Delaunay algorithm or a similar algorithm complemented with consideration for breaklines, stoplines and maximum length of triangle sides.Interfaceorg.opengis.geometry.coordinateGeoTools
TransfiniteSetA possibly infinite set; restricted only to values.Interfaceorg.opengis.geometryGeoTools
TriangleA planar polygon defined by 3 corners.Interfaceorg.opengis.geometry.coordinateGeoTools
TriangulatedSurfaceA polyhedral surface that is composed only of triangles.Interfaceorg.opengis.geometry.coordinateGeoTools
UnmodifiableGeometryExceptionIndicates that an operation is not allowed on a geometry object because it is unmodifiable.Classorg.opengis.geometryGeoTools
DirectPositionHolds the coordinates for a position within some coordinate reference system.Interfaceorg.opengis.geometryGeoApi
EnvelopeA minimum bounding box or rectangle.Interfaceorg.opengis.geometryGeoApi
GeometryInterfaceorg.opengis.geometryGeoApi
MismatchedDimensionExceptionIndicates that an operation cannot be completed properly because of a mismatch in the dimensions of object attributes.Classorg.opengis.geometryGeoApi
PointInterfaceorg.opengis.geometry.primitiveGeoApi
PositionA type consisting of either a direct position or of a point from which a direct positionInterfaceorg.opengis.geometry.coordinateGeoApi