Uses of Interface
org.gvsig.fmap.geom.primitive.OrientablePrimitive
Packages that use OrientablePrimitive
-
Uses of OrientablePrimitive in org.gvsig.fmap.geom.primitive
Subinterfaces of OrientablePrimitive in org.gvsig.fmap.geom.primitiveModifier and TypeInterfaceDescriptioninterfaceThis interface is equivalent to the GM_Arc specified in ISO 19107.interfaceThis interface is equivalent to the GM_Circle specified in ISO 19107.interfaceinterfaceThis interface is equivalent to the GM_Curve and the GM_CurveSegment specified in ISO 19107.interfaceAn ellipse is the finite or bounded case of a conic section, the geometric shape that results from cutting a circular conical or cylindrical surface with an oblique plane (the other two cases being the parabola and the hyperbola).interfaceinterfaceinterfaceinterfaceThis interface is equivalent to the GM_OrientableCurve specified in ISO 19107.interfaceThis interface is equivalent to the GM_OrientableSurface specified in ISO 19107.interfaceThis class represents the perimeter o an ellipse.interfaceinterfaceinterfaceinterfaceThis interface is equivalent to the GM_Surface specified in ISO 19107.Methods in org.gvsig.fmap.geom.primitive that return OrientablePrimitiveModifier and TypeMethodDescriptionOrientablePrimitive.addVertex(double x, double y) Utility method for add a vertexOrientablePrimitive.addVertex(double x, double y, double z) Utility method for add a vertexAdds a vertex (or direct position) to the curveOrientablePrimitive.ensureCapacity(int capacity) OrientablePrimitive.insertVertex(int index, Point p) Inserts a vertex (direct position) to the curve.OrientablePrimitive.setCoordinateAt(int index, int dimension, double value) Sets the value of a coordinate (direct position) in a concrete dimensionSets a vertex in a concrete position and replaces the previous one that was in this position.