A B C D E F G H I J L M N O P Q R S T U V W X Y Z

A

absoluteAngleDistance(double, double) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated. Devuelve la menor distancia desde angle1 a angle2.
AbstractHandler - Class in org.gvsig.fmap.geom.handler
This class expands the Handler interface adding support for selection, and identifying a handler of a geometry.
AbstractHandler() - Constructor for class org.gvsig.fmap.geom.handler.AbstractHandler
 
AbstractPrimitive - Class in org.gvsig.fmap.geom.primitive.impl
 
AbstractPrimitive(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
AbstractPrimitive(GeometryType, String, IProjection) - Constructor for class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
AbstractPrimitive(GeometryType, IProjection) - Constructor for class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
add(Envelope) - Method in interface org.gvsig.fmap.geom.primitive.Envelope
Adds a envelope to the current envelope.
add(Envelope) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
addColor(Point) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Add a color to teh color array of the surface
addCurve(Curve) - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiCurve2D
 
addCurve(Curve) - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiCurve2DZ
 
addCurve(Curve) - Method in interface org.gvsig.fmap.geom.aggregate.MultiCurve
Adds a new curve to the multi curve
addIndex(int) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Add a index in the index array of the surface
addMoveToVertex(Point) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
addMoveToVertex(Point) - Method in interface org.gvsig.fmap.geom.primitive.OrientablePrimitive
Deprecated. create a multigeometry or use methods to add an inner surface
addNormal(Point) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Add a normal vector to the normal array of the surface
addPoint(Point) - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D
 
addPoint(Point) - Method in interface org.gvsig.fmap.geom.aggregate.MultiPoint
Adds a new point to the multipoint
addPrimitive(Primitive) - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
addPrimitive(Primitive) - Method in interface org.gvsig.fmap.geom.aggregate.MultiPrimitive
Adds a new primitive to the primitive
addSegment(Point[]) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
addSolid(Solid) - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiSolid2DZ
 
addSolid(Solid) - Method in interface org.gvsig.fmap.geom.aggregate.MultiSolid
Adds a new solid to the multi solid
addSurface(Surface) - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiSurface2D
 
addSurface(Surface) - Method in interface org.gvsig.fmap.geom.aggregate.MultiSurface
Adds a new surface to the multi surface
addSurface(Surface) - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
addSurface(Surface) - Method in interface org.gvsig.fmap.geom.primitive.Solid
Add a surface to the Solid
addTexture(Image, int) - Method in interface org.gvsig.fmap.geom.primitive.Appearance
Add a texture to the whole Solid
addTextureCoord(Point) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Adds a texture coordinate to TexCoord array in Surface
addVertex(Point) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
addVertex(Point) - Method in class org.gvsig.fmap.geom.primitive.impl.Spline2D
 
addVertex(Point) - Method in interface org.gvsig.fmap.geom.primitive.OrientablePrimitive
Adds a vertex (or direct position) to the curve
addVertexes(List) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
addVertexes(List) - Method in class org.gvsig.fmap.geom.primitive.impl.Spline2D
 
addVertexes(List) - Method in interface org.gvsig.fmap.geom.primitive.OrientablePrimitive
Adds a list of vertexes (or direct positions) to the curve
affine - Variable in class org.gvsig.fmap.geom.primitive.GeneralPathXIterator
Deprecated.  
affine - Variable in class org.gvsig.fmap.geom.primitive.GeneralPathXIteratorSimple
Deprecated.  
Aggregate - Interface in org.gvsig.fmap.geom.aggregate
This interface is equivalent to the GM_Aggregate specified in AGGREGATE - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
A set that can contain points, lines and polygons.
angleDistance(double, double) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated. Devuelve la distancia desde angle1 a angle2.
Appearance - Interface in org.gvsig.fmap.geom.primitive
This interface serves to set the appearance of a Solid in a CityGML model.
Appearance.Material - Interface in org.gvsig.fmap.geom.primitive
 
Appearance.Material.Face - Class in org.gvsig.fmap.geom.primitive
 
Appearance.Material.Face() - Constructor for class org.gvsig.fmap.geom.primitive.Appearance.Material.Face
 
append(PathIterator, boolean) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Appends the geometry of the specified PathIterator object to the path, possibly connecting the new geometry to the existing path segments with a line segment.
ARC - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
A continuous portion (as of a circle or ellipse) of a curved line.
Arc - Interface in org.gvsig.fmap.geom.primitive
This interface is equivalent to the GM_Arc specified in Arc2D - Class in org.gvsig.fmap.geom.primitive.impl
DOCUMENT ME!
Arc2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Arc2D
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
Arc2D(GeometryType, String, IProjection, GeneralPathX, Point2D, Point2D, Point2D) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Arc2D
Constructor used in the Geometry.cloneGeometry() method
Arc2DZ - Class in org.gvsig.fmap.geom.primitive.impl
 
Arc2DZ(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Arc2DZ
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
area() - Method in interface org.gvsig.fmap.geom.Geometry
 
Area - Class in org.gvsig.fmap.geom.operation.area
 
Area() - Constructor for class org.gvsig.fmap.geom.operation.area.Area
 
area() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 

B

BACK - Static variable in class org.gvsig.fmap.geom.primitive.Appearance.Material.Face
 
BaseMultiPrimitive - Class in org.gvsig.fmap.geom.aggregate.impl
 
BaseMultiPrimitive(GeometryType) - Constructor for class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
BaseMultiPrimitive2D - Class in org.gvsig.fmap.geom.aggregate.impl
 
BaseMultiPrimitive2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive2D
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
BEST - Static variable in interface org.gvsig.fmap.geom.Geometry
 
BIND_OFF - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.AttributeBinding
 
BIND_OVERALL - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.AttributeBinding
 
BIND_PER_PRIMITIVE - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.AttributeBinding
 
BIND_PER_PRIMITIVE_SET - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.AttributeBinding
 
BIND_PER_VERTEX - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.AttributeBinding
 
buffer(double) - Method in interface org.gvsig.fmap.geom.Geometry
Computes a buffer area around this geometry having the given width This is a utility method to wrap the invocation to the operation Geometry.OPERATIONS.BUFFER.
BUFFER - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
buffer(double) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 

C

CenterHandler - Interface in org.gvsig.fmap.geom.handler
Center handlers.
centroid() - Method in interface org.gvsig.fmap.geom.Geometry
 
centroid() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
cga - Static variable in class org.gvsig.fmap.geom.util.Converter
Deprecated.  
CIRCLE - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
A closed plane curve every point of which is equidistant from a fixed point within the curve.
Circle - Interface in org.gvsig.fmap.geom.primitive
This interface is equivalent to the GM_Circle specified in Circle2D - Class in org.gvsig.fmap.geom.primitive.impl
DOCUMENT ME!
Circle2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Circle2D
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
Circle2DZ - Class in org.gvsig.fmap.geom.primitive.impl
 
Circle2DZ(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Circle2DZ
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
clone() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Creates a new object of the same class as this object.
clone() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
clone() - Method in class org.gvsig.fmap.geom.primitive.impl.Envelope2D
 
clone() - Method in class org.gvsig.fmap.geom.primitive.impl.Envelope3D
 
cloneFShape() - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
cloneFShape() - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D
 
cloneFShape() - Method in interface org.gvsig.fmap.geom.primitive.FShape
Deprecated. Creates and returns a shape equal and independent of this one.
cloneFShape() - Method in class org.gvsig.fmap.geom.primitive.impl.Arc2D
 
cloneFShape() - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
cloneFShape() - Method in class org.gvsig.fmap.geom.primitive.impl.Curve2D
 
cloneFShape() - Method in class org.gvsig.fmap.geom.primitive.impl.Curve2DZ
 
cloneFShape() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
cloneFShape() - Method in class org.gvsig.fmap.geom.primitive.impl.Ellipse2D
 
cloneFShape() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
cloneFShape() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2DZ
 
cloneFShape() - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
cloneFShape() - Method in class org.gvsig.fmap.geom.primitive.impl.Spline2D
 
cloneFShape() - Method in class org.gvsig.fmap.geom.primitive.impl.Surface2D
 
cloneFShape() - Method in class org.gvsig.fmap.geom.primitive.impl.Surface2DZ
Clona FPolygon3D.
cloneGeometry() - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive2D
 
cloneGeometry() - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiCurve2D
 
cloneGeometry() - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiCurve2DZ
 
cloneGeometry() - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D
 
cloneGeometry() - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2DZ
 
cloneGeometry() - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiSurface2D
 
cloneGeometry() - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiSurface3D
 
cloneGeometry() - Method in interface org.gvsig.fmap.geom.Geometry
Creates a clone of this geometry.
cloneGeometry() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
cloneGeometry() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
closePath() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Closes the current subpath by drawing a straight line back to the coordinates of the last moveTo.
closePrimitive() - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
closePrimitive() - Method in interface org.gvsig.fmap.geom.primitive.OrientablePrimitive
Deprecated. create a multigeometry, and it is not necessary to close a geometry.
CODE - Static variable in class org.gvsig.fmap.geom.operation.area.Area
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.distance.PointDistance
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.ensureOrientation.EnsureOrientation
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.flip.Flip
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.fromjts.FromJTS
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.fromwkb.FromWKB
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.fromwkt.FromWKT
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.isCCW.IsCCW
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.perimeter.Perimeter
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.perpendicular.Perpendicular
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPoint
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.perpendicular.UnitVector
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.relationship.Contains
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.relationship.Crosses
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.relationship.Disjoint
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.relationship.Equals
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.relationship.Intersects
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.relationship.Out
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.relationship.Overlaps
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.relationship.Touches
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.relationship.Within
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.tojts.ToJTS
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.towkb.ToWKB
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.towkb.ToWKBNative
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.towkt.ToWKT
 
CODE - Static variable in class org.gvsig.fmap.geom.operation.utils.PointGetAngle
 
coerce(Object) - Method in class org.gvsig.fmap.geom.impl.coerce.CoerceToByteArray
 
coerce(Object) - Method in class org.gvsig.fmap.geom.impl.coerce.CoerceToEnvelope
 
coerce(Object) - Method in class org.gvsig.fmap.geom.impl.coerce.CoerceToGeometry
 
coerce(Object) - Method in class org.gvsig.fmap.geom.impl.coerce.CoerceToString
 
CoerceToByteArray - Class in org.gvsig.fmap.geom.impl.coerce
Convert a Geometry to Byte Array encoded as WKB.
CoerceToByteArray() - Constructor for class org.gvsig.fmap.geom.impl.coerce.CoerceToByteArray
 
CoerceToByteArray(DataTypesManager.Coercion) - Constructor for class org.gvsig.fmap.geom.impl.coerce.CoerceToByteArray
 
CoerceToEnvelope - Class in org.gvsig.fmap.geom.impl.coerce
Convert a object to Geometry.
CoerceToEnvelope() - Constructor for class org.gvsig.fmap.geom.impl.coerce.CoerceToEnvelope
 
CoerceToGeometry - Class in org.gvsig.fmap.geom.impl.coerce
Convert a object to Geometry.
CoerceToGeometry() - Constructor for class org.gvsig.fmap.geom.impl.coerce.CoerceToGeometry
 
CoerceToString - Class in org.gvsig.fmap.geom.impl.coerce
Convert a Geometry to String encoded as WKT.
CoerceToString() - Constructor for class org.gvsig.fmap.geom.impl.coerce.CoerceToString
 
CoerceToString(DataTypesManager.Coercion) - Constructor for class org.gvsig.fmap.geom.impl.coerce.CoerceToString
 
compareTo(Object) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
Complex - Interface in org.gvsig.fmap.geom.complex
This interface is equivalent to the GM_Complex specified in Composite - Interface in org.gvsig.fmap.geom.complex
This interface is equivalent to the GM_Composite specified in CompositeCurve - Interface in org.gvsig.fmap.geom.complex
This interface is equivalent to the GM_CompositeCurve specified in CompositePoint - Interface in org.gvsig.fmap.geom.complex
This interface is equivalent to the GM_CompositePoint specified in CompositeSolid - Interface in org.gvsig.fmap.geom.complex
This interface is equivalent to the GM_CompositeSolid specified in CompositeSurface - Interface in org.gvsig.fmap.geom.complex
This interface is equivalent to the GM_CompositeSurface specified in CompositeSurface - Interface in org.gvsig.fmap.geom.primitive
 
contains(double, double) - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
contains(double, double, double, double) - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
contains(Point2D) - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
contains(Rectangle2D) - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
contains(Geometry) - Method in interface org.gvsig.fmap.geom.Geometry
Tests whether this geometry contains the specified geometry.
CONTAINS - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
Contains - Class in org.gvsig.fmap.geom.operation.relationship
 
Contains() - Constructor for class org.gvsig.fmap.geom.operation.relationship.Contains
 
contains(Envelope) - Method in interface org.gvsig.fmap.geom.primitive.Envelope
Returns true if the new envelope is contained in the current envelope.
contains(double, double) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Tests if the specified coordinates are inside the boundary of this Shape.
contains(Point2D) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Tests if the specified Point2D is inside the boundary of this Shape.
contains(double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Tests if the specified rectangular area is inside the boundary of this Shape.
contains(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Tests if the specified Rectangle2D is inside the boundary of this Shape.
contains(Geometry) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
contains(Envelope) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
contains(double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
contains(double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
contains(Point2D) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
contains(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
contains(double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.GeneralPathAdapter
Deprecated.  
contains(Point2D) - Method in class org.gvsig.fmap.geom.primitive.impl.GeneralPathAdapter
Deprecated.  
contains(double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.GeneralPathAdapter
Deprecated.  
contains(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.impl.GeneralPathAdapter
Deprecated.  
contains(double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
contains(double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
contains(Point2D) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
contains(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
contains(double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
contains(double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
contains(Point2D) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
contains(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
contains(Point2D) - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
contains(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
contains(double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
contains(double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
containsPoint(Geometry, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
Utility method
containsRectangle(Geometry, double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
convert(ICoordTrans) - Method in interface org.gvsig.fmap.geom.primitive.Envelope
Converts the envelope to other coordinate reference system
convert(ICoordTrans) - Method in class org.gvsig.fmap.geom.primitive.impl.Envelope2D
 
convert(ICoordTrans) - Method in class org.gvsig.fmap.geom.primitive.impl.Envelope3D
 
convertEnvelopeToJTS(Envelope) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated.  
convertEnvelopeToRectangle2D(Envelope) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated.  
Converter - Class in org.gvsig.fmap.geom.util
Deprecated. to be removed or moved from API to implementation in gvSIG 2.1.0
Converter() - Constructor for class org.gvsig.fmap.geom.util.Converter
Deprecated.  
convertToWKB() - Method in interface org.gvsig.fmap.geom.Geometry
Return a byte array with the equivalent in WKB format of the Geometry.
CONVERTTOWKB - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
convertToWKB() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
convertToWKT() - Method in interface org.gvsig.fmap.geom.Geometry
Return a string with the equivalent in WKT format of the Geometry.
CONVERTTOWKT - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
convertToWKT() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
convexHull() - Method in interface org.gvsig.fmap.geom.Geometry
 
CONVEXHULL - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
convexHull() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
coordinate2FPoint2D(Coordinate) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated. DOCUMENT ME!
COORDINATES_FIELD - Static variable in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
coveredBy(Geometry) - Method in interface org.gvsig.fmap.geom.Geometry
 
COVEREDBY - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
coveredBy(Geometry) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
COVERS - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
create(GeometryType) - Method in interface org.gvsig.fmap.geom.GeometryManager
This method creates a Geometry with the type specified by this GeometryType.
create(String) - Method in interface org.gvsig.fmap.geom.GeometryManager
This method creates a Geometry with the type specified by this name.
create(int, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
This method creates a Geometry with a concrete type and subtype.
create(GeometryType) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
create(String) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
create(int, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
create() - Method in interface org.gvsig.fmap.geom.type.GeometryType
This method creates a Geometry with the type specified by this class.
create() - Method in class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
This method creates a Geometry with the type specified by this GeometryType.
createArc(Point2D, Point2D, Point2D) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated. Obtiene un arco a partir de 3 puntos.
createArc(Point2D, double, double, double) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated. Obtiene un arco a partir del centro, radio, angulo inicial y extension del angulo.
createArc2points(Point2D, Point2D, Point2D) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated. Obtiene un arco a partir del centro del arco y punto inicio y punto final Suponemos un Arco definicio CCW (CounterClockWise)
createCircle(Point2D, Point2D, Point2D) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated.  
createCurve(GeneralPathX, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Create a new curve with a concrete type and sets the value for the coordinates using a GeneralPathX.
createCurve(GeneralPathX, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
createEnvelope(int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Creates a Envelope with a concrete subtype.
createEnvelope(double, double, double, double, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Creates a Envelope with a concrete subtype.
createEnvelope(int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
createEnvelope(double, double, double, double, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
CreateEnvelopeException - Exception in org.gvsig.fmap.geom.exception
 
CreateEnvelopeException(int, Throwable) - Constructor for exception org.gvsig.fmap.geom.exception.CreateEnvelopeException
 
createFrom(String, String) - Method in interface org.gvsig.fmap.geom.GeometryManager
Create a geometry from a WKT definition.
createFrom(String) - Method in interface org.gvsig.fmap.geom.GeometryManager
 
createFrom(byte[]) - Method in interface org.gvsig.fmap.geom.GeometryManager
Create a geometry from a WKB definition.
createFrom(String, String) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
createFrom(String) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
createFrom(byte[]) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
createFromState(PersistentState) - Method in class org.gvsig.fmap.geom.impl.GeometryPersistenceFactory
 
createFromState(PersistentState) - Method in class org.gvsig.fmap.geom.type.persistence.GeometryTypePersistenceFactory
 
CreateGeometryException - Exception in org.gvsig.fmap.geom.exception
Exception thrown when there is an error creating a new Geometry.
CreateGeometryException(int, int, Throwable) - Constructor for exception org.gvsig.fmap.geom.exception.CreateGeometryException
 
createLine(Point2D, Point2D) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated. Obtiene una linea a partir de dos puntos.
createMultiCurve(GeneralPathX, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Create a new multicurve with a concrete type and sets the value for the coordinates using a GeneralPathX.
createMultiCurve(GeneralPathX, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
createMultiSurface(GeneralPathX, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Create a new multisurface with a concrete type and sets the value for the coordinates using a GeneralPathX.
createMultiSurface(GeneralPathX, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
createNullGeometry(int) - Method in interface org.gvsig.fmap.geom.GeometryManager
It creates a null geometry with a concrete subtype.
createNullGeometry(int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
createPoint(double, double, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Create a new point with a concrete type and sets the value for the X and the Y.
createPoint(double, double, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
createSurface(GeneralPathX, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Create a new surface with a concrete type and sets the value for the coordinates using a GeneralPathX.
createSurface(GeneralPathX, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
createTransformedShape(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Returns a new transformed Shape.
crosses(Geometry) - Method in interface org.gvsig.fmap.geom.Geometry
 
CROSSES - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
Crosses - Class in org.gvsig.fmap.geom.operation.relationship
 
Crosses() - Constructor for class org.gvsig.fmap.geom.operation.relationship.Crosses
 
crosses(Geometry) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
CuadrantHandler - Interface in org.gvsig.fmap.geom.handler
Cuadrant handlers.
currentSegment(float[]) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathXIterator
Deprecated. Returns the coordinates and type of the current path segment in the iteration.
currentSegment(double[]) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathXIterator
Deprecated. Returns the coordinates and type of the current path segment in the iteration.
currentSegment(float[]) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathXIteratorSimple
Deprecated. Returns the coordinates and type of the current path segment in the iteration.
currentSegment(double[]) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathXIteratorSimple
Deprecated. Returns the coordinates and type of the current path segment in the iteration.
currentSegment(double[]) - Method in class org.gvsig.fmap.geom.primitive.PointIterator
 
currentSegment(float[]) - Method in class org.gvsig.fmap.geom.primitive.PointIterator
 
CURVE - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
A straight or curved geometric element that is generated by a moving point and that has extension only along the path of the point.
Curve - Interface in org.gvsig.fmap.geom.primitive
This interface is equivalent to the GM_Curve and the GM_CurveSegment specified in Curve2D - Class in org.gvsig.fmap.geom.primitive.impl
DOCUMENT ME!
Curve2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Curve2D
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
Curve2D(GeometryType, String, IProjection, GeneralPathX) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Curve2D
Constructor used in the Geometry.cloneGeometry() method.
Curve2DToJTS - Class in org.gvsig.fmap.geom.operation.tojts
 
Curve2DToJTS() - Constructor for class org.gvsig.fmap.geom.operation.tojts.Curve2DToJTS
 
Curve2DZ - Class in org.gvsig.fmap.geom.primitive.impl
Polilinea 3D.
Curve2DZ(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Curve2DZ
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
curvesize - Static variable in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
curveTo(double, double, double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. use curveTo(Point, Point, Point)
curveTo(Point, Point, Point) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  

D

DataTypes - Interface in org.gvsig.fmap.geom
This interface defines a set of constants for all data types supported by the DAL.
DefaultCurve - Class in org.gvsig.fmap.geom.primitive.impl
 
DefaultCurve(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.DefaultCurve
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
DefaultCurve(GeometryType, String, IProjection, GeneralPathX) - Constructor for class org.gvsig.fmap.geom.primitive.impl.DefaultCurve
 
DefaultEnvelope - Class in org.gvsig.fmap.geom.primitive.impl
A minimum bounding box or rectangle.
DefaultEnvelope() - Constructor for class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
DefaultEnvelope(Point, Point) - Constructor for class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
DefaultGeometryLibrary - Class in org.gvsig.fmap.geom.impl
Registers the default implementation for GeometryManager
DefaultGeometryLibrary() - Constructor for class org.gvsig.fmap.geom.impl.DefaultGeometryLibrary
 
DefaultGeometryManager - Class in org.gvsig.fmap.geom.impl
Default implementation for the GeometryManager.
DefaultGeometryManager() - Constructor for class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
DefaultGeometryManager(int, int) - Constructor for class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
DefaultGeometryOperationLibrary - Class in org.gvsig.fmap.geom.operation.impl
 
DefaultGeometryOperationLibrary() - Constructor for class org.gvsig.fmap.geom.operation.impl.DefaultGeometryOperationLibrary
 
DefaultGeometryType - Class in org.gvsig.fmap.geom.type.impl
 
DefaultGeometryType(Class, String, int, int, int, int[], int[]) - Constructor for class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
This constructor is used by the GeometryManager when it register a new GeometryType.
DefaultGeometryType(Class, String, int, int, int) - Constructor for class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
This constructor is used by the GeometryManager when it register a new GeometryType.
DefaultNullGeometry - Class in org.gvsig.fmap.geom.primitive.impl
DOCUMENT ME!
DefaultNullGeometry(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
DefaultRelationshipGeometryOperationContext - Class in org.gvsig.fmap.geom.operation.relationship
 
DefaultRelationshipGeometryOperationContext() - Constructor for class org.gvsig.fmap.geom.operation.relationship.DefaultRelationshipGeometryOperationContext
 
DefaultRelationshipGeometryOperationContext(Geometry) - Constructor for class org.gvsig.fmap.geom.operation.relationship.DefaultRelationshipGeometryOperationContext
 
difference(Geometry) - Method in interface org.gvsig.fmap.geom.Geometry
 
DIFFERENCE - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
difference(Geometry) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
DirectPosition - Interface in org.gvsig.fmap.geom
DirectPosition object data types hold the coordinates for a position within some coordinate reference system.
DISJOIN - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
disjoint(Geometry) - Method in interface org.gvsig.fmap.geom.Geometry
 
Disjoint - Class in org.gvsig.fmap.geom.operation.relationship
 
Disjoint() - Constructor for class org.gvsig.fmap.geom.operation.relationship.Disjoint
 
disjoint(Geometry) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
distance(Geometry) - Method in interface org.gvsig.fmap.geom.Geometry
Returns the minimum distance between this Geometry and the specified geometry.
DISTANCE - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
DISTANCE - Static variable in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPointOperationContext
 
distance(Geometry) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
doInitialize() - Method in class org.gvsig.fmap.geom.GeometryLibrary
 
doInitialize() - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryLibrary
 
doInitialize() - Method in class org.gvsig.fmap.geom.operation.impl.DefaultGeometryOperationLibrary
 
doPostInitialize() - Method in class org.gvsig.fmap.geom.GeometryLibrary
 
doPostInitialize() - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryLibrary
 
doPostInitialize() - Method in class org.gvsig.fmap.geom.operation.impl.DefaultGeometryOperationLibrary
 
doRegistration() - Method in class org.gvsig.fmap.geom.GeometryLibrary
 
doRegistration() - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryLibrary
 
doRegistration() - Method in class org.gvsig.fmap.geom.operation.impl.DefaultGeometryOperationLibrary
 
DrawArrayLengths - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveType
 
DrawArrays - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveType
 
DrawElementsUInt - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveType
 

E

E - Static variable in interface org.gvsig.fmap.geom.Geometry
East.
ELLIPSE - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
A closed plane curve generated by a point moving in such a way that the sums of its distances from two fixed points is a constant : a plane section of a right circular cone that is a closed curve.
Ellipse - Interface in org.gvsig.fmap.geom.primitive
An 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).
Ellipse2D - Class in org.gvsig.fmap.geom.primitive.impl
DOCUMENT ME!
Ellipse2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Ellipse2D
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
Ellipse2DZ - Class in org.gvsig.fmap.geom.primitive.impl
 
Ellipse2DZ(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Ellipse2DZ
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
ELLIPTICARC - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
 
EllipticArc - Interface in org.gvsig.fmap.geom.primitive
 
EllipticArc2D - Class in org.gvsig.fmap.geom.primitive.impl
DOCUMENT ME!
EllipticArc2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.EllipticArc2D
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
EllipticArc2DZ - Class in org.gvsig.fmap.geom.primitive.impl
 
EllipticArc2DZ(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.EllipticArc2DZ
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
encode(Geometry) - Method in class org.gvsig.fmap.geom.operation.towkb.WKBEncoder
 
encode(Geometry, ByteArrayOutputStream) - Method in class org.gvsig.fmap.geom.operation.towkb.WKBEncoder
 
encode(Geometry, DataOutputStream) - Method in class org.gvsig.fmap.geom.operation.towkb.WKBEncoder
 
EnsureOrientation - Class in org.gvsig.fmap.geom.operation.ensureOrientation
 
EnsureOrientation() - Constructor for class org.gvsig.fmap.geom.operation.ensureOrientation.EnsureOrientation
 
ENVELOPE - Static variable in interface org.gvsig.fmap.geom.DataTypes
 
Envelope - Interface in org.gvsig.fmap.geom.primitive
This interface is equivalent to the GM_Envelope specified in Envelope2D - Class in org.gvsig.fmap.geom.primitive.impl
 
Envelope2D() - Constructor for class org.gvsig.fmap.geom.primitive.impl.Envelope2D
 
Envelope2D(Point, Point) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Envelope2D
 
Envelope2D(double, double, double, double) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Envelope2D
 
Envelope3D - Class in org.gvsig.fmap.geom.primitive.impl
 
Envelope3D() - Constructor for class org.gvsig.fmap.geom.primitive.impl.Envelope3D
 
Envelope3D(Point, Point) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Envelope3D
 
EnvelopeNotInitializedException - Exception in org.gvsig.fmap.geom.primitive
 
EnvelopeNotInitializedException() - Constructor for exception org.gvsig.fmap.geom.primitive.EnvelopeNotInitializedException
 
Equals - Class in org.gvsig.fmap.geom.operation.relationship
 
Equals() - Constructor for class org.gvsig.fmap.geom.operation.relationship.Equals
 
equals(Object) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
equals(Object) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
equals(Object) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
equals(Object) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2DZ
 
equals(Object) - Method in class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
 
equalsPoint(Object) - Method in class org.gvsig.fmap.geom.handler.AbstractHandler
 
equalsPoint(Object) - Method in interface org.gvsig.fmap.geom.handler.Handler
Returns true if the object is a Handler and has the same coordinates as this one.
EXTENDED_GEOMSUBTYPE_OFFSET - Static variable in interface org.gvsig.fmap.geom.Geometry
Initial value for new geometry subtypes (it must not overlap with the basic ones defined in SUBTYPES).
EXTENDED_GEOMTYPE_OFFSET - Static variable in interface org.gvsig.fmap.geom.Geometry
Initial value for new geometry types (it must not overlap with the basic ones defined in TYPES).

F

fastIntersects(double, double, double, double) - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
fastIntersects(double, double, double, double) - Method in interface org.gvsig.fmap.geom.Geometry
Used by the drawing strategies to quickly test whether this geometry intersects with the visible rectangle.
fastIntersects(double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
fastIntersects(double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
FinalHandler - Interface in org.gvsig.fmap.geom.handler
Final handlers.
Flip - Class in org.gvsig.fmap.geom.operation.flip
This class converts the path into points, then flip it down.
Flip() - Constructor for class org.gvsig.fmap.geom.operation.flip.Flip
 
flip() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Convertimos el path a puntos y luego le damos la vuelta.
FromJTS - Class in org.gvsig.fmap.geom.operation.fromjts
Converts a geometry from JTS to DAL format.
FromJTS() - Constructor for class org.gvsig.fmap.geom.operation.fromjts.FromJTS
 
FROMWKB - Static variable in interface org.gvsig.fmap.geom.GeometryManager.OPERATIONS
 
FromWKB - Class in org.gvsig.fmap.geom.operation.fromwkb
DOCUMENT ME!
FromWKB() - Constructor for class org.gvsig.fmap.geom.operation.fromwkb.FromWKB
 
FromWKBGeometryOperationContext - Class in org.gvsig.fmap.geom.operation.fromwkb
 
FromWKBGeometryOperationContext() - Constructor for class org.gvsig.fmap.geom.operation.fromwkb.FromWKBGeometryOperationContext
 
FROMWKT - Static variable in interface org.gvsig.fmap.geom.GeometryManager.OPERATIONS
 
FromWKT - Class in org.gvsig.fmap.geom.operation.fromwkt
 
FromWKT() - Constructor for class org.gvsig.fmap.geom.operation.fromwkt.FromWKT
 
FromWKTGeometryOperationContext - Class in org.gvsig.fmap.geom.operation.fromwkt
 
FromWKTGeometryOperationContext(String, String) - Constructor for class org.gvsig.fmap.geom.operation.fromwkt.FromWKTGeometryOperationContext
 
FRONT - Static variable in class org.gvsig.fmap.geom.primitive.Appearance.Material.Face
 
FRONT_AND_BACK - Static variable in class org.gvsig.fmap.geom.primitive.Appearance.Material.Face
 
FShape - Interface in org.gvsig.fmap.geom.primitive
Deprecated.  

G

GeneralPathAdapter - Class in org.gvsig.fmap.geom.primitive.impl
Deprecated.  
GeneralPathAdapter(AffineTransform, GeneralPathX) - Constructor for class org.gvsig.fmap.geom.primitive.impl.GeneralPathAdapter
Deprecated.  
GeneralPathX - Class in org.gvsig.fmap.geom.primitive
Deprecated. use the geometry methods
GeneralPathX() - Constructor for class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Constructs a new GeneralPathX object.
GeneralPathX(int) - Constructor for class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Constructs a new GeneralPathX object with the specified winding rule to control operations that require the interior of the path to be defined.
GeneralPathX(int, int) - Constructor for class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. the capacity grows dynamically
GeneralPathX(PathIterator) - Constructor for class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Constructs a new GeneralPathX object from an arbitrary Shape object.
GeneralPathXIterator - Class in org.gvsig.fmap.geom.primitive
Deprecated. this class will be removed to the API. Use the geometry methods to get the internal points.
GeneralPathXIterator(GeneralPathX) - Constructor for class org.gvsig.fmap.geom.primitive.GeneralPathXIterator
Deprecated. Constructs an iterator given a GeneralPathX.
GeneralPathXIterator(GeneralPathX, AffineTransform) - Constructor for class org.gvsig.fmap.geom.primitive.GeneralPathXIterator
Deprecated. Constructs an iterator given a GeneralPathX and an optional AffineTransform.
GeneralPathXIteratorSimple - Class in org.gvsig.fmap.geom.primitive
Deprecated. this class will be removed to the API. Use the geometry methods to get the internal points.
GeneralPathXIteratorSimple(GeneralPathX) - Constructor for class org.gvsig.fmap.geom.primitive.GeneralPathXIteratorSimple
Deprecated. Constructs an iterator given a GeneralPathX.
GeneralPathXIteratorSimple(GeneralPathX, AffineTransform) - Constructor for class org.gvsig.fmap.geom.primitive.GeneralPathXIteratorSimple
Deprecated. Constructs an iterator given a GeneralPathX and an optional AffineTransform.
GEOM2D - Static variable in interface org.gvsig.fmap.geom.Geometry.SUBTYPES
Geometries with two dimensions.
GEOM2DM - Static variable in interface org.gvsig.fmap.geom.Geometry.SUBTYPES
Geometries with two dimensions and with the M coordinate.
GEOM3D - Static variable in interface org.gvsig.fmap.geom.Geometry.SUBTYPES
Geometries with three dimensions.
GEOM3DM - Static variable in interface org.gvsig.fmap.geom.Geometry.SUBTYPES
Geometries with three dimensions and with the M coordinate.
geometries - Variable in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
GEOMETRY - Static variable in interface org.gvsig.fmap.geom.DataTypes
 
Geometry - Interface in org.gvsig.fmap.geom
This interface is equivalent to the GM_Object specified in GEOMETRY - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
Any geometry.
geometry - Variable in exception org.gvsig.fmap.geom.operation.towkb.WKBMultyLineInLineDefinitionException
Class name of the geometry type.
geometry - Variable in exception org.gvsig.fmap.geom.operation.towkb.WKBOnePointLineException
Class name of the geometry type.
geometry - Variable in exception org.gvsig.fmap.geom.operation.towkb.WKBPolygonNotClosedException
Class name of the geometry type.
Geometry.DIMENSIONS - Interface in org.gvsig.fmap.geom
 
Geometry.OPERATIONS - Interface in org.gvsig.fmap.geom
 
Geometry.SUBTYPES - Interface in org.gvsig.fmap.geom
The subtype of a geometry is related with the dimension of the geometry, that is a combination between the spatial dimension (2D, 2ZD, 3D) and the M coordinate or "measure".
Geometry.TYPES - Interface in org.gvsig.fmap.geom
Predefined geometry types in the model.
Geometry2D - Class in org.gvsig.fmap.geom.primitive.impl
 
Geometry2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Geometry2D
 
GEOMETRY_MANAGER_NAME - Static variable in class org.gvsig.fmap.geom.GeometryLocator
GeometryManager name used by the locator to access the instance
GeometryException - Exception in org.gvsig.fmap.geom
Parent exception for the geometry library.
GeometryException(String, String, long) - Constructor for exception org.gvsig.fmap.geom.GeometryException
 
GeometryException(String, Throwable, String, long) - Constructor for exception org.gvsig.fmap.geom.GeometryException
 
GeometryException(Throwable) - Constructor for exception org.gvsig.fmap.geom.GeometryException
 
GeometryLibrary - Class in org.gvsig.fmap.geom
Registers the default implementation for GeometryManager.
GeometryLibrary() - Constructor for class org.gvsig.fmap.geom.GeometryLibrary
 
GeometryLocator - Class in org.gvsig.fmap.geom
This Locator provides the entry point for the gvSIG GeometryManager.
GeometryLocator() - Constructor for class org.gvsig.fmap.geom.GeometryLocator
 
GeometryManager - Interface in org.gvsig.fmap.geom
This singleton provides a centralized access to gvSIG's Geometry Model.
GeometryManager.OPERATIONS - Interface in org.gvsig.fmap.geom
 
GeometryOperation - Class in org.gvsig.fmap.geom.operation
Every geometry operation that is registered dynamically must extend this class.
GeometryOperation() - Constructor for class org.gvsig.fmap.geom.operation.GeometryOperation
 
GeometryOperationContext - Class in org.gvsig.fmap.geom.operation
This class is a default parameter container for geometry operation.
GeometryOperationContext() - Constructor for class org.gvsig.fmap.geom.operation.GeometryOperationContext
 
GeometryOperationException - Exception in org.gvsig.fmap.geom.operation
 
GeometryOperationException(int, int) - Constructor for exception org.gvsig.fmap.geom.operation.GeometryOperationException
Constructor with some context data for cases in which the root cause of this is internal (usually an unsatisfied logic rule).
GeometryOperationException(Exception) - Constructor for exception org.gvsig.fmap.geom.operation.GeometryOperationException
Constructor to use when this is caused by another Exception but there is not further context data available.
GeometryOperationException(int, int, Exception) - Constructor for exception org.gvsig.fmap.geom.operation.GeometryOperationException
Main constructor that provides both context data and a cause Exception
GeometryOperationNotSupportedException - Exception in org.gvsig.fmap.geom.operation
 
GeometryOperationNotSupportedException(int) - Constructor for exception org.gvsig.fmap.geom.operation.GeometryOperationNotSupportedException
Constructor with the operation code of a common operation.
GeometryOperationNotSupportedException(int, GeometryType) - Constructor for exception org.gvsig.fmap.geom.operation.GeometryOperationNotSupportedException
Constructor with the operation code related to a geometry type
GeometryOperationNotSupportedException(Exception) - Constructor for exception org.gvsig.fmap.geom.operation.GeometryOperationNotSupportedException
Constructor to use when this is caused by another Exception but there is not further context data available.
GeometryOperationNotSupportedException(int, GeometryType, Exception) - Constructor for exception org.gvsig.fmap.geom.operation.GeometryOperationNotSupportedException
Main constructor
GeometryPersistenceFactory - Class in org.gvsig.fmap.geom.impl
Factory to manage the persistence of Geometry objects.
GeometryPersistenceFactory() - Constructor for class org.gvsig.fmap.geom.impl.GeometryPersistenceFactory
 
geometryToJts(MultiPoint) - Method in class org.gvsig.fmap.geom.util.Converter
Deprecated. Convierte un MultiPoint2D a un MultiPoint de JTS
geometryToJts(MultiCurve) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated. Convierte una MultiCurve2D en una MultiLineString de JTS
geometryToJts(MultiSurface) - Method in class org.gvsig.fmap.geom.util.Converter
Deprecated. Convierte una MultiSurface2D en un MultiPolygon de JTS
geometryToJts(MultiPrimitive) - Method in class org.gvsig.fmap.geom.util.Converter
Deprecated. Convierte una BaseMultiPrimitive en una GeometryCollection de JTS
geometryToJts(Geometry) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated.  
geometryToJtsWithSRID(Geometry, int) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated.  
geometryType - Variable in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
GeometryType - Interface in org.gvsig.fmap.geom.type
This class represents the type of a geometry.
GeometryTypeNotSupportedException - Exception in org.gvsig.fmap.geom.type
This exception is raised when the someone tries to access a geometry type that is not supported.
GeometryTypeNotSupportedException(Class) - Constructor for exception org.gvsig.fmap.geom.type.GeometryTypeNotSupportedException
Constructor with some context data for cases in which the root cause of this is internal (usually an unsatisfied logic rule).
GeometryTypeNotSupportedException(Exception) - Constructor for exception org.gvsig.fmap.geom.type.GeometryTypeNotSupportedException
Constructor to use when this is caused by another Exception but there is not further context data available.
GeometryTypeNotSupportedException(int, int) - Constructor for exception org.gvsig.fmap.geom.type.GeometryTypeNotSupportedException
 
GeometryTypeNotSupportedException(String) - Constructor for exception org.gvsig.fmap.geom.type.GeometryTypeNotSupportedException
 
GeometryTypeNotSupportedException(Class, Exception) - Constructor for exception org.gvsig.fmap.geom.type.GeometryTypeNotSupportedException
Main constructor that provides both context data and a cause Exception
GeometryTypeNotValidException - Exception in org.gvsig.fmap.geom.type
 
GeometryTypeNotValidException(int, int, Exception) - Constructor for exception org.gvsig.fmap.geom.type.GeometryTypeNotValidException
Main constructor that provides both context data and a cause Exception
GeometryTypeNotValidException(int, int) - Constructor for exception org.gvsig.fmap.geom.type.GeometryTypeNotValidException
Main constructor that provides both context data and a cause Exception
GeometryTypePersistenceFactory - Class in org.gvsig.fmap.geom.type.persistence
Factory to persist GeometryType objects.
GeometryTypePersistenceFactory() - Constructor for class org.gvsig.fmap.geom.type.persistence.GeometryTypePersistenceFactory
Creates a new GeometryTypePersistenceFactory.
geomFactory - Static variable in class org.gvsig.fmap.geom.operation.fromjts.FromJTS
 
geomFactory - Static variable in class org.gvsig.fmap.geom.operation.tojts.ToJTS
 
geomFactory - Static variable in class org.gvsig.fmap.geom.util.Converter
Deprecated. ï¿½QU� PODEMOS HACER CON LOS MULTIPOINT???
geomManager - Static variable in class org.gvsig.fmap.geom.operation.fromjts.FromJTS
 
geomManager - Static variable in class org.gvsig.fmap.geom.operation.tojts.ToJTS
 
geomManager - Static variable in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
geomManager - Static variable in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
getAmbient() - Method in interface org.gvsig.fmap.geom.primitive.Appearance.Material
Get the ambient color of the material
getAngExt() - Method in interface org.gvsig.fmap.geom.primitive.EllipticArc
 
getAngExt() - Method in class org.gvsig.fmap.geom.primitive.impl.EllipticArc2D
 
getAngle(Point2D, Point2D) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated. Obtiene el �ngulo del vector que se pasa como par�metro con el vector horizontal de izquierda a derecha
getAngSt() - Method in interface org.gvsig.fmap.geom.primitive.EllipticArc
 
getAngSt() - Method in class org.gvsig.fmap.geom.primitive.impl.EllipticArc2D
 
getAppearance() - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
getAppearance() - Method in interface org.gvsig.fmap.geom.primitive.Solid
Gets the appearance of a solid
getAttribute(String) - Method in class org.gvsig.fmap.geom.operation.GeometryOperationContext
Returns an attribute given its name.
getAxis1End() - Method in interface org.gvsig.fmap.geom.primitive.Ellipse
Returns the point where the first axis ends.
getAxis1End() - Method in interface org.gvsig.fmap.geom.primitive.EllipticArc
Returns the point where the first axis ends.
getAxis1End() - Method in class org.gvsig.fmap.geom.primitive.impl.Ellipse2D
 
getAxis1End() - Method in class org.gvsig.fmap.geom.primitive.impl.EllipticArc2D
 
getAxis1Start() - Method in interface org.gvsig.fmap.geom.primitive.Ellipse
Returns the point where the first axis starts.
getAxis1Start() - Method in interface org.gvsig.fmap.geom.primitive.EllipticArc
Returns the point where the first axis starts.
getAxis1Start() - Method in class org.gvsig.fmap.geom.primitive.impl.Ellipse2D
 
getAxis1Start() - Method in class org.gvsig.fmap.geom.primitive.impl.EllipticArc2D
 
getAxis2Dist() - Method in interface org.gvsig.fmap.geom.primitive.Ellipse
Returns the length of the second axis.
getAxis2Dist() - Method in interface org.gvsig.fmap.geom.primitive.EllipticArc
 
getAxis2Dist() - Method in class org.gvsig.fmap.geom.primitive.impl.Ellipse2D
 
getAxis2Dist() - Method in class org.gvsig.fmap.geom.primitive.impl.EllipticArc2D
 
getBounds() - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
getBounds() - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D
 
getBounds() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Return the bounding box of the path.
getBounds() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
getBounds() - Method in class org.gvsig.fmap.geom.primitive.impl.GeneralPathAdapter
Deprecated.  
getBounds() - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
getBounds() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getBounds() - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
getBounds2D() - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
getBounds2D() - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D
 
getBounds2D() - Method in interface org.gvsig.fmap.geom.Geometry
Deprecated. use getEnvelope.
getBounds2D() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Returns the bounding box of the path.
getBounds2D() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
getBounds2D() - Method in class org.gvsig.fmap.geom.primitive.impl.GeneralPathAdapter
Deprecated.  
getBounds2D() - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
getBounds2D() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getBounds2D() - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
getCenter() - Method in interface org.gvsig.fmap.geom.primitive.Circle
Returns the center of the circle.
getCenter(int) - Method in interface org.gvsig.fmap.geom.primitive.Envelope
Returns the center ordinate along the specified dimension.
getCenter() - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
getCenter(int) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
Returns the center ordinate along the specified dimension.
getCenter(Point2D, Point2D, Point2D) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated. Obtiene el centro del c�rculo que pasa por los tres puntos que se pasan como par�metro
getCenterPoint() - Method in interface org.gvsig.fmap.geom.primitive.Arc
Return the center point that has been used to create the arc.
getCenterPoint() - Method in class org.gvsig.fmap.geom.primitive.impl.Arc2D
 
getColorAt(int) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Get the color at concrete position
getColorBinding() - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Get the color binding of the color array of the surface
getCoordinateAt(int, int) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
getCoordinateAt(int) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getCoordinateAt(int) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2DZ
 
getCoordinateAt(int, int) - Method in interface org.gvsig.fmap.geom.primitive.OrientablePrimitive
Gets the one of the values of a coordinate (direct position) in a concrete dimension.
getCoordinateAt(int) - Method in interface org.gvsig.fmap.geom.primitive.Point
Gets the coordinate in a concrete dimension
getCoordinates() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getCoordinates() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2DZ
 
getCoordinates() - Method in interface org.gvsig.fmap.geom.primitive.Point
Deprecated. Use Point.getCoordinateAt(int) instead
getCoordinatesAt(int) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
getCurrentPoint() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Returns the coordinates most recently added to the end of the path as a Point2D object.
getCurveAt(int) - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiCurve2D
 
getCurveAt(int) - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiCurve2DZ
 
getCurveAt(int) - Method in interface org.gvsig.fmap.geom.aggregate.MultiCurve
Gets the curve that is on a concrete position inside the multi curve
getData() - Method in class org.gvsig.fmap.geom.operation.fromwkb.FromWKBGeometryOperationContext
 
getDiffuse() - Method in interface org.gvsig.fmap.geom.primitive.Appearance.Material
Get the diffuse color of the material
getDimension() - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
getDimension() - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiSolid2DZ
 
getDimension() - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiSurface3D
 
getDimension() - Method in interface org.gvsig.fmap.geom.DirectPosition
Returns the length of coordinate.
getDimension() - Method in interface org.gvsig.fmap.geom.Geometry
Returns the largest number n such that each direct position in a geometric set can be associated with a subset that has the direct position in its interior and is similar (isomorphic) to Rn, Euclidean n-space.
getDimension() - Method in interface org.gvsig.fmap.geom.primitive.Envelope
The length of coordinate sequence (the number of entries) in this envelope.
getDimension() - Method in class org.gvsig.fmap.geom.primitive.impl.Arc2DZ
 
getDimension() - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2DZ
 
getDimension() - Method in class org.gvsig.fmap.geom.primitive.impl.Curve2DZ
 
getDimension() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
getDimension() - Method in class org.gvsig.fmap.geom.primitive.impl.Ellipse2DZ
 
getDimension() - Method in class org.gvsig.fmap.geom.primitive.impl.EllipticArc2DZ
 
getDimension() - Method in class org.gvsig.fmap.geom.primitive.impl.Envelope2D
 
getDimension() - Method in class org.gvsig.fmap.geom.primitive.impl.Envelope3D
 
getDimension() - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
getDimension() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getDimension() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2DZ
 
getDimension() - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
getDimension() - Method in class org.gvsig.fmap.geom.primitive.impl.Spline2DZ
 
getDimension() - Method in class org.gvsig.fmap.geom.primitive.impl.Surface2DZ
 
getDirectPosition() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getDirectPosition() - Method in interface org.gvsig.fmap.geom.primitive.Point
Gets the of a point, that is composed by a set of ordinates
getDistance() - Method in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPointOperationContext
 
getEmission() - Method in interface org.gvsig.fmap.geom.primitive.Appearance.Material
Get the emissive color of the material
getEnabledBlending() - Method in interface org.gvsig.fmap.geom.primitive.Appearance
Gets if blending is enabled/disabled
getEnabledLighting() - Method in interface org.gvsig.fmap.geom.primitive.Appearance
Gets if lighting is enabled/disabled
getEndPoint() - Method in interface org.gvsig.fmap.geom.primitive.Arc
Return the end point that has been used to create the arc.
getEndPoint() - Method in class org.gvsig.fmap.geom.primitive.impl.Arc2D
 
getEnvelope() - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
getEnvelope() - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D
 
getEnvelope() - Method in interface org.gvsig.fmap.geom.Geometry
Returns the minimum bounding box for this Geometry.
getEnvelope() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
getEnvelope() - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
getEnvelope() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getEnvelope() - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
getExteriorPolygon(Coordinate[]) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated. Return a correct polygon (no hole)
getExteriorPolygon(GeneralPathX) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated.  
getFace() - Method in interface org.gvsig.fmap.geom.primitive.Appearance.Material
Gets the face to apply the material
getFlatness() - Method in interface org.gvsig.fmap.geom.GeometryManager
Returns the flatness used to convert a curve is a set of points.
getFlatness() - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
getFullTypeName() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getFullTypeName() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2DZ
 
getGeneralPath() - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
getGeneralPath() - Method in interface org.gvsig.fmap.geom.Geometry
Get GeneralPathIterator, to do registered operations to it.
getGeneralPath() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
getGeneralPath() - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
getGeneralPath() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getGeneralPath() - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
getGeneralPathX() - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
TODO método creado para dar visibilidad a gp despues de la refactorización
getGeom() - Method in class org.gvsig.fmap.geom.operation.relationship.DefaultRelationshipGeometryOperationContext
 
getGeometries() - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
Deprecated.  
getGeometry() - Method in interface org.gvsig.fmap.geom.primitive.Envelope
It returns the equivalent of an envelope like a geometry.
getGeometry() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
getGeometryClass() - Method in class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
 
getGeometryManager() - Static method in class org.gvsig.fmap.geom.GeometryLocator
Return a reference to GeometryManager.
getGeometryOperation(int, int, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Returns an operation given the Geometry type, the Geometry subtype and and the operation code.
getGeometryOperation(int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Returns an common operation with given operation code.
getGeometryOperation(int, int, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
getGeometryOperation(int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
getGeometryOperation(int) - Method in interface org.gvsig.fmap.geom.type.GeometryType
Get the operation for this geometry at a concrete position
getGeometryOperation(int) - Method in class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
 
getGeometryOperationCode(String) - Method in interface org.gvsig.fmap.geom.GeometryManager
Registers the unique name of one operation.
getGeometryOperationCode(String) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
getGeometryOperationNames() - Method in interface org.gvsig.fmap.geom.GeometryManager
Returns a list with the name of the operations that have been registered.
getGeometryOperationNames() - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
getGeometryType() - Method in interface org.gvsig.fmap.geom.Geometry
Instance of the GeometryType associated to this geometry.
getGeometryType(int, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Returns an instance of GeometryType given the Geometry type and the subtype.
getGeometryType(String) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
getGeometryType(int, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
getGeometryType() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
getHandlers(int) - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
getHandlers(int) - Method in interface org.gvsig.fmap.geom.Geometry
It returns the handlers of the geometry, these they can be of two types is straightening and of selection.
getHandlers(int) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
getHandlers(int) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
getHole(Coordinate[]) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated. Return a hole (CCW ordered points)
getId() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
getId() - Method in interface org.gvsig.fmap.geom.type.GeometryType
 
getId() - Method in class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
 
getIndexAt(int) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Get the index element at concrete position
getInitPoint() - Method in interface org.gvsig.fmap.geom.primitive.Arc
Return the first point that has been used to create the arc.
getInitPoint() - Method in class org.gvsig.fmap.geom.primitive.impl.Arc2D
 
getInstance() - Static method in class org.gvsig.fmap.geom.GeometryLocator
Return the singleton instance.
getInternalShape() - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
getInternalShape() - Method in interface org.gvsig.fmap.geom.Geometry
Useful to have the real shape behind the scenes.
getInternalShape() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
Deprecated. this Geometry is a Shape.
getIntersection(Point2D, Point2D, Point2D, Point2D) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated. Devuelve el punto de la intersecci�n entre las lineas p1-p2 y p3-p4.
getLength(int) - Method in interface org.gvsig.fmap.geom.primitive.Envelope
Returns the envelope length along the specified dimension.
getLength(int) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
Returns the envelope length along the specified dimension.
getLocatorName() - Method in class org.gvsig.fmap.geom.GeometryLocator
 
getLowerCorner() - Method in interface org.gvsig.fmap.geom.primitive.Envelope
A coordinate position consisting of all the minimal ordinates for each dimension for all points within the Envelope.
getLowerCorner() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
A coordinate position consisting of all the minimal ordinates for each dimension for all points within the Envelope.
getMaterial() - Method in interface org.gvsig.fmap.geom.primitive.Appearance
Gets the material of a Solid
getMaximum(int) - Method in interface org.gvsig.fmap.geom.primitive.Envelope
Returns the maximal ordinate along the specified dimension.
getMaximum(int) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
Returns the maximal ordinate along the specified dimension.
getMinimum(int) - Method in interface org.gvsig.fmap.geom.primitive.Envelope
Returns the minimal ordinate along the specified dimension.
getMinimum(int) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
Returns the minimal ordinate along the specified dimension.
getName() - Method in interface org.gvsig.fmap.geom.type.GeometryType
 
getName() - Method in class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
 
getNormalAt(int) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Gets the normal vector in a concrete position
getNormalBinding() - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Gets the binding of normal array
getNotHolePolygon(Surface) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated. Use it ONLY for NOT multipart polygons.
getNumColors() - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Get the number of colors in the color array of the surface
getNumCoords() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
getNumgeometries() - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D
Deprecated. use getPrimitivesNumber
getNumIndices() - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Get number of indices in the index array of the surface
getNumNormals() - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Get the number of normals in the surface
getNumPoints() - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D
Deprecated. use getPrimitivesNumber
getNumSurfaces() - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
getNumSurfaces() - Method in interface org.gvsig.fmap.geom.primitive.Solid
Get the number of surfaces in a solid
getNumTextureCoords() - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Gets the number of texture coordinates in the texcoord array of the surface
getNumTypes() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
getNumVertices() - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
getNumVertices() - Method in interface org.gvsig.fmap.geom.primitive.OrientablePrimitive
Gets the number of vertices (direct positions) of the curve
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.area.Area
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.distance.PointDistance
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.ensureOrientation.EnsureOrientation
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.flip.Flip
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.fromjts.FromJTS
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.fromwkb.FromWKB
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.fromwkt.FromWKT
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.GeometryOperation
Returns the constant value that identifies this operation and that was obtained upon registering it.
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.isCCW.IsCCW
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.perimeter.Perimeter
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.perpendicular.Perpendicular
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPoint
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.perpendicular.UnitVector
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.relationship.Contains
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.relationship.Crosses
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.relationship.Disjoint
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.relationship.Equals
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.relationship.Intersects
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.relationship.Out
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.relationship.Overlaps
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.relationship.Touches
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.relationship.Within
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.tojts.ToJTS
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.towkb.ToWKB
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.towkb.ToWKBNative
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.towkt.ToWKT
 
getOperationIndex() - Method in class org.gvsig.fmap.geom.operation.utils.PointGetAngle
 
getOrdinate(int) - Method in interface org.gvsig.fmap.geom.DirectPosition
Returns the ordinate of the given dimension.
getOrdinate(int) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getOrdinate(int) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2DZ
 
getParallel(Point2D, Point2D, double) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated.  
getPathIterator(AffineTransform) - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
getPathIterator(AffineTransform, double) - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
getPathIterator(AffineTransform) - Method in interface org.gvsig.fmap.geom.Geometry
If applies an affine transformation and returns the GeneralPathXIterator with this geometry's information.
getPathIterator(AffineTransform, double) - Method in interface org.gvsig.fmap.geom.Geometry
If applies an affine transformation and returns the GeneralPathXIterator with this geometry's information.
getPathIterator(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Returns a PathIterator object that iterates along the boundary of this Shape and provides access to the geometry of the outline of this Shape.
getPathIterator(AffineTransform, double) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Returns a PathIterator object that iterates along the boundary of the flattened Shape and provides access to the geometry of the outline of the Shape.
getPathIterator(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
getPathIterator(AffineTransform, double) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
getPathIterator(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.GeneralPathAdapter
Deprecated.  
getPathIterator(AffineTransform, double) - Method in class org.gvsig.fmap.geom.primitive.impl.GeneralPathAdapter
Deprecated.  
getPathIterator(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
getPathIterator(AffineTransform, double) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
getPathIterator(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getPathIterator(AffineTransform, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getPathIterator(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
getPathIterator(AffineTransform, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
getPerpendicular(Point2D, Point2D, Point2D) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated. use the perpendicular operation
getPerpendicularPoint() - Method in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularOperationContext
 
getPerpendicularPoint() - Method in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPointOperationContext
 
getPerpendicularPoint(Point2D, Point2D, Point2D, double) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated. Use the perpendicularPoint operation
getPoint(int) - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D
 
getPoint() - Method in class org.gvsig.fmap.geom.handler.AbstractHandler
 
getPoint() - Method in interface org.gvsig.fmap.geom.handler.Handler
Generic method of getting the 2D point that represents a handler of a geometry.
getPoint(Point2D, Point2D, double) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated. Devuelve el punto de la recta que viene dada por los puntos p1 y p2 a una distancia radio de p1.
getPoint(Point2D, double, double) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated. Devuelve el punto a una distancia radio del punto p1 y aplicandole un �ngulo an.
getPointAt(int) - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D
 
getPointAt(int) - Method in interface org.gvsig.fmap.geom.aggregate.MultiPoint
Gets the point that is on a concrete position inside the multi point
getPointAt(int) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
getPointCoords() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. use the geometry methods.
getPointTypes() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. use the geometry methods.
getPrimitiveAt(int) - Method in interface org.gvsig.fmap.geom.aggregate.Aggregate
Returns one of the Primitive's that is in a concrete position.
getPrimitiveAt(int) - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
getPrimitiveMode() - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Get the primitive mode of the surface
getPrimitivesNumber() - Method in interface org.gvsig.fmap.geom.aggregate.Aggregate
Returns the number of Primitive's that composes this multi geometry.
getPrimitivesNumber() - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
getPrimitiveType() - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Get the primitive type of the surface
getRadious() - Method in interface org.gvsig.fmap.geom.primitive.Circle
Returns the radius of the circle
getRadious() - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
getSecondPoint() - Method in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularOperationContext
 
getSecondPoint() - Method in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPointOperationContext
 
getSecondPoint() - Method in class org.gvsig.fmap.geom.operation.perpendicular.UnitVectorOperationContext
 
getSelectHandlers() - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
getSelectHandlers() - Method in interface org.gvsig.fmap.geom.primitive.FShape
Deprecated. Returns the handlers used to select the geometries.
getSelectHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.Arc2D
 
getSelectHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
getSelectHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
getSelectHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.Ellipse2D
 
getSelectHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.EllipticArc2D
 
getSelectHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
getSelectHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getSelectHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
getSelectHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.Spline2D
 
getShape(AffineTransform) - Method in interface org.gvsig.fmap.geom.Geometry
Deprecated. this class inherits of Shape by historical reasons. This method has been added just to control the usage of the Shape class but it will removed in a future.
getShape() - Method in interface org.gvsig.fmap.geom.Geometry
Deprecated. this class inherits of Shape by historical reasons. This method has been added just to control the usage of the Shape class but it will removed in a future.
getShape() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
getShape(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
getShape(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getShapeType() - Method in interface org.gvsig.fmap.geom.primitive.FShape
Deprecated. Gets the geometry type of this shape.
getShapeType() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
getShapeType() - Method in class org.gvsig.fmap.geom.primitive.impl.Arc2D
 
getShapeType() - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
getShapeType() - Method in class org.gvsig.fmap.geom.primitive.impl.Curve2D
 
getShapeType() - Method in class org.gvsig.fmap.geom.primitive.impl.Curve2DZ
 
getShapeType() - Method in class org.gvsig.fmap.geom.primitive.impl.Ellipse2D
 
getShapeType() - Method in class org.gvsig.fmap.geom.primitive.impl.EllipticArc2D
 
getShapeType() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getShapeType() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2DZ
 
getShapeType() - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
getShapeType() - Method in class org.gvsig.fmap.geom.primitive.impl.Spline2D
 
getShapeType() - Method in class org.gvsig.fmap.geom.primitive.impl.Surface2D
 
getShapeType() - Method in class org.gvsig.fmap.geom.primitive.impl.Surface2DZ
 
getShininess() - Method in interface org.gvsig.fmap.geom.primitive.Appearance.Material
Get the shininess of the material
getSolidAt(int) - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiSolid2DZ
 
getSolidAt(int) - Method in interface org.gvsig.fmap.geom.aggregate.MultiSolid
Gets the solid that is on a concrete position inside the multi solid
getSpecular() - Method in interface org.gvsig.fmap.geom.primitive.Appearance.Material
Get the specular color of the material
getSrid() - Method in class org.gvsig.fmap.geom.operation.tojts.JTSGeometryOperationContext
 
getSrID() - Method in class org.gvsig.fmap.geom.operation.towkb.ToWKBOperationContext
Get the srId to use in the WKB geometry
getSrs() - Method in class org.gvsig.fmap.geom.operation.fromwkt.FromWKTGeometryOperationContext
 
getSRS() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
getStretchingHandlers() - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
getStretchingHandlers() - Method in interface org.gvsig.fmap.geom.primitive.FShape
Deprecated. Returns the handlers they utilized to stretch the geometries.
getStretchingHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.Arc2D
 
getStretchingHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
getStretchingHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
getStretchingHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.Ellipse2D
 
getStretchingHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.EllipticArc2D
 
getStretchingHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
getStretchingHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getStretchingHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
getStretchingHandlers() - Method in class org.gvsig.fmap.geom.primitive.impl.Spline2D
 
getSubType() - Method in interface org.gvsig.fmap.geom.type.GeometryType
 
getSubType() - Method in class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
 
getSurfaceAppearance() - Method in class org.gvsig.fmap.geom.primitive.impl.EllipticArc2D
 
getSurfaceAppearance() - Method in class org.gvsig.fmap.geom.primitive.impl.Surface2D
 
getSurfaceAppearance() - Method in interface org.gvsig.fmap.geom.primitive.Surface
Gets surface appearance
getSurfaceAt(int) - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiSurface2D
 
getSurfaceAt(int) - Method in interface org.gvsig.fmap.geom.aggregate.MultiSurface
Gets the surface that is on a concrete position inside the multi surface
getSurfaceAt(int) - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
getSurfaceAt(int) - Method in interface org.gvsig.fmap.geom.primitive.Solid
Gets a surface in a concrete position
getText() - Method in class org.gvsig.fmap.geom.operation.fromwkt.FromWKTGeometryOperationContext
 
getTexture(int) - Method in interface org.gvsig.fmap.geom.primitive.Appearance
Get the texure of a solid in a concrete stage
getTextureCoordAt(int) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Get texture coordinate at concrete position
getType() - Method in interface org.gvsig.fmap.geom.Geometry
If this geometry is a predefined interface then this method returns one of Geometry.TYPES contants.
getType() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
getType() - Method in interface org.gvsig.fmap.geom.type.GeometryType
 
getType() - Method in class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
 
getTypeAt(int) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
getUnitVector(Point2D, Point2D) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated. use the UnitVector operation
getUpperCorner() - Method in interface org.gvsig.fmap.geom.primitive.Envelope
A coordinate position consisting of all the maximal ordinates for each dimension for all points within the Envelope.
getUpperCorner() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
A coordinate position consisting of all the maximal ordinates for each dimension for all points within the Envelope.
getVertex(int) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
getVertex(int) - Method in interface org.gvsig.fmap.geom.primitive.OrientablePrimitive
Gets a vertex (direct position)
getWindingRule() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Returns the fill style winding rule.
getWindingRule() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathXIterator
Deprecated. Return the winding rule for determining the interior of the path.
getWindingRule() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathXIteratorSimple
Deprecated. Return the winding rule for determining the interior of the path.
getWindingRule() - Method in class org.gvsig.fmap.geom.primitive.PointIterator
Return the winding rule for determining the interior of the path.
getX() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getX() - Method in interface org.gvsig.fmap.geom.primitive.Point
Returns the X coordinate
getY() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
getY() - Method in interface org.gvsig.fmap.geom.primitive.Point
Returns the Y coordinate
getZs() - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2DZ
Devuelve un array con todos los valores de Z.
getZs() - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
gp - Variable in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 

H

Handler - Interface in org.gvsig.fmap.geom.handler
In a FMap graphic layer, each geometry drawn has control points named handlers that allow user to move, modify, set, ... that geometry.

I

id - Variable in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
index - Variable in class org.gvsig.fmap.geom.handler.AbstractHandler
Identifies each handler of a geometry.
insertVertex(int, Point) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
insertVertex(int, Point) - Method in interface org.gvsig.fmap.geom.primitive.OrientablePrimitive
Inserts a vertex (direct position) to the curve.
intersection(Geometry) - Method in interface org.gvsig.fmap.geom.Geometry
 
INTERSECTION - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
intersection(Geometry) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
intersects(double, double, double, double) - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
intersects(Rectangle2D) - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
intersects(Rectangle2D) - Method in interface org.gvsig.fmap.geom.Geometry
Returns true if this geometry intersects the rectangle passed as parameter.
intersects(Geometry) - Method in interface org.gvsig.fmap.geom.Geometry
 
INTERSECTS - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
Intersects - Class in org.gvsig.fmap.geom.operation.relationship
 
Intersects() - Constructor for class org.gvsig.fmap.geom.operation.relationship.Intersects
 
intersects(Envelope) - Method in interface org.gvsig.fmap.geom.primitive.Envelope
Returns true if the new envelope intersects with the current envelope.
intersects(double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Tests if the interior of this Shape intersects the interior of a specified set of rectangular coordinates.
intersects(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Tests if the interior of this Shape intersects the interior of a specified Rectangle2D.
intersects(Geometry) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
intersects(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.impl.Arc2D
 
intersects(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
intersects(Envelope) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
intersects(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
intersects(double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
intersects(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.impl.Ellipse2D
 
intersects(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.impl.EllipticArc2D
 
intersects(double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.GeneralPathAdapter
Deprecated.  
intersects(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.impl.GeneralPathAdapter
Deprecated.  
intersects(double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
intersects(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
El m�todo intersects de java.awt.Shape que define la intersecci�n entre una polil�nea y un Rectangle2D considera la polil�nea como un Shape gen�rico y se producen errores en la selecci�n de polil�neas.
intersects(double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
intersects(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
intersects(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
intersects(double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
intersects(Rectangle2D) - Method in class org.gvsig.fmap.geom.primitive.impl.Surface2D
 
intersectsRectangle(Geometry, double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.area.Area
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.distance.PointDistance
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.ensureOrientation.EnsureOrientation
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.flip.Flip
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.fromjts.FromJTS
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.fromwkb.FromWKB
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.fromwkt.FromWKT
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.GeometryOperation
Invokes this operation given the geometry and context
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.isCCW.IsCCW
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.perimeter.Perimeter
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.perpendicular.Perpendicular
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPoint
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.perpendicular.UnitVector
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.relationship.Contains
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.relationship.Crosses
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.relationship.Disjoint
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.relationship.Equals
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.relationship.Intersects
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.relationship.Out
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.relationship.Overlaps
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.relationship.Touches
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.relationship.Within
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.tojts.Curve2DToJTS
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.tojts.MultiCurveToJTS
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.tojts.MultiPointToJTS
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.tojts.MultiSurfaceToJTS
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.tojts.Point2DToJTS
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.tojts.Surface2DToJTS
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.towkb.ToWKB
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.towkb.ToWKBNative
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.towkt.ToWKT
 
invoke(Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.operation.utils.PointGetAngle
 
invokeOperation(int, GeometryOperationContext) - Method in interface org.gvsig.fmap.geom.Geometry
Invokes a geometry operation given its index and context.
invokeOperation(String, GeometryOperationContext) - Method in interface org.gvsig.fmap.geom.Geometry
Invokes a geometry operation given its name and context.
invokeOperation(int, Geometry, GeometryOperationContext) - Method in interface org.gvsig.fmap.geom.GeometryManager
Invokes an operation given its code, the geometry and the operation context holding the parameters required for the operation.
invokeOperation(String, Geometry, GeometryOperationContext) - Method in interface org.gvsig.fmap.geom.GeometryManager
Invokes an operation given its code, the geometry and the operation context holding the parameters required for the operation.
invokeOperation(String, GeometryOperationContext) - Method in interface org.gvsig.fmap.geom.GeometryManager
Invokes an operation given its code, and the operation context holding the parameters required for the operation.
invokeOperation(int, Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
invokeOperation(String, Geometry, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
invokeOperation(String, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
invokeOperation(int, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
invokeOperation(String, GeometryOperationContext) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
IsCCW - Class in org.gvsig.fmap.geom.operation.isCCW
This class checks if the first part from the General Path of a complex geometry is CCW.
IsCCW() - Constructor for class org.gvsig.fmap.geom.operation.isCCW.IsCCW
 
isCCW() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Check if the first part is CCW.
isCCW(Point[]) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated.  
isCCW(Surface) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated.  
isClosed(Coordinate, Coordinate) - Method in class org.gvsig.fmap.geom.operation.tojts.ToJTS
 
isClosed() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Check if the first part is closed.
isDone() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathXIterator
Deprecated. Tests if there are more points to read.
isDone() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathXIteratorSimple
Deprecated. Tests if there are more points to read.
isDone() - Method in class org.gvsig.fmap.geom.primitive.PointIterator
 
isEmpty() - Method in interface org.gvsig.fmap.geom.primitive.Envelope
Gets if the envelope is null or not.
isEmpty - Variable in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
isEmpty() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
isLowAngle(Point2D, Point2D, Point2D, Point2D) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated. DOCUMENT ME!
isSelected() - Method in class org.gvsig.fmap.geom.handler.AbstractHandler
Returns the state of the handler.
isSimple() - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
isSimple() - Method in interface org.gvsig.fmap.geom.Geometry
Returns true if this Geometry has no interior point of self-intersection or self-tangency.
isSimple() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
isSimple() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
isSimple() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
isSubTypeOf(int) - Method in interface org.gvsig.fmap.geom.type.GeometryType
Check if a geometry subType inherits of other subType.
isSubTypeOf(GeometryType) - Method in interface org.gvsig.fmap.geom.type.GeometryType
Check if a geometry subType inherits of other subType.
isSubTypeOf(int) - Method in class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
 
isSubTypeOf(GeometryType) - Method in class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
 
isTypeOf(int) - Method in interface org.gvsig.fmap.geom.type.GeometryType
Check if a geometry type inherits of other type.
isTypeOf(GeometryType) - Method in interface org.gvsig.fmap.geom.type.GeometryType
Check if a geometry type inherits of other type.
isTypeOf(int) - Method in class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
 
isTypeOf(GeometryType) - Method in class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
 

J

JTSGeometryOperationContext - Class in org.gvsig.fmap.geom.operation.tojts
 
JTSGeometryOperationContext(int) - Constructor for class org.gvsig.fmap.geom.operation.tojts.JTSGeometryOperationContext
 
jtsToGeometry(Geometry) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated. Receives a JTS Geometry and returns a fmap IGeometry

L

LINE_LOOP - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveMode
 
LINE_STRIP - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveMode
 
LINES - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveMode
 
lineTo(double, double) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. use lineTo(Point)
lineTo(Point) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
loadFromState(PersistentState) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
LOWERCORNER_FIELD - Static variable in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 

M

manager - Static variable in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
max - Variable in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
min - Variable in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
move(double, double) - Method in interface org.gvsig.fmap.geom.handler.Handler
Generic method of moving in 2D a handler of a geometry using two numbers that represent the 2D coordinates.
moveGeom(Geometry, double, double) - Static method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
moveGeom(Geometry, double, double) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated.  
moveTo(double, double) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. use moveTo(Point)
moveTo(Point) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
MultiCurve - Interface in org.gvsig.fmap.geom.aggregate
This interface is equivalent to the GM_Curve specified in MULTICURVE - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
A set of lines.
MultiCurve2D - Class in org.gvsig.fmap.geom.aggregate.impl
 
MultiCurve2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.aggregate.impl.MultiCurve2D
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
MultiCurve2DZ - Class in org.gvsig.fmap.geom.aggregate.impl
 
MultiCurve2DZ(GeometryType) - Constructor for class org.gvsig.fmap.geom.aggregate.impl.MultiCurve2DZ
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
MultiCurveToJTS - Class in org.gvsig.fmap.geom.operation.tojts
 
MultiCurveToJTS() - Constructor for class org.gvsig.fmap.geom.operation.tojts.MultiCurveToJTS
 
MultiPoint - Interface in org.gvsig.fmap.geom.aggregate
This interface is equivalent to the GM_MultiPoint specified in MULTIPOINT - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
A set of points.
MultiPoint2D - Class in org.gvsig.fmap.geom.aggregate.impl
Multipunto 2D.
MultiPoint2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
MultiPoint2D(GeometryType, String, IProjection, Point2D[]) - Constructor for class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D
 
MultiPoint2DZ - Class in org.gvsig.fmap.geom.aggregate.impl
Multipunto 3D.
MultiPoint2DZ(GeometryType) - Constructor for class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2DZ
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
MultiPointToJTS - Class in org.gvsig.fmap.geom.operation.tojts
 
MultiPointToJTS() - Constructor for class org.gvsig.fmap.geom.operation.tojts.MultiPointToJTS
 
MultiPrimitive - Interface in org.gvsig.fmap.geom.aggregate
This interface is equivalent to the GM_MultiPrimitive specified in MultiSolid - Interface in org.gvsig.fmap.geom.aggregate
This interface is equivalent to the GM_MultiSolid specified in MULTISOLID - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
A set of solids.
MultiSolid2DZ - Class in org.gvsig.fmap.geom.aggregate.impl
 
MultiSolid2DZ(GeometryType) - Constructor for class org.gvsig.fmap.geom.aggregate.impl.MultiSolid2DZ
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
MultiSurface - Interface in org.gvsig.fmap.geom.aggregate
This interface is equivalent to the GM_MultiSurface specified in MULTISURFACE - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
A set of polygons.
MultiSurface2D - Class in org.gvsig.fmap.geom.aggregate.impl
 
MultiSurface2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.aggregate.impl.MultiSurface2D
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
MultiSurface3D - Class in org.gvsig.fmap.geom.aggregate.impl
 
MultiSurface3D(GeometryType) - Constructor for class org.gvsig.fmap.geom.aggregate.impl.MultiSurface3D
 
MultiSurface3D(GeometryType, String, IProjection) - Constructor for class org.gvsig.fmap.geom.aggregate.impl.MultiSurface3D
 
MultiSurfaceToJTS - Class in org.gvsig.fmap.geom.operation.tojts
 
MultiSurfaceToJTS() - Constructor for class org.gvsig.fmap.geom.operation.tojts.MultiSurfaceToJTS
 

N

N - Static variable in interface org.gvsig.fmap.geom.Geometry
North.
NAME - Static variable in class org.gvsig.fmap.geom.operation.area.Area
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.distance.PointDistance
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.ensureOrientation.EnsureOrientation
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.flip.Flip
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.fromjts.FromJTS
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.fromwkb.FromWKB
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.fromwkt.FromWKT
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.isCCW.IsCCW
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.perimeter.Perimeter
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.perpendicular.Perpendicular
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPoint
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.perpendicular.UnitVector
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.relationship.Contains
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.relationship.Crosses
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.relationship.Disjoint
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.relationship.Equals
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.relationship.Intersects
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.relationship.Out
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.relationship.Overlaps
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.relationship.Touches
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.relationship.Within
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.tojts.ToJTS
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.towkb.ToWKB
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.towkb.ToWKBNative
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.towkt.ToWKT
 
NAME - Static variable in class org.gvsig.fmap.geom.operation.utils.PointGetAngle
 
NE - Static variable in interface org.gvsig.fmap.geom.Geometry
North - East.
next() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathXIterator
Deprecated. Moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction.
next() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathXIteratorSimple
Deprecated. Moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction.
next() - Method in class org.gvsig.fmap.geom.primitive.PointIterator
 
NULL - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
NO DATA geometry.
NullGeometry - Interface in org.gvsig.fmap.geom.primitive
This interface is used to represent the null geometry, that means a geometry that has been not set yet.
NW - Static variable in interface org.gvsig.fmap.geom.Geometry
North - West.

O

OPERATION_CONTAINS_CODE - Static variable in class org.gvsig.fmap.geom.operation.GeometryOperation
 
OPERATION_CONTAINS_NAME - Static variable in class org.gvsig.fmap.geom.operation.GeometryOperation
 
OPERATION_INTERSECTS_CODE - Static variable in class org.gvsig.fmap.geom.operation.GeometryOperation
 
OPERATION_INTERSECTS_NAME - Static variable in class org.gvsig.fmap.geom.operation.GeometryOperation
 
org.gvsig.fmap.geom - package org.gvsig.fmap.geom
 
org.gvsig.fmap.geom.aggregate - package org.gvsig.fmap.geom.aggregate
 
org.gvsig.fmap.geom.aggregate.impl - package org.gvsig.fmap.geom.aggregate.impl
 
org.gvsig.fmap.geom.complex - package org.gvsig.fmap.geom.complex
 
org.gvsig.fmap.geom.exception - package org.gvsig.fmap.geom.exception
 
org.gvsig.fmap.geom.handler - package org.gvsig.fmap.geom.handler
 
org.gvsig.fmap.geom.impl - package org.gvsig.fmap.geom.impl
 
org.gvsig.fmap.geom.impl.coerce - package org.gvsig.fmap.geom.impl.coerce
 
org.gvsig.fmap.geom.operation - package org.gvsig.fmap.geom.operation
 
org.gvsig.fmap.geom.operation.area - package org.gvsig.fmap.geom.operation.area
 
org.gvsig.fmap.geom.operation.distance - package org.gvsig.fmap.geom.operation.distance
 
org.gvsig.fmap.geom.operation.ensureOrientation - package org.gvsig.fmap.geom.operation.ensureOrientation
 
org.gvsig.fmap.geom.operation.flip - package org.gvsig.fmap.geom.operation.flip
 
org.gvsig.fmap.geom.operation.fromjts - package org.gvsig.fmap.geom.operation.fromjts
 
org.gvsig.fmap.geom.operation.fromwkb - package org.gvsig.fmap.geom.operation.fromwkb
 
org.gvsig.fmap.geom.operation.fromwkt - package org.gvsig.fmap.geom.operation.fromwkt
 
org.gvsig.fmap.geom.operation.impl - package org.gvsig.fmap.geom.operation.impl
 
org.gvsig.fmap.geom.operation.isCCW - package org.gvsig.fmap.geom.operation.isCCW
 
org.gvsig.fmap.geom.operation.perimeter - package org.gvsig.fmap.geom.operation.perimeter
 
org.gvsig.fmap.geom.operation.perpendicular - package org.gvsig.fmap.geom.operation.perpendicular
 
org.gvsig.fmap.geom.operation.relationship - package org.gvsig.fmap.geom.operation.relationship
 
org.gvsig.fmap.geom.operation.tojts - package org.gvsig.fmap.geom.operation.tojts
 
org.gvsig.fmap.geom.operation.towkb - package org.gvsig.fmap.geom.operation.towkb
 
org.gvsig.fmap.geom.operation.towkt - package org.gvsig.fmap.geom.operation.towkt
 
org.gvsig.fmap.geom.operation.utils - package org.gvsig.fmap.geom.operation.utils
 
org.gvsig.fmap.geom.primitive - package org.gvsig.fmap.geom.primitive
 
org.gvsig.fmap.geom.primitive.impl - package org.gvsig.fmap.geom.primitive.impl
 
org.gvsig.fmap.geom.type - package org.gvsig.fmap.geom.type
 
org.gvsig.fmap.geom.type.impl - package org.gvsig.fmap.geom.type.impl
 
org.gvsig.fmap.geom.type.persistence - package org.gvsig.fmap.geom.type.persistence
 
org.gvsig.fmap.geom.util - package org.gvsig.fmap.geom.util
 
OrientableCurve - Interface in org.gvsig.fmap.geom.primitive
This interface is equivalent to the GM_OrientableCurve specified in OrientableCurve2D - Class in org.gvsig.fmap.geom.primitive.impl
 
OrientableCurve2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.OrientableCurve2D
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
OrientableCurve2D(GeometryType, String, IProjection, GeneralPathX) - Constructor for class org.gvsig.fmap.geom.primitive.impl.OrientableCurve2D
 
OrientablePrimitive - Interface in org.gvsig.fmap.geom.primitive
This interface is equivalent to the GM_OrientablePrimitive specified in OrientablePrimitive2D - Class in org.gvsig.fmap.geom.primitive.impl
 
OrientablePrimitive2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
OrientablePrimitive2D(GeometryType, String, IProjection, GeneralPathX) - Constructor for class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
OrientableSurface - Interface in org.gvsig.fmap.geom.primitive
This interface is equivalent to the GM_OrientableSurface specified in OrientableSurface2D - Class in org.gvsig.fmap.geom.primitive.impl
 
OrientableSurface2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.OrientableSurface2D
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
OrientableSurface2D(GeometryType, String, IProjection, GeneralPathX) - Constructor for class org.gvsig.fmap.geom.primitive.impl.OrientableSurface2D
 
Out - Class in org.gvsig.fmap.geom.operation.relationship
 
Out() - Constructor for class org.gvsig.fmap.geom.operation.relationship.Out
 
OVERLAPS - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
overlaps(Geometry) - Method in interface org.gvsig.fmap.geom.Geometry
Tests whether this geometry overlaps the specified geometry.
Overlaps - Class in org.gvsig.fmap.geom.operation.relationship
 
Overlaps() - Constructor for class org.gvsig.fmap.geom.operation.relationship.Overlaps
 
overlaps(Geometry) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 

P

PARAM - Static variable in class org.gvsig.fmap.geom.operation.fromjts.FromJTS
 
parse(byte[]) - Method in class org.gvsig.fmap.geom.operation.fromwkb.WKBParser2
Parse a binary encoded geometry.
parseGeometry(ByteBuffer) - Method in class org.gvsig.fmap.geom.operation.fromwkb.WKBParser2
Parse a geometry starting at offset.
parseTypeAndSRID(ByteBuffer) - Method in class org.gvsig.fmap.geom.operation.fromwkb.WKBParser2
 
path - Variable in class org.gvsig.fmap.geom.primitive.GeneralPathXIterator
Deprecated.  
path - Variable in class org.gvsig.fmap.geom.primitive.GeneralPathXIteratorSimple
Deprecated.  
perimeter() - Method in interface org.gvsig.fmap.geom.Geometry
 
Perimeter - Class in org.gvsig.fmap.geom.operation.perimeter
 
Perimeter() - Constructor for class org.gvsig.fmap.geom.operation.perimeter.Perimeter
 
perimeter() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
Perpendicular - Class in org.gvsig.fmap.geom.operation.perpendicular
Gets a couple of points that defines a line that is perpendicular to other line and intersects with a point.
Perpendicular() - Constructor for class org.gvsig.fmap.geom.operation.perpendicular.Perpendicular
 
PERPENDICULAR_POINT - Static variable in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularOperationContext
 
PERPENDICULAR_POINT - Static variable in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPointOperationContext
 
PerpendicularOperationContext - Class in org.gvsig.fmap.geom.operation.perpendicular
 
PerpendicularOperationContext(Point, Point) - Constructor for class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularOperationContext
 
PerpendicularPoint - Class in org.gvsig.fmap.geom.operation.perpendicular
Gets a point that is located to a concrete distance (attribute distance) of a line and is located in a perpendicular line that intersects with other point (attribute perpendicularPoint).
PerpendicularPoint() - Constructor for class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPoint
 
PerpendicularPointOperationContext - Class in org.gvsig.fmap.geom.operation.perpendicular
 
PerpendicularPointOperationContext(Point, Point, double) - Constructor for class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPointOperationContext
 
PERSISTENCE_DEFINITION_NAME - Static variable in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
PERSISTENCE_DEFINITION_NAME - Static variable in class org.gvsig.fmap.geom.primitive.impl.Envelope2D
 
PERSISTENCE_DEFINITION_NAME - Static variable in class org.gvsig.fmap.geom.primitive.impl.Envelope3D
 
PERSISTENCE_DEFINITION_NAME - Static variable in class org.gvsig.fmap.geom.primitive.impl.Point2DZ
 
POINT - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
A geometric element that has zero dimensions and a location determinable by an ordered set of coordinates.
point - Variable in class org.gvsig.fmap.geom.handler.AbstractHandler
Position of this handler.
Point - Interface in org.gvsig.fmap.geom.primitive
This interface is equivalent to the GM_Point specified in Point2D - Class in org.gvsig.fmap.geom.primitive.impl
2D point implementation.
Point2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Point2D
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
Point2D(double, double) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Point2D
 
Point2D(int, int) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Point2D
 
Point2D(Point2D) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Point2D
 
Point2DToJTS - Class in org.gvsig.fmap.geom.operation.tojts
 
Point2DToJTS() - Constructor for class org.gvsig.fmap.geom.operation.tojts.Point2DToJTS
 
Point2DZ - Class in org.gvsig.fmap.geom.primitive.impl
3D point implementation.
Point2DZ(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Point2DZ
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
Point2DZ(double, double, double) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Point2DZ
 
PointDistance - Class in org.gvsig.fmap.geom.operation.distance
 
PointDistance() - Constructor for class org.gvsig.fmap.geom.operation.distance.PointDistance
 
PointGetAngle - Class in org.gvsig.fmap.geom.operation.utils
 
PointGetAngle() - Constructor for class org.gvsig.fmap.geom.operation.utils.PointGetAngle
 
pointIdx - Variable in class org.gvsig.fmap.geom.primitive.GeneralPathXIterator
Deprecated.  
pointIdx - Variable in class org.gvsig.fmap.geom.primitive.GeneralPathXIteratorSimple
Deprecated.  
pointInList(Coordinate, Coordinate[]) - Method in class org.gvsig.fmap.geom.operation.tojts.ToJTS
 
PointIterator - Class in org.gvsig.fmap.geom.primitive
A iterator to retrieve all the points of a Geometry
PointIterator(Point2D, AffineTransform) - Constructor for class org.gvsig.fmap.geom.primitive.PointIterator
Creates a new PointIterator object.
POINTS - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveMode
 
POLYGON - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveMode
 
Primitive - Interface in org.gvsig.fmap.geom.primitive
This interface is equivalent to the GM_Object specified in PrimitiveType - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveType
 
projection - Variable in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 

Q

QUAD_STRIP - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveMode
 
QUADS - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveMode
 
quadTo(double, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. use quadTo(Point, Point)
quadTo(Point, Point) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  

R

read(String) - Method in class org.gvsig.fmap.geom.operation.fromwkt.WKTParser
Converts a Well-known Text representation to a Geometry.
read(Reader) - Method in class org.gvsig.fmap.geom.operation.fromwkt.WKTParser
Converts a Well-known Text representation to a Geometry.
registerGeometryManager(Class) - Static method in class org.gvsig.fmap.geom.GeometryLocator
Registers the Class implementing the GeometryManager interface.
registerGeometryOperation(String, GeometryOperation, GeometryType) - Method in interface org.gvsig.fmap.geom.GeometryManager
Registers a GeometryOperation associated to a GeometryType.
registerGeometryOperation(String, GeometryOperation) - Method in interface org.gvsig.fmap.geom.GeometryManager
Registers a GeometryOperation that is common for all GeometryType (registered yet or not).
registerGeometryOperation(String, GeometryOperation, int, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Registers a GeometryOperation associated to a GeometryType, that has been specified using the type code and the subtype code.
registerGeometryOperation(String, GeometryOperation, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Registers a GeometryOperation associated to all the geometries with a concrete type.
registerGeometryOperation(String, GeometryOperation, GeometryType) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
registerGeometryOperation(String, GeometryOperation) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
registerGeometryOperation(String, GeometryOperation, int, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
registerGeometryOperation(String, GeometryOperation, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
registerGeometryOperationBySubtype(String, GeometryOperation, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Registers a GeometryOperation associated to all the geometries with a concrete subtype.
registerGeometryOperationBySubtype(String, GeometryOperation, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
registerGeometryOperationBySuperSubType(String, GeometryOperation, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Registers a GeometryOperation associated to all the geometries which super subType matches with a concrete subType.
registerGeometryOperationBySuperSubType(String, GeometryOperation, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
registerGeometryOperationBySuperType(String, GeometryOperation, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Registers a GeometryOperation associated to all the geometries which super type matches with a concrete type.
registerGeometryOperationBySuperType(String, GeometryOperation, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
registerGeometryType(Class, String, int, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Registers a Geometry implementation class with a predefined geometry type and returns the associated GeometryType instance.
registerGeometryType(Class, String, int, int, int, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Registers a Geometry implementation class with a predefined geometry type and returns the associated GeometryType instance.
registerGeometryType(Class, String, int, int, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Registers a Geometry implementation class with a predefined geometry type and returns the associated GeometryType instance.
registerGeometryType(Class, String, int, int, int[], int[]) - Method in interface org.gvsig.fmap.geom.GeometryManager
Registers a Geometry implementation class with a predefined geometry type and returns the associated GeometryType instance.
registerGeometryType(Class, String, int, int, int[]) - Method in interface org.gvsig.fmap.geom.GeometryManager
Registers a Geometry implementation class with a predefined geometry type and returns the associated GeometryType instance.
registerGeometryType(Class, int, int) - Method in interface org.gvsig.fmap.geom.GeometryManager
Registers a Geometry implementation class with a predefined geometry type and returns the associated GeometryType instance.
registerGeometryType(Class, String, int, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
registerGeometryType(Class, String, int, int, int, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
registerGeometryType(Class, String, int, int, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
registerGeometryType(Class, String, int, int, int[], int[]) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
registerGeometryType(Class, String, int, int, int[]) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
registerGeometryType(Class, int, int) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
registerPersistent() - Static method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
registerPersistent() - Static method in class org.gvsig.fmap.geom.primitive.impl.Envelope2D
 
registerPersistent() - Static method in class org.gvsig.fmap.geom.primitive.impl.Envelope3D
 
removeColor(int) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Remove color in a concrete position
removeIndex(int) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Remove index element at concrete position
removeNormal(int) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Remove normal vector in a concrete position
removeSurface(int) - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
removeSurface(int) - Method in interface org.gvsig.fmap.geom.primitive.Solid
Remove surface from solid at concrete position
removeTextureCoord(int) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Remove texture coordinate at concrete position
removeVertex(int) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
removeVertex(int) - Method in interface org.gvsig.fmap.geom.primitive.OrientablePrimitive
Remove a vertex (direct position) to the curve
reProject(ICoordTrans) - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
reProject(ICoordTrans) - Method in interface org.gvsig.fmap.geom.Geometry
Reprojects this geometry by the coordinate transformer passed as parameter.
reProject(ICoordTrans) - Method in interface org.gvsig.fmap.geom.primitive.FShape
Deprecated. Re-projects this shape using transformation coordinates.
reProject(ICoordTrans) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
reProject(ICoordTrans) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
reProject(ICoordTrans) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
reProject(ICoordTrans) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
reProject(ICoordTrans) - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
reset() - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Resets the path to empty.
rotateGeom(Geometry, double, double, double) - Static method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
rotateGeom(Geometry, double, double, double) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated.  

S

S - Static variable in interface org.gvsig.fmap.geom.Geometry
South.
saveToState(PersistentState, Object) - Method in class org.gvsig.fmap.geom.impl.GeometryPersistenceFactory
 
saveToState(PersistentState) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
saveToState(PersistentState, Object) - Method in class org.gvsig.fmap.geom.type.persistence.GeometryTypePersistenceFactory
 
scaleGeom(Geometry, Point2D, double, double) - Static method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
scaleGeom(Geometry, Point2D, double, double) - Static method in class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated.  
SE - Static variable in interface org.gvsig.fmap.geom.Geometry
South - East.
SECOND_POINT - Static variable in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularOperationContext
 
SECOND_POINT - Static variable in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPointOperationContext
 
SECOND_POINT - Static variable in class org.gvsig.fmap.geom.operation.perpendicular.UnitVectorOperationContext
 
SEG_CLOSE - Static variable in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
SEG_CUBICTO - Static variable in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
SEG_LINETO - Static variable in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
SEG_MOVETO - Static variable in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
SEG_QUADTO - Static variable in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
select(boolean) - Method in class org.gvsig.fmap.geom.handler.AbstractHandler
Sets the state of the handler.
SELECTHANDLER - Static variable in interface org.gvsig.fmap.geom.Geometry
 
set(double, double) - Method in interface org.gvsig.fmap.geom.handler.Handler
Generic method of situating in 2D a handler of a geometry using two numbers that represent the 2D coordinates.
setAmbient(Color) - Method in interface org.gvsig.fmap.geom.primitive.Appearance.Material
Set the ambient color of the material
setAppearance(Appearance) - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
setAppearance(Appearance) - Method in interface org.gvsig.fmap.geom.primitive.Solid
Sets the appearance of a Solid
setAttribute(String, Object) - Method in class org.gvsig.fmap.geom.operation.GeometryOperationContext
Sets an attribute
setColorAt(int, Point) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Set a color in a concrete position of the color array
setColorBinding(SurfaceAppearance.AttributeBinding) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Sets the colorbinding of the color array of the surface
setCoordinateAt(int, int, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Arc2DZ
 
setCoordinateAt(int, int, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
setCoordinateAt(int, int, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2DZ
 
setCoordinateAt(int, int, double) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
setCoordinateAt(int, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
setCoordinateAt(int, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2DZ
 
setCoordinateAt(int, int, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Spline2DZ
 
setCoordinateAt(int, int, double) - Method in interface org.gvsig.fmap.geom.primitive.OrientablePrimitive
Sets the value of a coordinate (direct position) in a concrete dimension
setCoordinateAt(int, double) - Method in interface org.gvsig.fmap.geom.primitive.Point
Sets a ordinate in a concrete dimension
setCoordinates(double[]) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
setCoordinates(double[]) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2DZ
 
setCoordinates(double[]) - Method in interface org.gvsig.fmap.geom.primitive.Point
Deprecated. Use #setCoordinateAt(int, double)) instead
setData(byte[]) - Method in class org.gvsig.fmap.geom.operation.fromwkb.FromWKBGeometryOperationContext
 
setDiffuse(Color) - Method in interface org.gvsig.fmap.geom.primitive.Appearance.Material
Set the diffuse color of the material
setDistance(double) - Method in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPointOperationContext
 
setEmission(Color) - Method in interface org.gvsig.fmap.geom.primitive.Appearance.Material
Set the emissive color of the material
setEnabledBlending(boolean) - Method in interface org.gvsig.fmap.geom.primitive.Appearance
Enables/disables the blending in a solid
setEnabledLighting(boolean) - Method in interface org.gvsig.fmap.geom.primitive.Appearance
Enables disables lighting in a solid
setFace(Appearance.Material.Face) - Method in interface org.gvsig.fmap.geom.primitive.Appearance.Material
Sets the face where the material will be applied
setFlatness(double) - Method in interface org.gvsig.fmap.geom.GeometryManager
Sets the application flatness.
setFlatness(double) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
setGeneralPath(GeneralPathX) - Method in class org.gvsig.fmap.geom.primitive.impl.Arc2D
 
setGeneralPath(GeneralPathX) - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
setGeneralPath(GeneralPathX) - Method in class org.gvsig.fmap.geom.primitive.impl.Ellipse2D
 
setGeneralPath(GeneralPathX) - Method in class org.gvsig.fmap.geom.primitive.impl.EllipticArc2D
 
setGeneralPath(GeneralPathX) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
setGeneralPath(GeneralPathX) - Method in interface org.gvsig.fmap.geom.primitive.OrientablePrimitive
Sets all the coordinates of the curve
setGeom(Geometry) - Method in class org.gvsig.fmap.geom.operation.relationship.DefaultRelationshipGeometryOperationContext
 
setGeometryOperation(int, GeometryOperation) - Method in interface org.gvsig.fmap.geom.type.GeometryType
Registers an operation for this geometry type.
setGeometryOperation(int, GeometryOperation) - Method in class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
Guardamos una referencia a una instancia de la operación en el índice que se pasa como parámetro.
setIndexAt(int, int) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Set an index element in a concrete position
setLowerCorner(Point) - Method in interface org.gvsig.fmap.geom.primitive.Envelope
Sets the coordinate position consisting of all the minimal ordinates for each dimension for all points within the Envelope.
setLowerCorner(Point) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
setMaterial(Appearance.Material) - Method in interface org.gvsig.fmap.geom.primitive.Appearance
Sets the material of a solid
setNormalAt(int, Point) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Sets normal vector in a concrete position.
setNormalBinding(SurfaceAppearance.AttributeBinding) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Sets the binding of normal array to Surface Geometry.
setNumCoords(int) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
setNumTypes(int) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated.  
setPerpendicularPoint(Point) - Method in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularOperationContext
 
setPerpendicularPoint(Point) - Method in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPointOperationContext
 
setPointCoords(double[]) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. use the geometry methods.
setPoints(double[], double[]) - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D
 
setPoints(Point, Point, Point) - Method in interface org.gvsig.fmap.geom.primitive.Arc
Sets the three points to define an arc.
setPoints(Point, double, double, double) - Method in interface org.gvsig.fmap.geom.primitive.Arc
Sets the values to define an arc.
setPoints(Point, Point) - Method in interface org.gvsig.fmap.geom.primitive.Circle
Sets the two values to define a circle.
setPoints(Point, double) - Method in interface org.gvsig.fmap.geom.primitive.Circle
Sets the two values to define a circle.
setPoints(Point, Point, Point) - Method in interface org.gvsig.fmap.geom.primitive.Circle
Sets the values to define a circle from three points.
setPoints(Point, Point) - Method in interface org.gvsig.fmap.geom.primitive.Curve
Sets the initial point and the end point of the curve.
setPoints(Point, Point, double) - Method in interface org.gvsig.fmap.geom.primitive.Ellipse
Sets the values to define a ellipse.
setPoints(Point, Point, double, double, double) - Method in interface org.gvsig.fmap.geom.primitive.EllipticArc
Sets the values to define a ellipticArc
setPoints(Point, Point, Point) - Method in class org.gvsig.fmap.geom.primitive.impl.Arc2D
 
setPoints(Point, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Arc2D
 
setPoints(Point, Point) - Method in class org.gvsig.fmap.geom.primitive.impl.Arc2D
 
setPoints(Point, Point) - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
setPoints(Point, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
setPoints(Point, Point, Point) - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
setPoints(Point2D, Point2D) - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
setPoints(Point2D, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
setPoints(Point2D, Point2D, Point2D) - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
setPoints(Point, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
setPoints(Point, Point) - Method in class org.gvsig.fmap.geom.primitive.impl.Curve2D
 
setPoints(Point, Point, double) - Method in class org.gvsig.fmap.geom.primitive.impl.Ellipse2D
 
setPoints(Point, Point, double, double, double) - Method in class org.gvsig.fmap.geom.primitive.impl.EllipticArc2D
 
setPoints(Point, Point) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
setPointTypes(byte[]) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. use the geometry methods.
setPrimitiveMode(SurfaceAppearance.PrimitiveMode) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Sets the primitive mode of the surface
setPrimitiveType(SurfaceAppearance.PrimitiveType) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Set the primitive type of the surface
setSecondPoint(Point) - Method in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularOperationContext
 
setSecondPoint(Point) - Method in class org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPointOperationContext
 
setSecondPoint(Point) - Method in class org.gvsig.fmap.geom.operation.perpendicular.UnitVectorOperationContext
 
setShininess(float) - Method in interface org.gvsig.fmap.geom.primitive.Appearance.Material
Set the shininess of the material
setSpecular(Color) - Method in interface org.gvsig.fmap.geom.primitive.Appearance.Material
Set the specular color of the material
setSrID(int) - Method in class org.gvsig.fmap.geom.operation.towkb.ToWKBOperationContext
Set the srID to use in the WKB geometry
setSrs(String) - Method in class org.gvsig.fmap.geom.operation.fromwkt.FromWKTGeometryOperationContext
 
setSurfaceAppearance(SurfaceAppearance) - Method in class org.gvsig.fmap.geom.primitive.impl.EllipticArc2D
 
setSurfaceAppearance(SurfaceAppearance) - Method in class org.gvsig.fmap.geom.primitive.impl.Surface2D
 
setSurfaceAppearance(SurfaceAppearance) - Method in interface org.gvsig.fmap.geom.primitive.Surface
Sets the appearance of the Surface
setText(String) - Method in class org.gvsig.fmap.geom.operation.fromwkt.FromWKTGeometryOperationContext
 
setTextureCoordAt(int, Point) - Method in interface org.gvsig.fmap.geom.primitive.SurfaceAppearance
Set texture coordinate at concrete position
setUpperCorner(Point) - Method in interface org.gvsig.fmap.geom.primitive.Envelope
Sets the coordinate position consisting of all the maximal ordinates for each dimension for all points within the Envelope.
setUpperCorner(Point) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
setValue(String, String) - Method in exception org.gvsig.fmap.geom.operation.towkb.WKBEncodingException
 
setVertex(int, Point) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
 
setVertex(int, Point) - Method in interface org.gvsig.fmap.geom.primitive.OrientablePrimitive
Sets a vertex in a concrete position and replaces the previous one that was in this position.
setWindingRule(int) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Sets the winding rule for this path to the specified value.
setX(double) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
setX(double) - Method in interface org.gvsig.fmap.geom.primitive.Point
Sets the X coordinate
setY(double) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
setY(double) - Method in interface org.gvsig.fmap.geom.primitive.Point
Sets the Y coordinate
SOLID - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
Solids in 3D.
Solid - Interface in org.gvsig.fmap.geom.primitive
This interface is equivalent to the GM_Solid specified in Solid2DZ - Class in org.gvsig.fmap.geom.primitive.impl
 
Solid2DZ(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
SPLINE - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
 
Spline - Interface in org.gvsig.fmap.geom.primitive
 
Spline2D - Class in org.gvsig.fmap.geom.primitive.impl
Spline2D.
Spline2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Spline2D
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
Spline2DZ - Class in org.gvsig.fmap.geom.primitive.impl
 
Spline2DZ(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Spline2DZ
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
SRS - Static variable in class org.gvsig.fmap.geom.operation.fromwkt.FromWKTGeometryOperationContext
 
STRETCHINGHANDLER - Static variable in interface org.gvsig.fmap.geom.Geometry
 
SURFACE - Static variable in interface org.gvsig.fmap.geom.Geometry.TYPES
A closed plane figure bounded by straight lines.
Surface - Interface in org.gvsig.fmap.geom.primitive
This interface is equivalent to the GM_Surface specified in Surface2D - Class in org.gvsig.fmap.geom.primitive.impl
Pol�gono 2D.
Surface2D(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Surface2D
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
Surface2DToJTS - Class in org.gvsig.fmap.geom.operation.tojts
 
Surface2DToJTS() - Constructor for class org.gvsig.fmap.geom.operation.tojts.Surface2DToJTS
 
Surface2DZ - Class in org.gvsig.fmap.geom.primitive.impl
Polilinea 3D.
Surface2DZ(GeometryType) - Constructor for class org.gvsig.fmap.geom.primitive.impl.Surface2DZ
The constructor with the GeometryType like and argument is used by the GeometryType#create() to create the geometry
SurfaceAppearance - Interface in org.gvsig.fmap.geom.primitive
 
SurfaceAppearance.AttributeBinding - Class in org.gvsig.fmap.geom.primitive
 
SurfaceAppearance.AttributeBinding() - Constructor for class org.gvsig.fmap.geom.primitive.SurfaceAppearance.AttributeBinding
 
SurfaceAppearance.PrimitiveMode - Class in org.gvsig.fmap.geom.primitive
 
SurfaceAppearance.PrimitiveMode() - Constructor for class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveMode
 
SurfaceAppearance.PrimitiveType - Class in org.gvsig.fmap.geom.primitive
 
SurfaceAppearance.PrimitiveType() - Constructor for class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveType
 
SW - Static variable in interface org.gvsig.fmap.geom.Geometry
South - West.

T

TEXT - Static variable in class org.gvsig.fmap.geom.operation.fromwkt.FromWKTGeometryOperationContext
 
ToJTS - Class in org.gvsig.fmap.geom.operation.tojts
 
ToJTS() - Constructor for class org.gvsig.fmap.geom.operation.tojts.ToJTS
 
toShape(Geometry) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated. Convierte una Geometry de JTS a GeneralPathX.
toString() - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
toString() - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
toString() - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
 
toString() - Method in interface org.gvsig.fmap.geom.type.GeometryType
 
toString() - Method in class org.gvsig.fmap.geom.type.impl.DefaultGeometryType
 
TOUCHES - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
touches(Geometry) - Method in interface org.gvsig.fmap.geom.Geometry
 
Touches - Class in org.gvsig.fmap.geom.operation.relationship
 
Touches() - Constructor for class org.gvsig.fmap.geom.operation.relationship.Touches
 
touches(Geometry) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
ToWKB - Class in org.gvsig.fmap.geom.operation.towkb
 
ToWKB() - Constructor for class org.gvsig.fmap.geom.operation.towkb.ToWKB
 
ToWKBNative - Class in org.gvsig.fmap.geom.operation.towkb
 
ToWKBNative() - Constructor for class org.gvsig.fmap.geom.operation.towkb.ToWKBNative
 
ToWKBOperationContext - Class in org.gvsig.fmap.geom.operation.towkb
 
ToWKBOperationContext() - Constructor for class org.gvsig.fmap.geom.operation.towkb.ToWKBOperationContext
 
ToWKT - Class in org.gvsig.fmap.geom.operation.towkt
 
ToWKT() - Constructor for class org.gvsig.fmap.geom.operation.towkt.ToWKT
 
transform(AffineTransform) - Method in class org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive
 
transform(AffineTransform) - Method in class org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D
 
transform(AffineTransform) - Method in interface org.gvsig.fmap.geom.Geometry
It applies an affine transformation to the geometry.
transform(AffineTransform) - Method in interface org.gvsig.fmap.geom.primitive.FShape
Deprecated. Executes a 2D transformation on this shape, using six parameters.
transform(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. Transforms the geometry of this path using the specified AffineTransform.
transform(IProjection) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
transform(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.Arc2D
 
transform(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.Circle2D
 
transform(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.DefaultNullGeometry
 
transform(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.Ellipse2D
 
transform(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.EllipticArc2D
 
transform(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.OrientablePrimitive2D
DOCUMENT ME!
transform(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.Point2D
Aplica la transformaciónn de la matriz de transformación que se pasa como parámetro.
transform(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.Solid2DZ
 
transform(AffineTransform) - Method in class org.gvsig.fmap.geom.primitive.impl.Spline2D
 
transformToInts(GeneralPathX, AffineTransform) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated.  
transformToInts(Geometry, AffineTransform) - Static method in class org.gvsig.fmap.geom.util.Converter
Deprecated.  
TRIANGLE_FAN - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveMode
 
TRIANGLE_STRIP - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveMode
 
TRIANGLES - Static variable in class org.gvsig.fmap.geom.primitive.SurfaceAppearance.PrimitiveMode
 
typeIdx - Variable in class org.gvsig.fmap.geom.primitive.GeneralPathXIterator
Deprecated.  
typeIdx - Variable in class org.gvsig.fmap.geom.primitive.GeneralPathXIteratorSimple
Deprecated.  

U

UNION - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
union(Geometry) - Method in interface org.gvsig.fmap.geom.Geometry
 
union(Geometry) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
UnitVector - Class in org.gvsig.fmap.geom.operation.perpendicular
Returns an unit vector from two points.
UnitVector() - Constructor for class org.gvsig.fmap.geom.operation.perpendicular.UnitVector
 
UnitVectorOperationContext - Class in org.gvsig.fmap.geom.operation.perpendicular
 
UnitVectorOperationContext(Point) - Constructor for class org.gvsig.fmap.geom.operation.perpendicular.UnitVectorOperationContext
 
UNKNOWN - Static variable in interface org.gvsig.fmap.geom.Geometry.SUBTYPES
The subtype us unknown.
unregisterGeometryType(Class) - Method in class org.gvsig.fmap.geom.impl.DefaultGeometryManager
 
UPPERCORNER_FIELD - Static variable in class org.gvsig.fmap.geom.primitive.impl.DefaultEnvelope
 
UtilFunctions - Class in org.gvsig.fmap.geom.util
Deprecated. to be removed or moved from API to implementation in gvSIG 2.1.0
UtilFunctions() - Constructor for class org.gvsig.fmap.geom.util.UtilFunctions
Deprecated.  

V

values() - Method in exception org.gvsig.fmap.geom.operation.GeometryOperationException
 
values() - Method in exception org.gvsig.fmap.geom.operation.GeometryOperationNotSupportedException
 
values - Variable in exception org.gvsig.fmap.geom.operation.towkb.WKBEncodingException
 
values() - Method in exception org.gvsig.fmap.geom.operation.towkb.WKBEncodingException
 
values() - Method in exception org.gvsig.fmap.geom.type.GeometryTypeNotValidException
 

W

W - Static variable in interface org.gvsig.fmap.geom.Geometry
West.
WIND_EVEN_ODD - Static variable in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. An even-odd winding rule for determining the interior of a path.
WIND_NON_ZERO - Static variable in class org.gvsig.fmap.geom.primitive.GeneralPathX
Deprecated. A non-zero winding rule for determining the interior of a path.
WITHIN - Static variable in interface org.gvsig.fmap.geom.Geometry.OPERATIONS
 
within(Geometry) - Method in interface org.gvsig.fmap.geom.Geometry
 
Within - Class in org.gvsig.fmap.geom.operation.relationship
 
Within() - Constructor for class org.gvsig.fmap.geom.operation.relationship.Within
 
within(Geometry) - Method in class org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive
 
wkb_baseToM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkb_baseToZ - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkb_baseToZM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
WKBEncoder - Class in org.gvsig.fmap.geom.operation.towkb
 
WKBEncoder() - Constructor for class org.gvsig.fmap.geom.operation.towkb.WKBEncoder
 
WKBEncoder.wkbByteOrder - Interface in org.gvsig.fmap.geom.operation.towkb
 
WKBEncoder.wkbGeometryType - Interface in org.gvsig.fmap.geom.operation.towkb
 
WKBEncodingException - Exception in org.gvsig.fmap.geom.operation.towkb
 
WKBEncodingException(String, Throwable, String, long) - Constructor for exception org.gvsig.fmap.geom.operation.towkb.WKBEncodingException
 
WKBEncodingException(String, String, long) - Constructor for exception org.gvsig.fmap.geom.operation.towkb.WKBEncodingException
 
wkbGeometryCollection - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbGeometryCollectionM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbGeometryCollectionZ - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbGeometryCollectionZM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbLineString - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbLineStringM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbLineStringZ - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbLineStringZM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbMultiLineString - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbMultiLineStringM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbMultiLineStringZ - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbMultiLineStringZM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbMultiPoint - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbMultiPointM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbMultiPointZ - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbMultiPointZM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbMultiPolygon - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbMultiPolygonM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbMultiPolygonZ - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbMultiPolygonZM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
WKBMultyLineInLineDefinitionException - Exception in org.gvsig.fmap.geom.operation.towkb
 
WKBMultyLineInLineDefinitionException(Geometry) - Constructor for exception org.gvsig.fmap.geom.operation.towkb.WKBMultyLineInLineDefinitionException
 
wkbNDR - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbByteOrder
 
WKBOnePointLineException - Exception in org.gvsig.fmap.geom.operation.towkb
 
WKBOnePointLineException(Geometry) - Constructor for exception org.gvsig.fmap.geom.operation.towkb.WKBOnePointLineException
 
WKBParser2 - Class in org.gvsig.fmap.geom.operation.fromwkb
Parse binary representation of geometries.
WKBParser2() - Constructor for class org.gvsig.fmap.geom.operation.fromwkb.WKBParser2
 
wkbPoint - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbPointM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbPointZ - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbPointZM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbPolygon - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbPolygonM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
WKBPolygonNotClosedException - Exception in org.gvsig.fmap.geom.operation.towkb
 
WKBPolygonNotClosedException(Geometry) - Constructor for exception org.gvsig.fmap.geom.operation.towkb.WKBPolygonNotClosedException
 
wkbPolygonZ - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbPolygonZM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbPolyhedralSurface - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbPolyhedralSurfaceM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbPolyhedralSurfaceZ - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbPolyhedralSurfaceZM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbTIN - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbTINM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbTINZ - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbTinZM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbTriangle - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbTriangleM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbTrianglez - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbTriangleZM - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbGeometryType
 
wkbXDR - Static variable in interface org.gvsig.fmap.geom.operation.towkb.WKBEncoder.wkbByteOrder
 
WKTParser - Class in org.gvsig.fmap.geom.operation.fromwkt
Converts a Well-Known Text string to a Geometry.
WKTParser() - Constructor for class org.gvsig.fmap.geom.operation.fromwkt.WKTParser
Creates a WKTReader that creates objects using a basic GeometryFactory.

X

X - Static variable in interface org.gvsig.fmap.geom.Geometry.DIMENSIONS
 

Y

Y - Static variable in interface org.gvsig.fmap.geom.Geometry.DIMENSIONS
 

Z

Z - Static variable in interface org.gvsig.fmap.geom.Geometry.DIMENSIONS
 

A B C D E F G H I J L M N O P Q R S T U V W X Y Z

Copyright © 2004-2012 gvSIG. All Rights Reserved.