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

$

$amp$amp(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Replies if the this point is inside the given shape: this && s.
$and(IntersectionType) - Method in enum org.arakhne.afc.math.geometry.IntersectionType
Compute the AND-combinaison of two intersection types.
$and(IntersectionType, IntersectionType) - Static method in enum org.arakhne.afc.math.geometry.IntersectionType
Compute the AND-combinaison of two intersection types.
$bang() - Method in enum org.arakhne.afc.math.geometry.IntersectionType
Invert the intersection classification.
$bang() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the transposition of this matrix: !this.
$bang() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the transposition of this matrix: !this.
$bang() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the transposition of this matrix: !this.
$bang(IntersectionType) - Static method in enum org.arakhne.afc.math.geometry.IntersectionType
Invert the intersection classification.
$div(double) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Scale this vector: this / factor.
$div(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Scale this vector: this / factor.
$div(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the division of this matrix by the given scalar: this / scalar.
$div(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the division of this matrix by the given scalar: this / scalar.
$div(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the division of this matrix by the given scalar: this / scalar.
$div(double, M) - Static method in class org.arakhne.afc.math.extensions.scala.MatrixExtensions
Replies the division of this matrix by the given scalar: left / right.
$div(double, V) - Static method in class org.arakhne.afc.math.extensions.scala.Tuple2DExtensions
Scale this vector: left / right.
$minus() - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Negation of this vector: -this.
$minus() - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Negation of this vector: -this.
$minus() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the negation of this matrix: -this.
$minus() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the negation of this matrix: -this.
$minus() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the negation of this matrix: -this.
$minus(double) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Replies the subtraction of the given angular and angular motion and this motion: this - motion.
$minus(double) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Subtract the scalar to this point: this - scalar.
$minus(double) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Subtract a vector to this scalar: this - scalar.
$minus(double) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Subtract the scalar to this point: this - scalar.
$minus(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Subtract a vector to this scalar: this - scalar.
$minus(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the substraction of the given scalar to this matrix: this - scalar.
$minus(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the substraction of the given scalar to this matrix: this - scalar.
$minus(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the substraction of the given scalar to this matrix: this - scalar.
$minus(double, M) - Static method in class org.arakhne.afc.math.extensions.scala.MatrixExtensions
Replies the substraction of the given scalar to this matrix: left - right.
$minus(double, P) - Static method in class org.arakhne.afc.math.extensions.scala.Tuple2DExtensions
Subtract the scalar to this point: left - right.
$minus(double, V) - Static method in class org.arakhne.afc.math.extensions.scala.Tuple2DExtensions
Subtract a vector to this scalar: left - right.
$minus(AgentMotion) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Replies the subtraction of the given linear and angular motion and this motion: this - motion.
$minus(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Subtract a vector to this point: this - point.
$minus(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Subtract a vector to this vector: this - v.
$minus(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Subtract the p point to this point: this - p.
$minus(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Subtract the p point to this point: this - p.
$minus(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Subtract a vector to this point: this - point.
$minus(Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Replies the subtraction of the given linear motion and this motion: this - motion.
$minus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Subtract the v vector to this point: this - v.
$minus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Subtract the v vector to this point: this - v.
$minus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Subtract a vector to this vector: this - v.
$minus(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the substraction of the given matrix to this matrix: this + matrix.
$minus(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the substraction of the given matrix to this matrix: this - matrix.
$minus(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the substraction of the given matrix to this matrix: this - matrix.
$or(IntersectionType) - Method in enum org.arakhne.afc.math.geometry.IntersectionType
Compute the OR-combinaison of two intersection types.
$or(IntersectionType, IntersectionType) - Static method in enum org.arakhne.afc.math.geometry.IntersectionType
Compute the OR-combinaison of two intersection types.
$plus(double) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Replies the addition of the given angular motion and this motion: this + motion.
$plus(double) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Sum of this point and a scalar: this + scalar.
$plus(double) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Sum of this vector and the given scalar: this + scalar.
$plus(double) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Sum of this point and a scalar: this + scalar.
$plus(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Sum of this vector and the given scalar: this + scalar.
$plus(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the addition of the given scalar to this matrix: this + scalar.
$plus(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the addition of the given scalar to this matrix: this + scalar.
$plus(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the addition of the given scalar to this matrix: this + scalar.
$plus(double, M) - Static method in class org.arakhne.afc.math.extensions.scala.MatrixExtensions
Replies the addition of the given scalar to this matrix: left + right.
$plus(double, P) - Static method in class org.arakhne.afc.math.extensions.scala.Tuple2DExtensions
Sum of this point and a scalar: left + right.
$plus(double, V) - Static method in class org.arakhne.afc.math.extensions.scala.Tuple2DExtensions
Sum of this vector and the given scalar: left + right.
$plus(AgentMotion) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Replies the addition of the given linear and angular motion and this motion: this + motion.
$plus(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Add this vector to a point: this + p.
$plus(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Sum of this vector and the given vector: this + v.
$plus(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Add this vector to a point: this + p.
$plus(Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Replies the addition of the given linear motion and this motion: this + motion.
$plus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Sum of this point and a vector: this + v.
$plus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Sum of this point and a vector: this + v.
$plus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Sum of this vector and the given vector: this + v.
$plus(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the addition of the given matrix to this matrix: this + matrix.
$plus(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the addition of the given matrix to this matrix: this + matrix.
$plus(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the addition of the given matrix to this matrix: this + matrix.
$times(double) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Scale this vector: this * factor.
$times(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Scale this vector: this * factor.
$times(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the multiplication of the given scalar and this matrix: this * scalar.
$times(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the multiplication of the given scalar and this matrix: this * scalar.
$times(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the multiplication of the given scalar and this matrix: this * scalar.
$times(double, M) - Static method in class org.arakhne.afc.math.extensions.scala.MatrixExtensions
Replies the multiplication of the given scalar and this matrix: left * right.
$times(double, V) - Static method in class org.arakhne.afc.math.extensions.scala.Tuple2DExtensions
Scale this vector: left * right.
$times(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Dot product: this * v.
$times(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the multiplication of the given matrix and this matrix: this * matrix.
$times(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the multiplication of the given matrix and this matrix: this * matrix.
$times(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the multiplication of the given matrix and this matrix: this * matrix.
$up(int) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Compute the power of this vector: this ^ n.
$up(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Perp product of this vector and the given vector: this ^ v.

A

absolute() - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
absolute() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
absolute() - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
absolute() - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
absolute() - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets each component of this tuple to its absolute value.
absolute() - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
absolute() - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
absolute() - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
absolute() - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets each component of this tuple to its absolute value.
absolute() - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
absolute(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
absolute(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
absolute(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
absolute(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
absolute(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
absolute(Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
absolute(Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
absolute(Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute(Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
AbstractAttributeCollection - Class in org.arakhne.afc.attrs.collection
This class implements an abstract object with attributes.
AbstractAttributeCollection() - Constructor for class org.arakhne.afc.attrs.collection.AbstractAttributeCollection
 
AbstractAttributeProvider - Class in org.arakhne.afc.attrs.collection
This class implements an abstract attribute provider.
AbstractAttributeProvider() - Constructor for class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
AbstractBoundedGISElement<C extends GISContainer<?>,​T extends AbstractBoundedGISElement<C,​T>> - Class in org.arakhne.afc.gis.primitive
Element of a GIS application which is bounded.
AbstractBoundedGISElement(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.primitive.AbstractBoundedGISElement
Constructor.
AbstractBroadFirstTreeIterator<P extends IterableNode<? extends C>,​C extends IterableNode<?>> - Class in org.arakhne.afc.math.tree.iterator
This class is an iterator on a tree.
AbstractBroadFirstTreeIterator(P) - Constructor for class org.arakhne.afc.math.tree.iterator.AbstractBroadFirstTreeIterator
Create an iterator on the given node.
AbstractBufferedAttributeProvider - Class in org.arakhne.afc.attrs.collection
This class implements an abstract attribute container that use a memory cache.
AbstractBufferedAttributeProvider() - Constructor for class org.arakhne.afc.attrs.collection.AbstractBufferedAttributeProvider
 
AbstractBusContainer<CONTAINER extends BusContainer<?>,​ELEMENT extends BusPrimitive<?>> - Class in org.arakhne.afc.gis.bus.network
This object stands for bus primitives which are also containers of bus primitives.
AbstractBusContainer(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.AbstractBusContainer
Constructor.
AbstractBusPrimitive<CONTAINER extends BusContainer<?>> - Class in org.arakhne.afc.gis.bus.network
A bus stop is a specific stop of an itinerary.
AbstractBusPrimitive(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Constructor.
AbstractCirclePathIterator(Circle2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.AbstractCirclePathIterator
Constructor.
AbstractCirclePathIterator(Circle2ai<?, ?, IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.AbstractCirclePathIterator
Constructor.
AbstractCirclePathIterator(Sphere3ai<?, ?, IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.AbstractCirclePathIterator
Constructor.
AbstractCommonShapeFileReader<E> - Class in org.arakhne.afc.io.shape
This class is an abstract reader for all the ESRI Shape file formats.
AbstractCommonShapeFileReader(File) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Constructor.
AbstractCommonShapeFileReader(InputStream) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Constructor.
AbstractCommonShapeFileReader(URL) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Constructor.
AbstractCommonShapeFileReader(ReadableByteChannel) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Constructor.
AbstractCommonShapeFileWriter<E> - Class in org.arakhne.afc.io.shape
This class permits to write an ESRI Shape file.
AbstractCommonShapeFileWriter(File, ShapeElementType) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Constructor.
AbstractCommonShapeFileWriter(OutputStream, ShapeElementType) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Constructor.
AbstractCommonShapeFileWriter(URL, ShapeElementType) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Constructor.
AbstractCommonShapeFileWriter(WritableByteChannel, ShapeElementType) - Constructor for class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Constructor.
AbstractDataTreeIterator<D,​N extends TreeNode<D,​?>> - Class in org.arakhne.afc.math.tree.iterator
This class is an iterator on a tree that replies the user data.
AbstractDataTreeIterator(NodeSelectionTreeIterator<N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.AbstractDataTreeIterator
Constructor.
AbstractEllipsePathIterator(Ellipse2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.AbstractEllipsePathIterator
Constructor.
AbstractFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
Abstract implementation of a file filter that may be used in all the standard Java tools.
AbstractFileFilter(boolean, String, String...) - Constructor for class org.arakhne.afc.inputoutput.filefilter.AbstractFileFilter
Constructor.
AbstractForest<D> - Class in org.arakhne.afc.math.tree
This is the generic implementation of a forest of trees.
AbstractForest(List<Tree<D, ?>>) - Constructor for class org.arakhne.afc.math.tree.AbstractForest
Constructor.
AbstractForest(List<Tree<D, ?>>, Collection<? extends Tree<D, ?>>) - Constructor for class org.arakhne.afc.math.tree.AbstractForest
Constructor.
AbstractGeoLocation - Class in org.arakhne.afc.gis.location
Abstract implementation of a GeoLocation.
AbstractGeoLocation() - Constructor for class org.arakhne.afc.gis.location.AbstractGeoLocation
 
AbstractGeomFactory1D<V extends Vector1D<? super V,​? super P,​?>,​P extends Point1D<? super P,​? super V,​?>> - Class in org.arakhne.afc.math.geometry.d1
Abstract implementation of a factory of geometric primitives.
AbstractGeomFactory1D() - Constructor for class org.arakhne.afc.math.geometry.d1.AbstractGeomFactory1D
 
AbstractGeomFactory2D<V extends Vector2D<? super V,​? super P>,​P extends Point2D<? super P,​? super V>> - Class in org.arakhne.afc.math.geometry.d2
Abstract implementation of a factory of geometric primitives.
AbstractGeomFactory2D() - Constructor for class org.arakhne.afc.math.geometry.d2.AbstractGeomFactory2D
 
AbstractGeomFactory3D<V extends Vector3D<? super V,​? super P>,​P extends Point3D<? super P,​? super V>> - Class in org.arakhne.afc.math.geometry.d3
Abstract implementation of a factory of geometric primitives.
AbstractGeomFactory3D() - Constructor for class org.arakhne.afc.math.geometry.d3.AbstractGeomFactory3D
 
AbstractGeomFactoryBase - Class in org.arakhne.afc.math.geometry
Abstract implementation of a factory of geometric primitives.
AbstractGeomFactoryBase() - Constructor for class org.arakhne.afc.math.geometry.AbstractGeomFactoryBase
 
AbstractGISEditableDrawer<T extends GISEditable & FlagContainer> - Class in org.arakhne.afc.gis.ui.drawers
Abstract drawer of a GIS editable.
AbstractGISEditableDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.AbstractGISEditableDrawer
 
AbstractGISElement<C extends GISContainer<?>,​T extends AbstractGISElement<C,​T>> - Class in org.arakhne.afc.gis.primitive
Element of a GIS application.
AbstractGISElement(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.primitive.AbstractGISElement
Create a GISElement with the specified attribute provider.
AbstractGISGridSet<P extends GISPrimitive> - Class in org.arakhne.afc.gis.grid
This class describes a grid that contains GIS primitives and thatp permits to find them according to there geo-location.
AbstractGISGridSet(int, int, double, double, double, double) - Constructor for class org.arakhne.afc.gis.grid.AbstractGISGridSet
Constructor.
AbstractGISGridSet(int, int, Rectangle2d) - Constructor for class org.arakhne.afc.gis.grid.AbstractGISGridSet
Constructor.
AbstractGISTreeSet<P extends GISPrimitive,​N extends AbstractGISTreeSetNode<P,​N>> - Class in org.arakhne.afc.gis.tree
This class describes a quad tree that contains GIS primitives and thatp permits to find them according to there geo-location.
AbstractGISTreeSet() - Constructor for class org.arakhne.afc.gis.tree.AbstractGISTreeSet
Create an empty tree.
AbstractGISTreeSet(double, double, double, double) - Constructor for class org.arakhne.afc.gis.tree.AbstractGISTreeSet
Constructor.
AbstractGISTreeSet(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.tree.AbstractGISTreeSet
Constructor.
AbstractGISTreeSetNode<P extends GISPrimitive,​N extends AbstractGISTreeSetNode<P,​N>> - Class in org.arakhne.afc.gis.tree
A node inside a StandardGISTreeSet.
AbstractGISTreeSetNode(IcosepQuadTreeNode.IcosepQuadTreeZone, double, double, double, double) - Constructor for class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
Constructor.
AbstractGISTreeSetNode(IcosepQuadTreeNode.IcosepQuadTreeZone, List<P>, double, double, double, double) - Constructor for class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
Constructor.
AbstractInfixDepthFirstTreeIterator<P extends IterableNode<? extends C>,​C extends IterableNode<?>> - Class in org.arakhne.afc.math.tree.iterator
This class is an infixed depth-first iterator on a tree.
AbstractInfixDepthFirstTreeIterator(P) - Constructor for class org.arakhne.afc.math.tree.iterator.AbstractInfixDepthFirstTreeIterator
Constructor.
AbstractInfixDepthFirstTreeIterator(P, int) - Constructor for class org.arakhne.afc.math.tree.iterator.AbstractInfixDepthFirstTreeIterator
Constructor.
AbstractMapCircleDrawer<T extends MapCircle> - Class in org.arakhne.afc.gis.ui.drawers
Abstract drawer of a map circle.
AbstractMapCircleDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.AbstractMapCircleDrawer
 
AbstractMapMultiPointDrawer<T extends MapMultiPoint> - Class in org.arakhne.afc.gis.ui.drawers
Abstract drawer of a map multi-point.
AbstractMapMultiPointDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.AbstractMapMultiPointDrawer
 
AbstractMapPointDrawer<T extends MapPoint> - Class in org.arakhne.afc.gis.ui.drawers
Abstract drawer of a map point.
AbstractMapPointDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.AbstractMapPointDrawer
 
AbstractMapPolygonDrawer<T extends MapPolygon> - Class in org.arakhne.afc.gis.ui.drawers
Abstract drawer of a map polygon.
AbstractMapPolygonDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.AbstractMapPolygonDrawer
 
AbstractMapPolylineDrawer<T extends MapPolyline> - Class in org.arakhne.afc.gis.ui.drawers
Abstract drawer of a map polyline.
AbstractMapPolylineDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.AbstractMapPolylineDrawer
 
AbstractMultiShapePathIterator(List<? extends Shape2afp<?, ?, IE, ?, ?, ?>>, GeomFactory2afp<IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.AbstractMultiShapePathIterator
Constructor.
AbstractMultiShapePathIterator(List<? extends Shape2ai<?, ?, IE, ?, ?, ?>>, GeomFactory2ai<IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.AbstractMultiShapePathIterator
Constructor.
AbstractMultiShapePathIterator(List<? extends Shape3afp<?, ?, IE, ?, ?, ?>>, GeomFactory3afp<IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.AbstractMultiShapePathIterator
Constructor.
AbstractMultiShapePathIterator(List<? extends Shape3ai<?, ?, IE, ?, ?, ?>>, GeomFactory3ai<IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.AbstractMultiShapePathIterator
Constructor.
AbstractOperatingSystemWrapper - Class in org.arakhne.afc.vmutil
Wrapper to the OS dependent functions.
AbstractOperatingSystemWrapper() - Constructor for class org.arakhne.afc.vmutil.AbstractOperatingSystemWrapper
Construct a wrapper.
AbstractOrientedRectanglePathIterator(OrientedRectangle2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.AbstractOrientedRectanglePathIterator
Constructor.
AbstractParallelogramPathIterator(Parallelogram2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.AbstractParallelogramPathIterator
Constructor.
AbstractParentlessTreeNode<D,​N extends AbstractParentlessTreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.node
This is the very generic implementation of a tree node which does not made any implementation choice about how this node is related to its parent node.
AbstractParentlessTreeNode(boolean) - Constructor for class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
Construct node.
AbstractParentlessTreeNode(boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
Construct node.
AbstractParentlessTreeNode(boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
Construct node.
AbstractParentlessTreeNode(boolean, Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
Construct node.
AbstractPathIterator(Path2ai<?, ?, E, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Path2ai.AbstractPathIterator
Constructor.
AbstractPathIterator(Path3ai<?, ?, E, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Path3ai.AbstractPathIterator
Constructor.
AbstractPathPathIterator(Path2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Path2afp.AbstractPathPathIterator
Constructor.
AbstractPathPathIterator(Path3afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.Path3afp.AbstractPathPathIterator
Constructor.
AbstractPhantomValueMap<K,​V> - Class in org.arakhne.afc.references
A Map implementation with phantom values.
AbstractPhantomValueMap(Map<K, AbstractReferencedValueMap.ReferencableValue<K, V>>) - Constructor for class org.arakhne.afc.references.AbstractPhantomValueMap
Constructs an empty Map.
AbstractPostfixDepthFirstTreeIterator<P extends IterableNode<? extends C>,​C extends IterableNode<?>> - Class in org.arakhne.afc.math.tree.iterator
This class is an postfixed iterator on a tree.
AbstractPostfixDepthFirstTreeIterator(P) - Constructor for class org.arakhne.afc.math.tree.iterator.AbstractPostfixDepthFirstTreeIterator
Constructor.
AbstractPrefixDepthFirstTreeIterator<P extends IterableNode<? extends C>,​C extends IterableNode<?>> - Class in org.arakhne.afc.math.tree.iterator
This class is an prefixed iterator on a tree.
AbstractPrefixDepthFirstTreeIterator(P) - Constructor for class org.arakhne.afc.math.tree.iterator.AbstractPrefixDepthFirstTreeIterator
Constructor.
AbstractPrism3i<IT extends AbstractPrism3i<?>> - Class in org.arakhne.afc.math.geometry.d3.i
A rectangular shape with 2 integer numbers.
AbstractPrism3i() - Constructor for class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
Construct an empty prism.
AbstractPrism3i(Prism3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
Constructor by copy.
AbstractRectangularShape1d<IT extends AbstractRectangularShape1d<?>> - Class in org.arakhne.afc.math.geometry.d1.d
Abstract rectangular shape with 2 double precision floating-point numbers.
AbstractRectangularShape1d() - Constructor for class org.arakhne.afc.math.geometry.d1.d.AbstractRectangularShape1d
Construct an empty shape.
AbstractRectangularShape1d(RectangularShape1afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.d.AbstractRectangularShape1d
Constructor by copy.
AbstractRectangularShape1dfx<IT extends AbstractRectangularShape1dfx<?>> - Class in org.arakhne.afc.math.geometry.d1.dfx
Abstract rectangular shape with 2 double precision floating-point FX properties.
AbstractRectangularShape1dfx() - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
Construct an empty rectangular shape.
AbstractRectangularShape1dfx(RectangularShape2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
Constructor by copy.
AbstractRectangularShape2d<IT extends AbstractRectangularShape2d<?>> - Class in org.arakhne.afc.math.geometry.d2.d
Abstract rectangular shape with 2 double precision floating-point numbers.
AbstractRectangularShape2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.AbstractRectangularShape2d
Construct an empty shape.
AbstractRectangularShape2d(RectangularShape2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.AbstractRectangularShape2d
Constructor by copy.
AbstractRectangularShape2dfx<IT extends AbstractRectangularShape2dfx<?>> - Class in org.arakhne.afc.math.geometry.d2.dfx
Abstract rectangular shape with 2 double precision floating-point FX properties.
AbstractRectangularShape2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
Construct an empty rectangular shape.
AbstractRectangularShape2dfx(RectangularShape2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
Constructor by copy.
AbstractRectangularShape2i<IT extends AbstractRectangularShape2i<?>> - Class in org.arakhne.afc.math.geometry.d2.i
A rectangular shape with 2 integer numbers.
AbstractRectangularShape2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.AbstractRectangularShape2i
Construct an empty rectangular shape.
AbstractRectangularShape2i(RectangularShape2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.AbstractRectangularShape2i
Constructor by copy.
AbstractRectangularShape2ifx<IT extends AbstractRectangularShape2ifx<?>> - Class in org.arakhne.afc.math.geometry.d2.ifx
A rectangular shape with 2 integer FX properties.
AbstractRectangularShape2ifx() - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
Construct an empty rectangular shape.
AbstractRectangularShape2ifx(RectangularShape2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
Constructor by copy.
AbstractRectangularShape3ifx<IT extends AbstractRectangularShape3ifx<?>> - Class in org.arakhne.afc.math.geometry.d3.ifx
A rectangular shape with 3 integer FX properties.
AbstractRectangularShape3ifx() - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
Construct an empty rectangular shape.
AbstractRectangularShape3ifx(Prism3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
Constructor by copy.
AbstractReferencedSet<E,​R extends Reference<E>> - Class in org.arakhne.afc.references
A Set implementation with soft values or weak values.
AbstractReferencedSet(Set<R>, Class<? super R>) - Constructor for class org.arakhne.afc.references.AbstractReferencedSet
Constructor.
AbstractReferencedSet.ReferenceComparator<E,​R extends Reference<E>> - Class in org.arakhne.afc.references
Comparator wrapper.
AbstractReferencedValueMap<K,​V> - Class in org.arakhne.afc.references
A Map implementation with weak/soft values.
AbstractReferencedValueMap(Map<K, AbstractReferencedValueMap.ReferencableValue<K, V>>) - Constructor for class org.arakhne.afc.references.AbstractReferencedValueMap
Constructs an empty Map.
AbstractReferencedValueMap.PhantomReferencedValue<VKT,​VVT> - Class in org.arakhne.afc.references
Value stored in a AbstractReferencedValueMap inside a PhantomReference.
AbstractReferencedValueMap.ReferencableValue<K,​V> - Interface in org.arakhne.afc.references
This interface provides information about the pairs inside a map with weak/soft reference values.
AbstractReferencedValueMap.SoftReferencedValue<VKT,​VVT> - Class in org.arakhne.afc.references
Value stored in a AbstractReferencedValueMap inside a SoftReference.
AbstractReferencedValueMap.WeakReferencedValue<VKT,​VVT> - Class in org.arakhne.afc.references
Value stored in a AbstractReferencedValueMap inside a WeakReference.
AbstractRoundRectanglePathIterator(RoundRectangle2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.AbstractRoundRectanglePathIterator
Constructor.
AbstractSegmentPathIterator(Segment2ai<?, ?, IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.AbstractSegmentPathIterator
Constructor.
AbstractSegmentPathIterator(Segment3ai<?, ?, IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.AbstractSegmentPathIterator
Constructor.
AbstractShape1d<T extends AbstractShape1d<?>> - Class in org.arakhne.afc.math.geometry.d1.d
Abstract shape with 2 double precision floating-point numbers.
AbstractShape1d() - Constructor for class org.arakhne.afc.math.geometry.d1.d.AbstractShape1d
Constructor.
AbstractShape1d(Segment1D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.d.AbstractShape1d
Constructor.
AbstractShape1dfx<T extends AbstractShape1dfx<?>> - Class in org.arakhne.afc.math.geometry.d1.dfx
Abstract shape with 2 double precision floating-point FX properties.
AbstractShape1dfx() - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
Constructor.
AbstractShape1dfx(Segment1D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
Constructor.
AbstractShape2d<T extends AbstractShape2d<?>> - Class in org.arakhne.afc.math.geometry.d2.d
Abstract shape with 2 double precision floating-point numbers.
AbstractShape2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.AbstractShape2d
 
AbstractShape2dfx<T extends AbstractShape2dfx<?>> - Class in org.arakhne.afc.math.geometry.d2.dfx
Abstract shape with 2 double precision floating-point FX properties.
AbstractShape2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.AbstractShape2dfx
 
AbstractShape2i<T extends AbstractShape2i<?>> - Class in org.arakhne.afc.math.geometry.d2.i
Abstract shape with 2 integer numbers.
AbstractShape2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.AbstractShape2i
 
AbstractShape2ifx<T extends AbstractShape2ifx<?>> - Class in org.arakhne.afc.math.geometry.d2.ifx
Abstract shape with 2 integer FX properties.
AbstractShape2ifx() - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.AbstractShape2ifx
 
AbstractShape3d<T extends AbstractShape3d<?>> - Class in org.arakhne.afc.math.geometry.d3.d
Abstract shape with 2 double precision floating-point numbers.
AbstractShape3d() - Constructor for class org.arakhne.afc.math.geometry.d3.d.AbstractShape3d
 
AbstractShape3dfx<T extends AbstractShape3dfx<?>> - Class in org.arakhne.afc.math.geometry.d3.dfx
Abstract shape with 3 double precision floating-point FX properties.
AbstractShape3dfx() - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.AbstractShape3dfx
 
AbstractShape3i<T extends AbstractShape3i<?>> - Class in org.arakhne.afc.math.geometry.d3.i
Abstract shape with 2 integer numbers.
AbstractShape3i() - Constructor for class org.arakhne.afc.math.geometry.d3.i.AbstractShape3i
 
AbstractShape3ifx<T extends AbstractShape3ifx<?>> - Class in org.arakhne.afc.math.geometry.d3.ifx
Abstract shape with 3 integer FX properties.
AbstractShape3ifx() - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.AbstractShape3ifx
 
AbstractShapeFileReader<E> - Class in org.arakhne.afc.io.shape
This class is a shape file reader.
AbstractShapeFileReader(File, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileReader
Constructor.
AbstractShapeFileReader(InputStream, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileReader
Constructor.
AbstractShapeFileReader(URL, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileReader
Constructor.
AbstractShapeFileReader(ReadableByteChannel, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileReader
Constructor.
AbstractShapeFileWriter<E> - Class in org.arakhne.afc.io.shape
This class permits to write an ESRI Shape file.
AbstractShapeFileWriter(File, ShapeElementType, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileWriter
Constructor.
AbstractShapeFileWriter(OutputStream, ShapeElementType, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileWriter
Constructor.
AbstractShapeFileWriter(URL, ShapeElementType, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileWriter
Constructor.
AbstractShapeFileWriter(WritableByteChannel, ShapeElementType, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.AbstractShapeFileWriter
Constructor.
AbstractSoftValueMap<K,​V> - Class in org.arakhne.afc.references
A Map implementation with soft values.
AbstractSoftValueMap(Map<K, AbstractReferencedValueMap.ReferencableValue<K, V>>) - Constructor for class org.arakhne.afc.references.AbstractSoftValueMap
Constructs an empty Map.
AbstractSpherePathIterator(Sphere3afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.AbstractSpherePathIterator
Constructor.
AbstractTargetPositionPredictionAlgorithm - Class in org.arakhne.afc.agentmotion.common
Algorithm that is providing a simple target position prediction.
AbstractTargetPositionPredictionAlgorithm(double) - Constructor for class org.arakhne.afc.agentmotion.common.AbstractTargetPositionPredictionAlgorithm
Constructor.
AbstractTree<D,​N extends TreeNode<D,​N>> - Class in org.arakhne.afc.math.tree
This is the generic implementation of a tree based on linked lists.
AbstractTree() - Constructor for class org.arakhne.afc.math.tree.AbstractTree
 
AbstractTreeNode<D,​N extends AbstractTreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a tree tree with a weak reference to its parent node.
AbstractTreeNode(boolean) - Constructor for class org.arakhne.afc.math.tree.node.AbstractTreeNode
Construct node.
AbstractTreeNode(boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.AbstractTreeNode
Construct node.
AbstractTreeNode(boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.AbstractTreeNode
Construct node.
AbstractTreeNode(boolean, Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.AbstractTreeNode
Construct node.
AbstractTrianglePathIterator(Triangle2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.AbstractTrianglePathIterator
Constructor.
AbstractWeakValueMap<K,​V> - Class in org.arakhne.afc.references
A Map implementation with weak values.
AbstractWeakValueMap(Map<K, AbstractReferencedValueMap.ReferencableValue<K, V>>) - Constructor for class org.arakhne.afc.references.AbstractWeakValueMap
Constructs an empty Map.
AbstractWrapConnection(RoadConnection) - Constructor for class org.arakhne.afc.gis.road.SubRoadNetwork.AbstractWrapConnection
Constructor.
AbstractWrapRoadConnection - Class in org.arakhne.afc.gis.road.primitive
This class provides the base implementation of a road connection wrapped to an other road connection.
AbstractWrapRoadConnection(RoadConnection) - Constructor for class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
Constructor.
acceleration(double, double, double) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
 
acceleration(double, double, double) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Replies the new acceleration according to a previous speed and a current speed, and given time.
acceleration(double, double, double) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Replies the new acceleration according to a previous velocity and a current velocity, and given time.
accept(File) - Method in class org.arakhne.afc.inputoutput.filefilter.AbstractFileFilter
 
accept(File) - Method in class org.arakhne.afc.inputoutput.filefilter.MultiFileFilter
 
accept(File, String) - Method in class org.arakhne.afc.inputoutput.filefilter.AbstractFileFilter
 
accept(File, String) - Method in class org.arakhne.afc.inputoutput.filefilter.MultiFileFilter
 
add(byte[]) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Add the given embedded data into this classifier and replies the string representation of the given embedded data.
add(byte[], String) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Add the given embedded data into this classifier and replies the string representation of the given embedded data.
add(double) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Add the given values to this point.
add(double) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiablePoint1D
 
add(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Adds a scalar to each component of this matrix.
add(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Adds a scalar to each component of this matrix.
add(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Adds a scalar to each component of this matrix.
add(double, double) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
Add a point at the end of this part.
add(double, double) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
add(double, double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
add(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Add the given coordinate in the rectangle.
add(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
add(double, double) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
add(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the value of this tuple to the sum of itself and x and y.
add(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
add(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Add the given coordinate in the rectangle.
add(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
add(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
add(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the value of this tuple to the sum of itself and x and y.
add(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
add(double, double, int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
Insert a point at the specified index.
add(double, Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Adds a scalar to each component of the matrix m1 and places the result into this.
add(double, Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Adds a scalar to each component of the matrix m1 and places the result into this.
add(double, Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Adds a scalar to each component of the matrix m1 and places the result into this.
add(int, int) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
add(int, int) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
add(int, int) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
add(int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
add(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the value of this tuple to the sum of itself and x and y.
add(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
add(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
add(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
add(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the value of this tuple to the sum of itself and x and y.
add(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
add(int, CT) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
add(int, CT) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
add(int, CT) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
add(int, CT) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
add(int, E) - Method in class org.arakhne.afc.util.InformedArrayList
 
add(int, Integer) - Method in class org.arakhne.afc.util.IntegerList
 
add(int, ST) - Method in class org.arakhne.afc.math.graph.GraphPath
add(int, T) - Method in class org.arakhne.afc.references.WeakArrayList
 
add(long, byte[], String) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Add a embedded data in the classifier.
add(long, File, String) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Add a file in the classifier.
add(long, URL, String) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Add an URL in the classifier.
add(CT) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
add(CT) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendIterator
 
add(CT) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
add(CT) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
add(CT) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendIterator
 
add(CT) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
add(E) - Method in class org.arakhne.afc.references.AbstractReferencedSet
 
add(E) - Method in class org.arakhne.afc.util.InformedArrayList
 
add(E) - Method in class org.arakhne.afc.util.MultiCollection
This function is not supported, see MultiCollection.addCollection(Collection).
add(File) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Add the given file into this classifier and replies the string representation of the given file.
add(File, String) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Add the given File into this classifier and replies the string representation of the given file.
add(Class<T>, T) - Method in class org.arakhne.afc.util.ListenerCollection
Adds the listener as a listener of the specified type.
add(Integer) - Method in class org.arakhne.afc.util.IntegerList
 
add(Iterable<SGraphSegment>) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
Add the given segments in the connection.
add(Object) - Method in class org.arakhne.afc.io.dbase.DBaseFileRecord
Add a field value to this record.
add(String, Iterable<?>) - Method in class org.arakhne.afc.vmutil.json.JsonBuffer
Add the given value.
add(String, Object) - Method in class org.arakhne.afc.vmutil.json.JsonBuffer
Add the given value.
add(String, Map<?, ?>) - Method in class org.arakhne.afc.vmutil.json.JsonBuffer
Add the given value.
add(String, JsonBuffer) - Method in class org.arakhne.afc.vmutil.json.JsonBuffer
Add the given value.
add(URL) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Add the given URL into this classifier and replies the string representation of the given URL.
add(URL, String) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Add the given URL into this classifier and replies the string representation of the given URL.
add(Iterator<? extends PathElement2afp>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Add the elements replied by the iterator into this path.
add(Iterator<? extends PathElement2ai>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Add the elements replied by the iterator into this path.
add(Iterator<? extends PathElement3afp>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Add the elements replied by the iterator into this path.
add(Iterator<? extends PathElement3ai>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Add the elements replied by the iterator into this path.
add(List<E>, Comparator<? super E>, E, boolean, boolean) - Static method in class org.arakhne.afc.util.ListUtil
Add the given element in the main list using a dichotomic algorithm.
add(MapElement) - Method in class org.arakhne.afc.gis.io.shape.MapElementGroup
Add the given element into the group.
add(RoadPath) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
 
add(ESRIPoint) - Method in class org.arakhne.afc.io.shape.ESRIBounds
Add a point to this bounds.
add(Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
 
add(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiableVector1D
 
add(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Sets the value of this tuple to the sum of itself and the given vector.
add(Vector1D<?, ?, ?>, Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
 
add(Vector1D<?, ?, ?>, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiableVector1D
 
add(Vector1D<?, ?, ?>, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Sets the value of this tuple to the sum of tuples vector1 and vector2.
add(Point2d) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
Add a point at the end of this part.
add(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Add the given coordinate in the rectangle.
add(Point2D<?, ?>, int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
Insert a point at the specified index.
add(Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
add(Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
add(Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
add(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
add(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
add(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
add(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
add(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Sets the value of this tuple to the sum of itself and t1.
add(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
add(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
add(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Sets the value of this tuple to the sum of itself and the given vector.
add(Vector2D<?, ?>, Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
add(Vector2D<?, ?>, Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
add(Vector2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Vector2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
add(Vector2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
add(Vector2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
add(Vector2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
add(Vector2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Sets the value of this tuple to the sum of tuples vector1 and vector2.
add(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Add the given coordinate in the rectangle.
add(Point3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
add(Point3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
add(Point3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Point3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
 
add(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
add(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
add(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
add(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
add(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Sets the value of this tuple to the sum of itself and t1.
add(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
 
add(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
add(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Sets the value of this tuple to the sum of itself and t1.
add(Vector3D<?, ?>, Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
add(Vector3D<?, ?>, Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
add(Vector3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Vector3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
 
add(Vector3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
add(Vector3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
add(Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
add(Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Sets the value of this tuple to the sum of tuples t1 and t2.
add(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraph
Add the given segment.
add(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
Add the given segment in the connection.
add(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the value of this matrix to the sum of itself and matrix m1.
add(Matrix2d, Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the value of this matrix to the sum of itself and matrix m1.
add(Matrix3d, Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the value of this matrix to the sum of itself and matrix m1.
add(Matrix4d, Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Tree<D, ?>) - Method in class org.arakhne.afc.math.tree.AbstractForest
 
add(P) - Method in class org.arakhne.afc.gis.grid.MapElementGridSet
 
add(P) - Method in class org.arakhne.afc.gis.grid.StandardGISGridSet
 
add(P) - Method in class org.arakhne.afc.gis.tree.StandardGISTreeSet
 
add(P) - Method in class org.arakhne.afc.gis.tree.WeakGISTreeSet
 
add(P) - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
 
add(P) - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
 
add(P) - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
 
add(P) - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
 
add(P, double, OutputParameter<P>, OutputParameter<P>) - Method in interface org.arakhne.afc.gis.GISPolylineSet
Add the selected polyline inside the tree and replies the two nearest polylines that are already inside the tree.
add(P, double, OutputParameter<P>, OutputParameter<P>) - Method in class org.arakhne.afc.gis.grid.MapPolylineGridSet
 
add(P, double, OutputParameter<P>, OutputParameter<P>) - Method in class org.arakhne.afc.gis.tree.MapPolylineTreeSet
 
add(ST) - Method in class org.arakhne.afc.math.graph.GraphPath
 
add(ST, PT) - Method in class org.arakhne.afc.math.graph.GraphPath
 
add(ST, PT) - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
Add the segment starting from the given point.
add(T) - Method in class org.arakhne.afc.util.MultiValue
Add the given value to the styored value.
ADD_CHILD - org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent.Type
The layer was added into its container.
addAll(int, Collection<? extends CT>) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
addAll(int, Collection<? extends CT>) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
addAll(int, Collection<? extends CT>) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
addAll(int, Collection<? extends CT>) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
addAll(int, Collection<? extends E>) - Method in class org.arakhne.afc.util.InformedArrayList
 
addAll(int, Collection<? extends Integer>) - Method in class org.arakhne.afc.util.IntegerList
 
addAll(int, Collection<? extends ST>) - Method in class org.arakhne.afc.math.graph.GraphPath
 
addAll(Collection<? extends CT>) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
addAll(Collection<? extends CT>) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
addAll(Collection<? extends CT>) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
addAll(Collection<? extends CT>) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
addAll(Collection<? extends E>) - Method in class org.arakhne.afc.util.InformedArrayList
 
addAll(Collection<? extends E>) - Method in class org.arakhne.afc.util.MultiCollection
This function is not supported, see MultiCollection.addCollection(Collection).
addAll(Collection<? extends Integer>) - Method in class org.arakhne.afc.util.IntegerList
 
addAll(Collection<? extends RoadPath>) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
 
addAll(Collection<? extends Tree<D, ?>>) - Method in class org.arakhne.afc.math.tree.AbstractForest
 
addAll(Collection<? extends P>) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
addAll(Collection<? extends P>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
addAll(Collection<? extends P>) - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
 
addAll(Collection<? extends P>) - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
 
addAll(Collection<? extends P>) - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
 
addAll(Collection<? extends P>) - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
 
addAll(Collection<? extends ST>) - Method in class org.arakhne.afc.math.graph.GraphPath
 
addAndGetPath(RoadPath) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Add the given road path into this cluster of road paths.
addAStarListener(AStarListener<ST, PT>) - Method in class org.arakhne.afc.math.graph.astar.AStar
Add listener on A* algorithm events.
addAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeCollection
 
addAttributeChangeListener(AttributeChangeListener) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Add a listener on the attribute value changes.
addAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
addAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
addAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
addAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
addAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
addAttributeContainer(AttributeProvider) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
addAttributeContainer(AttributeProvider) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
Add a container in this set.
addAttributes(Map<String, Object>) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Put the values given as parameter in this attribute provider.
addAttributes(Map<String, Object>) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
addAttributes(Map<String, Object>) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
addAttributes(Map<String, Object>) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
addAttributes(Map<String, Object>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
addAttributes(Map<String, Object>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
addAttributes(Map<String, Object>) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
addAttributes(AttributeProvider) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Put the values given as parameter in this attribute provider.
addAttributes(AttributeProvider) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
addAttributes(AttributeProvider) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
addAttributes(AttributeProvider) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
addAttributes(AttributeProvider) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
addAttributes(AttributeProvider) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
addAttributes(AttributeProvider) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
addBusChangeListener(BusChangeListener) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
addBusChangeListener(BusChangeListener) - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
Add listener.
addBusHalt(String, BusItineraryHalt.BusItineraryHaltType) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Add a bus halt inside the bus itinerary.
addBusHalt(UUID, String, BusItineraryHalt.BusItineraryHaltType) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Add a bus halt inside the bus itinerary.
addBusHalt(UUID, String, BusItineraryHalt.BusItineraryHaltType, int) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Add a bus halt inside the bus itinerary.
addBusHalt(UUID, BusItineraryHalt.BusItineraryHaltType) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Add a bus halt inside the bus itinerary.
addBusHalt(BusItineraryHalt) - Method in class org.arakhne.afc.gis.bus.network.BusStop
Add a bus halt reference.
addBusHalt(BusItineraryHalt.BusItineraryHaltType) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Add a bus halt inside the bus itinerary.
addBusHalt(BusItineraryHalt, int) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Add the given bus halt in this itinerary.
addBusHub(String, BusStop...) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Add a bus hub in this network.
addBusHub(BusHub) - Method in class org.arakhne.afc.gis.bus.network.BusStop
Add a hub reference.
addBusHub(BusStop...) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Add a bus hub in this network.
addBusItinerary(BusItinerary) - Method in class org.arakhne.afc.gis.bus.network.BusLine
Add a bus itinerary inside the bus line.
addBusItinerary(BusItinerary, int) - Method in class org.arakhne.afc.gis.bus.network.BusLine
Add a bus itinerary at the specified index.
addBusLine(BusLine) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Add a bus line inside the bus network.
addBusLine(BusLine, int) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Add a bus line at the specified index.
addBusStop(BusStop) - Method in class org.arakhne.afc.gis.bus.network.BusHub
Add a bus stop inside the bus hub.
addBusStop(BusStop) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Add a bus stop inside the bus network.
addBusStop(BusStop, boolean) - Method in class org.arakhne.afc.gis.bus.network.BusHub
Add a bus stop inside the bus hub.
addCellLink(GridCell<P>) - Method in class org.arakhne.afc.gis.grid.GridCellElement
Add a reference from this element to a cell that is containing this element.
addChild(int, N) - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
Add a child node at the specified index.
addChild(N) - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
Add a child node at the end of the children list.
addCollection(Collection<? extends E>) - Method in class org.arakhne.afc.util.MultiCollection
Add a collection inside this multicollection.
addConnectedSegment(RoadPolyline, boolean) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
Add a segment to this connection point.
addContentType(MagicNumber) - Static method in class org.arakhne.afc.inputoutput.filetype.FileType
Register a MIME type of the given file.
addContentType(MagicNumber) - Method in class org.arakhne.afc.inputoutput.filetype.FileType.ContentFileTypeMap
Register a MIME type of the given file.
addDrawingListener(DrawingListener) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
addDrawingListener(DrawingListener) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
addDrawingListener(DrawingListener) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Add a drawing listener.
ADDED_INTO_PARENT - org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent.Type
The layer was added into its container.
addElement(GridCellElement<P>) - Method in class org.arakhne.afc.gis.grid.GridCell
Add an element in the cell.
addElement(P) - Method in class org.arakhne.afc.gis.grid.Grid
Add the element in the grid.
addExtension(File, String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Add the extension of to specified filename.
addExtension(URL, String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Add the extension of to specified filename.
addForestListener(ForestListener) - Method in class org.arakhne.afc.math.tree.AbstractForest
Add forest listener.
addGISEditableChangeListener(GISEditableChangeListener) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
addGISEditableChangeListener(GISEditableChangeListener) - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
 
addGISEditableChangeListener(GISEditableChangeListener) - Method in class org.arakhne.afc.gis.mapelement.MapElement
 
addGISEditableChangeListener(GISEditableChangeListener) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
 
addGISEditableChangeListener(GISEditableChangeListener) - Method in interface org.arakhne.afc.gis.primitive.GISEditable
Add listener.
addGroup(double, double) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Add the specified point into a newgroup.
addGroup(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Add the specified point into a newgroup.
addIfAbsent(List<E>, Comparator<? super E>, E) - Static method in class org.arakhne.afc.util.ListUtil
Add the given element in the main list using a dichotomic algorithm if the element is not already present.
addInside(AbstractGISTreeSet<P, N>, N, P, GISTreeSetNodeFactory<P, N>) - Static method in class org.arakhne.afc.gis.tree.GISTreeSetUtil
Add the given element inside the given node (or one of its children).
addIterationElement(GraphIterationElement<ST, PT>) - Method in class org.arakhne.afc.math.graph.BreadthFirstGraphCourseModel
 
addIterationElement(GraphIterationElement<ST, PT>) - Method in class org.arakhne.afc.math.graph.DepthFirstGraphCourseModel
 
addIterationElement(GraphIterationElement<ST, PT>) - Method in interface org.arakhne.afc.math.graph.GraphCourseModel
Add an element to iterate on.
addIterationElement(GraphIterationElement<ST, PT>) - Method in class org.arakhne.afc.math.graph.ShortestSegmentFirstGraphCourseModel
 
addIterator(SizedIterator<? extends M>) - Method in class org.arakhne.afc.sizediterator.MultiSizedIterator
Add an iterator in the list of iterators.
addition(Class<?>) - Static method in enum org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
Replies the addition type according to the given type.
ADDITION - org.arakhne.afc.attrs.collection.AttributeChangeEvent.Type
an attribute was added.
addLayerListener(MapLayerListener) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Add a listener on the layer's events.
addLayerListener(MapLayerListener) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Add a listener on the layer's events.
addListener(Class<T>, T) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Add a listener.
addListeningIterator(StandardRoadConnection.IClockwiseIterator) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
Add a listening iterator.
addMapElement(E) - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
 
addMapElement(E) - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
 
addMapElement(E) - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
 
addMapElement(RoadPolyline) - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
addMapElement(T) - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
Add a map element inside this container.
addMapElements(Collection<? extends E>) - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
 
addMapElements(Collection<? extends E>) - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
 
addMapElements(Collection<? extends E>) - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
 
addMapElements(Collection<? extends RoadPolyline>) - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
addMapElements(Collection<? extends T>) - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
Add map elements inside this container.
addMapLayer(int, L) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Insert a map layer inside this container at the specified index.
addMapLayer(int, L) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
addMapLayer(L) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Add a map layer inside this container at the top-most position.
addMapLayer(L) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
addOption(int) - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Add the specified option.
addPathToPath(RoadPath, RoadPath) - Static method in class org.arakhne.afc.gis.road.path.RoadPath
Add the elements stored inside a road path into a road path.
addPoint(double, double) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Add the specified point at the end of the last group.
addPoint(double, double, int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Add the specified point at the end of the specified group.
addPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Add the specified point at the end of the last group.
addPoint(Point2D<?, ?>, int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Add the specified point at the end of the specified group.
addPreferredProvider(ThreadServiceProvider) - Static method in class org.arakhne.afc.vmutil.ThreadServiceFinder
Add a preferred provider.
addProgressionListener(ProgressionListener) - Method in class org.arakhne.afc.progress.DefaultProgression
 
addProgressionListener(ProgressionListener) - Method in interface org.arakhne.afc.progress.Progression
Add a listener on this model.
addReferenceListener(ReferenceListener) - Method in class org.arakhne.afc.references.WeakArrayList
Add listener on reference's release.
addRoadNetworkListener(RoadNetworkListener) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Add a listener.
addRoadNetworkListener(RoadNetworkListener) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
addRoadPolyline(RoadPolyline) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
Add a road segment inside the road network.
addRoadSegment(RoadSegment) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Add a road segment inside the bus itinerary.
addRoadSegment(RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Add a road segment inside the road network.
addRoadSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
addRoadSegment(RoadSegment, boolean) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Add a road segment inside the bus itinerary.
addRoadSegments(RoadPath) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Add road segments inside the bus itinerary.
addRoadSegments(RoadPath, boolean) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Add road segments inside the bus itinerary.
addRoadSegments(RoadPath, boolean, boolean) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Add road segments inside the bus itinerary.
addShapeGeometryChangeListener(ShapeGeometryChangeListener) - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractShape2d
Add listener on geometry changes.
addShapeGeometryChangeListener(ShapeGeometryChangeListener) - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractShape2i
Add listener on geometry changes.
addShapeGeometryChangeListener(ShapeGeometryChangeListener) - Method in class org.arakhne.afc.math.geometry.d3.d.AbstractShape3d
Add listener on geometry changes.
addShapeGeometryChangeListener(ShapeGeometryChangeListener) - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractShape3i
Add listener on geometry changes.
addToPath(GP, ST) - Method in class org.arakhne.afc.math.graph.astar.AStar
Add the given segment into the given path.
addToPath(GP, ST) - Method in interface org.arakhne.afc.math.graph.astar.AStarPathFactory
Add the given segment into the given path.
addToPath(RoadPath, RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStarPathFactory
 
addToPolyline(Collection<? extends Point2D<?, ?>>) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Add a point to the end of the polyline.
addToPolyline(Collection<? extends Point2D<?, ?>>) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
addToPolyline(Point2D<?, ?>...) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Add a point to the end of the polyline.
addToPolyline(Point2D<?, ?>...) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
addToPolyline3D(Collection<? extends Point3D<?, ?>>) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Add a point to the end of the polyline.
addToPolyline3D(Collection<? extends Point3D<?, ?>>) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
addToPolyline3D(Point3D<?, ?>...) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Add a point to the end of the polyline.
addToPolyline3D(Point3D<?, ?>...) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
addTreeNodeListener(TreeNodeListener) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
addTreeNodeListener(TreeNodeListener) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
addTreeNodeListener(TreeNodeListener) - Method in interface org.arakhne.afc.math.tree.TreeNode
Add a listener on the node events.
addURL(URL) - Method in class org.arakhne.afc.vmutil.DynamicURLClassLoader
Appends the specified URL to the list of URLs to search for classes and resources.
addURLs(URL...) - Method in class org.arakhne.afc.vmutil.DynamicURLClassLoader
Appends the specified URL to the list of URLs to search for classes and resources.
addUserData(int, D) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
addUserData(int, D) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
addUserData(int, D) - Method in interface org.arakhne.afc.math.tree.TreeNode
Add a user data associated to this node.
addUserData(int, Collection<? extends D>) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
addUserData(int, Collection<? extends D>) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
addUserData(int, Collection<? extends D>) - Method in interface org.arakhne.afc.math.tree.TreeNode
Add a user data associated to this node.
addUserData(D) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
addUserData(D) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
addUserData(D) - Method in interface org.arakhne.afc.math.tree.TreeNode
Add a user data associated to this node.
addUserData(Object) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
Add a user data in the data associated to this point.
addUserData(Object) - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
Add a user data in the data associated to this point.
addUserData(String, Object) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
addUserData(String, Object) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Add an user data associated to this segment.
addUserData(String, Object) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
addUserData(String, Object) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
addUserData(Collection<? extends D>) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
addUserData(Collection<? extends D>) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
addUserData(Collection<? extends D>) - Method in interface org.arakhne.afc.math.tree.TreeNode
Add a user data associated to this node.
addUserData(Collection<? extends P>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
addX(double) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
addX(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
addX(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
addX(double) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
addX(double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the x value of this tuple to the sum of itself and x.
addX(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
addX(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
addX(double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
addX(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the x value of this tuple to the sum of itself and x.
addX(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
addX(int) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
addX(int) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
addX(int) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
addX(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
addX(int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the x value of this tuple to the sum of itself and x.
addX(int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
addX(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
addX(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
addX(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the x value of this tuple to the sum of itself and x.
addX(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
addY(double) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
addY(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
addY(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
addY(double) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
addY(double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the y value of this tuple to the sum of itself and y.
addY(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
addY(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
addY(double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
addY(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the y value of this tuple to the sum of itself and y.
addY(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
addY(int) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
addY(int) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
addY(int) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
addY(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
addY(int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the y value of this tuple to the sum of itself and y.
addY(int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
addY(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
addY(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
addY(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the y value of this tuple to the sum of itself and y.
addY(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
addZ(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
addZ(double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
addZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the z value of this tuple to the sum of itself and z.
addZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
addZ(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
addZ(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
addZ(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the z value of this tuple to the sum of itself and z.
addZ(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
advance(Progression) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Increment the value of the given task progression, if not null, by 1.
advance(Progression, int) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Increment the value of the given task progression, if not null, by the given amount.
advance(Progression, int, String) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Increment the value of the given task progression, if not null, by the given amount.
advance(Progression, String) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Increment the value of the given task progression, if not null, by 1.
AFGHANISTAN - org.arakhne.afc.util.CountryCode
AF.
AgentMotion - Class in org.arakhne.afc.agentmotion
Describes the motion of an agent.
AgentMotion() - Constructor for class org.arakhne.afc.agentmotion.AgentMotion
Construct a zero motion.
AgentMotion(double) - Constructor for class org.arakhne.afc.agentmotion.AgentMotion
Construct a motion.
AgentMotion(double, double) - Constructor for class org.arakhne.afc.agentmotion.AgentMotion
Construct a motion.
AgentMotion(double, double, double) - Constructor for class org.arakhne.afc.agentmotion.AgentMotion
Construct a motion.
AgentMotion(AgentMotion) - Constructor for class org.arakhne.afc.agentmotion.AgentMotion
Constructor by copy.
AgentMotion(Vector2D<?, ?>) - Constructor for class org.arakhne.afc.agentmotion.AgentMotion
Construct a motion.
AgentMotion(Vector2D<?, ?>, double) - Constructor for class org.arakhne.afc.agentmotion.AgentMotion
Construct a motion.
AIX - org.arakhne.afc.vmutil.OperatingSystem
AIX®.
ALAND_ISLANDS - org.arakhne.afc.util.CountryCode
AX.
ALBANIA - org.arakhne.afc.util.CountryCode
AL.
ALGERIA - org.arakhne.afc.util.CountryCode
DZ.
algorithmEnded(List<AStarNode<ST, PT>>) - Method in interface org.arakhne.afc.math.graph.astar.AStarListener
Invoked when the A* algorithm has finished.
algorithmStarted(AStarNode<ST, PT>, PT) - Method in interface org.arakhne.afc.math.graph.astar.AStarListener
Invoked when the A* algorithm has started.
aligning - Variable in class org.arakhne.afc.agentmotion.common.FacingAlgorithm
Aligning algorithm to delegate to.
AligningKinematicAlgorithm - Class in org.arakhne.afc.agentmotion.kinematic
Agent is changing its oriented for being align to the target vector.
AligningKinematicAlgorithm(double) - Constructor for class org.arakhne.afc.agentmotion.kinematic.AligningKinematicAlgorithm
Constructor.
AligningMotionAlgorithm - Interface in org.arakhne.afc.agentmotion
Agent is changing its oriented for being align to the target vector.
AligningSteeringAlgorithm - Class in org.arakhne.afc.agentmotion.steering
Agent is changing its oriented for being align to the target vector.
AligningSteeringAlgorithm(double, double, int) - Constructor for class org.arakhne.afc.agentmotion.steering.AligningSteeringAlgorithm
Constructor.
ALL - org.arakhne.afc.bootique.log4j.configs.Level
All.
ALL_HUBS_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
All the bus hubs were removed from a bus network.
ALL_ITINERARIES_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
All the bus itineraries were removed from a bus line.
ALL_ITINERARY_HALTS_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
All the bus halts were removed from a bus itinerary.
ALL_LINES_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
All the bus lines were removed from a bus network.
ALL_SEGMENTS_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
All the road segments were removed from a bus itinerary.
ALL_STOPS_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
All the bus stops were removed from a bus network.
AMERICAN_SAMOA - org.arakhne.afc.util.CountryCode
AS.
and(IntersectionType) - Method in enum org.arakhne.afc.math.geometry.IntersectionType
Compute the AND-combinaison of two intersection types.
and(IntersectionType, IntersectionType) - Static method in enum org.arakhne.afc.math.geometry.IntersectionType
Compute the AND-combinaison of two intersection types.
ANDORRA - org.arakhne.afc.util.CountryCode
AD.
Android - Class in org.arakhne.afc.vmutil
This class stores several information given by the Android operating systems.
ANDROID - org.arakhne.afc.vmutil.OperatingSystem
Android Linux distribution.
Android.AndroidException - Exception in org.arakhne.afc.vmutil
This exception is thrown when the Android attributes are not correctly initialized.
AndroidException() - Constructor for exception org.arakhne.afc.vmutil.Android.AndroidException
Construct the exception.
AndroidException(String) - Constructor for exception org.arakhne.afc.vmutil.Android.AndroidException
Construct the exception.
AndroidException(String, Throwable) - Constructor for exception org.arakhne.afc.vmutil.Android.AndroidException
Construct the exception.
AndroidException(Throwable) - Constructor for exception org.arakhne.afc.vmutil.Android.AndroidException
Construct the exception.
AndroidResourceWrapper - Class in org.arakhne.afc.vmutil
This interface provides the Android implementation to load resources.
AndroidResourceWrapper() - Constructor for class org.arakhne.afc.vmutil.AndroidResourceWrapper
Construct the wrapper.
angle(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Returns the angle in radians between this vector and the vector parameter; the return value is constrained to the range [0, PI].
angle(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Returns the angle in radians between this vector and the vector parameter; the return value is constrained to the range [0, PI].
angleOfVector(double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Return the trigonometric angle of a vector.
angleOfVector(double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Return the trigonometric angle of a vector.
ANGOLA - org.arakhne.afc.util.CountryCode
AO.
ANGUILLA - org.arakhne.afc.util.CountryCode
AI.
AngularAccelerationKinematic - Interface in org.arakhne.afc.math.physics.kinematic.angular
This interface describes an object that is able to provide angular instant speed, velocity, acceleration, and the maximal values for the speeds.
AngularInstantAccelerationKinematic - Interface in org.arakhne.afc.math.physics.kinematic.angular
This interface describes an object that is able to provide angular instant speed, velocity, and acceleration.
AngularInstantVelocityKinematic - Interface in org.arakhne.afc.math.physics.kinematic.angular
This interface describes an object that is able to provide angular instant speed and velocity.
AngularUnit - Enum in org.arakhne.afc.math.physics
A AngularUnit represents speed at a given unit of granularity.
AngularVelocityKinematic - Interface in org.arakhne.afc.math.physics.kinematic.angular
This interface describes an object that is able to provide angular instant speed and velocity, and the maximal values for the speeds.
ANTARCTICA - org.arakhne.afc.util.CountryCode
AQ.
ANTIGUA_AND_BARBUDA - org.arakhne.afc.util.CountryCode
AG.
append(Appendable) - Method in class org.arakhne.afc.bootique.synopsishelp.help.SynopsisHelpGenerator
 
AppenderConfig - Class in org.arakhne.afc.bootique.log4j.configs
Configuration for log4j appenders.
AppenderConfig() - Constructor for class org.arakhne.afc.bootique.log4j.configs.AppenderConfig
 
ApplicationArgumentSynopsis - Annotation Type in org.arakhne.afc.bootique.synopsishelp.annotations
Annotation for marking a String value in order to define the synopsis of the application's arguments.
ApplicationData2ModuleProvider - Class in org.arakhne.afc.bootique.applicationdata2
Provider of a Bootique module for ApplicationData2.
ApplicationData2ModuleProvider() - Constructor for class org.arakhne.afc.bootique.applicationdata2.ApplicationData2ModuleProvider
 
ApplicationDetailedDescription - Annotation Type in org.arakhne.afc.bootique.synopsishelp.annotations
Annotation for marking a String value in order to define the detailed description of the application.
ApplicationMetadata2Module - Class in org.arakhne.afc.bootique.applicationdata2.modules
Module for the compiler application metadata version 2.
ApplicationMetadata2Module() - Constructor for class org.arakhne.afc.bootique.applicationdata2.modules.ApplicationMetadata2Module
 
applyEffect(Effect) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Applies the given effect to the entire bounds of the canvas and stores the result back into the same canvas.
applyPattern(String) - Method in class org.arakhne.afc.vmutil.locale.LocaleMessageFormat
 
approximationFactor - Variable in class org.arakhne.afc.agentmotion.steering.AligningSteeringAlgorithm
Approximation factor.
approximationFactor - Variable in class org.arakhne.afc.agentmotion.steering.ArrivingSteeringAlgorithm
Approximation factor.
arc(double, double, double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Adds path elements to the current path to make an arc that uses Euclidean radians.
ARC_HEIGHT - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
arcHeight.
ARC_ONLY - org.arakhne.afc.math.geometry.d2.Path2D.ArcType
Draw only the ellipse arc.
ARC_ONLY - org.arakhne.afc.math.geometry.d3.Path3D.ArcType
Draw only the ellipse arc.
ARC_TO - org.arakhne.afc.math.geometry.PathElementType
Arc to the next point.
ARC_WIDTH - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
arcWidth.
arcHeightProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
Replies the property for the arc height.
ArcPathElement2d(double, double, double, double, double, double, double, boolean, boolean) - Constructor for class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
Constructor.
ArcPathElement2dfx(DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, BooleanProperty, BooleanProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
Constructor.
ArcPathElement2dfx(Point2dfx, Point2dfx, DoubleProperty, DoubleProperty, DoubleProperty, BooleanProperty, BooleanProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
Constructor by setting.
ArcPathElement2i(int, int, int, int, int, int, double, boolean, boolean) - Constructor for class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
Constructor.
ArcPathElement2ifx(IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, DoubleProperty, BooleanProperty, BooleanProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
Constructor.
ArcPathElement2ifx(Point2ifx, Point2ifx, IntegerProperty, IntegerProperty, DoubleProperty, BooleanProperty, BooleanProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
Constructor by setting.
arcTo(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Adds a section of an shallow ellipse to the current path.
arcTo(double, double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Adds segments to the current path to make an arc.
arcTo(double, double, double, double, double, boolean, boolean) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Adds a section of an shallow ellipse to the current path.
arcTo(double, double, double, double, double, double, Path2D.ArcType) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Adds a section of an shallow ellipse to the current path.
arcTo(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Adds a section of an shallow ellipse to the current path.
arcTo(int, int, int, int, double, boolean, boolean) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Adds a section of an shallow ellipse to the current path.
arcTo(int, int, int, int, double, double, Path2D.ArcType) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Adds a section of an shallow ellipse to the current path.
arcTo(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Adds a section of an shallow ellipse to the current path.
arcTo(Point2D<?, ?>, Point2D<?, ?>, double, double, Path2D.ArcType) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
arcTo(Point2D<?, ?>, Point2D<?, ?>, double, double, Path2D.ArcType) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
arcTo(Point2D<?, ?>, Point2D<?, ?>, double, double, Path2D.ArcType) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Adds a section of an shallow ellipse to the current path.
arcTo(Point2D<?, ?>, Vector2D<?, ?>, double, boolean, boolean) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
arcTo(Point2D<?, ?>, Vector2D<?, ?>, double, boolean, boolean) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
arcTo(Point2D<?, ?>, Vector2D<?, ?>, double, boolean, boolean) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Adds a section of an shallow ellipse to the current path.
arcWidthProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
Replies the property for the arc width.
ARGENTINA - org.arakhne.afc.util.CountryCode
AR.
ARMENIA - org.arakhne.afc.util.CountryCode
AM.
AroundCellIterable<P extends GISPrimitive> - Interface in org.arakhne.afc.gis.grid
Iterable that is replying the cells around a specified position.
AroundCellIterator<P extends GISPrimitive> - Interface in org.arakhne.afc.gis.grid
Iterator that is replying the cells around a specified position.
aroundIterator() - Method in interface org.arakhne.afc.gis.grid.AroundCellIterable
Replies the extended iterator on the cells around a specified ont.
ArrayForest<D> - Class in org.arakhne.afc.math.tree
This is a array implementation of a forest of trees.
ArrayForest() - Constructor for class org.arakhne.afc.math.tree.ArrayForest
Construct a forest.
ArrayForest(Collection<? extends Tree<D, ?>>) - Constructor for class org.arakhne.afc.math.tree.ArrayForest
Constructor.
ArrayMapElementLayer<E extends MapElement> - Class in org.arakhne.afc.gis.maplayer
This class represents a layer that contains map elements stored in an array data structure.
ArrayMapElementLayer() - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
Create a new layer.
ArrayMapElementLayer(boolean) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
Create a new layer with the specified attribute source.
ArrayMapElementLayer(Class<? extends E>) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
Create a new layer with the specified element type.
ArrayMapElementLayer(UUID) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
Create a new layer with the specified attribute source.
ArrayMapElementLayer(UUID, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
Create a new layer with the specified attribute source.
ArrayMapElementLayer(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
Create a new layer with the specified attribute source.
ArrayMapElementLayer(UUID, AttributeCollection, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
Create a new layer with the specified attribute source.
ArrayMapElementLayer(AttributeCollection) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
Create a new layer with the specified attribute source.
ArrayMapElementLayer(AttributeCollection, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
Create a new layer with the specified attribute source.
ArraySizedIterator<OBJECT> - Class in org.arakhne.afc.sizediterator
Iterator which is disabling the remove() function.
ArraySizedIterator(OBJECT[]) - Constructor for class org.arakhne.afc.sizediterator.ArraySizedIterator
Construct an iterator.
ArrayUtil - Class in org.arakhne.afc.util
Some utilities functions for arrays.
ArrayUtil.Filter<T> - Interface in org.arakhne.afc.util
Some utilities functions for arrays.
ArrivingKinematicAlgorithm - Class in org.arakhne.afc.agentmotion.kinematic
Agent is changing its position for arriving (stopping) the target point.
ArrivingKinematicAlgorithm(double) - Constructor for class org.arakhne.afc.agentmotion.kinematic.ArrivingKinematicAlgorithm
Constructor.
ArrivingMotionAlgorithm - Interface in org.arakhne.afc.agentmotion
Agent is changing its position for arriving (stopping) the target point.
ArrivingSteeringAlgorithm - Class in org.arakhne.afc.agentmotion.steering
Agent is changing its position for arriving (stopping) the target point.
ArrivingSteeringAlgorithm(double, double, int) - Constructor for class org.arakhne.afc.agentmotion.steering.ArrivingSteeringAlgorithm
Constructor.
ARUBA - org.arakhne.afc.util.CountryCode
AW.
assertAssignedAndNotNull() - Method in class org.arakhne.afc.attrs.attr.AttributeImpl
Assert that the attribute value was assigned and not null.
assertAssignedAndNotNull() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
Assert that the attribute value was assigned and not null.
AssertMessages - Class in org.arakhne.afc.vmutil.asserts
Provides standard error messages for assertions.
assertRange(int, boolean) - Method in class org.arakhne.afc.references.WeakArrayList
Verify if the specified index is inside the array.
assign(MultiAttributeProvider.ManyValueAttributeValue, AttributeValue) - Static method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
Assign the value v2 to v1 and change v1 according to the types of v1 and v2.
AStar<GP extends GraphPath<GP,​ST,​PT>,​ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Class in org.arakhne.afc.math.graph.astar
This class provides an implementation of the famous A* algorithm.
AStar(AStarHeuristic<? super PT>, Class<? extends GP>) - Constructor for class org.arakhne.afc.math.graph.astar.AStar
Constructor.
AStar(AStarHeuristic<? super PT>, AStarPathFactory<GP, ST, PT>) - Constructor for class org.arakhne.afc.math.graph.astar.AStar
Constructor.
AStar.Candidate - Class in org.arakhne.afc.math.graph.astar
Candidate node in the A* algorithm, and its related information.
AStar.CloseComparator<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Class in org.arakhne.afc.math.graph.astar
Comparator used to sort the close list of A* algorithm.
AStar.OpenComparator<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Class in org.arakhne.afc.math.graph.astar
Comparator used to sort the open list of A* algorithm.
AStarCostComputer<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Interface in org.arakhne.afc.math.graph.astar
This interface provides a way to the A* algorithm to compute the costs of the graph points and the segments.
AStarHeuristic<PT extends GraphPoint<PT,​?>> - Interface in org.arakhne.afc.math.graph.astar
This interface provides an heuristic evaluation of a path for the A* algorithm.
AStarListener<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Interface in org.arakhne.afc.math.graph.astar
This interface is implemented by the listeners on the progression of the A* algorithm.
AStarNode<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Interface in org.arakhne.afc.math.graph.astar
This interface provides services for an A* node.
AStarPathFactory<GP extends GraphPath<GP,​ST,​PT>,​ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Interface in org.arakhne.afc.math.graph.astar
This interface provides a mean to create a path factory for the A* algorithm.
AStarSegmentOrientation<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Interface in org.arakhne.afc.math.graph.astar
This interface provides a way to the A* algorithm to retreive the orientation of a segment.
AStarSegmentReplacer<ST extends GraphSegment<ST,​?>> - Interface in org.arakhne.afc.math.graph.astar
This interface provides a way to replace the segments of the paths found by the A* algorithm.
ATTR_CLICKABLE - Static variable in class org.arakhne.afc.gis.maplayer.MapLayer
Name of the attribute that indicates if the element could be clicked.
ATTR_COLOR - Static variable in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Attribute: color of the element.
ATTR_COLOR - Static variable in interface org.arakhne.afc.gis.bus.network.BusPrimitive
Attribute: color of the element.
ATTR_COLOR - Static variable in class org.arakhne.afc.gis.mapelement.MapElement
Attribute: color of the element.
ATTR_COLOR - Static variable in class org.arakhne.afc.gis.maplayer.MapLayer
Attribute: color of the element.
ATTR_COLOR - Static variable in class org.arakhne.afc.inputoutput.xml.XMLUtil
color="".
ATTR_DOUBLEFRAME - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
doubleFrame="".
ATTR_ELEMENT_ATTRIBUTES_URL - Static variable in class org.arakhne.afc.gis.maplayer.MapElementLayer
Name of the attribute which is containing the URL of the source of the element attributes.
ATTR_ELEMENT_GEOMETRY_PROJECTION - Static variable in class org.arakhne.afc.gis.maplayer.MapElementLayer
Name of the attribute which is containing the type of map projection for the source file of the element geometries.
ATTR_ELEMENT_GEOMETRY_URL - Static variable in class org.arakhne.afc.gis.maplayer.MapElementLayer
Name of the attribute which is containing the URL of the source of the element geometries.
ATTR_FILE - Static variable in class org.arakhne.afc.inputoutput.xml.XMLUtil
file="".
ATTR_FIRSTPOINTINDEX - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
firstPointIndex="".
ATTR_GEOID - Static variable in class org.arakhne.afc.attrs.xml.XMLAttributeUtil
geoid="".
ATTR_HEIGHT - Static variable in class org.arakhne.afc.gis.road.io.XMLRoadUtil
height="".
ATTR_ID - Static variable in class org.arakhne.afc.inputoutput.xml.XMLUtil
id="".
ATTR_IDENTIFIER - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
Attirbute "id".
ATTR_LASTPOINTINDEX - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
lastPointIndex="".
ATTR_MIMETYPE - Static variable in class org.arakhne.afc.inputoutput.xml.XMLUtil
mime="".
ATTR_NAME - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
Attribute "name".
ATTR_NAME - Static variable in interface org.arakhne.afc.gis.primitive.GISElement
Attribute: name of the element.
ATTR_NAME - Static variable in class org.arakhne.afc.inputoutput.xml.XMLUtil
name="".
ATTR_RADIUS - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
radius="".
ATTR_REMOVABLE - Static variable in class org.arakhne.afc.gis.maplayer.MapLayer
Name of the attribute that indicates if the element is removabled from its parent.
ATTR_ROADID - Static variable in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
<roadId />.
ATTR_SIZE - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
size="".
ATTR_TYPE - Static variable in class org.arakhne.afc.attrs.xml.XMLAttributeUtil
type="".
ATTR_URL - Static variable in class org.arakhne.afc.inputoutput.xml.XMLUtil
url="".
ATTR_USE_CONTAINER_COLOR - Static variable in class org.arakhne.afc.gis.mapelement.MapElement
Name of the attribute that indicates if the element must use its container's color.
ATTR_USE_CONTAINER_COLOR - Static variable in class org.arakhne.afc.gis.maplayer.MapLayer
Name of the attribute that indicates if the element must use its container's color.
ATTR_VALUE - Static variable in class org.arakhne.afc.attrs.xml.XMLAttributeUtil
value="".
ATTR_VISIBLE - Static variable in class org.arakhne.afc.gis.maplayer.MapLayer
Name of the attribute that indicates if the element is visible.
ATTR_VISUALIZATION_TYPE - Static variable in class org.arakhne.afc.gis.mapelement.MapElement
Name of the attribute that indicates if the element must use its container's color.
ATTR_WIDE - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
wide="".
ATTR_WIDTH - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
width="".
ATTR_X - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
x="".
ATTR_Y - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
y="".
Attribute - Interface in org.arakhne.afc.attrs.attr
This interface contains a metadata with a name.
AttributeChangeEvent - Class in org.arakhne.afc.attrs.collection
This interface representes a listener on the attribute changes.
AttributeChangeEvent(Object, AttributeChangeEvent.Type, String, AttributeValue, String, AttributeValue) - Constructor for class org.arakhne.afc.attrs.collection.AttributeChangeEvent
Create an event that describes a value update only.
AttributeChangeEvent.Type - Enum in org.arakhne.afc.attrs.collection
This interface representes a listener on the attribute changes.
AttributeChangeListener - Interface in org.arakhne.afc.attrs.collection
This interface representes a listener on the attribute changes.
AttributeCollection - Interface in org.arakhne.afc.attrs.collection
This interface representes an object that owns a collection of attributes with a reading and a writing API.
AttributeComparator - Class in org.arakhne.afc.attrs.attr
This class permits to compare to Attribute.
AttributeComparator() - Constructor for class org.arakhne.afc.attrs.attr.AttributeComparator
 
AttributeConstants - Class in org.arakhne.afc.attrs.attr
This interface contains several constant names.
AttributeError - Exception in org.arakhne.afc.attrs.attr
This exception is generated each time something wrong append with attributes.
AttributeError() - Constructor for exception org.arakhne.afc.attrs.attr.AttributeError
Construct the exception.
AttributeError(String) - Constructor for exception org.arakhne.afc.attrs.attr.AttributeError
Construct the exception.
AttributeError(Throwable) - Constructor for exception org.arakhne.afc.attrs.attr.AttributeError
Construct the exception.
AttributeException - Exception in org.arakhne.afc.attrs.attr
This exception is generated each time something wrong append with attributes.
AttributeException() - Constructor for exception org.arakhne.afc.attrs.attr.AttributeException
Construct the exception.
AttributeException(String) - Constructor for exception org.arakhne.afc.attrs.attr.AttributeException
Construct the exception.
AttributeException(Throwable) - Constructor for exception org.arakhne.afc.attrs.attr.AttributeException
Construct the exception.
AttributeImpl - Class in org.arakhne.afc.attrs.attr
This class contains an attribute value.
AttributeImpl() - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Uninitialized attribute.
AttributeImpl(String) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Uninitialized attribute.
AttributeImpl(String, boolean) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, double) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, double, double) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, double, double, double) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, float) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, float, float) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, float, float, float) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, int) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, long) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, Class<?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, Enum<?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, Object) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, String) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, InetAddress) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, InetSocketAddress) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, URI) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, URL) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, Date) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, UUID) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, AttributeType) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Uninitialized attribute.
AttributeImpl(String, AttributeType, Object) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Initialized attribute with the given raw value.
AttributeImpl(String, AttributeValue) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, Point2D<?, ?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, Point2D<?, ?>[]) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, Point3D<?, ?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(String, Point3D<?, ?>[]) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(Attribute) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Constructor from the given value.
AttributeImpl(AttributeType) - Constructor for class org.arakhne.afc.attrs.attr.AttributeImpl
Uninitialized attribute.
AttributeIterator - Class in org.arakhne.afc.attrs.collection
Iterator on attributes.
AttributeIterator(AttributeProvider) - Constructor for class org.arakhne.afc.attrs.collection.AttributeIterator
Create an iterator on the given container.
AttributeNameComparator - Class in org.arakhne.afc.attrs.attr
Comparator for attribute names.
AttributeNameComparator() - Constructor for class org.arakhne.afc.attrs.attr.AttributeNameComparator
 
AttributeNameStringComparator - Class in org.arakhne.afc.attrs.collection
Comparator for attribute names as strings.
AttributeNameStringComparator() - Constructor for class org.arakhne.afc.attrs.collection.AttributeNameStringComparator
 
AttributeNotInitializedException - Exception in org.arakhne.afc.attrs.attr
This exception is generated each time an uninitialized attribute value was accessed.
AttributeNotInitializedException() - Constructor for exception org.arakhne.afc.attrs.attr.AttributeNotInitializedException
Construct the exception.
AttributeNotInitializedException(String) - Constructor for exception org.arakhne.afc.attrs.attr.AttributeNotInitializedException
Construct the exception.
AttributeProvider - Interface in org.arakhne.afc.attrs.collection
This interface representes a provider of attributes that provide a reading API only.
attributes() - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
attributes() - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies all the attributes.
attributes() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
attributes() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
attributes() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
attributeSource - Variable in class org.arakhne.afc.gis.primitive.AbstractGISElement
Source of attributes.
AttributeType - Enum in org.arakhne.afc.attrs.attr
List of supported types for the metadata.
AttributeValue - Interface in org.arakhne.afc.attrs.attr
This class contains a metadata value.
AttributeValueComparator - Class in org.arakhne.afc.attrs.attr
This class permits to compare to AttributeValue.
AttributeValueComparator() - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueComparator
 
AttributeValueImpl - Class in org.arakhne.afc.attrs.attr
This class contains an attribute value.
AttributeValueImpl() - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Uninitialized value.
AttributeValueImpl(boolean) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(double) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(double, double) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(double, double, double) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(float) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(float, float) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(float, float, float) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(int) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(long) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(Class<?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(Enum<?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(Object) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(String) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(InetAddress) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(InetSocketAddress) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(URI) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(URL) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(Date) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(UUID) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(AttributeType) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Uninitialized value.
AttributeValueImpl(AttributeType, Object) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(AttributeValue) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(Point2D<?, ?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(Point2D<?, ?>[]) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(Point3D<?, ?>) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AttributeValueImpl(Point3D<?, ?>[]) - Constructor for class org.arakhne.afc.attrs.attr.AttributeValueImpl
Constructor from the given value.
AUSTRALIA - org.arakhne.afc.util.CountryCode
AU.
AUSTRIA - org.arakhne.afc.util.CountryCode
AT.
AUTO_CLOSE - org.arakhne.afc.math.geometry.CrossingComputationType
The path is automatically close by the crossing computation function.
avoidCollisionWith(Rectangle2afp<?, ?, ?, ?, ?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Move this rectangle to avoid collision with the reference rectangle.
avoidCollisionWith(Rectangle2afp<?, ?, ?, ?, ?, ?>, Vector2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Move this rectangle to avoid collision with the reference rectangle.
avoidCollisionWith(RectangularPrism3afp<?, ?, ?, ?, ?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Move this rectangular prism to avoid collision with the reference rectangular prism.
avoidCollisionWith(RectangularPrism3afp<?, ?, ?, ?, ?, ?>, Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Move this rectangle to avoid collision with the reference rectangle.
AZERBAIJAN - org.arakhne.afc.util.CountryCode
AZ.

B

BACK - org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.Side
Back.
BackendIterator(MultiShape2D<?, ?, CT, ?, ?, ?, ?>, ListIterator<CT>) - Constructor for class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendIterator
Constructor.
BackendIterator(MultiShape3D<?, ?, CT, ?, ?, ?, ?>, ListIterator<CT>) - Constructor for class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendIterator
Constructor.
BackendList(MultiShape2D<?, ?, CT, ?, ?, ?, ?>, List<CT>) - Constructor for class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
Constructor.
BackendList(MultiShape3D<?, ?, CT, ?, ?, ?, ?>, List<CT>) - Constructor for class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
Constructor.
BAHAMAS - org.arakhne.afc.util.CountryCode
BS.
BAHRAIN - org.arakhne.afc.util.CountryCode
BH.
BANGLADESH - org.arakhne.afc.util.CountryCode
BD.
BARBADOS - org.arakhne.afc.util.CountryCode
BB.
basename(File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Reply the basename of the specified file without the last extension.
basename(String) - Static method in class org.arakhne.afc.bootique.variables.VariableNames
Replies the name of an property that corresponds to the name of a bootique variable.
basename(String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Reply the basename of the specified file without the last extension.
basename(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Reply the basename of the specified file without the last extension.
BasicPathShadow2afp - Class in org.arakhne.afc.math.geometry.d2.afp
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
BasicPathShadow2afp(Path2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.BasicPathShadow2afp
Construct new path shadow.
BasicPathShadow2afp(PathIterator2afp<?>, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.BasicPathShadow2afp
Construct new path shadow.
BasicPathShadow2afp(PathIterator2afp<?>, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.BasicPathShadow2afp
Construct new path shadow.
BasicPathShadow2ai - Class in org.arakhne.afc.math.geometry.d2.ai
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
BasicPathShadow2ai(Path2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.BasicPathShadow2ai
Construct new path shadow.
BasicPathShadow2ai(PathIterator2ai<?>, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.BasicPathShadow2ai
Construct new path shadow.
BasicPathShadow2ai(PathIterator2ai<?>, Rectangle2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.BasicPathShadow2ai
Construct new path shadow.
BasicPathShadow3afp - Class in org.arakhne.afc.math.geometry.d3.afp
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
BasicPathShadow3afp(Path3afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.BasicPathShadow3afp
Construct new path shadow.
BasicPathShadow3afp(PathIterator3afp<?>, double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.BasicPathShadow3afp
Construct new path shadow.
BasicPathShadow3afp(PathIterator3afp<?>, RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.BasicPathShadow3afp
Construct new path shadow.
BasicPathShadow3ai - Class in org.arakhne.afc.math.geometry.d3.ai
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
BasicPathShadow3ai(Path3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.BasicPathShadow3ai
Construct new path shadow.
BasicPathShadow3ai(PathIterator3ai<?>, int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.BasicPathShadow3ai
Construct new path shadow.
BasicPathShadow3ai(PathIterator3ai<?>, RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.BasicPathShadow3ai
Construct new path shadow.
beginPath() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Resets the current path to empty.
BELARUS - org.arakhne.afc.util.CountryCode
BY.
BELGIUM - org.arakhne.afc.util.CountryCode
BE.
BELIZE - org.arakhne.afc.util.CountryCode
BZ.
BENIN - org.arakhne.afc.util.CountryCode
BJ.
BERMUDA - org.arakhne.afc.util.CountryCode
BM.
BernoulliStochasticLaw - Class in org.arakhne.afc.math.stochastic
Law that representes a Bernoulli density.
BernoulliStochasticLaw(double) - Constructor for class org.arakhne.afc.math.stochastic.BernoulliStochasticLaw
Construct a law with the p parameter.
BernoulliStochasticLaw(Map<String, String>) - Constructor for class org.arakhne.afc.math.stochastic.BernoulliStochasticLaw
Construct a law with the following parameters.
BEZIER_CONTROL_POINTS - Static variable in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.AbstractCirclePathIterator
Contains the control points for a set of 4 cubic bezier curves that approximate a circle of radius 1 centered at (0, 0).
BEZIER_CONTROL_POINTS - Static variable in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.AbstractEllipsePathIterator
The control points for a set of 4 cubic bezier curves that approximate a circle of radius 0.5 centered at 0.5, 0.5.
BEZIER_CONTROL_POINTS - Static variable in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.AbstractSpherePathIterator
Contains the control points for a set of 4 cubic bezier curves that approximate a sphere of radius 1 centered at (0,0,0).
bezierCurveTo(double, double, double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Adds segments to the current path to make a cubic Bezier curve.
BHUTAN - org.arakhne.afc.util.CountryCode
BT.
BIKEWAY - org.arakhne.afc.gis.road.primitive.RoadType
Road for cycles.
BINARY - org.arakhne.afc.io.dbase.DBaseFieldType
Binary block.
BinaryTreeNode<D,​N extends BinaryTreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a binary tree.
BinaryTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.BinaryTreeNode
Empty node.
BinaryTreeNode(boolean) - Constructor for class org.arakhne.afc.math.tree.node.BinaryTreeNode
Construct node.
BinaryTreeNode(boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.BinaryTreeNode
Construct node.
BinaryTreeNode(boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.BinaryTreeNode
Construct node.
BinaryTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.BinaryTreeNode
Construct node.
BinaryTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.BinaryTreeNode
Construct node.
BinaryTreeNode.BinaryTreeZone - Enum in org.arakhne.afc.math.tree.node
This is the generic implementation of a tree for which each node has two children.
BinaryTreeNode.DefaultBinaryTreeNode<D> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a ternary tree.
bindChangeListener(ChangeListener) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusContainer
 
bindChangeListener(ChangeListener) - Method in class org.arakhne.afc.gis.maplayer.MapElementLayer
 
bindChangeListener(ChangeListener) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
bindChangeListener(ChangeListener) - Method in interface org.arakhne.afc.gis.primitive.GISContainer
Bind the given listener to this container.
bindModel(T) - Method in class org.arakhne.afc.gis.ui.GisCanvas
 
bindModel(T) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
Invoked when the given model is binded to this canvas.
BIOS - org.arakhne.afc.vmutil.OperatingSystemIdentificationType
Identification comes from the BIOS.
BLACK - Static variable in class org.arakhne.afc.vmutil.ColorNames
The name of the black color within in W3C Color Standard.
BLENDER_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for Blender modeller.
BLENDER_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for Blender modeler.
BLOCK_SIZE - Static variable in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Size of a block of data in the buffer, when the seek feature was disable.
BLOCK_SIZE - Static variable in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Size of a block of data in the buffer, when the seek feature was disable.
BLUE - Static variable in class org.arakhne.afc.vmutil.ColorNames
The name of the blue color within in W3C Color Standard.
BMPFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for the Microsoft/IBM bitmap files.
BMPFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.BMPFileFilter
Construct.
BMPFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.BMPFileFilter
Constructor.
BOLIVIA - org.arakhne.afc.util.CountryCode
BO.
BOOLEAN - org.arakhne.afc.attrs.attr.AttributeType
Represents a boolean value.
BOOLEAN - org.arakhne.afc.io.dbase.DBaseFieldType
Boolean.
booleanValue() - Method in enum org.arakhne.afc.math.geometry.d2.afp.Segment2afp.UncertainIntersection
Replies the boolean representation of the constant.
booleanValue() - Method in enum org.arakhne.afc.math.geometry.d3.afp.Segment3afp.UncertainIntersection
Replies the boolean representation of the constant.
BOOTIQUE_PROPERTY_PREFIX - Static variable in class org.arakhne.afc.bootique.variables.VariableNames
Prefix bq. for properties.
BOSNIA_AND_HERZEGOVINA - org.arakhne.afc.util.CountryCode
BA.
BOTH_DIRECTIONS - org.arakhne.afc.math.geometry.d1.Direction1D
Both directions of a Segment1D.
BOTSWANA - org.arakhne.afc.util.CountryCode
BW.
BOTTOM - org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.Side
Bottom.
BOTTOM - org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.Side
Bottom.
BoundedElement1afp<T extends Rectangle1afp<?,​?,​?,​?,​?,​?>> - Interface in org.arakhne.afc.math.geometry.d1.afp
Element that has bounds.
BoundedElement2afp<T extends Rectangle2afp<?,​?,​?,​?,​?,​?>> - Interface in org.arakhne.afc.math.geometry.d2.afp
Element that has bounds.
BoundedElement2ai<T extends Rectangle2ai<?,​?,​?,​?,​?,​?>> - Interface in org.arakhne.afc.math.geometry.d2.ai
Element that has bounds.
BoundedElement3afp<T extends RectangularPrism3afp<?,​?,​?,​?,​?,​?>> - Interface in org.arakhne.afc.math.geometry.d3.afp
Element that has bounds.
BoundedElement3ai<T extends RectangularPrism3ai<?,​?,​?,​?,​?,​?>> - Interface in org.arakhne.afc.math.geometry.d3.ai
Element that has bounds.
BoundedGISElement - Interface in org.arakhne.afc.gis.primitive
Element of a GIS application which is bounded.
BOUNDING_BOX - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
boundingBox.
boundingBox - Variable in class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
Bounding box property.
boundingBox - Variable in class org.arakhne.afc.math.geometry.d2.dfx.AbstractShape2dfx
Bounding box property.
boundingBox - Variable in class org.arakhne.afc.math.geometry.d2.ifx.AbstractShape2ifx
Bounding box property.
boundingBox - Variable in class org.arakhne.afc.math.geometry.d3.dfx.AbstractShape3dfx
Bounding box property.
boundingBox - Variable in class org.arakhne.afc.math.geometry.d3.ifx.AbstractShape3ifx
Bounding box property.
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
 
boundingBoxProperty() - Method in interface org.arakhne.afc.math.geometry.d1.dfx.Shape1dfx
Replies the property that contains the bounding box for this shape.
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.MultiShape2dfx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
boundingBoxProperty() - Method in interface org.arakhne.afc.math.geometry.d2.dfx.Shape2dfx
Replies the property that contains the bounding box for this shape.
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.MultiShape2ifx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
boundingBoxProperty() - Method in interface org.arakhne.afc.math.geometry.d2.ifx.Shape2ifx
Replies the property that contains the bounding box for this shape.
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.MultiShape3dfx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
boundingBoxProperty() - Method in interface org.arakhne.afc.math.geometry.d3.dfx.Shape3dfx
Replies the property that contains the bounding box for this shape.
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.MultiShape3ifx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
boundingBoxProperty() - Method in interface org.arakhne.afc.math.geometry.d3.ifx.Shape3ifx
Replies the property that contains the bounding box for this shape.
boundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
 
boundsContains(double, double, double) - Method in class org.arakhne.afc.gis.mapelement.MapElement
Replies if the specified point (x,y) was inside the bounds of this MapElement.
boundsIntersects(Shape2D<?, ?, ?, ?, ?, ? extends Rectangle2afp<?, ?, ?, ?, ?, ?>>) - Method in class org.arakhne.afc.gis.mapelement.MapElement
Replies if the bounds of this element has an intersection with the specified rectangle.
boundsIterator() - Method in interface org.arakhne.afc.gis.GISSet
Replies the bounding rectangles of the internal data-structure elements.
boundsIterator() - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
boundsIterator() - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Replies the bounding rectangles of the internal data-structure elements.
boundsIterator() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
boundsIterator() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
boundsIterator() - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Replies the bounding rectangles of the internal data-structure elements.
BoundsNotFoundException - Exception in org.arakhne.afc.io.shape
Exception thrown when no bound was defined.
BoundsNotFoundException() - Constructor for exception org.arakhne.afc.io.shape.BoundsNotFoundException
Constructor.
BOUVET_ISLAND - org.arakhne.afc.util.CountryCode
BV.
BRAZIL - org.arakhne.afc.util.CountryCode
BR.
BreadthFirstGraphCourseModel<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Class in org.arakhne.afc.math.graph
This class permits to implement a breadth-first algorithm to make a course inside a graph.
BreadthFirstGraphCourseModel() - Constructor for class org.arakhne.afc.math.graph.BreadthFirstGraphCourseModel
 
BresenhamLineIterator(GeomFactory2D<V, P>, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.BresenhamLineIterator
Constructor.
BresenhamLineIterator(GeomFactory3D<V, P>, int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.BresenhamLineIterator
Constructor.
BRITISH_INDIAN_OCEAN_TERRITORY - org.arakhne.afc.util.CountryCode
IO.
BroadFirstForestIterator<D> - Class in org.arakhne.afc.math.tree.iterator
This class is an iterator on a forest that replies the tree nodes.
BroadFirstForestIterator(Iterator<Tree<D, ?>>) - Constructor for class org.arakhne.afc.math.tree.iterator.BroadFirstForestIterator
Constructor.
BroadFirstIterableTree<D,​N extends TreeNode<D,​?>> - Interface in org.arakhne.afc.math.tree
This is the generic implementation of a tree service that permits to iterate with a broad-first approach.
BroadFirstIterationListener - Interface in org.arakhne.afc.math.tree.iterator
Listener invoked when a broad-first iterator has treated a line.
broadFirstIterator() - Method in class org.arakhne.afc.math.tree.AbstractForest
 
broadFirstIterator() - Method in class org.arakhne.afc.math.tree.AbstractTree
 
broadFirstIterator() - Method in interface org.arakhne.afc.math.tree.BroadFirstIterableTree
 
broadFirstIterator() - Method in interface org.arakhne.afc.math.tree.Forest
Replies a broad first iterator on nodes.
broadFirstIterator() - Method in interface org.arakhne.afc.math.tree.Tree
Replies a broad first iterator on nodes.
BroadFirstTreeIterator<N extends TreeNode<?,​N>> - Class in org.arakhne.afc.math.tree.iterator
This class is an iterator on a tree.
BroadFirstTreeIterator(N) - Constructor for class org.arakhne.afc.math.tree.iterator.BroadFirstTreeIterator
Create an iterator on the given node.
BroadFirstTreeIterator(N, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.BroadFirstTreeIterator
Create an iterator on the given node.
BroadFirstTreeIterator(Tree<?, N>) - Constructor for class org.arakhne.afc.math.tree.iterator.BroadFirstTreeIterator
Create an iterator on the given tree.
BroadFirstTreeIterator(Tree<?, N>, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.BroadFirstTreeIterator
Create an iterator on the given tree.
BRUNEI_DARUSSALAM - org.arakhne.afc.util.CountryCode
BN.
BSD - org.arakhne.afc.vmutil.OperatingSystem
Standard BSD.
BudgetIterator<P extends GISPrimitive,​N extends AbstractGISTreeSetNode<P,​N>> - Class in org.arakhne.afc.gis.tree
This class provides a broad-first iterator supplying the data elements according to a maximum number of data to reply, the budget.
BudgetIterator(Tree<P, N>, Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Constructor for class org.arakhne.afc.gis.tree.BudgetIterator
Constructor.
BufferedAttributeCollection - Class in org.arakhne.afc.attrs.collection
This class implements an abstract attribute provider that use a memory cache.
BufferedAttributeCollection() - Constructor for class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
BufferedMagicNumberStream - Class in org.arakhne.afc.inputoutput.filetype
This class defines is a buffered input stream which provides additional reading functions which hare very useful for a MagicNumberStream.
BufferedMagicNumberStream(InputStream) - Constructor for class org.arakhne.afc.inputoutput.filetype.BufferedMagicNumberStream
Constructor.
build(GraphIterator<ST, PT>) - Method in class org.arakhne.afc.math.graph.SubGraph
Build a subgraph from the specified graph.
build(GraphIterator<ST, PT>, SubGraphBuildListener<ST, PT>) - Method in class org.arakhne.afc.math.graph.SubGraph
Build a subgraph from the specified graph.
BuilderAlreadyStartedException() - Constructor for exception org.arakhne.afc.math.tree.builder.TreeBuilderException.BuilderAlreadyStartedException
 
buildMessage(double, String, boolean, boolean, NumberFormat) - Method in class org.arakhne.afc.progress.ProgressionConsoleMonitor
Build the logging message from the given data.
buildTree(List<? extends D>) - Method in interface org.arakhne.afc.math.tree.builder.TreeBuilder
Builds a tree.
BULGARIA - org.arakhne.afc.util.CountryCode
BG.
BURKINA_FASO - org.arakhne.afc.util.CountryCode
BF.
BURUNDI - org.arakhne.afc.util.CountryCode
BI.
BusChangeAdapter - Class in org.arakhne.afc.gis.bus.network
This class representes a bus primitive listener.
BusChangeAdapter() - Constructor for class org.arakhne.afc.gis.bus.network.BusChangeAdapter
 
BusChangeEvent - Class in org.arakhne.afc.gis.bus.network
Describes an event in a bus network.
BusChangeEvent(AbstractBusPrimitive<?>, BusChangeEvent.BusChangeEventType, Object, int, String, Object, Object) - Constructor for class org.arakhne.afc.gis.bus.network.BusChangeEvent
Constructor.
BusChangeEvent.BusChangeEventType - Enum in org.arakhne.afc.gis.bus.network
Describes the type of event.
BusChangeListener - Interface in org.arakhne.afc.gis.bus.network
A listener on bus primitive events.
BusContainer<CONTENT extends BusPrimitive<?>> - Interface in org.arakhne.afc.gis.bus.network
BusContainer provides the interface of a container of bus primitives.
busHaltIterator() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the list of the bus halts of the bus itinerary.
busHalts() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the list of the bus halts of the bus itinerary.
BusHub - Class in org.arakhne.afc.gis.bus.network
A bus hub is a set of bus stops located inside the same geographical area.
BusHub(BusNetwork, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusHub
Create bus hub with attributes in memory.
BusHub(BusNetwork, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusHub
Create bus hub.
busHubIterator() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the hubs in which this bus stop is located in throught an associated bus stop.
busHubIterator() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the list of the bus hubs of the bus network.
busHubIterator() - Method in class org.arakhne.afc.gis.bus.network.BusStop
Replies the hubs in which this bus stop is located.
busHubs() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the hubs in which this bus halt is located in throught an associated bus stop.
busHubs() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the list of the bus hubs of the bus network.
busHubs() - Method in class org.arakhne.afc.gis.bus.network.BusStop
Replies the hubs in which this bus stop is located.
busItineraries() - Method in class org.arakhne.afc.gis.bus.network.BusLine
Replies the list of the bus itineraries of the bus line.
BusItinerary - Class in org.arakhne.afc.gis.bus.network
A bus itinerary is a sequence of road segments which are followed by a bus.
BusItinerary() - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary with attributes stored in memory.
BusItinerary(String) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary with attributes stored in memory.
BusItinerary(String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary.
BusItinerary(UUID) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary with attributes stored in memory.
BusItinerary(UUID, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary with attributes stored in memory.
BusItinerary(UUID, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary.
BusItinerary(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary.
BusItinerary(UUID, BusLine) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary with attributes stored in memory.
BusItinerary(UUID, BusLine, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary with attributes stored in memory.
BusItinerary(UUID, BusLine, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary.
BusItinerary(UUID, BusLine, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary.
BusItinerary(AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary.
BusItinerary(BusLine) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary with attributes stored in memory.
BusItinerary(BusLine, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary with attributes stored in memory.
BusItinerary(BusLine, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary.
BusItinerary(BusLine, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItinerary
Create bus itinerary.
BusItineraryHalt - Class in org.arakhne.afc.gis.bus.network
A bus halt is where a bus is able to halt its course.
BusItineraryHalt(UUID, BusItinerary, String, BusItineraryHalt.BusItineraryHaltType) - Constructor for class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Create a halt with attributes stored in memory.
BusItineraryHalt(UUID, BusItinerary, String, BusItineraryHalt.BusItineraryHaltType, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Create a bus halt.
BusItineraryHalt(BusItinerary, String, BusItineraryHalt.BusItineraryHaltType) - Constructor for class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Create a halt with attributes stored in memory.
BusItineraryHalt(BusItinerary, String, BusItineraryHalt.BusItineraryHaltType, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Create a bus halt.
BusItineraryHalt.BusItineraryHaltType - Enum in org.arakhne.afc.gis.bus.network
Type of bus halt.
busItineraryIterator() - Method in class org.arakhne.afc.gis.bus.network.BusLine
Replies the list of the bus itineraries of the bus line.
BusItineraryLayer - Class in org.arakhne.afc.gis.bus.layer
This class permits to display a bus itinerary.
BusItineraryLayer(UUID, AttributeCollection, BusItinerary) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Create a new layer.
BusItineraryLayer(UUID, AttributeCollection, BusItinerary, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Create a new layer.
BusItineraryLayer(UUID, BusItinerary) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Create a new layer.
BusItineraryLayer(UUID, BusItinerary, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Create a new layer.
BusItineraryLayer(AttributeCollection, BusItinerary) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Create a new layer.
BusItineraryLayer(AttributeCollection, BusItinerary, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Create a new layer.
BusItineraryLayer(BusItinerary) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Create a new layer.
BusItineraryLayer(BusItinerary, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Create a new layer.
BusLayer - Interface in org.arakhne.afc.gis.bus.layer
A bus layer is a container of bus primitives.
BusLayerConstants - Class in org.arakhne.afc.gis.bus.layer
Constants for bus network layers.
BusLayerConstants.BusLayerDrawerType - Enum in org.arakhne.afc.gis.bus.layer
Type of drawer for the bus layers.
BusLine - Class in org.arakhne.afc.gis.bus.network
A bus line is group of itineraries.
BusLine() - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line with a memory-based attribute provider.
BusLine(String) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line with a memory-based attribute provider.
BusLine(String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line.
BusLine(UUID) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line with a memory-based attribute provider.
BusLine(UUID, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line with a memory-based attribute provider.
BusLine(UUID, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line.
BusLine(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line.
BusLine(UUID, BusNetwork) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line with a memory-based attribute provider.
BusLine(UUID, BusNetwork, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line with a memory-based attribute provider.
BusLine(UUID, BusNetwork, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line.
BusLine(UUID, BusNetwork, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line.
BusLine(AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line.
BusLine(BusNetwork) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line with a memory-based attribute provider.
BusLine(BusNetwork, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line with a memory-based attribute provider.
BusLine(BusNetwork, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line.
BusLine(BusNetwork, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusLine
Create bus line.
busLineIterator() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the list of the bus lines of the bus network.
BusLineLayer - Class in org.arakhne.afc.gis.bus.layer
This class permits to display a bus line.
BusLineLayer(UUID, AttributeCollection, BusLine) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
Create a new layer.
BusLineLayer(UUID, AttributeCollection, BusLine, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
Create a new layer.
BusLineLayer(UUID, BusLine) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
Create a new layer.
BusLineLayer(UUID, BusLine, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
Create a new layer.
BusLineLayer(AttributeCollection, BusLine) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
Create a new layer.
BusLineLayer(AttributeCollection, BusLine, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
Create a new layer.
BusLineLayer(BusLine) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
Create a new layer.
BusLineLayer(BusLine, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusLineLayer
Create a new layer.
busLines() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the list of the bus lines of the bus network.
BusNetwork - Class in org.arakhne.afc.gis.bus.network
A bus network is composed of bus lines.
BusNetwork(String, RoadNetwork) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
Create bus network with a storage in memory of the attributes.
BusNetwork(String, RoadNetwork, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
Create bus network.
BusNetwork(UUID, String, RoadNetwork) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
Create bus network with a storage in memory of the attributes.
BusNetwork(UUID, String, RoadNetwork, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
Create bus network.
BusNetwork(UUID, RoadNetwork) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
Create bus network with a storage in memory of the attributes.
BusNetwork(UUID, RoadNetwork, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
Create bus network.
BusNetwork(RoadNetwork) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
Create bus network with a storage in memory of the attributes.
BusNetwork(RoadNetwork, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusNetwork
Create bus network.
BusNetworkLayer - Class in org.arakhne.afc.gis.bus.layer
This class permits to display a bus network.
BusNetworkLayer(UUID, AttributeCollection, BusNetwork) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Create a new layer.
BusNetworkLayer(UUID, AttributeCollection, BusNetwork, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Create a new layer.
BusNetworkLayer(UUID, BusNetwork) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Create a new layer.
BusNetworkLayer(UUID, BusNetwork, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Create a new layer.
BusNetworkLayer(AttributeCollection, BusNetwork) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Create a new layer.
BusNetworkLayer(AttributeCollection, BusNetwork, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Create a new layer.
BusNetworkLayer(BusNetwork) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Create a new layer.
BusNetworkLayer(BusNetwork, boolean) - Constructor for class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Create a new layer.
BusNetworkUtilities - Class in org.arakhne.afc.gis.bus.network
Several utilities on bus network.
BusPrimitive<CONTAINER extends BusContainer<?>> - Interface in org.arakhne.afc.gis.bus.network
A bus primitive is an object which is composing a bus network.
BusPrimitiveInvalidity - Class in org.arakhne.afc.gis.bus.network
Describes all the possible reasons of the invalidity of a bus primitive.
BusPrimitiveInvalidity(BusPrimitiveInvalidityType, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidity
Constructor.
BusPrimitiveInvalidityType - Enum in org.arakhne.afc.gis.bus.network
Describes all the possible reasons of the invalidity of a bus primitive.
BusStop - Class in org.arakhne.afc.gis.bus.network
A bus stop is a designated place where buses stop for passengers to board or leave a bus.
BusStop(String) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
Create a stop with attributes stored in memory.
BusStop(String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
Create a bus stop.
BusStop(String, GeoLocationPoint) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
Create a stop with attributes stored in memory.
BusStop(String, GeoLocationPoint, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
Create a bus stop.
BusStop(UUID, String) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
Create a stop with attributes stored in memory.
BusStop(UUID, String, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
Create a bus stop.
BusStop(UUID, String, GeoLocationPoint) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
Create a stop with attributes stored in memory.
BusStop(UUID, String, GeoLocationPoint, AttributeCollection) - Constructor for class org.arakhne.afc.gis.bus.network.BusStop
Create a bus stop.
busStopIterator() - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies the list of the bus stops of the bus hub.
busStopIterator() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the list of the bus stops of the bus network.
busStops - Variable in class org.arakhne.afc.gis.bus.network.BusHub
List of bus stops in this hub.
busStops() - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies the list of the bus stops of the bus hub.
busStops() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the list of the bus stops of the bus network.
busStopsArray() - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies the array of the bus stops.
ByteMagicNumber - Class in org.arakhne.afc.inputoutput.filetype
This class defines a set of informations that could distinguish a file content from another one.
ByteMagicNumber(MimeType, String, int) - Constructor for class org.arakhne.afc.inputoutput.filetype.ByteMagicNumber
Constructor.
ByteMagicNumber(MimeType, String, String, int) - Constructor for class org.arakhne.afc.inputoutput.filetype.ByteMagicNumber
Constructor.

C

cache - Variable in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
Cache of the attribute values.
calcBounds() - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
 
calcBounds() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
 
calcBounds() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
 
calcBounds() - Method in class org.arakhne.afc.gis.bus.network.BusHub
 
calcBounds() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
calcBounds() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
 
calcBounds() - Method in class org.arakhne.afc.gis.bus.network.BusLine
 
calcBounds() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
 
calcBounds() - Method in class org.arakhne.afc.gis.bus.network.BusStop
 
calcBounds() - Method in class org.arakhne.afc.gis.mapelement.MapCircle
Compute the bounds of this element.
calcBounds() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Compute the bounds of this element.
calcBounds() - Method in class org.arakhne.afc.gis.mapelement.MapPoint
Compute the bounds of this element.
calcBounds() - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Compute the bounds of this element.
calcBounds() - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
 
calcBounds() - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
 
calcBounds() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
calcBounds() - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
 
calcBounds() - Method in class org.arakhne.afc.gis.primitive.AbstractBoundedGISElement
Compute the bounds of this element.
calcBounds() - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
calcBounds() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
Compute the bounds of this element.
calcBounds() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
Compute and replies the bounds for this node.
calculate(Point2D<?, ?>, double, double, Point2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.ArrivingMotionAlgorithm
Calculate the linear motion for arriving the target point.
calculate(Point2D<?, ?>, double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.common.FleeingAlgorithm
 
calculate(Point2D<?, ?>, double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.common.SeekingAlgorithm
 
calculate(Point2D<?, ?>, double, double, Point2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.FleeingMotionAlgorithm
Calculate the linear motion for fleeing the target position.
calculate(Point2D<?, ?>, double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.kinematic.ArrivingKinematicAlgorithm
 
calculate(Point2D<?, ?>, double, double, Point2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.SeekingMotionAlgorithm
Calculate the linear motion for seeking the target point.
calculate(Point2D<?, ?>, double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.steering.ArrivingSteeringAlgorithm
 
calculate(Point2D<?, ?>, double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.common.EvadingAlgorithm
 
calculate(Point2D<?, ?>, double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.common.PursuingAlgorithm
 
calculate(Point2D<?, ?>, double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.EvadingMotionAlgorithm
Calculate the linear motion for evading the given target point.
calculate(Point2D<?, ?>, double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.PursuingMotionAlgorithm
Calculate the linear motion for pursuing the target point.
calculate(Point2D<?, ?>, Vector2D<?, ?>, double, double, double, double) - Method in class org.arakhne.afc.agentmotion.common.RandomAlgorithm
 
calculate(Point2D<?, ?>, Vector2D<?, ?>, double, double, double, double) - Method in class org.arakhne.afc.agentmotion.kinematic.RandomKinematicAlgorithm
 
calculate(Point2D<?, ?>, Vector2D<?, ?>, double, double, double, double) - Method in interface org.arakhne.afc.agentmotion.RandomMotionAlgorithm
Calculate the random motion.
calculate(Point2D<?, ?>, Vector2D<?, ?>, double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.common.FacingAlgorithm
 
calculate(Point2D<?, ?>, Vector2D<?, ?>, double, double, Point2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.FacingMotionAlgorithm
Calculate the rotation for facing the target point.
calculate(Vector2D<?, ?>, double, double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.AligningMotionAlgorithm
Calculate the rotation for being aligned to the target vector.
calculate(Vector2D<?, ?>, double, double, Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.kinematic.AligningKinematicAlgorithm
 
calculate(Vector2D<?, ?>, double, double, Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.steering.AligningSteeringAlgorithm
 
calculatesCenterPointAxisExtents(Iterable<? extends Point2D<?, ?>>, Vector2D<?, ?>, Point2D<?, ?>, Tuple2D<?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Compute the center point and axis extents of an oriented rectangle from a set of points and the oriented rectangle axes.
calculatesCenterPointAxisExtents(Iterable<? extends Point2D<?, ?>>, Vector2D<?, ?>, Vector2D<?, ?>, Point2D<?, ?>, Tuple2D<?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Compute the center point and axis extents of a parallelogram from a set of points and the parallelogram axes.
calculatesControlPointBoundingBox(PathIterator2afp<?>, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Compute the box that corresponds to the control points of the path.
calculatesControlPointBoundingBox(PathIterator2ai<?>, Rectangle2ai<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Compute the box that corresponds to the control points of the path.
calculatesCrossingsAndXPointShadowSegment(int, int, int, int, int, int, int, boolean, boolean, OutputParameter<Integer>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the up/bottom borders of the ray extending to the right from (px, py).
calculatesCrossingsCircleShadowSegment(int, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the circle (cx, cy) with radius extending to the right.
calculatesCrossingsCircleShadowSegment(int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the ellipse (ex0, ey0) to (ex1, ey1) extending to the right.
calculatesCrossingsEllipseShadowSegment(int, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the ellipse (ex0, ey0) to (ex1, ey1) extending to the right.
calculatesCrossingsPathIteratorCircleShadow(int, PathIterator2afp<? extends PathElement2afp>, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Calculates the number of times the given path crosses the given circle extending to the right.
calculatesCrossingsPathIteratorCircleShadow(int, PathIterator2ai<?>, int, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Calculates the number of times the given path crosses the given circle extending to the right.
calculatesCrossingsPathIteratorEllipseShadow(int, PathIterator2afp<? extends PathElement2afp>, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Calculates the number of times the given path crosses the given ellipse extending to the right.
calculatesCrossingsPathIteratorPathShadow(int, PathIterator2afp<?>, BasicPathShadow2afp, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Accumulate the number of times the path crosses the shadow extending to the right of the second path.
calculatesCrossingsPathIteratorPathShadow(int, PathIterator2ai<?>, BasicPathShadow2ai, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Accumulate the number of times the path crosses the shadow extending to the right of the second path.
calculatesCrossingsPathIteratorPointShadow(int, PathIterator2afp<? extends PathElement2afp>, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Calculates the number of times the given path crosses the ray extending to the right from (px, py).
calculatesCrossingsPathIteratorPointShadow(int, PathIterator2ai<?>, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Calculates the number of times the given path crosses the ray extending to the right from (px, py).
calculatesCrossingsPathIteratorRectangleShadow(int, PathIterator2afp<? extends PathElement2afp>, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Accumulate the number of times the path crosses the shadow extending to the right of the rectangle.
calculatesCrossingsPathIteratorRectangleShadow(int, PathIterator2ai<?>, int, int, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Accumulate the number of times the path crosses the shadow extending to the right of the rectangle.
calculatesCrossingsPathIteratorRoundRectangleShadow(int, PathIterator2afp<? extends PathElement2afp>, double, double, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Calculates the number of times the given path crosses the given round rectangle extending to the right.
calculatesCrossingsPathIteratorSegmentShadow(int, PathIterator2afp<? extends PathElement2afp>, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Calculates the number of times the given path crosses the given segment extending to the right.
calculatesCrossingsPathIteratorSegmentShadow(int, PathIterator2ai<?>, int, int, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Calculates the number of times the given path crosses the given circle extending to the right.
calculatesCrossingsPathIteratorTriangleShadow(int, PathIterator2afp<? extends PathElement2afp>, double, double, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Accumulate the number of times the path crosses the shadow extending to the right of the triangle.
calculatesCrossingsPointShadowSegment(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the ray extending to the right from (px, py).
calculatesCrossingsPointShadowSegment(int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the up/bottom borders of the ray extending to the right from (px, py).
calculatesCrossingsPointShadowSegmentWithoutEquality(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the ray extending to the right from (px, py).
calculatesCrossingsRectangleShadowSegment(int, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Accumulate the number of times the line crosses the shadow extending to the right of the rectangle.
calculatesCrossingsRectangleShadowSegment(int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Accumulate the number of times the line crosses the shadow extending to the right of the rectangle.
calculatesCrossingsRoundRectangleShadowSegment(int, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Accumulate the number of times the line crosses the shadow extending to the right of the round rectangle.
calculatesCrossingsSegmentShadowSegment(int, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the segment (sx0, sy0) to (sx1, sy1) extending to the right.
calculatesCrossingsSegmentShadowSegment(int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Calculates the number of times the line from (x0, y0) to (x1, y1) crosses the segment (sx0, sy0) to (sx1, sy1) extending to the right.
calculatesCrossingsTriangleShadowSegment(int, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Accumulate the number of times the line crosses the shadow extending to the right of the triangle.
calculatesDistanceLinePoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Compute the distance between a point and a line.
calculatesDistanceSegmentPoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Compute the distance between a point and a segment.
calculatesDistanceSquaredLinePoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Compute the distance between a point and a line.
calculatesDistanceSquaredRectanglePoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Compute the square distance between a rectangle and a point.
calculatesDistanceSquaredSegmentPoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Compute the square distance between a point and a segment.
calculatesDistanceSquaredSegmentSegment(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the distance between the two segments.
calculatesDrawableElementBoundingBox(PathIterator2afp<?>, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Compute the box that corresponds to the drawable elements of the path.
calculatesDrawableElementBoundingBox(PathIterator2ai<?>, Rectangle2ai<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Compute the box that corresponds to the drawable elements of the path.
calculatesLineLineIntersectionFactor(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the position factory for the intersection point between two lines.
calculatesOrthogonalAxes(Iterable<? extends Point2D<?, ?>>, Vector2D<?, ?>, Vector2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Compute the axes of an oriented bounding rectangle that is enclosing the set of points.
calculatesPathLength(PathIterator2afp<?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Compute the total squared length of the path.
calculatesRelativeDistanceLinePoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the relative distance from the given point to the given line.
calculatesSegmentSegmentIntersectionFactor(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies one position factor for the intersection point between two lines.
calculatesSquaredDistanceTrianglePoint(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies the squared distance from the given triangle to the given point.
calcVisibleBounds() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
Compute the bounds of this visible elements.
Caller - Class in org.arakhne.afc.vmutil
This utility class provides a way to determine which class call a function.
Caller - Interface in org.arakhne.afc.vmutil.caller
This utility class provides a way to determine which class call a function.
CAMBODIA - org.arakhne.afc.util.CountryCode
KH.
CAMEROON - org.arakhne.afc.util.CountryCode
CM.
CANADA - org.arakhne.afc.util.CountryCode
CA.
Candidate(ST, PT, double, double) - Constructor for class org.arakhne.afc.math.graph.astar.AStar.Candidate
Construct a candidate.
canGotoIntoElement(GraphIterationElement<ST, PT>) - Method in class org.arakhne.afc.math.graph.DepthGraphIterator
Replies if the specified element could be added into the list of futher elements.
canGotoIntoElement(GraphIterationElement<ST, PT>) - Method in class org.arakhne.afc.math.graph.GraphIterator
Replies if the specified element could be added into the list of futher elements.
canonize() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Remove unnecessary points from the specified index.
canonize(MultiAttributeProvider.ManyValueAttributeValue) - Static method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
Replace any indicator put by MultiAttributeProvider.assign(ManyValueAttributeValue, AttributeValue) to retreive a standard attribute value.
CAPE_VERDE - org.arakhne.afc.util.CountryCode
CV.
cast(Object) - Method in enum org.arakhne.afc.attrs.attr.AttributeType
Cast the specified value to corresponds to the default storage standard for attributes.
cast(AttributeType) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Change the type of this attribute.
cast(AttributeType) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
castAndSet(AttributeType, Object) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Change the type of this attribute and set its value.
castAndSet(AttributeType, Object) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
castArray(I[], Class<T>) - Static method in class org.arakhne.afc.util.ArrayUtil
Cast the specified array and put null is the array when the element could not be casted.
castArray(Collection<I>, Class<O>) - Static method in class org.arakhne.afc.util.ArrayUtil
Cast the specified array and put null is the array when the element could not be casted.
castDistance(double) - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
Cast the specified geo-distance to the nearest distance according to the current supported precision.
castRestrictedArray(I[], Class<O>) - Static method in class org.arakhne.afc.util.ArrayUtil
Cast the specified array and remove the elements that could not be casted.
castRestrictedArray(Collection<I>, Class<O>) - Static method in class org.arakhne.afc.util.ArrayUtil
Cast the specified array and remove the elements that could not be casted.
CATIAV5_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for Catia V5 modeller.
CATIAV5_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for Catia V5 modeler.
CauchyStochasticLaw - Class in org.arakhne.afc.math.stochastic
Law that representes a Cauchy-Lorentz density.
CauchyStochasticLaw(double, double) - Constructor for class org.arakhne.afc.math.stochastic.CauchyStochasticLaw
Constructor.
CauchyStochasticLaw(Map<String, String>) - Constructor for class org.arakhne.afc.math.stochastic.CauchyStochasticLaw
Construct a law with the following parameters.
CAYMAN_ISLANDS - org.arakhne.afc.util.CountryCode
KY.
ccw(double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the relative counterclockwise (CCW) of a segment against a point.
ccw(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the relative counterclockwise (CCW) of a segment against a point.
CCW - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
CCW.
ccwParameters(int...) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Parameters must be defined in CCW order.
ccwProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
Replies the property that indictes if the triangle's points are defined in a counter-clockwise order.
ceilingIndex(List<T>, Comparator<? super T>, T) - Static method in class org.arakhne.afc.util.ListUtil
Returns the index of the leastest element in this list greater than or equal to the given element, or -1 if there is no such element.
CENTER_X - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
centerX.
CENTER_Y - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
centerY.
CENTER_Z - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
centerZ.
CenteringTransform - Class in org.arakhne.afc.nodefx
This feature describes all the parameters that must be used to center logical points on the screen view.
CenteringTransform(BooleanProperty, BooleanProperty, ReadOnlyObjectProperty<Rectangle2afp<?, ?, ?, ?, ?, ?>>) - Constructor for class org.arakhne.afc.nodefx.CenteringTransform
Constructor.
centerXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
Replies the property for the x coordinate of the rectangle's center.
centerXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
Replies the property for the x coordinate of the center.
centerYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
Replies the property for the y coordinate of the rectangle's center.
centerYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
Replies the property for the y coordinate of the center.
CENTIMETER - org.arakhne.afc.math.physics.SpaceUnit
centimeter.
CENTRAL_AFRICAN_REPUBLIC - org.arakhne.afc.util.CountryCode
CF.
CHAD - org.arakhne.afc.util.CountryCode
TD.
change(Class<?>) - Static method in enum org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
Replies the change type according to the given type.
changed(GISContainer<?>) - Method in interface org.arakhne.afc.gis.primitive.ChangeListener
Invoked when something has changed.
ChangeListener - Interface in org.arakhne.afc.gis.primitive
Listener on changes.
checkPrimitiveValidity() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Check if the validity of this primitive is correctly set and change its values if necessary.
checkPrimitiveValidity() - Method in class org.arakhne.afc.gis.bus.network.BusHub
 
checkPrimitiveValidity() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Check if the validity of this primitive is correctly set and change its values if necessary.
checkPrimitiveValidity() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
 
checkPrimitiveValidity() - Method in class org.arakhne.afc.gis.bus.network.BusLine
 
checkPrimitiveValidity() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
 
checkPrimitiveValidity() - Method in class org.arakhne.afc.gis.bus.network.BusStop
 
checkState() - Method in class org.arakhne.afc.javafx.changes.ListNonIterableChange
Check if the state of the change is valid.
children() - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
 
children() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
children() - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the not-null child nodes of this node.
CHILE - org.arakhne.afc.util.CountryCode
CL.
CHINA - org.arakhne.afc.util.CountryCode
CN.
CHRISTMAS_ISLAND - org.arakhne.afc.util.CountryCode
CX.
circle - Variable in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.AbstractCirclePathIterator
The iterated shape.
circle - Variable in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.AbstractCirclePathIterator
The element factory.
Circle2afp<ST extends Shape2afp<?,​?,​IE,​P,​V,​B>,​IT extends Circle2afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2afp,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.afp
Fonctional interface that represented a 2D circle on a plane.
Circle2afp.AbstractCirclePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Abstract iterator on the path elements of the circle.
Circle2afp.CirclePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of the circle.
Circle2afp.TransformedCirclePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of the circle.
Circle2ai<ST extends Shape2ai<?,​?,​IE,​P,​V,​B>,​IT extends Circle2ai<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2ai,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2ai<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.ai
Fonctional interface that represented a 2D circle on a plane.
Circle2ai.AbstractCirclePathIterator<IE extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
Abstract iterator on the path elements of the circle.
Circle2ai.CirclePathIterator<IE extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
Iterator on the path elements of the circle.
Circle2ai.CirclePerimeterIterator<P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d2.ai
Iterates on points on the perimeter of a circle.
Circle2ai.TransformedCirclePathIterator<IE extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
Iterator on the path elements of the circle.
Circle2d - Class in org.arakhne.afc.math.geometry.d2.d
A circle with 2 double precision floating-point numbers.
Circle2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.Circle2d
Construct an empty circle.
Circle2d(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Circle2d
Construct a circle at the given position, and with the given radius.
Circle2d(Circle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Circle2d
Construct a circle from a circle.
Circle2d(Point2D<?, ?>, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Circle2d
Construct a circle at the given position, and with the given radius.
Circle2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
Circle with 2 double precision floating-point FX properties.
Circle2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
Construct an empty circle.
Circle2dfx(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
Construct a circle with the given position and radius.
Circle2dfx(Circle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
Constructor by copy.
Circle2dfx(Circle2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
Constructor by setting.
Circle2dfx(Point2dfx, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
Construct a circle by setting the position and radius.
Circle2dfx(Point2D<?, ?>, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
Construct a circle with the given position and radius.
Circle2i - Class in org.arakhne.afc.math.geometry.d2.i
A circle with 2 integer numbers.
Circle2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.Circle2i
Construct an empty circle.
Circle2i(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Circle2i
Construct a circle at the given position and with the given radius.
Circle2i(Circle2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Circle2i
Construct a circle from a circle.
Circle2i(Point2D<?, ?>, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Circle2i
Construct a circle at the given position and with the given radius.
Circle2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
A circle with 2 integer FX properties.
Circle2ifx() - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
Construct an empty circle.
Circle2ifx(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
Construct a circle at the given position and with the given radius.
Circle2ifx(Circle2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
Constructor by copy.
Circle2ifx(Circle2ifx) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
Constructor by setting.
Circle2ifx(Point2ifx, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
Construct a circle by setting the given position and radius.
Circle2ifx(Point2D<?, ?>, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
Construct a circle at the given position and with the given radius.
CirclePathIterator(Circle2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.CirclePathIterator
Constructor.
CirclePathIterator(Circle2ai<?, ?, IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.CirclePathIterator
Constructor.
CirclePerimeterIterator(GeomFactory2D<V, P>, int, int, int, int, int, boolean) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.CirclePerimeterIterator
Construct the iterator from the initialOctant (inclusive) to the lastOctant (exclusive).
clamp() - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Clamp the curviline coordinate to the segment.
clamp() - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiablePoint1D
 
clamp(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Clamps this tuple to the range [low, high].
clamp(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
clamp(double, double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Clamps this tuple to the range [low, high].
clamp(double, double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
clamp(double, double, double) - Static method in class org.arakhne.afc.math.MathUtil
Clamp the given value to the given range.
clamp(double, double, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(double, double, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
clamp(double, double, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(double, double, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
clamp(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Clamps this tuple to the range [low, high].
clamp(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
clamp(int, int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Clamps this tuple to the range [low, high].
clamp(int, int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
clamp(int, int, int) - Static method in class org.arakhne.afc.math.MathUtil
Clamp the given value to the given range.
clamp(int, int, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Clamps the tuple parameter to the range [min, max] and places the values into this tuple.
clamp(int, int, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
clamp(int, int, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(int, int, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
clampCyclic(double, double, double) - Static method in class org.arakhne.afc.math.MathUtil
Clamp the given value to fit between the min and max values according to a cyclic heuristic.
clampMax(double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Clamps the maximum value of this tuple to the max parameter.
clampMax(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
clampMax(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Clamps the maximum value of this tuple to the max parameter.
clampMax(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
clampMax(double, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(double, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
clampMax(double, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(double, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
clampMax(int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Clamps the maximum value of this tuple to the max parameter.
clampMax(int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
clampMax(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Clamps the maximum value of this tuple to the max parameter.
clampMax(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
clampMax(int, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(int, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
clampMax(int, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(int, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
clampMin(double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Clamps the minimum value of this tuple to the min parameter.
clampMin(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
clampMin(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Clamps the minimum value of this tuple to the min parameter.
clampMin(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
clampMin(double, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(double, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
clampMin(double, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(double, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
clampMin(int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Clamps the minimum value of this tuple to the min parameter.
clampMin(int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
clampMin(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Clamps the minimum value of this tuple to the min parameter.
clampMin(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
clampMin(int, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(int, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
clampMin(int, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(int, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
clampToNearestBounds(double, double, double) - Static method in class org.arakhne.afc.math.MathUtil
Replies the value clamped to the nearest bounds.
ClassComparator - Class in org.arakhne.afc.vmutil
This comparator permits to compare two class objects.
ClassComparator() - Constructor for class org.arakhne.afc.vmutil.ClassComparator
Construct a comparator.
classifies(AbstractGISTreeSetNode<?, ?>, GeoLocation) - Static method in class org.arakhne.afc.gis.tree.GISTreeSetUtil
Replies the classificiation of the specified location.
classifiesElement(MapElement) - Static method in class org.arakhne.afc.gis.io.shape.MapElementGroup
Replies the shape type that is corresponding to the given element.
classifiesElements(Collection<? extends MapElement>) - Static method in class org.arakhne.afc.gis.io.shape.MapElementGroup
Replies the shape types that are corresponding to the given elements.
classifiesElements(Iterator<? extends MapElement>) - Static method in class org.arakhne.afc.gis.io.shape.MapElementGroup
Replies the shape types that are corresponding to the given elements.
classifiesElements(Map<ShapeElementType, MapElementGroup>, Collection<? extends MapElement>) - Static method in class org.arakhne.afc.gis.io.shape.MapElementGroup
Replies the shape types that are corresponding to the given elements.
classifiesElements(Map<ShapeElementType, MapElementGroup>, Iterator<? extends MapElement>) - Static method in class org.arakhne.afc.gis.io.shape.MapElementGroup
Replies the shape types that are corresponding to the given elements.
classifiesRectangleRectangle(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Classifies two 2D axis-aligned rectangles.
ClassLoaderFinder - Class in org.arakhne.afc.vmutil
This utility class permits to find the better class loader for your application.
ClasspathUtil - Class in org.arakhne.afc.vmutil
Deprecated, for removal: This API element is subject to removal in a future version.
since 17.0. No replacement because the classpath management in JDK 9 and later is totally different.
clear() - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
clear() - Method in class org.arakhne.afc.gis.grid.Grid
Clear the grid.
clear() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Remove all the points.
clear() - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Remove all the children.
clear() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
clear() - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
 
clear() - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Clear this road network by removing all the road segments.
clear() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
clear() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
clear() - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Clear all the register file and URL.
clear() - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
 
clear() - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Reset this shape to be equivalent to an just-created instance of this shape type.
clear() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
clear() - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
clear() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
clear() - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
 
clear() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
clear() - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
 
clear() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
clear() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
clear() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
clear() - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
 
clear() - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
 
clear() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
clear() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
clear() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
clear() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
clear() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
clear() - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
clear() - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
clear() - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Reset this shape to be equivalent to an just-created instance of this shape type.
clear() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
 
clear() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
 
clear() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
clear() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
clear() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
 
clear() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
 
clear() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
clear() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
clear() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
clear() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
clear() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
clear() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
clear() - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
clear() - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
clear() - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Reset this shape to be equivalent to an just-created instance of this shape type.
clear() - Method in class org.arakhne.afc.math.graph.GraphIterator
Clear the temporary buffers of this graph iterator.
clear() - Method in class org.arakhne.afc.math.graph.GraphPath
 
clear() - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
Clear the connection.
clear() - Method in class org.arakhne.afc.math.tree.AbstractForest
 
clear() - Method in class org.arakhne.afc.math.tree.LinkedTree
Clear the tree.
clear() - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
Clear the tree.
clear() - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
Clear the tree.
clear() - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
Clear the tree.
clear() - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
Clear the tree.
clear() - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
Clear the tree.
clear() - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
Clear the tree.
clear() - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
Clear the tree.
clear() - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
Clear the tree.
clear() - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
Clear the tree.
clear() - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
Clear the tree.
clear() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
clear() - Method in interface org.arakhne.afc.math.tree.Tree
Clear the tree.
clear() - Method in interface org.arakhne.afc.math.tree.TreeNode
Clear the tree.
clear() - Method in interface org.arakhne.afc.references.AbstractReferencedValueMap.ReferencableValue
Clear the reference.
clear() - Method in class org.arakhne.afc.util.InformedArrayList
 
clear() - Method in class org.arakhne.afc.util.IntegerList
 
clear() - Method in class org.arakhne.afc.util.ListenerCollection
Clear this collection.
clear() - Method in class org.arakhne.afc.util.MultiCollection
 
clear() - Method in class org.arakhne.afc.util.MultiValue
Clear this multi-value.
clear() - Method in class org.arakhne.afc.util.OutputParameter
Clear this parameter.
clear() - Method in class org.arakhne.afc.vmutil.json.JsonBuffer
Remove all the keys.
clearBounds() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
Clear buffered variables.
clearBuffers() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
Clear buffered variables.
clearPositionBuffers() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Clear internal buffers related to the bus halt position.
clearRect(double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Clears a portion of the canvas with a transparent color value.
clearUserData() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
clearUserData() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Clear all the data from all the groups.
clearUserData() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
clearUserData() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
clearUserData(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
clearUserData(String) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Clear all the data from a group.
clearUserData(String) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
clearUserData(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
clip() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Intersects the current clip with the current path and applies it to subsequent rendering operation as an anti-aliased mask.
clipToRectangle(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Clip the segment against the clipping rectangle according to the Cohen-Sutherland algorithm.
clipToRectangle(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Clip the segment against the clipping rectangle according to the Cohen-Sutherland algorithm.
clipToRectangle(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Clip the segment against the clipping rectangle according to the Cohen-Sutherland algorithm.
clipToRectangle(int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Clip the segment against the clipping rectangle according to the Cohen-Sutherland algorithm.
clone() - Method in class org.arakhne.afc.agentmotion.AgentMotion
 
clone() - Method in interface org.arakhne.afc.agentmotion.AligningMotionAlgorithm
Clone this algorithm.
clone() - Method in interface org.arakhne.afc.agentmotion.ArrivingMotionAlgorithm
Clone this algorithm.
clone() - Method in class org.arakhne.afc.agentmotion.common.AbstractTargetPositionPredictionAlgorithm
 
clone() - Method in class org.arakhne.afc.agentmotion.common.EvadingAlgorithm
 
clone() - Method in class org.arakhne.afc.agentmotion.common.FacingAlgorithm
 
clone() - Method in class org.arakhne.afc.agentmotion.common.FleeingAlgorithm
 
clone() - Method in class org.arakhne.afc.agentmotion.common.PursuingAlgorithm
 
clone() - Method in class org.arakhne.afc.agentmotion.common.RandomAlgorithm
 
clone() - Method in class org.arakhne.afc.agentmotion.common.SeekingAlgorithm
 
clone() - Method in interface org.arakhne.afc.agentmotion.FacingMotionAlgorithm
Clone this algorithm.
clone() - Method in interface org.arakhne.afc.agentmotion.FleeingMotionAlgorithm
Clone this algorithm.
clone() - Method in class org.arakhne.afc.agentmotion.kinematic.AligningKinematicAlgorithm
 
clone() - Method in class org.arakhne.afc.agentmotion.kinematic.ArrivingKinematicAlgorithm
 
clone() - Method in class org.arakhne.afc.agentmotion.kinematic.RandomKinematicAlgorithm
 
clone() - Method in interface org.arakhne.afc.agentmotion.PursuingMotionAlgorithm
Clone this algorithm.
clone() - Method in interface org.arakhne.afc.agentmotion.RandomMotionAlgorithm
Clone this algorithm.
clone() - Method in interface org.arakhne.afc.agentmotion.SeekingMotionAlgorithm
Clone this algorithm.
clone() - Method in class org.arakhne.afc.agentmotion.steering.AligningSteeringAlgorithm
 
clone() - Method in class org.arakhne.afc.agentmotion.steering.ArrivingSteeringAlgorithm
 
clone() - Method in class org.arakhne.afc.attrs.attr.NullAttribute
 
clone() - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeCollection
Make a deep copy of this object and replies the copy.
clone() - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
Make a deep copy of this object and replies the copy.
clone() - Method in class org.arakhne.afc.attrs.collection.AbstractBufferedAttributeProvider
Make a deep copy of this object and replies the copy.
clone() - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Make a deep copy of this object and replies the copy.
clone() - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Make a deep copy of this object and replies the copy.
clone() - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
Make a deep copy of this object and replies the copy.
clone() - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
Make a deep copy of this object and replies the copy.
clone() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
clone() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
 
clone() - Method in class org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidity
 
clone() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Clone this object to obtain a valid copy.
clone() - Method in class org.arakhne.afc.gis.mapelement.MapElement
Clone this object to obtain a valid copy.
clone() - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
 
clone() - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
 
clone() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Clone this object to obtain a valid copy.
clone() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
clone() - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
 
clone() - Method in class org.arakhne.afc.gis.primitive.AbstractBoundedGISElement
Clone this object to obtain a valid copy.
clone() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
Clone this object to obtain a valid copy.
clone() - Method in interface org.arakhne.afc.gis.primitive.GISCloneable
Clone this element.
clone() - Method in interface org.arakhne.afc.gis.primitive.GISElement
 
clone() - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
clone() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
clone() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
 
clone() - Method in class org.arakhne.afc.gis.road.RoadPolyline
Clone this object to obtain a valid copy.
clone() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
Clone this object to obtain a valid copy.
clone() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
clone() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
Make a deep copy of this object and replies the copy.
clone() - Method in class org.arakhne.afc.math.DoubleRange
 
clone() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
 
clone() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
 
clone() - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractShape1d
 
clone() - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
clone() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d1.ImmutablePoint1D
 
clone() - Method in class org.arakhne.afc.math.geometry.d1.ImmutableVector1D
 
clone() - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Clone this shape.
clone() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractShape2d
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.d.MultiShape2d
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractShape2dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.MultiShape2dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractShape2i
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.i.MultiShape2i
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractShape2ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.MultiShape2ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.ImmutablePoint2D
 
clone() - Method in class org.arakhne.afc.math.geometry.d2.ImmutableVector2D
 
clone() - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Clone this shape.
clone() - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
 
clone() - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Clone this point.
clone() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.d.AbstractShape3d
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.d.MultiShape3d
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.AbstractShape3dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.MultiShape3dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractShape3i
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.i.MultiShape3i
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractShape3ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.MultiShape3ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D
 
clone() - Method in class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
 
clone() - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Clone this shape.
clone() - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
 
clone() - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Clone this point.
clone() - Method in class org.arakhne.afc.math.graph.GraphPath
 
clone() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Creates a new object of the same class as this object.
clone() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Creates a new object of the same class as this object.
clone() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Creates a new object of the same class as this object.
close() - Method in class org.arakhne.afc.gis.io.binary.GISLayerReader
Flush temp buffers, and close the streams.
close() - Method in class org.arakhne.afc.gis.io.binary.GISLayerWriter
Flush temp buffers, write down final information in file header (file size...), and close the streams.
close() - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumberStream
close() - Method in class org.arakhne.afc.inputoutput.stream.ReaderInputStream
 
close() - Method in class org.arakhne.afc.inputoutput.stream.UnclosableInputStream
 
close() - Method in class org.arakhne.afc.inputoutput.stream.UnclosableOutputStream
Do not close but still flush the filtered stream.
close() - Method in class org.arakhne.afc.inputoutput.stream.WriterOutputStream
 
close() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Close all opened accessors.
close() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
 
close() - Method in class org.arakhne.afc.io.dbase.DBaseFileWriter
Close the dBASE file.
close() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Close the stream.
close() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Flush temp buffers, write down final information in file header (file size...), and close the streams.
close() - Method in class org.arakhne.afc.io.shape.AbstractShapeFileReader
 
close() - Method in class org.arakhne.afc.io.shape.AbstractShapeFileWriter
Flush temp buffers, write down final information in file header (file size...), and close the streams.
close() - Method in class org.arakhne.afc.math.tree.io.DotDotWriter
Close the output stream.
close() - Method in class org.arakhne.afc.math.tree.io.DotGxlWriter
Close the output stream.
close() - Method in class org.arakhne.afc.progress.ProgressionInputStream
 
close() - Method in class org.arakhne.afc.progress.ProgressionOuputStream
 
CLOSE - org.arakhne.afc.math.geometry.PathElementType
Close the path.
CloseComparator() - Constructor for class org.arakhne.afc.math.graph.astar.AStar.CloseComparator
Construct the comparator for the A* close list.
closePath() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
closePath() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
closePath() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
closePath() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
closePath() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Closes the current subpath by drawing a straight line back to the coordinates of the last moveTo.
closePath() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
closePath() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
closePath() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
closePath() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
closePath() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Closes the current subpath by drawing a straight line back to the coordinates of the last moveTo.
closePath() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Closes the path.
ClosePathElement2d(double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ClosePathElement2d
Constructor.
ClosePathElement2dfx(DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
Constructor.
ClosePathElement2dfx(Point2dfx, Point2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
Constructor by setting.
ClosePathElement2i(int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ClosePathElement2i
Constructor.
ClosePathElement2ifx(IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
Constructor.
ClosePathElement2ifx(Point2ifx, Point2ifx) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
Constructor by setting.
ClosePathElement3d(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
Constructor.
ClosePathElement3dfx(DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
Constructor.
ClosePathElement3dfx(Point3dfx, Point3dfx) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
Constructor by copy.
ClosePathElement3i(int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
Constructor.
ClosePathElement3ifx(IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
Constructor.
ClosePathElement3ifx(Point3ifx, Point3ifx) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
Constructor by setting.
ClosestPointPathShadow2afp - Class in org.arakhne.afc.math.geometry.d2.afp
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
ClosestPointPathShadow2afp(PathIterator2afp<?>, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.ClosestPointPathShadow2afp
Construct new path shadow.
ClosestPointPathShadow2ai - Class in org.arakhne.afc.math.geometry.d2.ai
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
ClosestPointPathShadow2ai(PathIterator2ai<?>, Rectangle2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.ClosestPointPathShadow2ai
Construct new path shadow.
ClosestPointPathShadow3afp - Class in org.arakhne.afc.math.geometry.d3.afp
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
ClosestPointPathShadow3afp(PathIterator3afp<?>, RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.ClosestPointPathShadow3afp
Construct new path shadow.
ClusteredRoadPath - Class in org.arakhne.afc.gis.road.path
This class describes a road path with is clustered into several unconnected paths.
ClusteredRoadPath() - Constructor for class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Constructor.
ClusteredRoadPath(Collection<? extends RoadPath>) - Constructor for class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Constructor.
ClusteredRoadPath(RoadPath...) - Constructor for class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Constructor.
COCOS_ISLANDS - org.arakhne.afc.util.CountryCode
CC.
COHEN_SUTHERLAND_BACK - Static variable in class org.arakhne.afc.math.MathConstants
Behind zone according to the Cohen-Sutherland algorithm.
COHEN_SUTHERLAND_BOTTOM - Static variable in class org.arakhne.afc.math.MathConstants
Bottom zone according to the Cohen-Sutherland algorithm: y < ymin.
COHEN_SUTHERLAND_FRONT - Static variable in class org.arakhne.afc.math.MathConstants
Front zone according to the Cohen-Sutherland algorithm.
COHEN_SUTHERLAND_INSIDE - Static variable in class org.arakhne.afc.math.MathConstants
Inside zone according to the Cohen-Sutherland algorithm: x in [xmin;xmax] and y in [ymin;ymax].
COHEN_SUTHERLAND_LEFT - Static variable in class org.arakhne.afc.math.MathConstants
Left zone according to the Cohen-Sutherland algorithm: x < xmin.
COHEN_SUTHERLAND_RIGHT - Static variable in class org.arakhne.afc.math.MathConstants
Right zone according to the Cohen-Sutherland algorithm: x > xmax.
COHEN_SUTHERLAND_TOP - Static variable in class org.arakhne.afc.math.MathConstants
Top zone according to the Cohen-Sutherland algorithm: y > ymax.
COLLADA_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for default Collada viewers.
COLLADA_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for default Collada viewers.
CollectionSizedIterator<OBJECTT> - Class in org.arakhne.afc.sizediterator
Iterator on collection.
CollectionSizedIterator(Collection<OBJECTT>) - Constructor for class org.arakhne.afc.sizediterator.CollectionSizedIterator
Construct an iterator.
COLOMBIA - org.arakhne.afc.util.CountryCode
CO.
ColorFormatException - Exception in org.arakhne.afc.inputoutput.xml
This exception indicates that a color format was not supported.
ColorFormatException(String) - Constructor for exception org.arakhne.afc.inputoutput.xml.ColorFormatException
Constructor.
ColorNames - Class in org.arakhne.afc.vmutil
Utilities for retrieving color values from a color name.
ColorSquare() - Constructor for class org.arakhne.afc.nodefx.ZoomablePane.ColorSquare
Constructor of empty square.
ColorSquare(Color) - Constructor for class org.arakhne.afc.nodefx.ZoomablePane.ColorSquare
Constructor with the given color.
column() - Method in class org.arakhne.afc.gis.grid.GridCell
Replies the column index of the cell.
columnsSkipped(Set<String>) - Method in class org.arakhne.afc.io.dbase.DBaseFileWriter
Invoked each time a column was skipped by the writer because it does not support its output.
COMOROS - org.arakhne.afc.util.CountryCode
KM.
ComparableSoftReference<T> - Class in org.arakhne.afc.references
This class is a WeakReference that allows to be compared on its pointed value.
ComparableSoftReference(T) - Constructor for class org.arakhne.afc.references.ComparableSoftReference
Constructor.
ComparableSoftReference(T, ReferenceQueue<? super T>) - Constructor for class org.arakhne.afc.references.ComparableSoftReference
Constructor.
ComparableWeakReference<T> - Class in org.arakhne.afc.references
This class is a WeakReference that allows to be compared on its pointed value.
ComparableWeakReference(T) - Constructor for class org.arakhne.afc.references.ComparableWeakReference
Constructor.
ComparableWeakReference(T, ReferenceQueue<? super T>) - Constructor for class org.arakhne.afc.references.ComparableWeakReference
Constructor.
comparator() - Method in interface org.arakhne.afc.attrs.attr.Attribute
Replies a comparator suitable for attribute based on the names of the attributes only.
comparator() - Method in class org.arakhne.afc.attrs.attr.AttributeImpl
 
comparator() - Method in class org.arakhne.afc.util.IntegerList
 
COMPARATOR - Static variable in interface org.arakhne.afc.gis.primitive.GISPrimitive
Comparator on GISPrimitive.
compare(Class<?>, Class<?>) - Method in class org.arakhne.afc.vmutil.ClassComparator
 
compare(Object, Object) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
 
compare(Object, Object) - Method in class org.arakhne.afc.vmutil.ObjectReferenceComparator
 
compare(String, String) - Method in class org.arakhne.afc.attrs.collection.AttributeNameStringComparator
 
compare(OBJECT, OBJECT) - Method in class org.arakhne.afc.util.NaturalOrderComparator
 
compare(Attribute, Attribute) - Method in class org.arakhne.afc.attrs.attr.AttributeComparator
 
compare(Attribute, Attribute) - Method in class org.arakhne.afc.attrs.attr.AttributeNameComparator
 
compare(AttributeValue, AttributeValue) - Method in class org.arakhne.afc.attrs.attr.AttributeComparator
Compares its two arguments for order.
compare(AttributeValue, AttributeValue) - Method in class org.arakhne.afc.attrs.attr.AttributeValueComparator
Compares its two arguments for order.
compare(GeoLocation, GeoLocation) - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
Compares its two arguments for order.
compare(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.RoadSegmentComparator
 
compare(Tuple2D<?>, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.Tuple2fComparator
 
compare(Tuple2D<?>, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.Tuple2iComparator
 
compare(Tuple3D<?>, Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.Tuple3fComparator
 
compare(Tuple3D<?>, Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.Tuple3iComparator
 
compare(AStarNode<ST, PT>, AStarNode<ST, PT>) - Method in class org.arakhne.afc.math.graph.astar.AStar.CloseComparator
 
compare(AStarNode<ST, PT>, AStarNode<ST, PT>) - Method in class org.arakhne.afc.math.graph.astar.AStar.OpenComparator
 
compare(GraphIterationElement<RoadSegment, RoadConnection>, GraphIterationElement<RoadSegment, RoadConnection>) - Method in class org.arakhne.afc.gis.road.RoadSegmentIterationComparator
 
compare(GraphIterationElement<ST, PT>, GraphIterationElement<ST, PT>) - Method in class org.arakhne.afc.math.graph.GraphIterationElementComparator
 
compare(R, R) - Method in class org.arakhne.afc.references.AbstractReferencedSet.ReferenceComparator
 
compareAttrNames(String, String) - Static method in class org.arakhne.afc.attrs.attr.AttributeImpl
Compare the two specified attribute names.
compareAttrs(Attribute, Attribute) - Static method in class org.arakhne.afc.attrs.attr.AttributeImpl
Compare the two specified attributes.
compareConnections(RoadConnection, RoadConnection) - Method in class org.arakhne.afc.gis.road.RoadSegmentIterationComparator
Compare the two given entry points.
compareConnections(PT, PT) - Method in class org.arakhne.afc.math.graph.GraphIterationElementComparator
Compare the two given entry points.
compareEpsilon(double, double) - Static method in class org.arakhne.afc.math.MathUtil
Compares its two arguments for order.
compareEpsilon(double, double, double) - Static method in class org.arakhne.afc.math.MathUtil
Compares its two arguments for order.
compareSegments(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.RoadSegmentIterationComparator
Compare the two given segments.
compareSegments(GraphSegment<?, ?>, GraphSegment<?, ?>) - Method in class org.arakhne.afc.math.graph.GraphIterationElement
Compare the two given segments.
compareSegments(ST, ST) - Method in class org.arakhne.afc.math.graph.GraphIterationElementComparator
Compare the two given segments.
compareTo(Object) - Method in class org.arakhne.afc.math.graph.GraphIterationElement
 
compareTo(Object) - Method in class org.arakhne.afc.references.ComparableSoftReference
Compare this reference to the specified object based on the Object.hashCode() if the references are not equals.
compareTo(Object) - Method in class org.arakhne.afc.references.ComparableWeakReference
 
compareTo(N) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
compareTo(N) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
compareTo(GridCellElement<P>) - Method in class org.arakhne.afc.gis.grid.GridCellElement
 
compareTo(GeoId) - Method in class org.arakhne.afc.gis.location.GeoId
 
compareTo(GeoLocation) - Method in class org.arakhne.afc.gis.location.AbstractGeoLocation
 
compareTo(MapComposedElement.PointGroup) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
 
compareTo(CrossRoad) - Method in class org.arakhne.afc.gis.road.path.CrossRoad
 
compareTo(MagicNumber) - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumber
 
compareTo(ESRIBounds) - Method in class org.arakhne.afc.io.shape.ESRIBounds
 
compareTo(ShapeFileIndexRecord) - Method in class org.arakhne.afc.io.shape.ShapeFileIndexRecord
 
compareTo(DoubleRange) - Method in class org.arakhne.afc.math.DoubleRange
 
compareTo(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
 
compareTo(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
 
compareTo(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
compareTo(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
 
compareTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Compares this object with the specified point for order.
compareTo(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
compareTo(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
compareTo(GraphPoint<RoadConnection, RoadSegment>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
compareTo(GraphPoint<RoadConnection, RoadSegment>) - Method in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
 
compareTo(GraphPoint<RoadConnection, RoadSegment>) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
compareTo(GraphPoint<RoadConnection, RoadSegment>) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
compareTo(GraphPoint<SGraphPoint, SGraphSegment>) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
 
compareValues(AttributeValue, AttributeValue) - Static method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
Compare the two specified values.
computeClosestPoint(int, int, int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
Compute the closest point on the rectangle from the given point.
computeClosestPointOnShallowEllipseInPositiveQuadrant(double, double, double, double, boolean) - Static method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.PrivateAPI
Compute the closest point to a shallow ellipse centered on (0, 0) and in the positive quadrant.
computeClosestPointOnSolidEllipseInPositiveQuadrant(double, double, double, double, boolean) - Static method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.PrivateAPI
Compute the closest point to a solid ellipse centered on (0, 0) and in the positive quadrant.
computeClosestPointRectanglePoint(double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Compute the point on the rectangle that is the closest to the given point.
computeClosestPointRectangleRectangle(double, double, double, double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Compute the point on the first rectangle that is the closest to the second rectangle.
computeClosestPointRectangleSegment(double, double, double, double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Compute the point on the rectangle that is the closest to the segment.
computeClosestPointTo(int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Replies the closest point in a sphere to a point.
computeClosestPointToPoint(double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the point on the segment that is closest to the given point.
computeClosestPointToPoint(int, int, int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies the closest point in a circle to a point.
computeClosestPointToRectangle(double, double, double, double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the point on the segment that is closest to the rectangle.
computeClosestPointToRectangle(int, int, int, int, int, int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies the point on the segment that is closest to the rectangle.
computeClosestPointToSegment(double, double, double, double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the point on the first segment that is closest to the second segment.
computeClosestPointToSegment(double, double, double, double, double, double, double, double, double, double, double, double, Point3D<?, ?>, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the point on the first segment that is closest to the second segment.
computeClosestPointToSegment(int, int, int, int, int, int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies the point on the first segment that is closest to the second segment.
computeClosestPointToSegment(int, int, int, int, int, int, int, int, int, int, int, int, Point3D<?, ?>, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies the point on the first segment that is closest to the second segment.
computeControlPointBoundingBox(PathIterator3afp<?>, RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Compute the box that corresponds to the control points of the path.
computeControlPointBoundingBox(PathIterator3ai<?>, RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Compute the box that corresponds to the control points of the path.
computeCostFor(PT) - Method in class org.arakhne.afc.math.graph.astar.AStar
Compute and replies the cost to traverse the given graph point.
computeCostFor(PT) - Method in interface org.arakhne.afc.math.graph.astar.AStarCostComputer
Compute and replies the cost to traverse the given graph point.
computeCostFor(ST) - Method in class org.arakhne.afc.math.graph.astar.AStar
Compute and replies the cost to traverse the given graph segment.
computeCostFor(ST) - Method in interface org.arakhne.afc.math.graph.astar.AStarCostComputer
Compute and replies the cost to traverse the given graph segment.
computeCrossings(int, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.afp.BasicPathShadow2afp
Compute the crossings between this shadow and the given segment.
computeCrossings(int, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.afp.ClosestPointPathShadow2afp
Compute the crossings between this shadow and the given segment.
computeCrossings(int, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.afp.BasicPathShadow3afp
Compute the crossings between this shadow and the given segment.
computeCrossings(int, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.afp.ClosestPointPathShadow3afp
Compute the crossings between this shadow and the given segment.
computeCrossings(int, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.afp.PathShadow3afp
Compute the crossings between this shadow and the given segment.
computeCrossings(int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ai.BasicPathShadow2ai
Compute the crossings between this shadow and the given segment.
computeCrossings(int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ai.ClosestPointPathShadow2ai
Compute the crossings between this shadow and the given segment.
computeCrossings(int, int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ai.BasicPathShadow3ai
Compute the crossings between this shadow and the given segment.
computeCrossings(int, int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ai.PathShadow3ai
Compute the crossings between this shadow and the given segment.
computeCrossingsFromPath(int, PathIterator3afp<?>, BasicPathShadow3afp, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Accumulate the number of times the path crosses the shadow extending to the right of the second path.
computeCrossingsFromPath(int, PathIterator3ai<?>, BasicPathShadow3ai, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Accumulate the number of times the path crosses the shadow extending to the right of the second path.
computeCrossingsFromPoint(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Calculates the number of times the line from (x0,y0,z0) to (x1,y1,z1) crosses the ray extending to the right from (px,py,pz).
computeCrossingsFromPoint(int, int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Calculates the number of times the line from (x0,y0) to (x1,y1) crosses the up/bottom borders of the ray extending to the right from (px,py).
computeCrossingsFromPoint(int, int, int, int, int, int, int, int, int, int, boolean, boolean) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Calculates the number of times the line from (x0,y0) to (x1,y1) crosses the up/bottom borders of the ray extending to the right from (px,py).
computeCrossingsFromPoint(int, PathIterator3afp<? extends PathElement3afp>, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Calculates the number of times the given path crosses the ray extending to the right from (px,py).
computeCrossingsFromPoint(int, PathIterator3ai<?>, int, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Calculates the number of times the given path crosses the ray extending to the right from (px,py).
computeCrossingsFromPointWithoutEquality(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Calculates the number of times the line from (x0,y0) to (x1,y1) crosses the ray extending to the right from (px,py).
computeCrossingsFromRect(int, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Accumulate the number of times the line crosses the shadow extending to the right of the rectangle.
computeCrossingsFromRect(int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Accumulate the number of times the line crosses the shadow extending to the right of the rectangle.
computeCrossingsFromRect(int, PathIterator3afp<? extends PathElement3afp>, double, double, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Accumulate the number of times the path crosses the shadow extending to the right of the rectangle.
computeCrossingsFromRect(int, PathIterator3ai<?>, int, int, int, int, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Accumulate the number of times the path crosses the shadow extending to the right of the rectangle.
computeCrossingsFromSegment(int, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Calculates the number of times the line from (x0,y0,z0) to (x1,y1,z1) crosses the segment (sx0,sy0,sz0) to (sx1,sy1,sz1) extending to the right.
computeCrossingsFromSegment(int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Calculates the number of times the line from (x0,y0) to (x1,y1) crosses the segment (sx0,sy0) to (sx1,sy1) extending to the right.
computeCrossingsFromSegment(int, PathIterator3afp<? extends PathElement3afp>, double, double, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Calculates the number of times the given path crosses the given segment extending to the right.
computeCrossingsFromSegment(int, PathIterator3ai<?>, int, int, int, int, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Calculates the number of times the given path crosses the given circle extending to the right.
computeCrossingsFromSphere(int, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Calculates the number of times the line from (x0,y0,z0) to (x1,y1,z1) crosses the sphere (cx,cy,cz,radius) with radius extending to the right.
computeCrossingsFromSphere(int, int, int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Calculates the number of times the line from (x0,y0,z0) to (x1,y1,z1) crosses the sphere (ex0,ey0,ez0,rad) extending to the right.
computeCrossingsFromSphere(int, PathIterator3afp<? extends PathElement3afp>, double, double, double, double, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Calculates the number of times the given path crosses the given circle extending to the right.
computeCrossingsFromSphere(int, PathIterator3ai<?>, int, int, int, int, CrossingComputationType) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Calculates the number of times the given path crosses the given circle extending to the right.
computeDistanceLinePoint(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Compute the distance between a point and a line.
computeDistanceSegmentPoint(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Compute the distance between a point and a segment.
computeDistanceSquaredLinePoint(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Compute the distance between a point and a line.
computeDistanceSquaredSegmentPoint(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Compute the square distance between a point and a segment.
computeDrawableElementBoundingBox(PathIterator3afp<?>, RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Compute the box that corresponds to the drawable elements of the path.
computeDrawableElementBoundingBox(PathIterator3ai<?>, RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Compute the box that corresponds to the drawable elements of the path.
computeFarthestPoint(int, int, int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
Compute the farthest point on the rectangle from the given point.
computeFarthestPointOnShallowEllipseInPositiveQuadrant(double, double, double, double, boolean) - Static method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.PrivateAPI
Compute the farthest point to a shallow ellipse centered on (0, 0) and in the positive quadrant.
computeFarthestPointTo(double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the point on the segment that is farthest to the given point.
computeFarthestPointTo(int, int, int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies the farthest point in a circle to a point.
computeFarthestPointTo(int, int, int, int, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Replies the farthest point in a sphere to a point.
computeGeoLocationForDistance(double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies the geo-location of the point described by the specified distance.
computeIntersectionTypeSegmentSegment(int, int, int, int, int, int, int, int, int, int, int, int, boolean, boolean, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies if two segments are intersecting pixel per pixel.
computeLength(PathIterator3afp<?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Compute the total squared length of the path.
computeLineLineIntersection(double, double, double, double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Compute the intersection of two lines specified by the specified points and vectors.
computeLineLineIntersectionFactor(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the position factory for the intersection point between two lines.
computeNextIdentifier() - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Compute the next available identifier for a resource.
computeProjectedPointOnLine(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the projection a point on a segment.
computeRelativeDistanceLinePoint(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the relative distance from the given point to the given line.
computeSegmentSegmentIntersection(double, double, double, double, double, double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the intersection point between two segments.
computeSegmentSegmentIntersectionFactor(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies one position factor for the intersection point between two lines.
computeSegmentSegmentIntersectionFactors(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies one position factor for the intersection point between two lines.
computeSideLinePoint(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies on which side of a line the given point is located.
computeSideLinePoint(int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies on which side of a line the given point is located.
computeSize() - Method in interface org.arakhne.afc.gis.GISSet
Force the deep computation of the element count in this set.
computeSize() - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
computeSize() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
computeSize() - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Force the deep computation of the element count in this set.
computeSVD(double[], double[], double[]) - Static method in class org.arakhne.afc.math.matrix.Matrix3d
Compute the SVD of a matrix m.
computeUserDataCount() - Method in class org.arakhne.afc.math.tree.LinkedTree
Force the computation of the user data count.
configs() - Method in class org.arakhne.afc.bootique.log4j.Log4jIntegrationModuleProvider
 
Configs - Class in org.arakhne.afc.bootique.printconfig.configs
Constants and utilities for configurations.
CONFIGURATION_DIRECTORY - Static variable in class org.arakhne.afc.vmutil.Android
Name of the system-wide configuration directory.
configure() - Method in class org.arakhne.afc.bootique.applicationdata2.modules.ApplicationMetadata2Module
 
configure() - Method in class org.arakhne.afc.bootique.log4j.modules.Log4jIntegrationModule
 
configure() - Method in class org.arakhne.afc.bootique.printconfig.modules.PrintConfigCommandModule
 
configure() - Method in class org.arakhne.afc.bootique.synopsishelp.modules.SynopsisHelpGeneratorModule
 
configureLogger(String) - Method in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Configure the given logger from the configuration.
configureLogger(Logger) - Method in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Configure the given logger from the configuration.
CONGO - org.arakhne.afc.util.CountryCode
CG.
CONGO_DEMOCRATIC_REPUBLIC - org.arakhne.afc.util.CountryCode
CD.
conjugate() - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Sets the value of this quaternion to the conjugate of itself.
conjugate(Quaternion) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Sets the value of this quaternion to the conjugate of quaternion q1.
connect() - Method in class org.arakhne.afc.vmutil.file.URLConnection
 
connect() - Method in class org.arakhne.afc.vmutil.resource.URLConnection
 
connectBeginToBegin(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
Connect the begin point of this segment to the begin point of the given segment.
connectBeginToEnd(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
Connect the begin point of this segment to the end point of the given segment.
connectedWithStartPoint - Variable in class org.arakhne.afc.gis.road.StandardRoadConnection.Connection
Indicates if this connection is done with a start point.
connectEndToBegin(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
Connect the end point of this segment to the begin point of the given segment.
connectEndToEnd(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
Connect the end point of this segment to the end point of the given segment.
connection - Variable in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
Wrapped road connection.
Connection(RoadPolyline, boolean) - Constructor for class org.arakhne.afc.gis.road.StandardRoadConnection.Connection
Constructor.
connectionPoint - Variable in class org.arakhne.afc.gis.road.path.CrossRoad
This is the cross-road point.
connectionPoint - Variable in class org.arakhne.afc.math.graph.GraphIterationElement
Connection point between the previous segment and the current segment.
connectSegmentEndPoint(RoadConnection, RoadSegment, Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Connection the end point of the given road segment to the given road connection or to a new connection.
connectSegmentEndPoint(RoadConnection, RoadSegment, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
connectSegmentStartPoint(RoadConnection, RoadSegment, Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Connection the start point of the given road segment to the given road connection or to a new connection.
connectSegmentStartPoint(RoadConnection, RoadSegment, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
ConsoleAppenderConfig - Class in org.arakhne.afc.bootique.log4j.configs
Configuration for a console-based log4j appenders.
ConsoleAppenderConfig() - Constructor for class org.arakhne.afc.bootique.log4j.configs.ConsoleAppenderConfig
 
ConsoleTarget - Enum in org.arakhne.afc.bootique.log4j.configs
The target on the console.
ConstantNaryTreeNode<D,​N extends ConstantNaryTreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a n-ary tree.
ConstantNaryTreeNode(int) - Constructor for class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
Empty node.
ConstantNaryTreeNode(int, boolean) - Constructor for class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
Construct a node.
ConstantNaryTreeNode(int, boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
Construct a node.
ConstantNaryTreeNode(int, boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
Construct a node.
ConstantNaryTreeNode(int, D) - Constructor for class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
Construct a node.
ConstantNaryTreeNode(int, Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
Construct a node.
ConstantNaryTreeNode.DefaultConstantNaryTreeNode<D> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a n-ary tree.
ConstantStochasticLaw - Class in org.arakhne.afc.math.stochastic
Law that representes an uniform density with as its upper and lower bounds equal.
ConstantStochasticLaw(double) - Constructor for class org.arakhne.afc.math.stochastic.ConstantStochasticLaw
Create a constant stochastic law.
ConstantStochasticLaw(Map<String, String>) - Constructor for class org.arakhne.afc.math.stochastic.ConstantStochasticLaw
Construct a law with the following parameters.
ConsumableEvent - Class in org.arakhne.afc.gis.maplayer
This interface representes an event on the layer attribute changes.
ConsumableEvent(Object) - Constructor for class org.arakhne.afc.gis.maplayer.ConsumableEvent
Constructs a prototypical Event.
ConsumableEvent(Object, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.ConsumableEvent
Constructs a prototypical Event.
consume() - Method in class org.arakhne.afc.gis.maplayer.ConsumableEvent
Mark this event as consumed.
consumeBudget() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Consume the budget.
consumeCells() - Method in class org.arakhne.afc.gis.grid.GridCellElement
Replies the cell on which the given element is located.
containers() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
Replies a collection on the containers.
contains(double) - Method in class org.arakhne.afc.math.DoubleRange
Replies if the value is inside the range.
contains(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
contains(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
contains(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
contains(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
contains(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
contains(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
contains(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
contains(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
contains(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies if the given point is inside this shape.
contains(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies if the given point is inside this shape.
contains(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
contains(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
contains(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
contains(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
contains(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies if the given point is inside this shape.
contains(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies if the given point is inside this shape.
contains(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
contains(int, double, double, double, double) - Static method in class org.arakhne.afc.gis.tree.GISTreeSetUtil
Replies if the given region contains the given point.
contains(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
contains(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
contains(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
contains(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
contains(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
contains(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies if the given point is inside this shape.
contains(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
contains(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
contains(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
contains(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
contains(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies if the given point is inside this shape.
contains(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
contains(int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Replies if the given point is inside the sphere.
contains(int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Replies if the given point is inside the quadrant of the given sphere.
contains(Object) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
contains(Object) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
 
contains(Object) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
contains(Object) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
contains(Object) - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
 
contains(Object) - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
 
contains(Object) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
contains(Object) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
contains(Object) - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
 
contains(Object) - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
 
contains(Object) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
contains(Object) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
contains(Object) - Method in interface org.arakhne.afc.math.graph.Graph
Replies is this graph contains the given segment.
contains(Object) - Method in class org.arakhne.afc.math.graph.GraphPath
 
contains(Object) - Method in class org.arakhne.afc.math.graph.simple.SGraph
 
contains(Object) - Method in class org.arakhne.afc.math.graph.SubGraph
 
contains(Object) - Method in class org.arakhne.afc.math.tree.AbstractForest
 
contains(Object) - Method in class org.arakhne.afc.util.IntegerList
 
contains(Object) - Method in class org.arakhne.afc.util.MultiCollection
 
contains(Comparator<T>, T, T...) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies of the given element is in the sorted array.
contains(List<E>, Comparator<? super E>, E) - Static method in class org.arakhne.afc.util.ListUtil
Replies if the given element is inside the list, using a dichotomic algorithm.
contains(BusItineraryHalt) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies if the given bus halt is inside this bus itinerary.
contains(BusStop) - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies if the given bus stop is inside this hub.
contains(RoadSegment) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies if the given segment is inside this bus itinerary.
contains(RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
 
contains(RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegmentContainer
Replies if the given road segment is inside this road network.
contains(RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
contains(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
 
contains(Rectangle1afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Rectangle1afp
 
contains(Rectangle1afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Shape1afp
Replies if the given rectangle is inside this shape.
contains(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Shape1afp
 
contains(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies if the given point is inside this shape.
contains(Segment1D<?, ?>, double, double) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Rectangle1afp
 
contains(Segment1D<?, ?>, double, double) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Shape1afp
Replies if the given point is inside this shape.
contains(Shape1D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Shape1afp
 
contains(Shape1D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies if this shape is inside the given shape.
contains(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
contains(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
contains(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
contains(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
contains(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
contains(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
contains(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
contains(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
contains(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
contains(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies if the given rectangle is inside this shape.
contains(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
contains(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
contains(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
contains(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
contains(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
contains(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
contains(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies if the given rectangle is inside this shape.
contains(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapElement
Replies if the specified point (x,y) was inside the figure of this MapElement.
contains(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Replies if the specified point (x,y) was inside the figure of this MapElement.
contains(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
contains(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies if the specified point (x,y) was inside the figure of this MapElement.
contains(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
contains(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
contains(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.tree.GISTreeNode
Replies if the specified points is inside the bounds of the area covered by this node.
contains(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
 
contains(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
 
contains(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies if the given point is inside this shape.
contains(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies if the specified point (x,y) was inside the figure of this MapElement.
contains(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.mapelement.MapElement
Replies if the specified point (x,y) was inside the figure of this MapElement.
contains(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.mapelement.MapPonctualElement
Replies if the specified point (x,y) was inside the figure of this MapElement.
contains(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Replies if the specified point (x,y) was inside the figure of this MapElement.
contains(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
contains(Point2D<?, ?>, double) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies if the specified point (x,y) was inside the figure of this MapElement.
contains(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
contains(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
contains(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
 
contains(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
contains(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
 
contains(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies if this shape is inside the given shape.
contains(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
contains(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
contains(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
contains(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
contains(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies if the given rectangular prism is inside this shape.
contains(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
contains(PathIterator3ai<?>, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Tests if the specified coordinates are inside the closed boundary of the specified PathIterator3ai.
contains(PathIterator3ai<?>, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Tests if the specified rectangle is inside the closed boundary of the specified PathIterator3ai.
contains(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
contains(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
contains(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
contains(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
contains(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies if the given rectangle is inside this shape.
contains(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
contains(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
 
contains(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
 
contains(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies if the given point is inside this shape.
contains(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies if the given shape is inside this shape.
contains(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
 
contains(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies if this shape is inside the given shape.
contains(T, T...) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies of the given element is in the array.
containsAll(Collection<?>) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
containsAll(Collection<?>) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
 
containsAll(Collection<?>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
containsAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
 
containsAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
 
containsAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
containsAll(Collection<?>) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
containsAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
 
containsAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
 
containsAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
containsAll(Collection<?>) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
containsAll(Collection<?>) - Method in class org.arakhne.afc.math.graph.GraphPath
 
containsAll(Collection<?>) - Method in class org.arakhne.afc.math.tree.AbstractForest
 
containsAll(Collection<?>) - Method in class org.arakhne.afc.util.IntegerList
 
containsAll(Collection<?>) - Method in class org.arakhne.afc.util.MultiCollection
 
containsAll(T[], T[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies if the given elements is in the array.
containsAllObjects(T[], T[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies of the given element is in the array.
containsCirclePoint(double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Replies if the given point is inside the given ellipse.
containsCirclePoint(int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Replies if the given point is inside the circle.
containsCircleQuadrantPoint(int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Replies if the given point is inside the quadrant of the given circle.
containsCircleRectangle(double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Replies if a rectangle is inside in the circle.
containsControlPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
containsControlPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
containsControlPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
containsControlPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
containsControlPoint(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies if the given points exists in the coordinates of this path.
containsControlPoint(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
containsControlPoint(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
containsControlPoint(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
containsControlPoint(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
containsControlPoint(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies if the given points exists in the coordinates of this path.
containsEllipsePoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
Replies if the given point is inside the given ellipse.
containsEllipseRectangle(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
Replies if a rectangle is inside in the ellipse.
containsObject(T, T[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies of the given element is in the array.
containsOrientedRectanglePoint(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Replies if a point is inside in the oriented rectangle.
containsOrientedRectangleRectangle(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Replies if a point is inside the oriented rectangle.
containsParallelogramPoint(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies if a point is inside in the parallelogram.
containsParallelogramRectangle(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies if a rectangle is inside the parallelogram.
containsPoint(PathIterator2afp<? extends PathElement2afp>, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Tests if the specified coordinates are inside the closed boundary of the specified PathIterator2afp.
containsPoint(PathIterator2ai<?>, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Tests if the specified coordinates are inside the closed boundary of the specified PathIterator2ai.
containsPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Check if point p is contained in this coordinates collections.
containsPoint(Point2D<?, ?>, int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Check if point p is contained in this coordinates collections.
containsPoint(PathIterator3afp<? extends PathElement3afp>, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Tests if the specified coordinates are inside the closed boundary of the specified PathIterator3afp.
containsRectangle(PathIterator2afp<? extends PathElement2afp>, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Tests if the specified rectangle is inside the closed boundary of the specified PathIterator2afp.
containsRectangle(PathIterator2ai<?>, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Tests if the specified rectangle is inside the closed boundary of the specified PathIterator2ai.
containsRectangle(PathIterator3afp<? extends PathElement3afp>, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Tests if the specified rectangle is inside the closed boundary of the specified PathIterator3afp.
containsRectanglePoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Replies if a point is inside in the rectangle.
containsRectanglePoint(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Replies if a point is inside in the rectangle.
containsRectangleRectangle(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Replies if a rectangle is inside in the rectangle.
containsRectangleRectangle(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Replies if a rectangle is inside in the rectangle.
containsRoundRectanglePoint(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
Replies if a point is inside in the round rectangle.
containsRoundRectangleRectangle(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
Replies if a rectangle is inside in the round rectangle.
containsSpherePoint(double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Replies if the given point is inside the given ellipse.
containsSphereRectangularPrism(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Replies if a rectangular prism is inside in the sphere.
containsTrianglePoint(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies if the given point is inside the given triangle.
containsTriangleRectangle(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies if the given point is inside the given triangle.
containsUserData(String, Object) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
containsUserData(String, Object) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies if the given one user data is associated to the given identifier.
containsUserData(String, Object) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
containsUserData(String, Object) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
ContentFileTypeMap() - Constructor for class org.arakhne.afc.inputoutput.filetype.FileType.ContentFileTypeMap
Constructor.
ContentFileTypeMap(FileTypeMap) - Constructor for class org.arakhne.afc.inputoutput.filetype.FileType.ContentFileTypeMap
Constructor.
CONTROL_POINT_BOUNDING_BOX - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
controlPointBoundingBox.
controlPointBoundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Replies the property that corresponds to the bounding box of the control points.
controlPointBoundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Replies the property that corresponds to the bounding box of the control points.
controlPointBoundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Replies the property that corresponds to the bounding box of the control points.
controlPointBoundingBoxProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Replies the property that corresponds to the bounding box of the control points.
convert(double, TimeUnit, TimeUnit) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Convert the given value expressed in the given unit to the second given unit.
convert(double, AngularUnit, AngularUnit) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Convert the given value expressed in the given unit to the second given unit.
convert(double, SpaceUnit, SpaceUnit) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Convert the given value expressed in the given unit to the second given unit.
convert(double, SpeedUnit, SpeedUnit) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Convert the given value expressed in the given unit to the second given unit.
convert(long, TimeUnit, TimeUnit) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Convert the given value expressed in the given unit to the second given unit.
convert(Tuple1d<?>) - Static method in class org.arakhne.afc.math.geometry.d1.d.Point1d
Convert the given tuple to a real Point1d.
convert(Tuple1d<?>) - Static method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
Convert the given tuple to a real Vector1d.
convert(Tuple1dfx<?>) - Static method in class org.arakhne.afc.math.geometry.d1.dfx.Point1dfx
Convert the given tuple to a real Point1dfx.
convert(Tuple1dfx<?>) - Static method in class org.arakhne.afc.math.geometry.d1.dfx.Vector1dfx
Convert the given tuple to a real Vector1dfx.
convert(PathIterator2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.GeomFactory2afp
Replies the PathIterator2afp that is corresponding to the given element.
convert(PathIterator2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.GeomFactory2ai
Replies the PathIterator2ai that is corresponding to the given element.
convert(Tuple2D<?>) - Static method in class org.arakhne.afc.math.geometry.d2.d.Point2d
Convert the given tuple to a real Point2d.
convert(Tuple2D<?>) - Static method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
Convert the given tuple to a real Vector2d.
convert(Tuple2D<?>) - Static method in class org.arakhne.afc.math.geometry.d2.dfx.Point2dfx
Convert the given tuple to a real Point2dfx.
convert(Tuple2D<?>) - Static method in class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
Convert the given tuple to a real Vector2dfx.
convert(Tuple2D<?>) - Static method in class org.arakhne.afc.math.geometry.d2.i.Point2i
Convert the given tuple to a real Point2i.
convert(Tuple2D<?>) - Static method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
Convert the given tuple to a real Vector2i.
convert(Tuple2D<?>) - Static method in class org.arakhne.afc.math.geometry.d2.ifx.Point2ifx
Convert the given tuple to a real Point2ifx.
convert(Tuple2D<?>) - Static method in class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
Convert the given tuple to a real Vector2ifx.
convert(PathIterator3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.GeomFactory3afp
Replies the PathIterator3afp that is corresponding to the given element.
convert(PathIterator3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.GeomFactory3ai
Replies the PathIterator3ai that is corresponding to the given element.
convert(Tuple3D<?>) - Static method in class org.arakhne.afc.math.geometry.d3.d.Point3d
Convert the given tuple to a real Point3d.
convert(Tuple3D<?>) - Static method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
Convert the given tuple to a real Vector3d.
convert(Tuple3D<?>) - Static method in class org.arakhne.afc.math.geometry.d3.dfx.Point3dfx
Convert the given tuple to a real Point3dfx.
convert(Tuple3D<?>) - Static method in class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
Convert the given tuple to a real Vector3dfx.
convert(Tuple3D<?>) - Static method in class org.arakhne.afc.math.geometry.d3.i.Point3i
Convert the given tuple to a real Point2i.
convert(Tuple3D<?>) - Static method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
Convert the given tuple to a real Vector3i.
convert(Tuple3D<?>) - Static method in class org.arakhne.afc.math.geometry.d3.ifx.Point3ifx
Convert the given tuple to a real Point3ifx.
convert(Tuple3D<?>) - Static method in class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
Convert the given tuple to a real Vector3ifx.
convertFileToURL(File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies an URL for the given file and translate it into a resource URL if the given file is inside the classpath.
convertFromGeodesicPosition(GeodesicPosition) - Method in enum org.arakhne.afc.gis.coordinate.MapMetricProjection
Convert the given GPS point into a point in the current map projection.
convertStringToFile(String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Convert a string which represents a local file into a File.
convertStringToURL(String, boolean) - Static method in class org.arakhne.afc.vmutil.FileSystem
Convert a string to an URL according to several rules.
convertStringToURL(String, boolean, boolean) - Static method in class org.arakhne.afc.vmutil.FileSystem
Convert a string to an URL according to several rules.
convertStringToURL(String, boolean, boolean, boolean) - Static method in class org.arakhne.afc.vmutil.FileSystem
Convert a string to an URL according to several rules.
convertTo(MapMetricProjection, Point2D<?, ?>) - Method in enum org.arakhne.afc.gis.coordinate.MapMetricProjection
Convert the given point from the current map projection to the given map projection.
convertToGeodesicPosition(Point2D<?, ?>) - Method in enum org.arakhne.afc.gis.coordinate.MapMetricProjection
Convert the given point in the current map projection into a GPS point.
convertToPoint(Point1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationGeomFactory
 
convertToPoint(Point1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.GeomFactory1d
 
convertToPoint(Point1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
 
convertToPoint(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.GeomFactory1D
Convert the given point if it is not of the right type.
convertToPoint(Point1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.ImmutableGeomFactory
 
convertToPoint(Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationGeomFactory
 
convertToPoint(Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.GeomFactory1d
 
convertToPoint(Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
 
convertToPoint(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.GeomFactory1D
Convert the given vector if it is not of the right type.
convertToPoint(Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.ImmutableGeomFactory
 
convertToPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationGeomFactory
 
convertToPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationGeomFactory
 
convertToPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
convertToPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
convertToPoint(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.GeomFactory2D
Convert the given point if it is not of the right type.
convertToPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
convertToPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
convertToPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ImmutableGeomFactory
 
convertToPoint(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationGeomFactory
 
convertToPoint(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationGeomFactory
 
convertToPoint(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
convertToPoint(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
convertToPoint(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.GeomFactory2D
Convert the given vector.
convertToPoint(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
convertToPoint(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
convertToPoint(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ImmutableGeomFactory
 
convertToPoint(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationGeomFactory3afp
 
convertToPoint(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationGeomFactory
 
convertToPoint(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
convertToPoint(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
convertToPoint(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.GeomFactory3D
Convert the given point if it is not of the right type.
convertToPoint(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
convertToPoint(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
convertToPoint(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ImmutableGeomFactory3D
 
convertToPoint(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationGeomFactory3afp
 
convertToPoint(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationGeomFactory
 
convertToPoint(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
convertToPoint(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
convertToPoint(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.GeomFactory3D
Convert the given vector.
convertToPoint(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
convertToPoint(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
convertToPoint(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ImmutableGeomFactory3D
 
convertToVector(Point1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationGeomFactory
 
convertToVector(Point1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.GeomFactory1d
 
convertToVector(Point1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
 
convertToVector(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.GeomFactory1D
Convert the given point.
convertToVector(Point1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.ImmutableGeomFactory
 
convertToVector(Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationGeomFactory
 
convertToVector(Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.GeomFactory1d
 
convertToVector(Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
 
convertToVector(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.GeomFactory1D
Convert the given vector.
convertToVector(Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.ImmutableGeomFactory
 
convertToVector(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationGeomFactory
 
convertToVector(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationGeomFactory
 
convertToVector(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
convertToVector(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
convertToVector(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.GeomFactory2D
Convert the given point.
convertToVector(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
convertToVector(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
convertToVector(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ImmutableGeomFactory
 
convertToVector(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationGeomFactory
 
convertToVector(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationGeomFactory
 
convertToVector(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
convertToVector(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
convertToVector(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.GeomFactory2D
Convert the given vector.
convertToVector(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
convertToVector(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
convertToVector(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ImmutableGeomFactory
 
convertToVector(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationGeomFactory3afp
 
convertToVector(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationGeomFactory
 
convertToVector(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
convertToVector(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
convertToVector(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.GeomFactory3D
Convert the given point.
convertToVector(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
convertToVector(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
convertToVector(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ImmutableGeomFactory3D
 
convertToVector(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationGeomFactory3afp
 
convertToVector(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationGeomFactory
 
convertToVector(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
convertToVector(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
convertToVector(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.GeomFactory3D
Convert the given vector.
convertToVector(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
convertToVector(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
convertToVector(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ImmutableGeomFactory3D
 
convertURLToFile(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Convert an URL which represents a local file or a resource into a File.
convertValue(String) - Method in class org.arakhne.afc.inputoutput.xml.XMLValueConstraint
Invoked to convert the string into the value to test.
COOK_ISLANDS - org.arakhne.afc.util.CountryCode
CK.
COORDINATES - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
coordinates.
coordinatesProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Replies the coordinates property.
coordinatesProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Replies the coordinates property.
coordinatesProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Replies the coordinates property.
coordinatesProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Replies the coordinates property.
CoordinateSystem - Interface in org.arakhne.afc.math.geometry.coordinatesystem
Represents a space referencial and provides the convertion utilities.
CoordinateSystem2D - Enum in org.arakhne.afc.math.geometry.coordinatesystem
Represents the different kind of 2D referencials and provides the conversion utilities.
CoordinateSystem3D - Enum in org.arakhne.afc.math.geometry.coordinatesystem
Represents the different kind of 3D referencials and provides the conversion utilities.
CoordinateSystemConstants - Class in org.arakhne.afc.math.geometry.coordinatesystem
Represents the different 2D/3D referencials used in different domains.
CoordinateSystemNotFoundException - Error in org.arakhne.afc.math.geometry.coordinatesystem
Exception thrown when no coordinate system was found.
CoordinateSystemNotFoundException() - Constructor for error org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemNotFoundException
Construct the exception.
copy(File, File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Copy the first file into the second file.
copy(InputStream, int, FileOutputStream) - Static method in class org.arakhne.afc.vmutil.FileSystem
Copy the first file into the second file.
copy(URL, File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Copy the first file into the second file.
copyAttributes(GISElement) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
copyAttributes(GISElement) - Method in interface org.arakhne.afc.gis.primitive.GISElement
Copy all the attributes of the specified container.
COSTA_RICA - org.arakhne.afc.util.CountryCode
CR.
cot(double) - Static method in class org.arakhne.afc.math.MathUtil
Replies the cotangent of the specified angle.
COTE_D_IVOIRE - org.arakhne.afc.util.CountryCode
CI.
CountryCode - Enum in org.arakhne.afc.util
This enumeration gives the official codes of the countries given by the ISO 3166-1.
cov(Vector2D<?, ?>, Iterable<? extends Tuple2D<?>>) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Set this matrix with the covariance matrix's elements for the given set of tuples.
cov(Vector2D<?, ?>, Point2D<?, ?>...) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Set this matrix with the covariance matrix's elements for the given set of tuples.
cov(Vector2D<?, ?>, Vector2D<?, ?>...) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Set this matrix with the covariance matrix's elements for the given set of tuples.
cov(Vector3D<?, ?>, Iterable<? extends Tuple3D<?>>) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Set this matrix with the covariance matrix's elements for the given set of tuples.
cov(Vector3D<?, ?>, Point3D<?, ?>...) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Set this matrix with the covariance matrix's elements for the given set of tuples.
cov(Vector3D<?, ?>, Vector3D<?, ?>...) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Set this matrix with the covariance matrix's elements for the given set of tuples.
crd(double) - Static method in class org.arakhne.afc.math.MathUtil
Replies the chord of the specified angle.
createAppender(Appendable) - Method in class org.arakhne.afc.bootique.synopsishelp.help.SynopsisHelpGenerator
 
createAppender(String) - Method in class org.arakhne.afc.bootique.log4j.configs.AppenderConfig
Create an appender with the current configuration.
createAppender(String) - Method in class org.arakhne.afc.bootique.log4j.configs.ConsoleAppenderConfig
 
createAppender(String) - Method in class org.arakhne.afc.bootique.log4j.configs.FileAppenderConfig
 
createAttribute(String) - Method in interface org.arakhne.afc.inputoutput.xml.XMLBuilder
Creates an Attr of the given name.
createAttributeCollection(int) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileReader
 
createAttributeCollection(int) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileReader
Create an attribute provider which will be used by a new element.
createAttributeCollection(int) - Method in interface org.arakhne.afc.io.shape.ElementFactory
Create an attribute provider which will be used by a new element.
createAttributeCollection(int) - Method in class org.arakhne.afc.io.shape.ShapeFileReader
 
createAttributeNS(String, String) - Method in interface org.arakhne.afc.inputoutput.xml.XMLBuilder
Creates an attribute of the given qualified name and namespace URI.
createCDATASection(String) - Method in interface org.arakhne.afc.inputoutput.xml.XMLBuilder
Creates a CDATASection node whose value is the specified string.
createCellAt(int, int) - Method in class org.arakhne.afc.gis.grid.Grid
Create a cell at the specified location if there is no cell at this location.
createComment(String) - Method in interface org.arakhne.afc.inputoutput.xml.XMLBuilder
Creates a Comment node given the specified string.
createDiscreteSet(double...) - Static method in class org.arakhne.afc.math.stochastic.MathFunctionRange
Create a set of bounds that correspond to the specified discrete values.
createDocumentFragment() - Method in interface org.arakhne.afc.inputoutput.xml.XMLBuilder
Creates an empty DocumentFragment object.
createElement(String) - Method in interface org.arakhne.afc.inputoutput.xml.XMLBuilder
Creates an element of the type specified.
createElementNS(String, String) - Method in interface org.arakhne.afc.inputoutput.xml.XMLBuilder
Creates an element of the given qualified name and namespace URI.
createEntityReference(String) - Method in interface org.arakhne.afc.inputoutput.xml.XMLBuilder
Creates an EntityReference object.
createInfinitySet() - Static method in class org.arakhne.afc.math.stochastic.MathFunctionRange
Create a bound that corresponds to -infinity; +infinity.
createInternalDataStructure(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
Create the internal data structure.
createIntersection(RectangularShape2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Compute and replies the intersection of this rectangle and the given rectangle.
createIntersection(RectangularShape2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
Compute and replies the intersection of this rectangle and the given rectangle.
createIntersection(Prism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Compute and replies the intersection of this rectangle and the given rectangle.
createIntersection(Prism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
Compute and replies the intersection of this rectangular prism and the given prism.
createInverse() - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Returns an Transform2D object representing the inverse transformation.
createLayout(String) - Method in class org.arakhne.afc.bootique.log4j.configs.AppenderConfig
Create a layout from this appender configuration.
createLayout(String) - Method in enum org.arakhne.afc.bootique.log4j.configs.LayoutType
Create a layout.
createMultiPatch(AttributeCollection, int, int[], ShapeMultiPatchType[], ESRIPoint[]) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileReader
 
createMultiPatch(AttributeCollection, int, int[], ShapeMultiPatchType[], ESRIPoint[]) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileReader
Create a multipatch.
createMultiPatch(AttributeCollection, int, int[], ShapeMultiPatchType[], ESRIPoint[]) - Method in interface org.arakhne.afc.io.shape.ElementFactory
Create a multipatch.
createMultiPatch(AttributeCollection, int, int[], ShapeMultiPatchType[], ESRIPoint[]) - Method in class org.arakhne.afc.io.shape.ESRIFileUtil.NullFactory
 
createMultiPatch(AttributeCollection, int, int[], ShapeMultiPatchType[], ESRIPoint[]) - Method in class org.arakhne.afc.io.shape.ShapeFileReader
 
createMultiPoint(AttributeCollection, int, ESRIPoint[], boolean) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileReader
 
createMultiPoint(AttributeCollection, int, ESRIPoint[], boolean) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileReader
Create a multipoint.
createMultiPoint(AttributeCollection, int, ESRIPoint[], boolean) - Method in interface org.arakhne.afc.io.shape.ElementFactory
Create a multipoint.
createMultiPoint(AttributeCollection, int, ESRIPoint[], boolean) - Method in class org.arakhne.afc.io.shape.ESRIFileUtil.NullFactory
 
createMultiPoint(AttributeCollection, int, ESRIPoint[], boolean) - Method in class org.arakhne.afc.io.shape.ShapeFileReader
 
createPath(AStarNode<ST, PT>, PT, List<AStarNode<ST, PT>>) - Method in class org.arakhne.afc.math.graph.astar.AStar
Create the path from the given close list.
createPoint(AttributeCollection, int, ESRIPoint) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileReader
 
createPoint(AttributeCollection, int, ESRIPoint) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileReader
Create a point instance.
createPoint(AttributeCollection, int, ESRIPoint) - Method in interface org.arakhne.afc.io.shape.ElementFactory
Create a point instance.
createPoint(AttributeCollection, int, ESRIPoint) - Method in class org.arakhne.afc.io.shape.ESRIFileUtil.NullFactory
 
createPoint(AttributeCollection, int, ESRIPoint) - Method in class org.arakhne.afc.io.shape.ShapeFileReader
 
createPolygon(AttributeCollection, int, int[], ESRIPoint[], boolean) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileReader
 
createPolygon(AttributeCollection, int, int[], ESRIPoint[], boolean) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileReader
Create a polygon.
createPolygon(AttributeCollection, int, int[], ESRIPoint[], boolean) - Method in interface org.arakhne.afc.io.shape.ElementFactory
Create a polygon.
createPolygon(AttributeCollection, int, int[], ESRIPoint[], boolean) - Method in class org.arakhne.afc.io.shape.ESRIFileUtil.NullFactory
 
createPolygon(AttributeCollection, int, int[], ESRIPoint[], boolean) - Method in class org.arakhne.afc.io.shape.ShapeFileReader
 
createPolyline(AttributeCollection, int, int[], ESRIPoint[], boolean) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileReader
 
createPolyline(AttributeCollection, int, int[], ESRIPoint[], boolean) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileReader
Create a polyline.
createPolyline(AttributeCollection, int, int[], ESRIPoint[], boolean) - Method in interface org.arakhne.afc.io.shape.ElementFactory
Create a polyline.
createPolyline(AttributeCollection, int, int[], ESRIPoint[], boolean) - Method in class org.arakhne.afc.io.shape.ESRIFileUtil.NullFactory
 
createPolyline(AttributeCollection, int, int[], ESRIPoint[], boolean) - Method in class org.arakhne.afc.io.shape.ShapeFileReader
 
createProcessingInstruction(String, String) - Method in interface org.arakhne.afc.inputoutput.xml.XMLBuilder
Creates a ProcessingInstruction node given the specified name and data strings.
createReference(E) - Method in class org.arakhne.afc.references.AbstractReferencedSet
Create a reference on the given object.
createReference(E) - Method in class org.arakhne.afc.references.SoftHashSet
 
createReference(E) - Method in class org.arakhne.afc.references.SoftTreeSet
 
createReference(E) - Method in class org.arakhne.afc.references.WeakHashSet
 
createReference(E) - Method in class org.arakhne.afc.references.WeakTreeSet
 
createSet(double...) - Static method in class org.arakhne.afc.math.stochastic.MathFunctionRange
Create a set of bounds that correspond to the specified values.
createTempDirectory(String, String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Create an empty directory in the default temporary-file directory, using the given prefix and suffix to generate its name.
createTempDirectory(String, String, File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Creates a new empty directory in the specified directory, using the given prefix and suffix strings to generate its name.
createTextElement(String, String) - Method in interface org.arakhne.afc.inputoutput.xml.XMLBuilder
Creates an element that contains the given text.
createTextNode(String) - Method in interface org.arakhne.afc.inputoutput.xml.XMLBuilder
Creates a Text node given the specified string.
createTransformedShape(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
createTransformedShape(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
 
createTransformedShape(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
createTransformedShape(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
 
createTransformedShape(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.d.Segment2d
 
createTransformedShape(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
createTransformedShape(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
createTransformedShape(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
createTransformedShape(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
createTransformedShape(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.i.Segment2i
 
createTransformedShape(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
createTransformedShape(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
createTransformedShape(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Apply the transformation to the shape and reply the result.
createTransformedShape(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
createTransformedShape(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
 
createTransformedShape(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
createTransformedShape(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
 
createTransformedShape(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
createTransformedShape(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
createTransformedShape(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
createTransformedShape(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
createTransformedShape(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
createTransformedShape(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
createTransformedShape(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Apply the transformation to the shape and reply the result.
createUnion(ESRIBounds) - Method in class org.arakhne.afc.io.shape.ESRIBounds
Create and replies an union of this bounds and the given bounds.
createUnion(RectangularShape2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Compute and replies the union of this rectangle and the given rectangle.
createUnion(RectangularShape2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
Compute and replies the union of this rectangle and the given rectangle.
createUnion(Prism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Compute and replies the union of this rectangle and the given rectangle.
createUnion(Prism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
Compute and replies the union of this rectangular prism and the given prism.
createURLStreamHandler(String) - Method in class org.arakhne.afc.vmutil.file.HandlerFactory
Deprecated.
 
createURLStreamHandler(String) - Method in class org.arakhne.afc.vmutil.file.HandlerProvider
 
createURLStreamHandler(String) - Method in class org.arakhne.afc.vmutil.resource.HandlerFactory
Deprecated.
 
createURLStreamHandler(String) - Method in class org.arakhne.afc.vmutil.resource.HandlerProvider
 
createVisitedSegmentComparator(boolean) - Method in class org.arakhne.afc.gis.road.DistanceBasedRoadNetworkIterator
 
createVisitedSegmentComparator(boolean) - Method in class org.arakhne.afc.gis.road.RoadNetworkIterator
 
createVisitedSegmentComparator(boolean) - Method in class org.arakhne.afc.math.graph.GraphIterator
Invoked when a comparator on visited segments is required.
CROATIA - org.arakhne.afc.util.CountryCode
HR.
cross(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Computes the cross product of the this vector and vector v1.
cross(Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
cross(Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Computes the cross product of the vectors v1 and v2 and put the result in this vector.
CrossingComputationType - Enum in org.arakhne.afc.math.geometry
Type of computation for the crossing of the path's shadow with a shape.
crossLeftHand(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Computes the cross product of the this vector and vector v1 as if the vectors are inside a left-hand coordinate system.
crossLeftHand(Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
crossLeftHand(Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Computes the cross product of the vectors v1 and v2 as if the vectors are inside a left-hand coordinate system; and put the result in this vector.
crossProduct(double, double, double, double, double, double, CoordinateSystem3D, Vector3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Computes the cross product of the vectors v1 and v2.
crossProduct(double, double, double, double, double, double, Vector3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Computes the cross product of the vectors v1 and v2.
crossProductLeftHand(double, double, double, double, double, double, Vector3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Computes the cross product of the vectors v1 and v2 as if the vectors are inside a left-hand coordinate system.
crossProductRightHand(double, double, double, double, double, double, Vector3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Computes the cross product of the vectors v1 and v2 as if the vectors are inside a right-hand coordinate system.
crossRightHand(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Computes the cross product of the this vector and vector v1 as if the vectors are inside a left-hand coordinate system.
crossRightHand(Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
crossRightHand(Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Computes the cross product of the vectors v1 and v2 as if the vectors are inside a left-hand coordinate system; and put the result in this vector.
CrossRoad - Class in org.arakhne.afc.gis.road.path
This class describes a cross road or a cul-de-sac in a road path.
CrossRoad(RoadConnection, RoadSegment, int, RoadSegment, int, double, double) - Constructor for class org.arakhne.afc.gis.road.path.CrossRoad
Constructor.
crossRoads() - Method in class org.arakhne.afc.gis.road.path.RoadPath
Replies an iterator on the junction points in this path.
csc(double) - Static method in class org.arakhne.afc.math.MathUtil
Replies the cosecant of the specified angle.
CSVFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for the Comma-separated Values files.
CSVFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.CSVFileFilter
Construct.
CSVFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.CSVFileFilter
Constructor.
CTRL_POINT_DISTANCE - Static variable in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.AbstractCirclePathIterator
Distance from a Bezier curve control point on the circle to the other control point.
CTRL_POINT_DISTANCE - Static variable in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.AbstractSpherePathIterator
Distance from a Bezier curve control point on the sphere to the other control point.
CTRL_PTS - Static variable in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.AbstractCirclePathIterator
ctrlpts contains the control points for a set of 4 cubic bezier curves that approximate a circle of radius 0.5 centered at 0.5, 0.5.
CTRL_PTS - Static variable in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.AbstractCirclePathIterator
ctrlpts contains the control points for a set of 4 cubic bezier curves that approximate a sphere of radius 0.5 centered at 0.5, 0.5.
CTRL_VAL - Static variable in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.AbstractCirclePathIterator
ArcIterator.btan(Math.PI/2).
CTRL_VAL - Static variable in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.AbstractCirclePathIterator
ArcIterator.btan(Math.PI/2).
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Replies the property for the x coordinate of the first control point.
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Replies the property for the x coordinate of the first control point.
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Replies the x coordinate of the first control point property.
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Replies the x coordinate of the first control point property.
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
ctrlX1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Replies the property for the x coordinate of the second control point.
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Replies the property for the x coordinate of the second control point.
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Replies the x coordinate of the second control point property.
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Replies the x coordinate of the second control point property.
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
ctrlX2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Replies the property for the y coordinate of the first control point.
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Replies the property for the y coordinate of the first control point.
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Replies the y coordinate of the first control point property.
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Replies the y coordinate of the first control point property.
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
ctrlY1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Replies the property for the y coordinate of the second control point.
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Replies the property for the y coordinate of the second control point.
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Replies the y coordinate of the second control point property.
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Replies the y coordinate of the second control point property.
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
ctrlY2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
ctrlZ1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
ctrlZ1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Replies the z coordinate of the first control point property.
ctrlZ1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
ctrlZ1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
ctrlZ1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
ctrlZ1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
ctrlZ1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
ctrlZ1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Replies the z coordinate of the first control point property.
ctrlZ1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
ctrlZ1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
ctrlZ1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
ctrlZ1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
ctrlZ2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
ctrlZ2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Replies the z coordinate of the second control point property.
ctrlZ2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
ctrlZ2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
ctrlZ2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
ctrlZ2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
ctrlZ2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
ctrlZ2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Replies the z coordinate of the second control point property.
ctrlZ2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
ctrlZ2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
ctrlZ2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
ctrlZ2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
CUBA - org.arakhne.afc.util.CountryCode
CU.
culDeSac - Variable in class org.arakhne.afc.math.graph.GraphIterationElement
Indicates if the current segment is a cul-de-sac.
CURACAO - org.arakhne.afc.util.CountryCode
CW.
CURRENT_DIRECTORY - Static variable in class org.arakhne.afc.vmutil.FileSystem
String which is representing the current directory in a relative path.
currentSegment - Variable in class org.arakhne.afc.math.graph.GraphIterationElement
Current segment in the iteration.
CURVE_TO - org.arakhne.afc.math.geometry.PathElementType
Cubic curve to the next point.
CurvePathElement2d(double, double, double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.PathElement2d.CurvePathElement2d
Constructor.
CurvePathElement2dfx(DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
Constructor.
CurvePathElement2dfx(Point2dfx, Point2dfx, Point2dfx, Point2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
Constructor bt setting.
CurvePathElement2i(int, int, int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.PathElement2i.CurvePathElement2i
Constructor.
CurvePathElement2ifx(IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
Constructor.
CurvePathElement2ifx(Point2ifx, Point2ifx, Point2ifx, Point2ifx) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
Constructor by setting.
CurvePathElement3d(double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
Constructor.
CurvePathElement3dfx(DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
Constructor.
CurvePathElement3dfx(Point3dfx, Point3dfx, Point3dfx, Point3dfx) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
Constructor by setting.
CurvePathElement3i(int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
Constructor.
CurvePathElement3ifx(IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
Constructor.
CurvePathElement3ifx(Point3ifx, Point3ifx, Point3ifx, Point3ifx) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
Constructor by setting.
curveTo(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the specified coordinates (x3, y3), using the specified points (x1, y1) and (x2, y2) as Bézier control points.
curveTo(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
curveTo(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
curveTo(double, double, double, double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the specified coordinates (x3,y3), using the specified points (x1,y1) and (x2,y2) as Bézier control points.
curveTo(double, double, double, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
curveTo(double, double, double, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
curveTo(int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the specified coordinates (x3, y3), using the specified points (x1, y1) and (x2, y2) as Bézier control points.
curveTo(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
curveTo(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
curveTo(int, int, int, int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the specified coordinates (x3,y3), using the specified points (x1,y1) and (x2,y2) as Bézier control points.
curveTo(int, int, int, int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
curveTo(int, int, int, int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
curveTo(Point2D<?, ?>, Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
curveTo(Point2D<?, ?>, Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
curveTo(Point2D<?, ?>, Point2D<?, ?>, Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
curveTo(Point2D<?, ?>, Point2D<?, ?>, Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
curveTo(Point2D<?, ?>, Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the specified coordinates (x3, y3), using the specified points (x1, y1) and (x2, y2) as Bézier control points.
curveTo(Point3D<?, ?>, Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
curveTo(Point3D<?, ?>, Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
curveTo(Point3D<?, ?>, Point3D<?, ?>, Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
curveTo(Point3D<?, ?>, Point3D<?, ?>, Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
curveTo(Point3D<?, ?>, Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the specified coordinates (x3,y3), using the specified points (x1,y1) and (x2,y2) as Bézier control points.
cut(String, int, String) - Static method in class org.arakhne.afc.vmutil.AbstractOperatingSystemWrapper
Cut the line in columns and replies the given column.
cutString(String, int) - Static method in class org.arakhne.afc.text.TextUtil
Format the text to be sure that each line is not more longer than the specified quantity of characters.
cutStringAsArray(String, int) - Static method in class org.arakhne.afc.text.TextUtil
Format the text to be sure that each line is not more longer than the specified quantity of characters.
cutStringAsArray(String, TextUtil.CutStringCritera, List<String>) - Static method in class org.arakhne.afc.text.TextUtil
Format the text to be sure that each line is not more longer than the specified critera.
CYAN - Static variable in class org.arakhne.afc.vmutil.ColorNames
The name of the cyan color within in W3C Color Standard.
CYPRUS - org.arakhne.afc.util.CountryCode
CY.
CZECH_REPUBLIC - org.arakhne.afc.util.CountryCode
CZ.

D

D3DSFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for the original 3D Studio model (aka, .3ds) files.
D3DSFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.D3DSFileFilter
Construct.
D3DSFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.D3DSFileFilter
Constructor.
DAEFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for the Collada model (aka, .dae) files.
DAEFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.DAEFileFilter
Construct.
DAEFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.DAEFileFilter
Constructor.
DARK_GRAY - Static variable in class org.arakhne.afc.vmutil.ColorNames
The name of the dark gray color within in W3C Color Standard.
DATA_DIRECTORY - Static variable in class org.arakhne.afc.vmutil.Android
Name of the system-wide data directory.
DataBroadFirstForestIterator<D> - Class in org.arakhne.afc.math.tree.iterator
This class is an iterator on a forest that replies the user data.
DataBroadFirstForestIterator(Iterator<Tree<D, ?>>) - Constructor for class org.arakhne.afc.math.tree.iterator.DataBroadFirstForestIterator
Constructor.
dataBroadFirstIterator() - Method in class org.arakhne.afc.math.tree.AbstractForest
 
dataBroadFirstIterator() - Method in class org.arakhne.afc.math.tree.AbstractTree
 
dataBroadFirstIterator() - Method in interface org.arakhne.afc.math.tree.BroadFirstIterableTree
 
dataBroadFirstIterator() - Method in interface org.arakhne.afc.math.tree.Forest
Replies the broad-first iterator on the tree.
dataBroadFirstIterator() - Method in interface org.arakhne.afc.math.tree.Tree
Replies the broad-first iterator on the tree.
DataBroadFirstTreeIterator<D,​N extends TreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.iterator
This class is an iterator on a tree that replies the user data.
DataBroadFirstTreeIterator(N) - Constructor for class org.arakhne.afc.math.tree.iterator.DataBroadFirstTreeIterator
Construct the iterator.
DataBroadFirstTreeIterator(N, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.DataBroadFirstTreeIterator
Construct the iterator.
DataBroadFirstTreeIterator(N, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.DataBroadFirstTreeIterator
Construct the iterator.
DataBroadFirstTreeIterator(N, NodeSelector<N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.DataBroadFirstTreeIterator
Construct the iterator.
DataBroadFirstTreeIterator(Tree<D, N>) - Constructor for class org.arakhne.afc.math.tree.iterator.DataBroadFirstTreeIterator
Construct the iterator.
DataBroadFirstTreeIterator(Tree<D, N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.DataBroadFirstTreeIterator
Construct the iterator.
DataBroadFirstTreeIterator(Tree<D, N>, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.DataBroadFirstTreeIterator
Construct the iterator.
DataBroadFirstTreeIterator(Tree<D, N>, NodeSelector<N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.DataBroadFirstTreeIterator
Construct the iterator.
dataCouldBeRepliedByIterator(D) - Method in interface org.arakhne.afc.math.tree.iterator.DataSelector
Replies if the specified data could be replied by the iterator.
dataCouldBeRepliedByIterator(P) - Method in class org.arakhne.afc.gis.tree.FrustumSelector
 
DataDepthFirstForestIterator<D> - Class in org.arakhne.afc.math.tree.iterator
This class is an iterator on a forest data.
DataDepthFirstForestIterator(int, Iterator<Tree<D, ?>>) - Constructor for class org.arakhne.afc.math.tree.iterator.DataDepthFirstForestIterator
Constructor.
DataDepthFirstForestIterator(DepthFirstNodeOrder, Iterator<Tree<D, ?>>) - Constructor for class org.arakhne.afc.math.tree.iterator.DataDepthFirstForestIterator
Constructor.
dataDepthFirstIterator() - Method in class org.arakhne.afc.math.tree.AbstractForest
 
dataDepthFirstIterator() - Method in class org.arakhne.afc.math.tree.AbstractTree
 
dataDepthFirstIterator() - Method in interface org.arakhne.afc.math.tree.DepthFirstIterableTree
 
dataDepthFirstIterator() - Method in interface org.arakhne.afc.math.tree.Forest
Replies a prefixed depth first iterator on the tree.
dataDepthFirstIterator() - Method in interface org.arakhne.afc.math.tree.Tree
Replies a prefixed depth first iterator on the tree.
dataDepthFirstIterator(int) - Method in class org.arakhne.afc.math.tree.AbstractForest
 
dataDepthFirstIterator(int) - Method in class org.arakhne.afc.math.tree.AbstractTree
 
dataDepthFirstIterator(int) - Method in interface org.arakhne.afc.math.tree.Forest
Replies the depth first iterator on the tree.
dataDepthFirstIterator(int) - Method in interface org.arakhne.afc.math.tree.Tree
Replies the depth first iterator on the tree.
dataDepthFirstIterator(DepthFirstNodeOrder) - Method in class org.arakhne.afc.math.tree.AbstractForest
 
dataDepthFirstIterator(DepthFirstNodeOrder) - Method in class org.arakhne.afc.math.tree.AbstractTree
 
dataDepthFirstIterator(DepthFirstNodeOrder) - Method in interface org.arakhne.afc.math.tree.Forest
Replies a depth first iterator on the tree.
dataDepthFirstIterator(DepthFirstNodeOrder) - Method in interface org.arakhne.afc.math.tree.Tree
Replies a depth first iterator on the tree.
DataSelectionTreeIterator<D,​N extends TreeNode<D,​?>> - Interface in org.arakhne.afc.math.tree.iterator
This interface is used to represent an iterator on the tree's data with selection.
DataSelector<D> - Interface in org.arakhne.afc.math.tree.iterator
This interface is used to select the data to reply by a Data*TreeIterator.
dataStructureUpdated() - Method in interface org.arakhne.afc.gis.road.StandardRoadConnection.IClockwiseIterator
Invoked when the data strucure was updated.
DATE - org.arakhne.afc.attrs.attr.AttributeType
Represents a date.
DATE - org.arakhne.afc.bootique.log4j.configs.LayoutType
Date layout.
DATE - org.arakhne.afc.io.dbase.DBaseFieldType
Date.
DATE_FORMAT - Static variable in class org.arakhne.afc.inputoutput.xml.XMLUtil
Format of the date in XML files.
DateFormatException - Exception in org.arakhne.afc.inputoutput.xml
This exception indicates that a date format was not supported.
DateFormatException(String) - Constructor for exception org.arakhne.afc.inputoutput.xml.DateFormatException
Constructor.
DBaseCodePage - Enum in org.arakhne.afc.io.dbase
Describes the supported languages in DBase fields.
DBaseFieldType - Enum in org.arakhne.afc.io.dbase
Describes the supported types in DBase fields.
DBaseFileAttributeAccessor - Class in org.arakhne.afc.io.dbase.attr
This class permits to access to the attributes stored inside a dBase file.
DBaseFileAttributeAccessor(DBaseFileAttributePool, int) - Constructor for class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeAccessor
Constructor.
DBaseFileAttributeCollection - Class in org.arakhne.afc.io.dbase.attr
This class permits to access to the attributes stored inside a dBase file.
DBaseFileAttributeCollection(DBaseFileAttributeAccessor) - Constructor for class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
Constructor.
DBaseFileAttributePool - Class in org.arakhne.afc.io.dbase.attr
This class provides a pool of attributes obtained from a DBase file and that could be used by dedicated attribute providers.
DBaseFileAttributeProvider - Class in org.arakhne.afc.io.dbase.attr
This class permits to access to the attributes stored inside a dBase file.
DBaseFileAttributeProvider(DBaseFileAttributeAccessor) - Constructor for class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
Constructor.
DBaseFileException - Exception in org.arakhne.afc.io.dbase
Exception throws by a Shape file reader.
DBaseFileException() - Constructor for exception org.arakhne.afc.io.dbase.DBaseFileException
Constructor.
DBaseFileException(String) - Constructor for exception org.arakhne.afc.io.dbase.DBaseFileException
Constructor.
DBaseFileField - Class in org.arakhne.afc.io.dbase
This class permits to store a field of a DBF file.
DBaseFileField(String, DBaseFieldType) - Constructor for class org.arakhne.afc.io.dbase.DBaseFileField
Constructor.
DBaseFileField(String, DBaseFieldType, int, int) - Constructor for class org.arakhne.afc.io.dbase.DBaseFileField
Constructor.
DBaseFileField(String, DBaseFieldType, int, int, int) - Constructor for class org.arakhne.afc.io.dbase.DBaseFileField
Constructor.
DBaseFileFilter - Class in org.arakhne.afc.io.dbase
This class permits to filter the files to show only the DBASE files.
DBaseFileFilter() - Constructor for class org.arakhne.afc.io.dbase.DBaseFileFilter
Constructor.
DBaseFileFilter(boolean) - Constructor for class org.arakhne.afc.io.dbase.DBaseFileFilter
Constructor.
DBaseFileReader - Class in org.arakhne.afc.io.dbase
This class permits to read a dBASE file which is typically generated by a GIS.
DBaseFileReader(File) - Constructor for class org.arakhne.afc.io.dbase.DBaseFileReader
Constructor.
DBaseFileReader(InputStream) - Constructor for class org.arakhne.afc.io.dbase.DBaseFileReader
Constructor.
DBaseFileReader(URL) - Constructor for class org.arakhne.afc.io.dbase.DBaseFileReader
Constructor.
DBaseFileReader(ReadableByteChannel) - Constructor for class org.arakhne.afc.io.dbase.DBaseFileReader
Constructor.
DBaseFileRecord - Class in org.arakhne.afc.io.dbase
This class permits to store a record of a DBF file.
DBaseFileRecord(int, long) - Constructor for class org.arakhne.afc.io.dbase.DBaseFileRecord
Constructor.
DBaseFileWriter - Class in org.arakhne.afc.io.dbase
This class permits to write a dBase file.
DBaseFileWriter(File) - Constructor for class org.arakhne.afc.io.dbase.DBaseFileWriter
Constructor.
DBaseFileWriter(OutputStream) - Constructor for class org.arakhne.afc.io.dbase.DBaseFileWriter
Constructor.
DBaseFileWriter(URL) - Constructor for class org.arakhne.afc.io.dbase.DBaseFileWriter
Constructor.
DBaseFileWriter(WritableByteChannel) - Constructor for class org.arakhne.afc.io.dbase.DBaseFileWriter
Constructor.
DEBUG - org.arakhne.afc.bootique.log4j.configs.Level
Debug.
DECAMETER - org.arakhne.afc.math.physics.SpaceUnit
decameter.
decelerationAngle - Variable in class org.arakhne.afc.agentmotion.steering.AligningSteeringAlgorithm
Angle to the target under which the agent could decelerate.
decelerationDistance - Variable in class org.arakhne.afc.agentmotion.steering.ArrivingSteeringAlgorithm
Square distance to the target under which the agent could decelerate.
DECIMETER - org.arakhne.afc.math.physics.SpaceUnit
decimeter.
declareVar(String) - Method in class org.arakhne.afc.bootique.variables.VariableDecls
Declare an environment variable which is linked to the given Bootique variable, and has its name defined from the name of the Bootique variable.
decodeString(byte[]) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Decode the specified array of bytes according to a charset selection.
decodeString(InputStream) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Decode the bytes from the specified input stream according to a charset selection.
decodeString(InputStream, List<String>) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Decode the bytes from the specified input stream according to a charset selection.
decrypt(byte[]) - Static method in class org.arakhne.afc.text.Encryption
Decrypt the specified string according to the given key.
decrypt(byte[], Key) - Static method in class org.arakhne.afc.text.Encryption
Decrypt the specified string according to the given key.
decrypt(byte[], Key, String) - Static method in class org.arakhne.afc.text.Encryption
Decrypt the specified string according to the given key.
decrypt(String) - Static method in class org.arakhne.afc.text.Encryption
Decrypt the specified string according to the given key.
decrypt(String, Key) - Static method in class org.arakhne.afc.text.Encryption
Decrypt the specified string according to the given key.
DEFAULT_ATTR_LANE_COUNT - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
This is the name of the attribute describing the count of lanes of a road.
DEFAULT_ATTR_ROAD_NAME - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
This is the name of the attribute describing the name of the road.
DEFAULT_ATTR_ROAD_NUMBER - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
This is the name of the attribute describing the number of the road.
DEFAULT_ATTR_ROAD_TYPE - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
This is the name of the attribute describing the type of the road.
DEFAULT_ATTR_ROAD_WIDTH - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
This is the name of the attribute describing the width of a road.
DEFAULT_ATTR_TRAFFIC_DIRECTION - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
This is the name of the attribute describing the description of the traffic direction.
DEFAULT_ATTRIBUTE_EXHIBITION - Static variable in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Does the bus layers are exhibiting the attributes of the displayed bus network components.
DEFAULT_BIKEWAY_ROAD_TYPE - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the bikeways (from the French DBCarto standards).
DEFAULT_BORDER_SIZE - Static variable in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Default size of the road borders (in pixels).
DEFAULT_BUS_STOP_DRAWING - Static variable in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Default flag that is indicating if the bus stops are drawn by default.
DEFAULT_BUS_STOP_NAMES_DRAWING - Static variable in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Default flag that is indicating if the bus stops Names are drawn by default.
DEFAULT_CLOCKWHISE_TYPE - Static variable in interface org.arakhne.afc.gis.road.primitive.RoadConnection
When traversing a road connection, the iterator replies both bounds of the connected segment list.
DEFAULT_COLOR - Static variable in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Default color of a map element.
DEFAULT_COLOR - Static variable in interface org.arakhne.afc.gis.bus.network.BusPrimitive
Default color of a map element.
DEFAULT_COLOR - Static variable in class org.arakhne.afc.gis.mapelement.MapElementConstants
Default color of a map elements.
DEFAULT_COPY_USER_DATA - Static variable in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
By default, does the user data are copied or not.
DEFAULT_DOUBLE_WAY_TRAFFIC_DIRECTION_0 - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Balue for the double-way road (from the French DBCarto standards).
DEFAULT_DOUBLE_WAY_TRAFFIC_DIRECTION_1 - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the double-way road (from the French DBCarto standards).
DEFAULT_DRAWABLE_ELEMENT_BUDGET - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Default budget for drawable elements.
DEFAULT_FLATENING_LIMIT - Static variable in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
The default flatening depth limit.
DEFAULT_FLATTENING_LIMIT - Static variable in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
The default flattening depth limit.
DEFAULT_FLATTENING_LIMIT - Static variable in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Default depth for the flattening of the path.
DEFAULT_FLATTENING_LIMIT - Static variable in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Default depth for the flattening of the path.
DEFAULT_FREEWAY_ROAD_TYPE - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the freeways (undefined in the French DBCarto standards).
DEFAULT_FUSION_DISTANCE - Static variable in class org.arakhne.afc.io.shape.AbstractShapeFileReader
Default distance under which a reader considers two points as too nearest (in meters).
DEFAULT_INTERCHANGE_RAMP_ROAD_TYPE - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the interchange ramps (from the French DBCarto standards).
DEFAULT_INVERTED_Y_AXIS - Static variable in class org.arakhne.afc.gis.ui.GisCanvas
Indicates if the Y axis should be inverted for GIS primitives.
DEFAULT_LANE_COUNT - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Default lane count in a road segment.
DEFAULT_LANE_WIDTH - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Default lane width (in meters).
DEFAULT_LINK_LIST_USE - Static variable in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
By default, does tree nodes use a linked list or not.
DEFAULT_LOCAL_ROAD_ROAD_TYPE - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the local roads (from the French DBCarto standards).
DEFAULT_LOG_FORMAT - Static variable in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Default conversion pattern for the logger.
DEFAULT_MAJOR_ROAD_TYPE - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the major roads (undefined in the French DBCarto standards).
DEFAULT_MAJOR_URBAN_ROAD_TYPE - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the major urban roads (undefined in the French DBCarto standards).
DEFAULT_NO_BUS_HALT_BIND - Static variable in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Default flag that is indicating if the bus stops which are not binded to a bus halt are drawn by default.
DEFAULT_NO_BUS_HALT_BIND_NAMES - Static variable in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Default flag that is indicating if the bus stops which are not binded to a bus halt have their names drawn by default.
DEFAULT_NO_ENTRY_TRAFFIC_DIRECTION_0 - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the no-entry road (from the French DBCarto standards).
DEFAULT_NO_ENTRY_TRAFFIC_DIRECTION_1 - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the no-entry road (from the French DBCarto standards).
DEFAULT_NO_WAY_TRAFFIC_DIRECTION_0 - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the no-way road (from the French DBCarto standards).
DEFAULT_NO_WAY_TRAFFIC_DIRECTION_1 - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the no-way road (from the French DBCarto standards).
DEFAULT_ONE_WAY_TRAFFIC_DIRECTION_0 - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the one-way road (from the French DBCarto standards).
DEFAULT_ONE_WAY_TRAFFIC_DIRECTION_1 - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the one-way road (from the French DBCarto standards).
DEFAULT_OTHER_ROAD_TYPE - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the pedestrian/other roads (undefined in the French DBCarto standards).
DEFAULT_PRIVACY_ROAD_TYPE - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the privacy paths or roads (undefined in the French DBCarto standards).
DEFAULT_RADIUS - Static variable in class org.arakhne.afc.gis.mapelement.MapElementConstants
Default radius of a map circle.
DEFAULT_ROAD_COLORS - Static variable in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Defaults colors for the different types of roads.
DEFAULT_ROAD_CONNECTION_DISTANCE - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
This is the hard-coded distance below which roads may be connected (in meters).
DEFAULT_ROAD_INTERN_COLOR - Static variable in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Color of the internal data structures of the road networks when they are drawn on the displayers.
DEFAULT_ROAD_INTERN_COLOR - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Color of the internal data structures of the road networks when they are drawn on the displayers.
DEFAULT_ROAD_INTERN_DRAWING - Static variable in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Default flag indicating if the internal data structures of the road networks may be drawn on the displayers.
DEFAULT_SCALE_CHANGE - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Default scaling delta.
DEFAULT_SCHEME - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
Default URI and URL scheme used to build URLs and URIs.
DEFAULT_SECONDARY_ROAD_TYPE - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the secondary roads (undefined in the French DBCarto standards).
DEFAULT_SELECTION_COLOR - Static variable in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
The default selection color.
DEFAULT_STRING_REPRESENTATION - Static variable in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Default string representation when not defined by the user.
DEFAULT_SYMBOL_IN_STRING_REPRESENTATION - Static variable in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Default usage of the direction symbols in the string representation when not defined by the user.
DEFAULT_TRACK_ROAD_TYPE - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Value for the track roads (undefined in the French DBCarto standards).
DEFAULT_WINDING_RULE - Static variable in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
The default winding rule: PathWindingRule.NON_ZERO.
DEFAULT_WINDING_RULE - Static variable in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
The default winding rule: PathWindingRule.NON_ZERO.
DEFAULT_WINDING_RULE - Static variable in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
The default winding rule: PathWindingRule.NON_ZERO.
DEFAULT_WINDING_RULE - Static variable in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
The default winding rule: PathWindingRule.NON_ZERO.
DefaultApplicationName - Annotation Type in org.arakhne.afc.bootique.applicationdata2.annotations
Annotation for marking a String value in order to define the application's name.
DefaultBinaryTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.BinaryTreeNode.DefaultBinaryTreeNode
Empty node.
DefaultBinaryTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.BinaryTreeNode.DefaultBinaryTreeNode
Constructor.
DefaultBinaryTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.BinaryTreeNode.DefaultBinaryTreeNode
Constructor.
DefaultConstantNaryTreeNode(int) - Constructor for class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode.DefaultConstantNaryTreeNode
Empty node.
DefaultConstantNaryTreeNode(int, D) - Constructor for class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode.DefaultConstantNaryTreeNode
Construct node.
DefaultConstantNaryTreeNode(int, Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode.DefaultConstantNaryTreeNode
Construct node.
DefaultIcosepBinaryTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode.DefaultIcosepBinaryTreeNode
Empty node.
DefaultIcosepBinaryTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode.DefaultIcosepBinaryTreeNode
Construct a node.
DefaultIcosepBinaryTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode.DefaultIcosepBinaryTreeNode
Construct a node.
DefaultIcosepOctTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.IcosepOctTreeNode.DefaultIcosepOctTreeNode
Empty node.
DefaultIcosepOctTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.IcosepOctTreeNode.DefaultIcosepOctTreeNode
Construct a node.
DefaultIcosepOctTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.IcosepOctTreeNode.DefaultIcosepOctTreeNode
Construct a node.
DefaultIcosepQuadTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode.DefaultIcosepQuadTreeNode
Empty node.
DefaultIcosepQuadTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode.DefaultIcosepQuadTreeNode
Construct a node.
DefaultIcosepQuadTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode.DefaultIcosepQuadTreeNode
Construct a node.
DefaultNaryTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.NaryTreeNode.DefaultNaryTreeNode
Empty node.
DefaultNaryTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.NaryTreeNode.DefaultNaryTreeNode
Construct a node.
DefaultNaryTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.NaryTreeNode.DefaultNaryTreeNode
Construct a node.
DefaultOctTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.OctTreeNode.DefaultOctTreeNode
Empty node.
DefaultOctTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.OctTreeNode.DefaultOctTreeNode
Construct a node.
DefaultOctTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.OctTreeNode.DefaultOctTreeNode
Construct a node.
DefaultPentaTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.PentaTreeNode.DefaultPentaTreeNode
Construct a node.
DefaultPentaTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.PentaTreeNode.DefaultPentaTreeNode
Construct a node.
DefaultPentaTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.PentaTreeNode.DefaultPentaTreeNode
Construct a node.
DefaultProgression - Class in org.arakhne.afc.progress
An object that permits to indicates the progression of a task.
DefaultProgression() - Constructor for class org.arakhne.afc.progress.DefaultProgression
Create a progress model in a indeterminate state.
DefaultProgression(int, int) - Constructor for class org.arakhne.afc.progress.DefaultProgression
Create a progress model with the specified indeterminate state.
DefaultProgression(int, int, int) - Constructor for class org.arakhne.afc.progress.DefaultProgression
Create a progress model with the specified determinate state.
DefaultProgression(int, int, int, boolean) - Constructor for class org.arakhne.afc.progress.DefaultProgression
Create a progress model with the specified determinate state.
DefaultProvider() - Constructor for class org.arakhne.afc.vmutil.ThreadServiceFinder.DefaultProvider
 
DefaultQuadTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.QuadTreeNode.DefaultQuadTreeNode
Construct a node.
DefaultQuadTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.QuadTreeNode.DefaultQuadTreeNode
Construct a node.
DefaultQuadTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.QuadTreeNode.DefaultQuadTreeNode
Construct a node.
DefaultSegment1d - Class in org.arakhne.afc.math.geometry.d1.d
Basic implementation of a 1.5D segment.
DefaultSegment1d(Point2d, Point2d) - Constructor for class org.arakhne.afc.math.geometry.d1.d.DefaultSegment1d
Construct a segment.
DefaultTernaryTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.TernaryTreeNode.DefaultTernaryTreeNode
Empty node.
DefaultTernaryTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.TernaryTreeNode.DefaultTernaryTreeNode
Constructor.
DefaultTernaryTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.TernaryTreeNode.DefaultTernaryTreeNode
Constructor.
DefaultXMLEntityResolver - Class in org.arakhne.afc.inputoutput.xml
A class that permits to load an external XML resource.
DefaultXMLEntityResolver() - Constructor for class org.arakhne.afc.inputoutput.xml.DefaultXMLEntityResolver
Constructor.
DefaultXMLEntityResolver(boolean) - Constructor for class org.arakhne.afc.inputoutput.xml.DefaultXMLEntityResolver
Constructor.
DefaultXMLEntityResolver(File) - Constructor for class org.arakhne.afc.inputoutput.xml.DefaultXMLEntityResolver
Constructor.
DefaultXMLEntityResolver(File, boolean) - Constructor for class org.arakhne.afc.inputoutput.xml.DefaultXMLEntityResolver
Constructor.
DefaultXMLEntityResolver(URL) - Constructor for class org.arakhne.afc.inputoutput.xml.DefaultXMLEntityResolver
Constructor.
DefaultXMLEntityResolver(URL, boolean) - Constructor for class org.arakhne.afc.inputoutput.xml.DefaultXMLEntityResolver
Constructor.
DeferredDrawer<T> - Class in org.arakhne.afc.nodefx
Drawer that defers to another drawer dynamically.
defineBigRectangle(ZoomableGraphicsContext, T) - Method in class org.arakhne.afc.gis.ui.drawers.AbstractMapPointDrawer
Define a path that corresponds to the big rectangle around a point.
defineBigRectangles(ZoomableGraphicsContext, T) - Method in class org.arakhne.afc.gis.ui.drawers.AbstractMapMultiPointDrawer
Define a path that corresponds to the big rectangles around a points.
defineConfig(Map<String, Object>, ConfigMetadataNode, Injector) - Static method in class org.arakhne.afc.bootique.printconfig.configs.Configs
Add a config to a Yaml configuration map.
definePath(ZoomableGraphicsContext, T) - Method in class org.arakhne.afc.gis.ui.drawers.AbstractMapPolygonDrawer
Draw the polygon path.
definePath(ZoomableGraphicsContext, T) - Method in class org.arakhne.afc.gis.ui.drawers.AbstractMapPolylineDrawer
Draw the polyline path.
defineScalar(Map<String, Object>, String, Object) - Static method in class org.arakhne.afc.bootique.printconfig.configs.Configs
Add a scalar to a Yaml configuration map.
defineSmallRectangle(ZoomableGraphicsContext, T) - Method in class org.arakhne.afc.gis.ui.drawers.AbstractMapPointDrawer
Define a path that corresponds to the small rectangle around a point.
defineSmallRectangles(ZoomableGraphicsContext, T) - Method in class org.arakhne.afc.gis.ui.drawers.AbstractMapMultiPointDrawer
Define a path that corresponds to the small rectangles around the points.
DEGREE - org.arakhne.afc.gis.coordinate.GeodesicPositionStringRepresentation
Degree only.
DEGREE_MINUTE - org.arakhne.afc.gis.coordinate.GeodesicPositionStringRepresentation
Degree Minute.
DEGREE_MINUTE_SECOND - org.arakhne.afc.gis.coordinate.GeodesicPositionStringRepresentation
Degree Minute Second.
DEGREES_PER_SECOND - org.arakhne.afc.math.physics.AngularUnit
degrees/second.
delayedInit(List<? extends Shape2afp<?, ?, IE, ?, ?, ?>>) - Method in class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.AbstractMultiShapePathIterator
Initialization.
delayedInit(List<? extends Shape2ai<?, ?, IE, ?, ?, ?>>) - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.AbstractMultiShapePathIterator
Initialization.
delayedInit(List<? extends Shape3afp<?, ?, IE, ?, ?, ?>>) - Method in class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.AbstractMultiShapePathIterator
Initialization.
delayedInit(List<? extends Shape3ai<?, ?, IE, ?, ?, ?>>) - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.AbstractMultiShapePathIterator
Initialization.
delete(File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Delete the given directory and all its subdirectories.
deleteOnExit(File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Delete the given directory and all its subdirectories when the JVM is exiting.
DEMI_NTF_E - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
DEMI_PI - Static variable in class org.arakhne.afc.math.MathConstants
PI/2.
DENMARK - org.arakhne.afc.util.CountryCode
DK.
DependentSimpleDoubleProperty<T extends javafx.beans.value.ObservableValue<?>> - Class in org.arakhne.afc.math.geometry.d2.dfx
A JavaFX double property that depends on another property.
DependentSimpleDoubleProperty<T extends javafx.beans.value.ObservableValue<?>> - Class in org.arakhne.afc.math.geometry.d3.dfx
A JavaFX double property that depends on another property.
DependentSimpleDoubleProperty(Object, String, T) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.DependentSimpleDoubleProperty
Construct a property.
DependentSimpleDoubleProperty(Object, String, T) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.DependentSimpleDoubleProperty
Construct a property.
DEPTH - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
depth.
DepthFirstForestIterator<D> - Class in org.arakhne.afc.math.tree.iterator
This class is an iterator on a forest nodes.
DepthFirstForestIterator(DepthFirstNodeOrder, Iterator<Tree<D, ?>>) - Constructor for class org.arakhne.afc.math.tree.iterator.DepthFirstForestIterator
Constructor.
DepthFirstGraphCourseModel<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Class in org.arakhne.afc.math.graph
This class permits to implement a depth-first algorithm to make a course inside a graph.
DepthFirstGraphCourseModel() - Constructor for class org.arakhne.afc.math.graph.DepthFirstGraphCourseModel
 
DepthFirstIterableTree<D,​N extends TreeNode<D,​?>> - Interface in org.arakhne.afc.math.tree
This is the generic implementation of a tree service that permits to iterator with a depth-first approach.
depthFirstIterator() - Method in class org.arakhne.afc.math.tree.AbstractForest
 
depthFirstIterator() - Method in class org.arakhne.afc.math.tree.AbstractTree
 
depthFirstIterator() - Method in interface org.arakhne.afc.math.tree.DepthFirstIterableTree
 
depthFirstIterator() - Method in interface org.arakhne.afc.math.tree.Forest
Replies a depth-first iterator on nodes.
depthFirstIterator() - Method in interface org.arakhne.afc.math.tree.Tree
Replies a depth-first iterator on nodes.
depthFirstIterator(int) - Method in class org.arakhne.afc.math.tree.AbstractTree
 
depthFirstIterator(int) - Method in interface org.arakhne.afc.math.tree.DepthFirstIterableTree
Replies the infixes depth first iterator on the tree.
depthFirstIterator(DepthFirstNodeOrder) - Method in class org.arakhne.afc.math.tree.AbstractForest
 
depthFirstIterator(DepthFirstNodeOrder) - Method in class org.arakhne.afc.math.tree.AbstractTree
 
depthFirstIterator(DepthFirstNodeOrder) - Method in interface org.arakhne.afc.math.tree.DepthFirstIterableTree
 
depthFirstIterator(DepthFirstNodeOrder) - Method in interface org.arakhne.afc.math.tree.Forest
Replies a depth-first iterator on nodes.
depthFirstIterator(DepthFirstNodeOrder) - Method in interface org.arakhne.afc.math.tree.Tree
Replies a depth-first iterator on nodes.
DepthFirstNodeOrder - Enum in org.arakhne.afc.math.tree.iterator
Indicates when a node will be treated in comparison to its child nodes.
DepthGraphIterator<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Class in org.arakhne.afc.math.graph
This class is an iterator on the segments limited to a specified depth.
DepthGraphIterator(Graph<ST, PT>, double, double, ST, PT, boolean, boolean) - Constructor for class org.arakhne.afc.math.graph.DepthGraphIterator
Deprecated, for removal: This API element is subject to removal in a future version.
since 16.0
DepthGraphIterator(Graph<ST, PT>, double, double, ST, PT, boolean, boolean, DynamicDepthUpdater<ST, PT>) - Constructor for class org.arakhne.afc.math.graph.DepthGraphIterator
Constructor.
DepthGraphIterator(Graph<ST, PT>, double, ST, PT, boolean, boolean) - Constructor for class org.arakhne.afc.math.graph.DepthGraphIterator
Deprecated, for removal: This API element is subject to removal in a future version.
since 16.0
DepthGraphIterator(Graph<ST, PT>, double, ST, PT, boolean, boolean, DynamicDepthUpdater<ST, PT>) - Constructor for class org.arakhne.afc.math.graph.DepthGraphIterator
Constructor.
depthIterator(double, double, RoadConnection, boolean, boolean) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies an iterator that permits to move along the road segment's graph starting from this road segment and from the specified starting point.
depthIterator(double, double, RoadConnection, boolean, boolean, DynamicDepthUpdater<RoadSegment, RoadConnection>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
depthIterator(double, double, RoadConnection, boolean, boolean, DynamicDepthUpdater<RoadSegment, RoadConnection>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies an iterator that permits to move along the road segment's graph starting from this road segment and from the specified starting point.
depthIterator(double, double, RoadConnection, boolean, boolean, DynamicDepthUpdater<RoadSegment, RoadConnection>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
depthIterator(double, double, RoadConnection, boolean, boolean, DynamicDepthUpdater<RoadSegment, RoadConnection>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
depthIterator(RoadSegment, double, double, RoadConnection, boolean, boolean) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegmentContainer
 
depthIterator(RoadSegment, double, double, RoadConnection, boolean, boolean, DynamicDepthUpdater<RoadSegment, RoadConnection>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegmentContainer
 
depthIterator(RoadSegment, double, double, RoadConnection, boolean, boolean, DynamicDepthUpdater<RoadSegment, RoadConnection>) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
depthIterator(SGraphSegment, double, double, SGraphPoint, boolean, boolean, DynamicDepthUpdater<SGraphSegment, SGraphPoint>) - Method in class org.arakhne.afc.math.graph.simple.SGraph
 
depthIterator(ST, double, double, PT, boolean, boolean) - Method in interface org.arakhne.afc.math.graph.Graph
Replies an iterator that permits to move along the segment's graph starting from the specified segment and from the specified starting point.
depthIterator(ST, double, double, PT, boolean, boolean, DynamicDepthUpdater<ST, PT>) - Method in interface org.arakhne.afc.math.graph.Graph
Replies an iterator that permits to move along the segment's graph starting from the specified segment and from the specified starting point.
depthIterator(ST, double, double, PT, boolean, boolean, DynamicDepthUpdater<ST, PT>) - Method in class org.arakhne.afc.math.graph.SubGraph
 
depthProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
Replies the property that is the depth of the box.
depthProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
Replies the property that is the depth of the box.
depthProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
Replies the property that is the depth of the box.
determinant() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Computes the determinant of this matrix.
determinant() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Computes the determinant of this matrix.
determinant() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Computes the determinant of this matrix.
determinant(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Compute the determinant of three vectors.
Direction1D - Enum in org.arakhne.afc.math.geometry.d1
This class represents a direction in a 1D or 1.5D coordinate space.
DIRECTX_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for default DirectX viewers.
DIRECTX_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for default DirectX viewers.
dirname(File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the dirname of the specified file.
dirname(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the dirname of the specified file.
disableSeek() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Disable the seek feature to have lower memory foot-print.
disconnect() - Method in class org.arakhne.afc.progress.SubProgressionModel
Set the parent value and disconnect this subtask from its parent.
disconnectBegin() - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
Disconnect the begin point of this segment.
disconnectEnd() - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
Disconnect the end point of this segment.
disconnectSubTask(SubProgressionModel, double, boolean) - Method in class org.arakhne.afc.progress.DefaultProgression
Set the parent value and disconnect this subtask from its parent.
DISCONTINUOUS_PATH_IN_ITINERARY - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
The bus itinerary has a discontinuous path.
distance - Variable in class org.arakhne.afc.gis.road.path.CrossRoad
This is the distance along the path to the cross-road.
distance(double, double) - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies the distance between the given point and this bus hub.
distance(double, double) - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the distance between the given point and this bus halt.
distance(double, double) - Method in class org.arakhne.afc.gis.bus.network.BusStop
Replies the distance between the given point and this bus stop.
distance(double, double) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
distance(double, double) - Method in interface org.arakhne.afc.gis.tree.GISTreeNode
Replies the distance between the specified point and the area covered by this node.
distance(BusItineraryHalt) - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the distance between the given bus halt and this bus halt.
distance(BusItineraryHalt) - Method in class org.arakhne.afc.gis.bus.network.BusStop
Replies the distance between the given bus itinerary halt and this bus stop.
distance(BusStop) - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the distance between the given bus stop and this bus halt.
distance(BusStop) - Method in class org.arakhne.afc.gis.bus.network.BusStop
Replies the distance between the given bus stop and this bus stop.
distance(GeoLocationPoint) - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies the distance between the given point and this bus hub.
distance(GeoLocationPoint) - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the distance between the given point and this bus halt.
distance(GeoLocationPoint) - Method in class org.arakhne.afc.gis.bus.network.BusStop
Replies the distance between the given point and this bus stop.
distance(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies the distance between the given point and this bus hub.
distance(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the distance between the given point and this bus halt.
distance(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.bus.network.BusStop
Replies the distance between the given point and this bus stop.
distance(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
distance(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the distance between this MapElement and point.
distance(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
distance(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
distance(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.mapelement.MapPolygon
Replies the distance between this figure and the specified point.
distance(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies the distance between this figure and the specified point.
distance(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
distance(Point2D<?, ?>, double) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the distance between this figure and the specified point.
distance(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
distance(OT) - Method in class org.arakhne.afc.gis.mapelement.MapCircle
Replies the distance between this MapPoint and another_point.
distance(OT) - Method in class org.arakhne.afc.gis.mapelement.MapPonctualElement
Replies the distance between this MapPoint and another_point.
DISTANCE_BETWEEN_HALT_AND_ROAD_BORDER - Static variable in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Distance between the road border and the bus halt.
DistanceBasedRoadNetworkIterator - Class in org.arakhne.afc.gis.road
This class is an iterator on the segments of a road network limited to a specified depth.
DistanceBasedRoadNetworkIterator(RoadSegmentContainer, double, double, RoadSegment, RoadConnection, boolean, boolean) - Constructor for class org.arakhne.afc.gis.road.DistanceBasedRoadNetworkIterator
Deprecated, for removal: This API element is subject to removal in a future version.
DistanceBasedRoadNetworkIterator(RoadSegmentContainer, double, double, RoadSegment, RoadConnection, boolean, boolean, DynamicDepthUpdater<RoadSegment, RoadConnection>) - Constructor for class org.arakhne.afc.gis.road.DistanceBasedRoadNetworkIterator
Constructor.
distanceFromPreviousCrossRoad - Variable in class org.arakhne.afc.gis.road.path.CrossRoad
This is the distance along the path to the cross-road from the previous croos road in the path.
distanceToBusStop() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the distance between the position of this bus itinerary halt and the position of the bus stop associated to this bus itinerary halt.
distanceToEnd(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies the distance between the nearest end of this MapElement and the point.
distanceToEnd(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
distanceToEnd(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the distance between the nearest end of this MapElement and the point.
distanceToEnd(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
distanceToEnd(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies the distance between the nearest end of this MapElement and the point.
distanceToEnd(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
distanceToEnd(Point2D<?, ?>, double) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the distance between the nearest end of this MapElement and the point.
distanceToEnd(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
distanceToReach - Variable in class org.arakhne.afc.math.graph.GraphIterationElement
Distance that was consumed for reaching the connection point.
DJIBOUTI - org.arakhne.afc.util.CountryCode
DJ.
doc2fxAngle(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Transform a document angle to its JavaFX equivalent.
doc2fxRectBase(double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Transform a document rectangle's minimum point to its JavaFX equivalent.
doc2fxSize(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Transform a document size (or distance) to its JavaFX equivalent.
doc2fxX(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Transform a document x coordinate to its JavaFX equivalent.
doc2fxY(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Transform a document y coordinate to its JavaFX equivalent.
DOCUMENT_BOUNDS_PROPERTY - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Name of the property for the bounds of the document in document coordinates.
DOCUMENT_DRAWER_PROPERTY - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Name of the property for the document drawer.
DOCUMENT_MODEL_PROPERTY - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Name of the property for the document model.
documentBoundsProperty() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
documentBoundsProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
documentBoundsProperty() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the property that contains the document bounds.
documentDrawerProperty() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
documentDrawerProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
documentDrawerProperty() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the property that contains the document drawer.
documentModelProperty() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
documentModelProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
documentModelProperty() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the property that contains the document model.
DOMINICA - org.arakhne.afc.util.CountryCode
DM.
DOMINICAN_REPUBLIC - org.arakhne.afc.util.CountryCode
DO.
DONGLE - org.arakhne.afc.vmutil.OperatingSystemIdentificationType
Identification comes from a dongle.
DOS_EAST_EUROPE - org.arakhne.afc.io.dbase.DBaseCodePage
DOS Central/East Europe codepage.
DOS_GREEK - org.arakhne.afc.io.dbase.DBaseCodePage
DOS Greek codepage.
DOS_ICELANDIC - org.arakhne.afc.io.dbase.DBaseCodePage
DOS Icelandic codepage.
DOS_KAMENICKY - org.arakhne.afc.io.dbase.DBaseCodePage
DOS Kamenicky/Czech codepage.
DOS_MAZOVIA - org.arakhne.afc.io.dbase.DBaseCodePage
DOS Mazovia/Polish codepage.
DOS_MULTI_LINGUAL - org.arakhne.afc.io.dbase.DBaseCodePage
DOS Multilingual codepage.
DOS_NORDIC - org.arakhne.afc.io.dbase.DBaseCodePage
DOS Nordic codepage.
DOS_RUSSIAN - org.arakhne.afc.io.dbase.DBaseCodePage
DOS Russian codepage.
DOS_TURKISH - org.arakhne.afc.io.dbase.DBaseCodePage
DOS Turkish codepage.
DOS_USA - org.arakhne.afc.io.dbase.DBaseCodePage
DOS USA codepage.
doStreamEncoding(MagicNumberStream) - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumber
Invoked before MagicNumber.isContentType(MagicNumberStream) to prepare the stream.
doStreamEncoding(MagicNumberStream) - Method in class org.arakhne.afc.inputoutput.filetype.ZipArchiveMagicNumber
 
doStreamEncoding(MagicNumberStream) - Method in class org.arakhne.afc.inputoutput.filetype.ZipMagicNumber
 
dot(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
dot(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
dot(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Computes the dot product of the this vector and the given vector.
dot(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
dot(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
dot(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Computes the dot product of the this vector and vector v1.
DotDotWriter - Class in org.arakhne.afc.math.tree.io
This is a writer of .dot file from a tree.
DotDotWriter(OutputStream) - Constructor for class org.arakhne.afc.math.tree.io.DotDotWriter
Create a new dot writer that output inside the given output stream.
DotDotWriter(Writer) - Constructor for class org.arakhne.afc.math.tree.io.DotDotWriter
Create a new dot writer that output inside the given output stream.
DOTFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for the Graphviz DOT files.
DOTFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.DOTFileFilter
Construct.
DOTFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.DOTFileFilter
Constructor.
DotGxlWriter - Class in org.arakhne.afc.math.tree.io
This is a writer of .gxl file from a tree.
DotGxlWriter(OutputStream) - Constructor for class org.arakhne.afc.math.tree.io.DotGxlWriter
Create a new gxl writer that output inside the given output stream.
DotGxlWriter(Writer) - Constructor for class org.arakhne.afc.math.tree.io.DotGxlWriter
Create a new gxl writer that output inside the given output stream.
dotProduct(double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Compute the dot product of two vectors.
dotProduct(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Compute the dot product of two vectors.
DOUBLE - org.arakhne.afc.io.dbase.DBaseFieldType
IEEE signer double.
DOUBLE_WAY - org.arakhne.afc.gis.road.primitive.TrafficDirection
The road segment is traversable in both directions.
DoubleRange - Class in org.arakhne.afc.math
A range of double floating-point numbers.
DoubleRange(double, double) - Constructor for class org.arakhne.afc.math.DoubleRange
Construct a range.
doubleValue() - Method in class org.arakhne.afc.attrs.attr.Timestamp
 
draw(ZoomableGraphicsContext, GISElementContainer) - Method in class org.arakhne.afc.gis.ui.drawers.GisElementContainerDrawer
 
draw(ZoomableGraphicsContext, GISElementContainer<RoadPolyline>, Drawer<? super RoadPolyline>) - Method in class org.arakhne.afc.gis.road.ui.drawers.RoadNetworkDrawer
 
draw(ZoomableGraphicsContext, GISElementContainer<T>, Drawer<? super T>) - Method in class org.arakhne.afc.gis.ui.drawers.GisElementContainerDrawer
Draw the primitive with the given drawer.
draw(ZoomableGraphicsContext, MapCircle) - Method in class org.arakhne.afc.gis.ui.drawers.MapCircleDrawer
 
draw(ZoomableGraphicsContext, MapMultiPoint) - Method in class org.arakhne.afc.gis.ui.drawers.MapMultiPointDrawer
 
draw(ZoomableGraphicsContext, MapPoint) - Method in class org.arakhne.afc.gis.ui.drawers.MapPointDrawer
 
draw(ZoomableGraphicsContext, MapPolygon) - Method in class org.arakhne.afc.gis.ui.drawers.MapPolygonDrawer
 
draw(ZoomableGraphicsContext, MapPolyline) - Method in class org.arakhne.afc.gis.ui.drawers.MapPolylineDrawer
 
draw(ZoomableGraphicsContext, GISLayerContainer) - Method in class org.arakhne.afc.gis.ui.drawers.GisLayerContainerDrawer
 
draw(ZoomableGraphicsContext, RoadPolyline) - Method in class org.arakhne.afc.gis.road.ui.drawers.RoadPolylineDrawer
 
draw(ZoomableGraphicsContext, Ellipse2afp) - Method in class org.arakhne.afc.nodefx.drawers.Ellipse2afpDrawer
 
draw(ZoomableGraphicsContext, MultiShape2afp) - Method in class org.arakhne.afc.nodefx.drawers.MultiShape2afpDrawer
 
draw(ZoomableGraphicsContext, Parallelogram2afp) - Method in class org.arakhne.afc.nodefx.drawers.Parallelogram2afpDrawer
 
draw(ZoomableGraphicsContext, Path2afp) - Method in class org.arakhne.afc.nodefx.drawers.Path2afpDrawer
 
draw(ZoomableGraphicsContext, Rectangle2afp) - Method in class org.arakhne.afc.nodefx.drawers.Rectangle2afpDrawer
 
draw(ZoomableGraphicsContext, RoundRectangle2afp) - Method in class org.arakhne.afc.nodefx.drawers.RoundRectangle2afpDrawer
 
draw(ZoomableGraphicsContext, Segment2afp) - Method in class org.arakhne.afc.nodefx.drawers.Segment2afpDrawer
 
draw(ZoomableGraphicsContext, Triangle2afp) - Method in class org.arakhne.afc.nodefx.drawers.Triangle2afpDrawer
 
draw(ZoomableGraphicsContext, T) - Method in class org.arakhne.afc.nodefx.DeferredDrawer
 
draw(ZoomableGraphicsContext, T) - Method in interface org.arakhne.afc.nodefx.Drawer
Draw the given document primitives.
DRAWABLE_ELEMENT_BUDGET_PROPERTY - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Name of the property for the drawable element budget.
drawableElementBudgetProperty() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
drawableElementBudgetProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
drawableElementBudgetProperty() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the property that defines the maximal number of drawable elements to be render.
drawContent() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
drawContent() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
drawContent() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Refresh the content of the viewer in order to have a new image drawn.
Drawer<T> - Interface in org.arakhne.afc.nodefx
Draw of a primitive.
DrawerReference<T> - Interface in org.arakhne.afc.nodefx
This interface is used for marking drawable elements.
Drawers - Class in org.arakhne.afc.nodefx
Utility class for ZoomableDrawer.
drawImage(Image, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Draws an image at the given x, y position using the width and height of the given image.
drawImage(Image, double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Draws an image into the given destination rectangle of the canvas.
drawImage(Image, double, double, double, double, double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Draws the specified source rectangle of the given image to the given destination rectangle of the Canvas.
DRAWING_STATE_ROAD_BORDERS - Static variable in class org.arakhne.afc.gis.road.ui.drawers.RoadNetworkDrawerConstants
Road borders should be drawn.
DRAWING_STATE_ROAD_DETAILS - Static variable in class org.arakhne.afc.gis.road.ui.drawers.RoadNetworkDrawerConstants
Standard details should be drawn.
DRAWING_STATE_ROAD_INTERIOR - Static variable in class org.arakhne.afc.gis.road.ui.drawers.RoadNetworkDrawerConstants
Standard road interior should be drawn.
DrawingListener - Interface in org.arakhne.afc.nodefx
Listener on drawing actions.
drawPrimitives(ZoomableGraphicsContext, GISElementContainer<T>, Drawer<? super T>) - Method in class org.arakhne.afc.gis.ui.drawers.GisElementContainerDrawer
Draw the primitives.
DTDBasedXMLMagicNumber - Class in org.arakhne.afc.inputoutput.filetype
This class defines a set of informations that could distinguish a file content from another one.
DTDBasedXMLMagicNumber(MimeType, String, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.DTDBasedXMLMagicNumber
Constructor.
DTDBasedXMLMagicNumber(MimeType, String, String, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.DTDBasedXMLMagicNumber
Constructor.
DTDBasedZipArchiveXMLMagicNumber - Class in org.arakhne.afc.inputoutput.filetype
This class defines a set of informations that could distinguish a file content from another one.
DTDBasedZipArchiveXMLMagicNumber(MimeType, String, String, File) - Constructor for class org.arakhne.afc.inputoutput.filetype.DTDBasedZipArchiveXMLMagicNumber
Constructor.
DTDBasedZipArchiveXMLMagicNumber(MimeType, String, String, String, File) - Constructor for class org.arakhne.afc.inputoutput.filetype.DTDBasedZipArchiveXMLMagicNumber
Constructor.
DTDBasedZippedXMLMagicNumber - Class in org.arakhne.afc.inputoutput.filetype
This class defines a set of informations that could distinguish a file content from another one.
DTDBasedZippedXMLMagicNumber(MimeType, String, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.DTDBasedZippedXMLMagicNumber
Constructor.
DTDBasedZippedXMLMagicNumber(MimeType, String, String, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.DTDBasedZippedXMLMagicNumber
Constructor.
dynamicDepthUpdater - Variable in class org.arakhne.afc.math.graph.GraphIterator
The dynamic updater for the depth.
DynamicDepthUpdater<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Interface in org.arakhne.afc.math.graph
This interface represents an dynamic updater of the iterator depth that is used when iterating on graph elements.
DynamicURLClassLoader - Class in org.arakhne.afc.vmutil
This class loader permits to load classes from a set of classpaths.
DynamicURLClassLoader(ClassLoader, URL...) - Constructor for class org.arakhne.afc.vmutil.DynamicURLClassLoader
Constructs a new ClassPathClassLoader for the given URLs.
DynamicURLClassLoader.FactoryDynamicURLClassLoader - Class in org.arakhne.afc.vmutil
This class loader permits to load classes from a set of classpaths.

E

E - Static variable in class org.arakhne.afc.math.MathConstants
E.
EAST - org.arakhne.afc.gis.coordinate.SexagesimalLongitudeAxis
East.
ECUADOR - org.arakhne.afc.util.CountryCode
EC.
editableGISElementHasChanged(GISEditable) - Method in interface org.arakhne.afc.gis.primitive.GISEditableChangeListener
Invoked when an editable element has changed.
editableGISElementHasChanged(GISEditable) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork.EventHandler
 
EGYPT - org.arakhne.afc.util.CountryCode
EG.
eigenVectorsOfSymmetricMatrix(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Compute the eigenvectors of this matrix, assuming it is a symmetric matrix according to the Jacobi Cyclic Method.
eigenVectorsOfSymmetricMatrix(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Compute the eigenvectors of the given symmetric matrix according to the Jacobi Cyclic Method.
EL_SALVADOR - org.arakhne.afc.util.CountryCode
SV.
EL2_L1(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert extended France Lambert II coordinate to France Lambert I coordinate.
EL2_L2(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert extended France Lambert II coordinate to France Lambert II coordinate.
EL2_L3(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert extended France Lambert II coordinate to France Lambert III coordinate.
EL2_L4(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert extended France Lambert II coordinate to France Lambert IV coordinate.
EL2_L93(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert extended France Lambert II coordinate to France Lambert 93 coordinate.
EL2_WSG84(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert extended France Lambert II coordinate to geographic WSG84 Data.
ELEMENT_COUNT - Static variable in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.AbstractOrientedRectanglePathIterator
Number of path elements.
ELEMENT_COUNT - Static variable in class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.AbstractRoundRectanglePathIterator
Number of elements in the path (except move).
ELEMENT_NUMBER - Static variable in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.AbstractParallelogramPathIterator
Number of elements in the path (excluding move).
ElementExporter<E> - Interface in org.arakhne.afc.io.shape
This interface describes functions which are used by a ShapeFileWriter to export elements inside an ESRI shape file.
ElementFactory<E> - Interface in org.arakhne.afc.io.shape
This interface describes a service which is creating element instances from shape file data.
elements - Variable in class org.arakhne.afc.gis.io.shape.MapElementGroup
Elements in the group.
ELEMENTS - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
elements.
elementsProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.MultiShape2dfx
Replies the property that contains all the shapes in this multishape.
elementsProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.MultiShape2ifx
Replies the property that contains all the shapes in this multishape.
elementsProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.MultiShape3dfx
Replies the property that contains all the shapes in this multishape.
elementsProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.MultiShape3ifx
Replies the property that contains all the shapes in this multishape.
ellipse - Variable in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.AbstractEllipsePathIterator
The iterated shape.
Ellipse2afp<ST extends Shape2afp<?,​?,​IE,​P,​V,​B>,​IT extends Ellipse2afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2afp,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.afp
Fonctional interface that represented a 2D ellipse on a plane.
Ellipse2afp.AbstractEllipsePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Abstract iterator on the path elements of the ellipse.
Ellipse2afp.EllipsePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the ellipse path elements.
Ellipse2afp.PrivateAPI - Class in org.arakhne.afc.math.geometry.d2.afp
Private API functions for the ellipses.
Ellipse2afp.TransformedEllipsePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of a transformed ellipse.
Ellipse2afpDrawer - Class in org.arakhne.afc.nodefx.drawers
Drawer of a 2D ellipse.
Ellipse2afpDrawer() - Constructor for class org.arakhne.afc.nodefx.drawers.Ellipse2afpDrawer
 
Ellipse2d - Class in org.arakhne.afc.math.geometry.d2.d
An ellipse with 2 double precision floating-point numbers.
Ellipse2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.Ellipse2d
Construct an empty ellipse.
Ellipse2d(double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Ellipse2d
Construct an ellipse with the given minimum corner and sizes of its bouding box.
Ellipse2d(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Ellipse2d
Constructor by copy.
Ellipse2d(Point2D<?, ?>, Point2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Ellipse2d
Construct an ellipse with the given corners of its bouding box.
Ellipse2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
Ellipse with 2 double precision floating-point FX properties.
Ellipse2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Ellipse2dfx
Construct an empty ellipse.
Ellipse2dfx(double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Ellipse2dfx
Construct an ellipse with the given minimum corner and sizes for its bounding box.
Ellipse2dfx(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Ellipse2dfx
Constructor by copy.
Ellipse2dfx(Point2D<?, ?>, Point2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Ellipse2dfx
Construct an ellipse with the given minimum and maximum corners for its bounding box.
EllipsePathIterator(Ellipse2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.EllipsePathIterator
Constructor.
EmptyBoundingBoxException() - Constructor for exception org.arakhne.afc.math.tree.builder.TreeBuilderException.EmptyBoundingBoxException
 
EmptyIterator<M> - Class in org.arakhne.afc.sizediterator
Sized iterator on an empty collection.
EmptyIterator() - Constructor for class org.arakhne.afc.sizediterator.EmptyIterator
Construct an iterator.
ENABLE_GRAPH_ITERATION_CYCLES - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
By default the road network API disallows cycles during graph iterations.
ENABLE_ORIENTED_SEGMENTS - Static variable in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
By default the road network API supports oriented graph segments.
ENCLOSING - org.arakhne.afc.math.geometry.IntersectionType
The second object is entirely inside the first one.
encodeBase26(int) - Static method in class org.arakhne.afc.text.TextUtil
Replies a base 26 encoding string for the given number.
encrypt(byte[]) - Static method in class org.arakhne.afc.text.Encryption
Encrypt the specified string according to the given key.
encrypt(byte[], Key) - Static method in class org.arakhne.afc.text.Encryption
Encrypt the specified string according to the given key.
encrypt(byte[], Key, String) - Static method in class org.arakhne.afc.text.Encryption
Encrypt the specified string according to the given key.
encrypt(String) - Static method in class org.arakhne.afc.text.Encryption
Encrypt the specified string according to the given key.
encrypt(String, Key) - Static method in class org.arakhne.afc.text.Encryption
Encrypt the specified string according to the given key.
Encryption - Class in org.arakhne.afc.text
Tools for encryption.
end() - Method in class org.arakhne.afc.progress.DefaultProgression
 
end() - Method in interface org.arakhne.afc.progress.Progression
Force this progression task to end its indicator.
end() - Method in class org.arakhne.afc.progress.SubProgressionModel
 
end(Progression) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Force the given task progression, if not null, to have its value equals to the maximal value.
EndianNumbers - Class in org.arakhne.afc.inputoutput.endian
Utility methods for Little Endian Number coding.
enqueue() - Method in interface org.arakhne.afc.references.AbstractReferencedValueMap.ReferencableValue
Enqueue the value.
ensureAvailableBytes(int) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Ensure that the reading buffer is containing enoug bytes to read.
ensureAvailableBytes(int) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Ensure that the reading buffer is containing enoug bytes to read.
ensureCapacity(int) - Method in class org.arakhne.afc.references.WeakArrayList
Increases the capacity of this WeakArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureContentTypeManager() - Static method in class org.arakhne.afc.inputoutput.filetype.FileType
Be sure that the default FileTypeMap is a FileType.ContentFileTypeMap.
ensureMinMax() - Method in class org.arakhne.afc.io.shape.ESRIBounds
Ensure that min and max values are correctly ordered.
ensureNoSubTask() - Method in class org.arakhne.afc.progress.DefaultProgression
 
ensureNoSubTask() - Method in interface org.arakhne.afc.progress.Progression
Ensure that there is no opened subtask.
ensureNoSubTask(Progression) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Ensure that there is no opened subtask.
ensureValidArcHeight() - Method in class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
Ensure that the size of the arc height is valid, i.e. not too big or too small.
ensureValidArcWidth() - Method in class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
Ensure that the size of the arc width is valid, i.e. not too big or too small.
enteringSegment - Variable in class org.arakhne.afc.gis.road.path.CrossRoad
This is the segment that permits to reach the cross-road.
enteringSegmentIndex - Variable in class org.arakhne.afc.gis.road.path.CrossRoad
This is the position in the path of the segment that permits to reach the cross-road.
Entry(Object, String) - Constructor for class org.arakhne.afc.inputoutput.xml.XMLResources.Entry
Constructor.
entrySet() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap
 
ENUMERATION - org.arakhne.afc.attrs.attr.AttributeType
Represents an enumeration.
EOFDBaseFileException - Exception in org.arakhne.afc.io.dbase
Exception throws by a Shape file reader when unexpected end-of-file was reached.
EOFDBaseFileException() - Constructor for exception org.arakhne.afc.io.dbase.EOFDBaseFileException
Constructor.
EPSFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for Encapsuled Postscript document.
EPSFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.EPSFileFilter
Construct.
EPSFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.EPSFileFilter
Constructor.
EPSILON - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
Epsilon constant from the IGN specifications.
epsilonCompareToDistance(double) - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
Replies if the specified distance value is approximatively equal to zero, less or greater than zero.
epsilonCompareToDistance(double, double) - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
Replies if the specified distances are approximatively equal, less or greater than.
epsilonEquals(Point1D<?, ?, ?>, double) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Returns true if the L-infinite distance between this point and point p is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple2D<?>, double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Returns true if the Euclidian distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Quaternion, double) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple3D<?>, double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix3d, double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix4d, double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEqualsDistance(double) - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
Replies if the specified distance value is approximatively equal to zero.
epsilonEqualsDistance(double, double) - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
Replies if the specified distances are approximatively equal.
epsilonEqualsDistance(Point2D<?, ?>, Point2D<?, ?>) - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
Replies if the specified points are approximatively equal.
epsilonEqualsDistance(Point3D<?, ?>, Point3D<?, ?>) - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
Replies if the specified points are approximatively equal.
EPSTeXFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for a TeX part of a EPS figure combined with TeX macros.
EPSTeXFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.EPSTeXFileFilter
Construct.
EPSTeXFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.EPSTeXFileFilter
Constructor.
equals(Object) - Method in class org.arakhne.afc.agentmotion.AgentMotion
 
equals(Object) - Method in class org.arakhne.afc.agentmotion.common.AbstractTargetPositionPredictionAlgorithm
 
equals(Object) - Method in class org.arakhne.afc.agentmotion.common.EvadingAlgorithm
 
equals(Object) - Method in class org.arakhne.afc.agentmotion.common.FacingAlgorithm
 
equals(Object) - Method in class org.arakhne.afc.agentmotion.common.PursuingAlgorithm
 
equals(Object) - Method in class org.arakhne.afc.agentmotion.common.RandomAlgorithm
 
equals(Object) - Method in class org.arakhne.afc.attrs.attr.AttributeImpl
 
equals(Object) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
equals(Object) - Method in class org.arakhne.afc.attrs.attr.NullAttribute
 
equals(Object) - Method in class org.arakhne.afc.attrs.attr.Timestamp
 
equals(Object) - Method in class org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidity
 
equals(Object) - Method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
 
equals(Object) - Method in class org.arakhne.afc.gis.grid.GridCellElement
 
equals(Object) - Method in class org.arakhne.afc.gis.location.AbstractGeoLocation
Replies if the specified location is equals to this one.
equals(Object) - Method in class org.arakhne.afc.gis.location.GeoId
 
equals(Object) - Method in interface org.arakhne.afc.gis.location.GeoLocation
Replies if the specified location is equals to this one.
equals(Object) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
 
equals(Object) - Method in class org.arakhne.afc.gis.mapelement.MapElement
Replies if the specified objects is the same as this one.
equals(Object) - Method in class org.arakhne.afc.gis.primitive.GISEditableChangeAttributeChangeAdapter
 
equals(Object) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualCandidate
equals(Object) - Method in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
 
equals(Object) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
equals(Object) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
equals(Object) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection.Connection
 
equals(Object) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
equals(Object) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
equals(Object) - Method in class org.arakhne.afc.io.dbase.DBaseFileField
 
equals(Object) - Method in class org.arakhne.afc.io.shape.ESRIBounds
 
equals(Object) - Method in class org.arakhne.afc.io.shape.ShapeFileIndexRecord
 
equals(Object) - Method in class org.arakhne.afc.math.DoubleRange
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractShape1d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d1.ImmutablePoint1D
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d1.ImmutableVector1D
 
equals(Object) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
 
equals(Object) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractShape2d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ClosePathElement2d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.CurvePathElement2d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.LinePathElement2d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.MovePathElement2d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.QuadPathElement2d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractShape2dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.LinePathElement2dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.MovePathElement2dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractShape2i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ClosePathElement2i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.CurvePathElement2i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.LinePathElement2i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.MovePathElement2i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.QuadPathElement2i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractShape2ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.LinePathElement2ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.MovePathElement2ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.ImmutablePoint2D
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.ImmutableVector2D
 
equals(Object) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Returns true if the Object t1 is of type Tuple2D and all of the data members of t1 are equal to the corresponding data members in this Tuple2D.
equals(Object) - Method in class org.arakhne.afc.math.geometry.d2.Vector2D.PowerResult
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.d.AbstractShape3d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.dfx.AbstractShape3dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractShape3i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractShape3ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D
 
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
 
equals(Object) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Returns true if the Object t1 is of type Tuple2f and all of the data members of t1 are equal to the corresponding data members in this Tuple2f.
equals(Object) - Method in class org.arakhne.afc.math.geometry.d3.Vector3D.PowerResult
 
equals(Object) - Method in class org.arakhne.afc.math.graph.astar.AStar.Candidate
 
equals(Object) - Method in class org.arakhne.afc.math.graph.GraphIterationElement
 
equals(Object) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Returns true if the Object t1 is of type Matrix2f and all of the data members of t1 are equal to the corresponding data members in this Matrix2f.
equals(Object) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Returns true if the Object t1 is of type Matrix3f and all of the data members of t1 are equal to the corresponding data members in this Matrix3f.
equals(Object) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Returns true if the Object t1 is of type Matrix4f and all of the data members of t1 are equal to the corresponding data members in this Matrix4f.
equals(Object) - Method in class org.arakhne.afc.references.AbstractReferencedSet
 
equals(Object) - Method in class org.arakhne.afc.references.AbstractReferencedValueMap
 
equals(Object) - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.PhantomReferencedValue
 
equals(Object) - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.SoftReferencedValue
 
equals(Object) - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.WeakReferencedValue
 
equals(Object) - Method in class org.arakhne.afc.references.ComparableSoftReference
 
equals(Object) - Method in class org.arakhne.afc.references.ComparableWeakReference
 
equals(Object) - Method in class org.arakhne.afc.util.MultiValue
 
equals(Object) - Method in class org.arakhne.afc.util.OutputParameter
 
equals(Object) - Method in class org.arakhne.afc.util.Quadruplet
 
equals(Object) - Method in class org.arakhne.afc.util.Triplet
 
equals(Object) - Method in class org.arakhne.afc.vmutil.MACNumber
 
equals(MapElement) - Method in class org.arakhne.afc.gis.mapelement.MapCircle
Replies if the specified objects is the same as this one.
equals(MapElement) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies if the specified objects is the same as this one.
equals(MapElement) - Method in class org.arakhne.afc.gis.mapelement.MapElement
Replies if the specified objects is the same as this one.
equals(MapElement) - Method in class org.arakhne.afc.gis.mapelement.MapPonctualElement
 
equals(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Replies if this point is equals to the given point.
equals(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Replies if this point is equals to the given point.
equals(OrientedPoint2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Returns true if all of the data members of OrientedPoint2D p1 are equal to the corresponding data members in this OrientedPoint2D.
equals(Shape2D<?, IT, ?, ?, ?, ?>, Object) - Static method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Do a safe equality test between the two shapes.
equals(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Returns true if all of the data members of Tuple2D t1 are equal to the corresponding data members in this Tuple2D.
equals(OrientedPoint3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Returns true if all of the data members of OrientedPoint3D p1 are equal to the corresponding data members in this OrientedPoint3D.
equals(Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Returns true if all of the data members of Tuple2f t1 are equal to the corresponding data members in this Tuple2f.
equals(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Returns true if all of the data members of Matrix2f m1 are equal to the corresponding data members in this Matrix2f.
equals(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Returns true if all of the data members of Matrix3f m1 are equal to the corresponding data members in this Matrix3f.
equals(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Returns true if all of the data members of Matrix4f m1 are equal to the corresponding data members in this Matrix4f.
equalsIgnoreAccents(String, String, Map<Character, String>) - Static method in class org.arakhne.afc.text.TextUtil
Compares this String to another String, ignoring accent considerations.
equalsIgnoreCase(String, String, boolean) - Static method in class org.arakhne.afc.text.TextUtil
Enforced version of the equality test on two strings with case ignoring.
equalsIgnoreCaseAccents(String, String, Map<Character, String>) - Static method in class org.arakhne.afc.text.TextUtil
Compares this String to another String, ignoring case and accent considerations.
equalsToPathIterator(PathIterator2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies this shape as the same path iterator as the given one.
equalsToPathIterator(PathIterator3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies this shape as the same path iterator as the given one.
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Rectangle1afp
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies this shape is equal to the given shape.
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies this shape is equal to the given shape.
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
equalsToShape(IT) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies this shape is equal to the given shape.
EQUATORIAL_GUINEA - org.arakhne.afc.util.CountryCode
GQ.
ERITREA - org.arakhne.afc.util.CountryCode
ER.
ERROR - org.arakhne.afc.bootique.log4j.configs.Level
Error.
escape(CharSequence) - Method in class org.arakhne.afc.vmutil.StringEscaper
Escape the given text.
ESRI_NAN - Static variable in class org.arakhne.afc.io.shape.ESRIFileUtil
NaN value for floating point numbers in ESRI files.
ESRIBounds - Class in org.arakhne.afc.io.shape
Bounds for a ESRI shape file.
ESRIBounds() - Constructor for class org.arakhne.afc.io.shape.ESRIBounds
Constructor.
ESRIBounds(double, double, double, double) - Constructor for class org.arakhne.afc.io.shape.ESRIBounds
Constructor.
ESRIBounds(double, double, double, double, double, double, double, double) - Constructor for class org.arakhne.afc.io.shape.ESRIBounds
Constructor.
ESRIBounds(ESRIBounds) - Constructor for class org.arakhne.afc.io.shape.ESRIBounds
Constructor.
ESRIBounds(ESRIPoint) - Constructor for class org.arakhne.afc.io.shape.ESRIBounds
Constructor.
ESRIFileUtil - Class in org.arakhne.afc.io.shape
Constants and utility functions for ESRI shape files.
ESRIFileUtil.NullFactory - Class in org.arakhne.afc.io.shape
A factory that creates nothing.
ESRIPoint - Class in org.arakhne.afc.io.shape
A Point3d with a measure.
ESRIPoint() - Constructor for class org.arakhne.afc.io.shape.ESRIPoint
Constructs a Poin4d.
ESRIPoint(double, double) - Constructor for class org.arakhne.afc.io.shape.ESRIPoint
Constructs and initializes a Poin4d from the specified xy coordinates.
ESRIPoint(double, double, double) - Constructor for class org.arakhne.afc.io.shape.ESRIPoint
Constructs and initializes a Point4d from the specified xyz coordinates.
ESRIPoint(double, double, double, double) - Constructor for class org.arakhne.afc.io.shape.ESRIPoint
Constructs and initializes a Point4d from the specified xyzm coordinates.
ESRIPoint(ESRIPoint) - Constructor for class org.arakhne.afc.io.shape.ESRIPoint
Constructs and initializes a Point4d from the specified xyz coordinates.
ESRIPoint(Tuple2D<?>) - Constructor for class org.arakhne.afc.io.shape.ESRIPoint
Constructs and initializes a Point4d from the specified xy coordinates.
ESRIPoint(Tuple3D<?>) - Constructor for class org.arakhne.afc.io.shape.ESRIPoint
Constructs and initializes a Point4d from the specified xyz coordinates.
estimate(PT, PT) - Method in class org.arakhne.afc.math.graph.astar.AStar
Evaluate the distance between two points in the graph.
ESTONIA - org.arakhne.afc.util.CountryCode
EE.
ETHIOPIA - org.arakhne.afc.util.CountryCode
ET.
EvadingAlgorithm - Class in org.arakhne.afc.agentmotion.common
Agent is changing its position for evading the target vector.
EvadingAlgorithm(FleeingMotionAlgorithm, double) - Constructor for class org.arakhne.afc.agentmotion.common.EvadingAlgorithm
Constructor.
EvadingMotionAlgorithm - Interface in org.arakhne.afc.agentmotion
Agent is changing its position for evading the target vector.
evaluate(RoadConnection, RoadConnection) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStarDistanceHeuristic
 
evaluate(PT, PT) - Method in interface org.arakhne.afc.math.graph.astar.AStarHeuristic
Evaluate the distance between two points in the graph.
EVEN_ODD - org.arakhne.afc.math.geometry.PathWindingRule
The winding rule constant for specifying an even-odd rule for determining the interior of a path.
EventHandler() - Constructor for class org.arakhne.afc.gis.road.StandardRoadNetwork.EventHandler
Constructor.
EXCLUDE_BOTH - org.arakhne.afc.gis.road.primitive.RoadConnection.ClockwiseBoundType
The start and end segments are excluded from iterations.
EXCLUDE_END_SEGMENT - org.arakhne.afc.gis.road.primitive.RoadConnection.ClockwiseBoundType
The end segment is excluded from iterations.
EXCLUDE_START_SEGMENT - org.arakhne.afc.gis.road.primitive.RoadConnection.ClockwiseBoundType
The start segment is excluded from iterations.
ExclusionRoadConnection - Class in org.arakhne.afc.gis.road.primitive
This class provides the implementation of a road connection wrapped to an other road connection and that is excluding several road segments of the wrapped connection.
ExclusionRoadConnection(RoadConnection, RoadSegment...) - Constructor for class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
Constructor.
exitingSegment - Variable in class org.arakhne.afc.gis.road.path.CrossRoad
This is the segment that permits to quit the cross-road.
exitingSegmentIndex - Variable in class org.arakhne.afc.gis.road.path.CrossRoad
This is the position in the path of the segment that permits to quit the cross-road.
expectedShapeType - Variable in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Is the type of element stored inside the shape file.
ExponentialStochasticLaw - Class in org.arakhne.afc.math.stochastic
Law that representes a triangular density.
ExponentialStochasticLaw(double, double) - Constructor for class org.arakhne.afc.math.stochastic.ExponentialStochasticLaw
Constructor.
ExponentialStochasticLaw(Map<String, String>) - Constructor for class org.arakhne.afc.math.stochastic.ExponentialStochasticLaw
Construct a law with the following parameters.
expurge() - Method in class org.arakhne.afc.references.AbstractReferencedSet
Clean the references that was released.
expurge() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap
Clean the references that was released.
expurge() - Method in class org.arakhne.afc.references.WeakArrayList
Clean the references that was released.
expurgeNow() - Method in class org.arakhne.afc.references.AbstractReferencedSet
Clean the references that was marked as released inside the queue.
expurgeNow() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap
Clean the references that was marked as released inside the queue.
expurgeQueuedReferences() - Method in class org.arakhne.afc.references.AbstractReferencedSet
Clean the references that was marked as released inside the queue.
expurgeQueuedReferences() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap
Clean the references that was marked as released inside the queue.
exsec(double) - Static method in class org.arakhne.afc.math.MathUtil
Replies the exsecant of the specified angle.
extend(Binder) - Static method in class org.arakhne.afc.bootique.variables.VariableDecls
Create an extended from the given binder.
extension(File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Reply the extension of the specified file.
extension(String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Reply the extension of the specified file.
extension(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Reply the extension of the specified file.
EXTENSION_3DS - Static variable in class org.arakhne.afc.inputoutput.filefilter.D3DSFileFilter
Default extension for the 3DS files.
EXTENSION_BMP - Static variable in class org.arakhne.afc.inputoutput.filefilter.BMPFileFilter
Default extension for the Microsoft/IBM bitmap files.
EXTENSION_COLLADA - Static variable in class org.arakhne.afc.inputoutput.filefilter.DAEFileFilter
Default long extension for the Collada files.
EXTENSION_CSV - Static variable in class org.arakhne.afc.inputoutput.filefilter.CSVFileFilter
Default extension for the Comma-separated Values files.
EXTENSION_DAE - Static variable in class org.arakhne.afc.inputoutput.filefilter.DAEFileFilter
Default short extension for the Collada files.
EXTENSION_DBASE_FILE - Static variable in class org.arakhne.afc.io.dbase.DBaseFileFilter
Extension of the DBF files (without the point).
EXTENSION_DOT - Static variable in class org.arakhne.afc.inputoutput.filefilter.DOTFileFilter
Default extension for the Graphviz DOT files.
EXTENSION_EPS - Static variable in class org.arakhne.afc.inputoutput.filefilter.EPSFileFilter
Default extension for the Encapsuled Postscript document.
EXTENSION_GIF - Static variable in class org.arakhne.afc.inputoutput.filefilter.GIFFileFilter
Default extension for the GIF pictures.
EXTENSION_GML - Static variable in class org.arakhne.afc.inputoutput.filefilter.GMLFileFilter
Default extension for the "GML" files.
EXTENSION_GRAPHML - Static variable in class org.arakhne.afc.inputoutput.filefilter.GraphMLFileFilter
Default extension for the "GraphML" files.
EXTENSION_GRL - Static variable in class org.arakhne.afc.inputoutput.filefilter.GraphMLFileFilter
Default extension for the "GraphML" files.
EXTENSION_GXL - Static variable in class org.arakhne.afc.inputoutput.filefilter.GXLFileFilter
Default extension for the "Graph Exchange Format" files.
EXTENSION_HTML - Static variable in class org.arakhne.afc.inputoutput.filefilter.HTMLFileFilter
Default extension for the hypertext files.
EXTENSION_INI - Static variable in class org.arakhne.afc.inputoutput.filefilter.INIFileFilter
Default extension for the Windows configuration files.
EXTENSION_JAR - Static variable in class org.arakhne.afc.inputoutput.filefilter.JARFileFilter
Default extension for the Java archive files.
EXTENSION_JAVA - Static variable in class org.arakhne.afc.inputoutput.filefilter.JAVAFileFilter
Default extension for the Java source files.
EXTENSION_JPE - Static variable in class org.arakhne.afc.inputoutput.filefilter.JPEGFileFilter
A standard extension for the JPEG pictures.
EXTENSION_JPEG - Static variable in class org.arakhne.afc.inputoutput.filefilter.JPEGFileFilter
A standard extension for the JPEG pictures.
EXTENSION_JPG - Static variable in class org.arakhne.afc.inputoutput.filefilter.JPEGFileFilter
A standard extension for the JPEG pictures.
EXTENSION_NGR - Static variable in class org.arakhne.afc.inputoutput.filefilter.NGRFileFilter
NGR extension.
EXTENSION_OBJ - Static variable in class org.arakhne.afc.inputoutput.filefilter.OBJ3DFileFilter
Default extension for the 3D Object files.
EXTENSION_PDF - Static variable in class org.arakhne.afc.inputoutput.filefilter.PDFFileFilter
Default extension for the PDF documents.
EXTENSION_PDF_TEX - Static variable in class org.arakhne.afc.inputoutput.filefilter.PDFTeXFileFilter
Modern extension for TeX part of the PDF documents combined with TeX macros.
EXTENSION_PDFTEX_T - Static variable in class org.arakhne.afc.inputoutput.filefilter.PDFTeXFileFilter
Historical extension for TeX part of the PDF documents combined with TeX macros.
EXTENSION_PNG - Static variable in class org.arakhne.afc.inputoutput.filefilter.PNGFileFilter
Default extension for the PNG pictures.
EXTENSION_PS_TEX - Static variable in class org.arakhne.afc.inputoutput.filefilter.EPSTeXFileFilter
Modern extension for TeX part of the EPS documents combined with TeX macros.
EXTENSION_PSTEX_T - Static variable in class org.arakhne.afc.inputoutput.filefilter.EPSTeXFileFilter
Historical extension for TeX part of the EPS documents combined with TeX macros.
EXTENSION_SEPARATOR - Static variable in class org.arakhne.afc.vmutil.FileSystem
String used to specify a file extension.
EXTENSION_SEPARATOR_CHAR - Static variable in class org.arakhne.afc.vmutil.FileSystem
Character used to specify a file extension.
EXTENSION_SHAPE - Static variable in class org.arakhne.afc.io.shape.ShapeFileFilter
Extension of the SHP files (without the point).
EXTENSION_SHP - Static variable in class org.arakhne.afc.io.shape.ShapeFileFilter
Extension of the SHP files (without the point).
EXTENSION_SHX - Static variable in class org.arakhne.afc.io.shape.ShapeFileIndexFilter
Extension of the SHX files.
EXTENSION_SVG - Static variable in class org.arakhne.afc.inputoutput.filefilter.SVGFileFilter
Default extension for the SVG files.
EXTENSION_TARGZ - Static variable in class org.arakhne.afc.inputoutput.filefilter.ZIPFileFilter
Default extension for the ZIP files.
EXTENSION_TEXT - Static variable in class org.arakhne.afc.inputoutput.filefilter.TXTFileFilter
Default extension for the text files.
EXTENSION_TGZ - Static variable in class org.arakhne.afc.inputoutput.filefilter.ZIPFileFilter
Default extension for the ZIP files.
EXTENSION_TXT - Static variable in class org.arakhne.afc.inputoutput.filefilter.TXTFileFilter
Default extension for the text files.
EXTENSION_XML - Static variable in class org.arakhne.afc.inputoutput.filefilter.XMLFileFilter
Default extension for the XML files.
EXTENSION_ZIP - Static variable in class org.arakhne.afc.inputoutput.filefilter.ZIPFileFilter
Default extension for the ZIP files.
extensions(File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Reply all the extensions of the specified file.
extensions(String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Reply all the extensions of the specified file.
extensions(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Reply all the extensions of the specified file.
ExternalizableResource - Interface in org.arakhne.afc.vmutil
Indicates that the object implementing this interface owns a external resource.
extractClassFrom(Collection<? extends E>) - Static method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
Extract the upper class that contains all the elements of this array.
extractClassFrom(Collection<? extends E>) - Static method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
Extract the upper class that contains all the elements of this array.
extractClassFrom(Collection<? extends E>) - Static method in class org.arakhne.afc.util.InformedArrayList
Extract the upper class that contains all the elements of this array.
extractConfigs(ModulesMetadata) - Static method in class org.arakhne.afc.bootique.printconfig.configs.Configs
Extract the configuration metadata nodes from the given metadata.
extractConfigValues(Map<String, Object>, List<ConfigMetadataNode>) - Method in class org.arakhne.afc.bootique.printconfig.commands.PrintConfigCommand
Extract the definition from the given configurations.
extractUUID(AttributeProvider) - Static method in class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Extract the UUID from the attributes.

F

f(double) - Method in class org.arakhne.afc.math.stochastic.BernoulliStochasticLaw
 
f(double) - Method in class org.arakhne.afc.math.stochastic.CauchyStochasticLaw
 
f(double) - Method in class org.arakhne.afc.math.stochastic.ConstantStochasticLaw
 
f(double) - Method in class org.arakhne.afc.math.stochastic.ExponentialStochasticLaw
 
f(double) - Method in class org.arakhne.afc.math.stochastic.GaussianStochasticLaw
 
f(double) - Method in class org.arakhne.afc.math.stochastic.LinearStochasticLaw
 
f(double) - Method in class org.arakhne.afc.math.stochastic.LogisticStochasticLaw
 
f(double) - Method in class org.arakhne.afc.math.stochastic.LogNormalStochasticLaw
 
f(double) - Method in interface org.arakhne.afc.math.stochastic.MathFunction
Replies the value of the function.
f(double) - Method in class org.arakhne.afc.math.stochastic.ParetoStochasticLaw
 
f(double) - Method in class org.arakhne.afc.math.stochastic.TriangularStochasticLaw
 
f(double) - Method in class org.arakhne.afc.math.stochastic.UniformStochasticLaw
 
F_CONSTANT - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
String constant for the true boolean constant.
facing - Variable in class org.arakhne.afc.agentmotion.common.RandomAlgorithm
Facing algorithm to delegate to.
FacingAlgorithm - Class in org.arakhne.afc.agentmotion.common
Agent is changing its orientation for facing the target point.
FacingAlgorithm(AligningMotionAlgorithm) - Constructor for class org.arakhne.afc.agentmotion.common.FacingAlgorithm
Constructor.
FacingMotionAlgorithm - Interface in org.arakhne.afc.agentmotion
Agent is changing its orientation for facing the target point.
factory - Variable in class org.arakhne.afc.io.shape.ShapeFileReader
This object describes how to create instance of shape file elements.
FactoryDynamicURLClassLoader(ClassLoader, URL...) - Constructor for class org.arakhne.afc.vmutil.DynamicURLClassLoader.FactoryDynamicURLClassLoader
Constructor.
FALKLAND_ISLANDS - org.arakhne.afc.util.CountryCode
FK.
FALSE_CONSTANT - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
String constant for the false boolean constant.
FAROE_ISLANDS - org.arakhne.afc.util.CountryCode
FO.
FEMTOMETER - org.arakhne.afc.math.physics.SpaceUnit
femtometer.
fh2ft(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate fathoms to feets.
FIJI - org.arakhne.afc.util.CountryCode
FJ.
FILE - org.arakhne.afc.vmutil.URISchemeType
The file scheme is used to point to files on your computer.
FileAppenderConfig - Class in org.arakhne.afc.bootique.log4j.configs
Configuration for a console-based log4j appenders.
FileAppenderConfig() - Constructor for class org.arakhne.afc.bootique.log4j.configs.FileAppenderConfig
 
FileFilter - Interface in org.arakhne.afc.inputoutput.filefilter
File filter.
fileSize - Variable in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Size in bytes of the input stream.
FileSystem - Class in org.arakhne.afc.vmutil
An utility class that permits to deal with filenames.
FileType - Class in org.arakhne.afc.inputoutput.filetype
An utility class that permits to detect the type of a file.
FileType.ContentFileTypeMap - Class in org.arakhne.afc.inputoutput.filetype
Map that contains the file content type definitions.
fill() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Fills the path with the current fill paint.
fill(ZoomableGraphicsContext, T) - Method in class org.arakhne.afc.gis.ui.drawers.AbstractMapCircleDrawer
Fill the circle.
fillArc(double, double, double, double, double, double, ArcType) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Fills an arc using the current fill paint.
fillOval(double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Fills an oval using the current fill paint.
fillRect(double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Fills a rectangle using the current fill paint.
fillRoundRect(double, double, double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Fills a rounded rectangle using the current fill paint.
fillText(String, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Fills the given string of text at position x, y with the current fill paint attribute.
fillText(String, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Fills text and includes a maximum width of the string.
filter(T) - Method in interface org.arakhne.afc.util.ArrayUtil.Filter
Filtering the objects.
finalize() - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Deprecated, for removal: This API element is subject to removal in a future version.
finalize() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
Deprecated, for removal: This API element is subject to removal in a future version.
finalize() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Deprecated, for removal: This API element is subject to removal in a future version.
finalize() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Deprecated, for removal: This API element is subject to removal in a future version.
finalize() - Method in class org.arakhne.afc.gis.mapelement.MapElement
Deprecated, for removal: This API element is subject to removal in a future version.
finalize() - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
Deprecated, for removal: This API element is subject to removal in a future version.
finalize() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
Deprecated, for removal: This API element is subject to removal in a future version.
finalize() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Deprecated, for removal: This API element is subject to removal in a future version.
finalize() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
Deprecated, for removal: This API element is subject to removal in a future version.
findClassForFirstCallerOutsideVmutilModule() - Static method in class org.arakhne.afc.vmutil.Caller
Replies the class of the first caller that invoked the function from which getCallerClass() was invoked and is outside the vmutils module.
findClassLoader() - Static method in class org.arakhne.afc.vmutil.ClassLoaderFinder
Replies the better class loader.
findLibraryURL(String) - Static method in class org.arakhne.afc.vmutil.LibraryLoader
Replies the URL for the specified library.
findLibraryURL(String, String) - Static method in class org.arakhne.afc.vmutil.LibraryLoader
Replies the URL for the specified library.
findPath(AStarNode<ST, PT>, PT) - Method in class org.arakhne.afc.math.graph.astar.AStar
Run the A* algorithm and tries to find a path from the startPoint to the endPoint.
findsClosestFarthestPointsPointOrientedRectangle(double, double, double, double, double, double, double, double, Point2D<?, ?>, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
} Given a point p, this function computes the point q1 on (or in) this oriented rectangle, closest to p; and the point q2 on the oriented rectangle, farthest to p.
findsClosestFarthestPointsTrianglePoint(double, double, double, double, double, double, double, double, Point2D<?, ?>, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies the closest point to the given point inside the given triangle.
findsClosestFeatureTrianglePoint(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies the closest feature of the triangle to the given point.
findsClosestPointCirclePoint(int, int, int, int, int, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Replies the closest point in a circle to a point.
findsClosestPointPathIteratorPathIterator(PathIterator2afp<? extends PathElement2afp>, PathIterator2afp<? extends PathElement2afp>, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Replies the point on the path of pi that is closest to the given shape.
findsClosestPointPathIteratorPathIterator(PathIterator2ai<? extends PathElement2ai>, PathIterator2ai<? extends PathElement2ai>, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Replies the point on the path of pi that is closest to the given shape.
findsClosestPointPathIteratorPoint(PathIterator2afp<? extends PathElement2afp>, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Replies the point on the path that is closest to the given point.
findsClosestPointPathIteratorPoint(PathIterator2ai<? extends PathElement2ai>, int, int, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Replies the point on the path that is closest to the given point.
findsClosestPointPointParallelogram(double, double, double, double, double, double, double, double, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Given a point p, this function computes the point q1 on (or in) this parallelogram, closest to p; and the point q2 on the parallelogram, farthest to p.
findsClosestPointRectangleParallelogram(double, double, double, double, double, double, double, double, double, double, double, double, Tuple2D<?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Compute the point on the rectangle that is the closest to the parallelogram.
findsClosestPointRectanglePoint(double, double, double, double, double, double, Tuple2D<?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Compute the point on the rectangle that is the closest to the given point.
findsClosestPointRectanglePoint(int, int, int, int, int, int, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
Compute the closest point on the rectangle from the given point.
findsClosestPointRectangleRectangle(double, double, double, double, double, double, double, double, Tuple2D<?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Compute the point on the first rectangle that is the closest to the second rectangle.
findsClosestPointRectangleRectangle(int, int, int, int, int, int, int, int, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
Compute the point on the first rectangle that is the closest to the second rectangle.
findsClosestPointRectangleSegment(double, double, double, double, double, double, double, double, Tuple2D<?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Compute the point on the rectangle that is the closest to the segment.
findsClosestPointRectangleSegment(int, int, int, int, int, int, int, int, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
Compute the point on the rectangle that is the closest to the segment.
findsClosestPointSegmentPoint(double, double, double, double, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the point on the segment that is closest to the given point.
findsClosestPointSegmentPoint(int, int, int, int, int, int, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies the closest point in a circle to a point.
findsClosestPointSegmentRectangle(double, double, double, double, double, double, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the point on the segment that is closest to the rectangle.
findsClosestPointSegmentRectangle(int, int, int, int, int, int, int, int, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies the point on the segment that is closest to the rectangle.
findsClosestPointSegmentSegment(double, double, double, double, double, double, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the point on the first segment that is closest to the second segment.
findsClosestPointSegmentSegment(double, double, double, double, double, double, double, double, Point2D<?, ?>, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the point on the first segment that is closest to the second segment.
findsClosestPointSegmentSegment(int, int, int, int, int, int, int, int, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies the point on the first segment that is closest to the second segment.
findsClosestPointShallowEllipsePoint(double, double, double, double, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
Replies the closest point from the given point in the shallow ellipse.
findsClosestPointSolidEllipsePoint(double, double, double, double, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
Replies the closest point from the given point in the solid ellipse.
findsClosestPointsSegmentSegment(int, int, int, int, int, int, int, int, Point2D<?, ?>, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies the point on the first segment that is closest to the second segment.
findsFarthestPointCirclePoint(int, int, int, int, int, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Replies the farthest point in a circle to a point.
findsFarthestPointPathIteratorPoint(PathIterator2afp<? extends PathElement2afp>, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Replies the point on the path that is farthest to the given point.
findsFarthestPointPathIteratorPoint(PathIterator2ai<? extends PathElement2ai>, int, int, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Replies the point on the path that is farthest to the given point.
findsFarthestPointPointParallelogram(double, double, double, double, double, double, double, double, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Given a point p, this function computes the point q2 on the parallelogram, farthest to p.
findsFarthestPointRectanglePoint(int, int, int, int, int, int, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
Compute the farthest point on the rectangle from the given point.
findsFarthestPointSegmentPoint(double, double, double, double, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the point on the segment that is farthest to the given point.
findsFarthestPointSegmentPoint(int, int, int, int, int, int, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies the farthest point on a segment to a point.
findsFarthestPointSegmentRectangle(double, double, double, double, double, double, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the point on the segment that is farthest to the rectangle.
findsFarthestPointSegmentSegment(double, double, double, double, double, double, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the point on the first segment that is farthest to the second segment.
findsFarthestPointShallowEllipsePoint(double, double, double, double, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
Replies the farthest point from the given point in the shallow ellipse.
findsIntersectionTypeSegmentSegment(int, int, int, int, int, int, int, int, boolean, boolean, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies if two segments are intersecting pixel per pixel.
findsLineLineIntersection(double, double, double, double, double, double, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Compute the intersection of two lines specified by the specified points and vectors.
findsProjectedPointPointLine(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the projection a point on a segment.
findsSegmentSegmentIntersection(double, double, double, double, double, double, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the intersection point between two segments.
findsSideLinePoint(double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
} Replies on which side of a line the given point is located.
findsSideLinePoint(int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies on which side of a line the given point is located.
findsUncertainIntersectionSegmentSegmentWithEnds(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Do an intersection test of two segments for ensuring that the answer of "no intersect" is safe.
findsUncertainIntersectionSegmentSegmentWithoutEnds(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Do an intersection test of two segments for ensuring that the answer of "no intersect" is safe.
findsVectorProjectionRAxisPoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Project the given vector on the R (first) axis, according to the direction of the S (second) axis.
findsVectorProjectionRAxisVector(double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Project the given vector on the R axis, assuming S axis is orthogonal.
findsVectorProjectionSAxisVector(double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Project the given vector on the S axis, assuming R axis is orthogonal.
findsVectorProjectionSAxisVector(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Project the given vector on the S (second) axis, according to the direction of the R (first) axis.
finishToArray(T[], Iterator<?>) - Static method in class org.arakhne.afc.references.AbstractReferencedValueMap
Reallocates the array being used within toArray when the iterator returned more elements than expected, and finishes filling it from the iterator.
FINLAND - org.arakhne.afc.util.CountryCode
FI.
fireAttributeAddedEvent(String, AttributeValue) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeCollection
Fire the addition event.
fireAttributeAddedEvent(String, AttributeValue) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
Fire the addition event.
fireAttributeChange(AttributeChangeEvent) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
Notifies the listeners about the change of an attribute.
fireAttributeChangedEvent(String, AttributeValue, AttributeValue) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeCollection
Fire the attribute change event.
fireAttributeChangedEvent(String, AttributeValue, AttributeValue) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
Fire the attribute change event.
fireAttributeClearedEvent() - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeCollection
Fire the all attribute removal event.
fireAttributeClearedEvent() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
Fire the all attribute removal event.
fireAttributeRemovedEvent(String, AttributeValue) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeCollection
Fire the an attribute removal event.
fireAttributeRemovedEvent(String, AttributeValue) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
Fire the an attribute removal event.
fireAttributeRenamedEvent(String, String, AttributeValue) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeCollection
Fire the renaming event.
fireAttributeRenamedEvent(String, String, AttributeValue) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
Fire the renaming event.
fireBusItineraryChanged() - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Send an event to notify listeners that the bus itinerary has changed.
fireBusLineChanged() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
Send an event to notify listeners that the bus line has changed.
fireBusNetworkChanged() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Send an event to notify listeners that the bus network has changed.
fireDrawingEnd() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
Notifies listeners on drawing finishing.
fireDrawingStart() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
Notifies listeners on drawing start.
fireElementChanged() - Method in class org.arakhne.afc.gis.mapelement.MapElement
Fire the event that indicates this object has changed.
fireElementChanged() - Method in class org.arakhne.afc.gis.maplayer.MapElementLayer
 
fireElementChanged() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Fire the event that indicates this object has changed.
fireElementChanged() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
fireGeometryChange() - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractShape2d
Notify any listener of a geometry change.
fireGeometryChange() - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractShape2i
Notify any listener of a geometry change.
fireGeometryChange() - Method in class org.arakhne.afc.math.geometry.d3.d.AbstractShape3d
Notify any listener of a geometry change.
fireGeometryChange() - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractShape3i
Notify any listener of a geometry change.
fireGraphicalAttributeChanged() - Method in class org.arakhne.afc.gis.mapelement.MapElement
Invoked when one of the graphical attributes of this element has changed, except those that change the bounding boxes.
fireGraphicalAttributeChanged(String, Object, Object) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Invoked when one of the graphical attributes of this element has changed, except those that change the bounding boxes.
fireGraphicalAttributeChanged(String, Object, Object) - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
Invoked when one of the graphical attributes of this element has changed, except those that change the bounding boxes.
fireGraphicalAttributeChanged(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusContainer
 
fireGraphicalAttributeChanged(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
fireGraphicalAttributeChanged(BusChangeEvent) - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
Invoked when one of the graphical attributes of this element has changed, except those that change the bounding boxes.
fireIteratorUpdate() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
Notify the iterators about changes.
fireLayerAddedEvent(MapLayer, int) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
Fire the event that indicates a layer was added.
fireLayerAttributeChangedEvent(String, Object, Object) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Forward to the parent layer the event that indicates the content of a child layer was changed.
fireLayerAttributeChangedEvent(MapLayerAttributeChangeEvent) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Forward to the parent layer the event that indicates the content of a child layer was changed.
fireLayerAttributeChangedEvent(MapLayerAttributeChangeEvent) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Forward to the parent layer the event that indicates the content of a child layer was changed.
fireLayerAttributeChangedEvent(MapLayerAttributeChangeEvent) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
fireLayerContentChangedEvent() - Method in class org.arakhne.afc.gis.maplayer.MapElementLayer
Fire the event that indicates the content of this layer was changed.
fireLayerContentChangedEvent(MapLayerContentEvent) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Forward to the parent layer the event that indicates the content of a child layer was changed.
fireLayerContentChangedEvent(MapLayerContentEvent) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Forward to the parent layer the event that indicates the content of a child layer was changed.
fireLayerContentChangedEvent(MapLayerContentEvent) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
fireLayerHierarchyChangedEvent(MapLayerHierarchyEvent) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Fire the event that indicates the hierarchy of layers has changed.
fireLayerHierarchyChangedEvent(MapLayerHierarchyEvent) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Fire the event that indicates the hierarchy of layers has changed.
fireLayerHierarchyChangedEvent(MapLayerHierarchyEvent) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
fireLayerMovedDownEvent(MapLayer, int) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
Fire the event that indicates a layer was moved down.
fireLayerMovedUpEvent(MapLayer, int) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
Fire the event that indicates a layer was moved up.
fireLayerRemoveAllEvent(List<? extends L>) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
Fire the event that indicates all the layers were removed.
fireLayerRemovedEvent(MapLayer, int) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
Fire the event that indicates a layer was removed.
firePrimitiveChanged() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Fire the event that indicates this object has changed.
firePrimitiveChanged(String, Object, Object) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Fire the event that indicates this object has changed.
firePrimitiveChanged(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
firePrimitiveChanged(BusChangeEvent) - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
Fire the event that indicates this object has changed.
firePropertyChildAdded(int, N) - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
Fire the event for the node child sets.
firePropertyChildAdded(TreeNodeAddedEvent) - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
Fire the event for the node child sets.
firePropertyChildRemoved(int, N) - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
Fire the event for the removed node child.
firePropertyChildRemoved(TreeNodeRemovedEvent) - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
Fire the event for the removed node child.
firePropertyDataChanged(int) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
Fire the event for the changes of the user data associated to a node.
firePropertyDataChanged(Collection<? extends D>, Collection<? extends D>) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
Fire the event for the changes of the user data associated to a node.
firePropertyDataChanged(TreeDataEvent) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
Fire the event for the changes of the user data associated to a node.
firePropertyParentChanged(N, N) - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
Fire the event for the changes node parents.
firePropertyParentChanged(N, N, N) - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
Fire the event for the changes node parents.
firePropertyParentChanged(TreeNodeParentChangedEvent) - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
Fire the event for the changes node parents.
fireReferenceRelease(int) - Method in class org.arakhne.afc.references.WeakArrayList
Fire the reference release event.
fireSegmentAdded(RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
Fire the addition event.
fireSegmentChanged(RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
Fire the change event.
fireSegmentRemoved(RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
Fire the addition event.
fireShapeChanged() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
fireShapeChanged() - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
Invoked when the shape of this element changed.
fireShapeChanged() - Method in class org.arakhne.afc.gis.mapelement.MapElement
Invoked when the shape of this element changed.
fireShapeChanged(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusContainer
 
fireShapeChanged(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
fireShapeChanged(BusChangeEvent) - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
Invoked when the shape of this element changed.
fireStateChange() - Method in class org.arakhne.afc.progress.DefaultProgression
Notify listeners about state change.
fireTreeAddition(Tree<D, ?>) - Method in class org.arakhne.afc.math.tree.AbstractForest
Fire the addition event.
fireTreeRemoval(Tree<D, ?>) - Method in class org.arakhne.afc.math.tree.AbstractForest
Fire the removal event.
fireValidityChanged(BusPrimitiveInvalidity, BusPrimitiveInvalidity) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Fire the event that indicates the validity of the object has changed.
fireValidityChangedFor(Object, int, BusPrimitiveInvalidity, BusPrimitiveInvalidity) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Fire the event that indicates the validity of the object has changed.
fireValidityChangedFor(Object, int, BusPrimitiveInvalidity, BusPrimitiveInvalidity) - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
 
fireValidityChangedFor(Object, int, BusPrimitiveInvalidity, BusPrimitiveInvalidity) - Method in class org.arakhne.afc.gis.bus.network.BusStop
 
fireValueChange() - Method in class org.arakhne.afc.progress.DefaultProgression
Notify listeners about value change.
fireValueChange() - Method in class org.arakhne.afc.progress.SubProgressionModel
 
fireValueChangedEvent() - Method in class org.arakhne.afc.math.geometry.d2.dfx.ReadOnlyUnitVectorWrapper
 
fireValueChangedEvent() - Method in class org.arakhne.afc.math.geometry.d3.dfx.ReadOnlyUnitVectorWrapper
 
first() - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Replies the first road path in this clustered road-path.
first() - Method in class org.arakhne.afc.util.IntegerList
 
FIRST_AXIS - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
firstAxis.
FIRST_AXIS_EXTENT - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
firstAxisExtent.
FIRST_CORNER - org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TriangleFeature
The first triangle point.
FIRST_RING - org.arakhne.afc.io.shape.ShapeMultiPatchType
First ring.
FIRST_SEGMENT - org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TriangleFeature
The first triangle segment.
firstAxisExtentProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
Replies the property for the extent of the first rectangle axis.
firstAxisExtentProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
Replies the property for the extent of the first axis.
firstAxisProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
Replies the property for the first rectangle axis.
firstAxisProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
Replies the property for the first axis.
FLAG_READONLY - Static variable in interface org.arakhne.afc.gis.primitive.FlagContainer
Read-only flag.
FLAG_SELECTED - Static variable in interface org.arakhne.afc.gis.primitive.FlagContainer
Selection flag.
FlagContainer - Interface in org.arakhne.afc.gis.primitive
Describe any object that is container a set of flags.
FlatteningPathIterator(PathIterator2afp<T>, double, int) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Path2afp.FlatteningPathIterator
Constructor.
FlatteningPathIterator(PathIterator2ai<E>, double, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Path2ai.FlatteningPathIterator
Constructor.
FlatteningPathIterator(PathIterator3afp<T>, double, int) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.Path3afp.FlatteningPathIterator
Constructor.
FlatteningPathIterator(Path3ai<?, ?, E, ?, ?, ?>, PathIterator3ai<? extends E>, double, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Path3ai.FlatteningPathIterator
Constructor.
fleeing - Variable in class org.arakhne.afc.agentmotion.common.EvadingAlgorithm
Fleeing algorithm to delegate to.
FleeingAlgorithm - Class in org.arakhne.afc.agentmotion.common
Agent is changing its position for fleeing the target point.
FleeingAlgorithm() - Constructor for class org.arakhne.afc.agentmotion.common.FleeingAlgorithm
 
FleeingMotionAlgorithm - Interface in org.arakhne.afc.agentmotion
Agent is changing its position for fleeing the target point.
FLOATING_NUMBER - org.arakhne.afc.io.dbase.DBaseFieldType
Floating number.
floatValue() - Method in class org.arakhne.afc.attrs.attr.Timestamp
 
floorIndex(List<T>, Comparator<? super T>, T) - Static method in class org.arakhne.afc.util.ListUtil
Returns the index of the greatest element in this list less than or equal to the given element, or -1 if there is no such element.
flush() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Force this attribute to put its value into a storage system.
flush() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
flush() - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Force this provider to synchronized the memory state of the attributes with a remote storage area.
flush() - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
flush() - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
flush() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
flush() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
flush() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
flush() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
flush() - Method in class org.arakhne.afc.inputoutput.stream.WriterOutputStream
 
flush() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
flush() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Force this writer to write the memory buffer inside the temporary file.
Forest<D> - Interface in org.arakhne.afc.math.tree
This is the generic definition of a forest of trees.
forestChanged(ForestEvent) - Method in interface org.arakhne.afc.math.tree.ForestListener
A child of the specified node was added.
ForestEvent - Class in org.arakhne.afc.math.tree
Event on tree forest.
ForestEvent(Forest<?>, Tree<?, ?>, Tree<?, ?>) - Constructor for class org.arakhne.afc.math.tree.ForestEvent
Cinstruct an event.
ForestListener - Interface in org.arakhne.afc.math.tree
Called each time an event occurs on a tree forest.
format(String, Object...) - Static method in class org.arakhne.afc.vmutil.locale.LocaleMessageFormat
Creates a LocaleMessageFormat with the given pattern and uses it to format the given arguments.
formatDouble(double, int) - Static method in class org.arakhne.afc.text.TextUtil
Format the given double value.
formatFloat(float, int) - Static method in class org.arakhne.afc.text.TextUtil
Format the given float value.
formatHex(int, int) - Static method in class org.arakhne.afc.text.TextUtil
Format the given int value to hexadecimal.
formatHex(int, int) - Static method in class org.arakhne.afc.vmutil.StringEscaper
Format the given int value to hexadecimal.
formatTime(double, TimeUnit) - Static method in class org.arakhne.afc.text.TextUtil
Compute the better metric representing the given time amount and reply a string representation of the given amount with this selected unit.
forName(String) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the type that corresponds to the specified class.
forName(String, boolean, ClassLoader) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the type that corresponds to the specified class.
forName(String, ClassLoader) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the type that corresponds to the specified class.
FRANCE - org.arakhne.afc.util.CountryCode
FR.
FRANCE_LAMBERT_1 - org.arakhne.afc.gis.coordinate.MapMetricProjection
France Lambert I.
FRANCE_LAMBERT_2 - org.arakhne.afc.gis.coordinate.MapMetricProjection
France Lambert II.
FRANCE_LAMBERT_2_EXTENDED - org.arakhne.afc.gis.coordinate.MapMetricProjection
Extended France Lambert II.
FRANCE_LAMBERT_3 - org.arakhne.afc.gis.coordinate.MapMetricProjection
France Lambert III.
FRANCE_LAMBERT_4 - org.arakhne.afc.gis.coordinate.MapMetricProjection
France Lambert IV.
FRANCE_LAMBERT_93 - org.arakhne.afc.gis.coordinate.MapMetricProjection
France Lambert 93.
FREEBSD - org.arakhne.afc.vmutil.OperatingSystem
Free BSD.
freeMemory() - Method in class org.arakhne.afc.attrs.collection.AbstractBufferedAttributeProvider
 
freeMemory() - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Clean the internal memory-storage structures if they exist.
freeMemory() - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
freeMemory() - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
freeMemory() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
 
freeMemory() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
freeMemory() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
freeMemory() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
freeMemory() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
Clean the internal memory-storage structures if they exist.
freeMemory() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
 
FREEWAY - org.arakhne.afc.gis.road.primitive.RoadType
A wide road built for fast moving traffic travelling long distances.
FRENCH_GUIANA - org.arakhne.afc.util.CountryCode
GF.
FRENCH_POLYNESIA - org.arakhne.afc.util.CountryCode
PF.
FRENCH_SOUTHERN_TERRITORIES - org.arakhne.afc.util.CountryCode
TF.
fromAttributeType(AttributeType) - Static method in enum org.arakhne.afc.io.dbase.DBaseFieldType
Replies the field type corresponding to the attribute type.
fromBoolean(boolean) - Static method in enum org.arakhne.afc.math.geometry.d2.afp.Segment2afp.UncertainIntersection
Replies the UncertainIntersection for the given boolean.
fromBoolean(boolean) - Static method in enum org.arakhne.afc.math.geometry.d3.afp.Segment3afp.UncertainIntersection
Replies the UncertainIntersection for the given boolean.
fromByte(byte) - Static method in enum org.arakhne.afc.io.dbase.DBaseFieldType
Replies the field type that corresponds to the specified byte.
fromCharset(String) - Static method in enum org.arakhne.afc.io.dbase.DBaseCodePage
Replies the code page which is corresponding to the given charset.
fromCharset(Charset) - Static method in enum org.arakhne.afc.io.dbase.DBaseCodePage
Replies the code page which is corresponding to the given charset.
fromClass(Class<?>) - Static method in enum org.arakhne.afc.attrs.attr.AttributeType
Replies the Attribute type that corresponds to the specified type.
fromDefault(double) - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Convert the specified rotation from the default coordinate system.
fromDefault(Point2D<?, ?>) - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Convert the specified point from the default coordinate system.
fromDefault(Transform2D) - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Convert the specified transformation matrix from the default coordinate system.
fromDefault(Vector2D<?, ?>) - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Convert the specified vector from the default coordinate system.
fromESRI(double) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Translate a floating point value from ESRI standard.
fromESRI(float) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Translate a floating point value from ESRI standard.
fromESRI(ShapeElementType) - Static method in class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Replies the type of map element which is corresponding to the given ESRI type.
fromESRI_m(double) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Translate a m-coordinate from ESRI standard to Java standard.
fromESRI_x(double) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Translate a x-coordinate from ESRI standard to Java standard.
fromESRI_y(double) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Translate a y-coordinate from ESRI standard to Java standard.
fromESRI_z(double) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Translate a z-coordinate from ESRI standard to Java standard.
fromESRIInteger(int) - Static method in enum org.arakhne.afc.io.shape.ShapeElementType
Replies the element type which is corresponding to the given number (from ESRI shape file specification).
fromESRIInteger(int) - Static method in enum org.arakhne.afc.io.shape.ShapeMultiPatchType
Replies the element type which is corresponding to the given number (from ESRI shape file specification).
fromESRIWords(int) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Replies the count of bytes from an ESRI file and which is corresponding to the given 16-bit word amount.
fromInteger(int) - Static method in enum org.arakhne.afc.attrs.attr.AttributeType
Replies the Attribute type that corresponds to the specified internal code.
fromInteger(int) - Static method in enum org.arakhne.afc.math.geometry.d1.Direction1D
Replies the direction according to the given integer value.
fromInteger(int) - Static method in enum org.arakhne.afc.math.tree.node.BinaryTreeNode.BinaryTreeZone
Replies the zone corresponding to the given index.
fromInteger(int) - Static method in enum org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode.IcosepBinaryTreeZone
Replies the zone corresponding to the given index.
fromInteger(int) - Static method in enum org.arakhne.afc.math.tree.node.IcosepOctTreeNode.IcosepOctTreeZone
Replies the zone corresponding to the given index.
fromInteger(int) - Static method in enum org.arakhne.afc.math.tree.node.IcosepQuadTreeNode.IcosepQuadTreeZone
Replies the zone corresponding to the given index.
fromInteger(int) - Static method in enum org.arakhne.afc.math.tree.node.OctTreeNode.OctTreeZone
Replies the zone corresponding to the given index.
fromInteger(int) - Static method in enum org.arakhne.afc.math.tree.node.QuadTreeNode.QuadTreeZone
Replies the zone corresponding to the given index.
fromLanguageCode(byte) - Static method in enum org.arakhne.afc.io.dbase.DBaseCodePage
Replies the code page which is corresponding to the given dBASE language code.
fromLocale(Locale) - Static method in enum org.arakhne.afc.util.CountryCode
Replies the country code for the given locale.
fromMeters(double, SpaceUnit) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Convert the given value expressed in meters to the given unit.
fromMetersPerSecond(double, SpeedUnit) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Convert the given value expressed in meters per second to the given unit.
fromRadiansPerSecond(double, AngularUnit) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Convert the given value expressed in radians per second to the given unit.
fromSeconds(double, TimeUnit) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Convert the given value expressed in seconds to the given unit.
fromStartPoint - Variable in class org.arakhne.afc.math.graph.GraphIterationElement
Previous element in the iteration.
fromString(String) - Static method in enum org.arakhne.afc.gis.road.primitive.TrafficDirection
Replies the traffic direction which is corresponding to the given string value.
fromValue(Object) - Static method in enum org.arakhne.afc.attrs.attr.AttributeType
Replies the Attribute type that corresponds to the specified value.
fromVectors(double) - Static method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Replies the coordinate system which is corresponding to the specified orientation unit vectors.
fromVectors(int) - Static method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Replies the coordinate system which is corresponding to the specified orientation unit vectors.
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Replies the property for the x coordinate of the starting point.
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.LinePathElement2dfx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.MovePathElement2dfx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Replies the x coordinate of the starting point property.
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.LinePathElement2ifx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.MovePathElement2ifx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Replies the x coordinate of the starting point property.
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Replies the x coordinate of the starting point property.
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
fromXProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Replies the property for the y coordinate of the starting point.
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.LinePathElement2dfx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.MovePathElement2dfx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Replies the y coordinate of the starting point property.
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.LinePathElement2ifx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.MovePathElement2ifx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Replies the y coordinate of the starting point property.
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Replies the y coordinate of the starting point property.
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
fromYProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
fromZProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
fromZProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
fromZProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Replies the z coordinate of the starting point property.
fromZProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
fromZProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
fromZProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
fromZProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
fromZProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
fromZProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Replies the z coordinate of the starting point property.
fromZProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
fromZProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
fromZProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
FRONT - org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.Side
Front.
FrustumSelector<P extends GISPrimitive,​N extends AbstractGISTreeSetNode<P,​N>> - Class in org.arakhne.afc.gis.tree
This class describes an iterator node selector based on bounds.
FrustumSelector(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.tree.FrustumSelector
Constructor.
ft2fh(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate feets to fathoms.
ft2in(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate feets to inches.
FTP - org.arakhne.afc.vmutil.URISchemeType
The ftp scheme is very similar to the http scheme, and is used to locate files available via FTP (File Transfer Protocol).
fx2docAngle(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Transform a JavaFX angle to its document equivalent.
fx2docRectBase(double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Transform a JavaFX rectangle's minimum point to its document equivalent.
fx2docSize(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Transform a JavaFX size (or distance) to its document equivalent.
fx2docX(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Transform a JavaFX x coordinate to its document equivalent.
fx2docY(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Transform a JavaFX y coordinate to its document equivalent.

G

GABON - org.arakhne.afc.util.CountryCode
GA.
GAMBIA - org.arakhne.afc.util.CountryCode
GM.
GaussianStochasticLaw - Class in org.arakhne.afc.math.stochastic
Law that representes a gaussian density.
GaussianStochasticLaw(double, double) - Constructor for class org.arakhne.afc.math.stochastic.GaussianStochasticLaw
Constructor.
GaussianStochasticLaw(Map<String, String>) - Constructor for class org.arakhne.afc.math.stochastic.GaussianStochasticLaw
Construct a law with the following parameters.
GENERAL - org.arakhne.afc.io.dbase.DBaseFieldType
OLE Object.
generateJson(Map<String, Object>) - Method in class org.arakhne.afc.bootique.printconfig.commands.PrintConfigCommand
Generate the Json representation of the given map.
generateRandomValue() - Method in class org.arakhne.afc.math.stochastic.StochasticLaw
Replies a random value that respect the current stochastic law.
generateRandomValue(StochasticLaw) - Static method in class org.arakhne.afc.math.stochastic.StochasticGenerator
Generate a stochastic value according to the given law.
generateShapeFileIndexFromShapeFile(File) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Generate a shape file index (.shx) from an ESRI shape file (.shp).
generateXml(Map<String, Object>) - Method in class org.arakhne.afc.bootique.printconfig.commands.PrintConfigCommand
Generate the Xml representation of the given map.
generateYaml(Map<String, Object>) - Method in class org.arakhne.afc.bootique.printconfig.commands.PrintConfigCommand
Generate the Yaml representation of the given map.
GENERIC_ERROR - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
This is a generic error.
GENERIC_INVALIDITY - Static variable in class org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidity
Generic invalidity.
GeodesicPosition - Class in org.arakhne.afc.gis.coordinate
Describes a GPS position in the geographic WSG84 standard.
GeodesicPosition(double, double) - Constructor for class org.arakhne.afc.gis.coordinate.GeodesicPosition
Construct a GSC position.
GeodesicPosition(int, int, double, SexagesimalLatitudeAxis, int, int, double, SexagesimalLongitudeAxis) - Constructor for class org.arakhne.afc.gis.coordinate.GeodesicPosition
Construct a GSC position from its sexagesimal representation.
GeodesicPosition(GeodesicPosition) - Constructor for class org.arakhne.afc.gis.coordinate.GeodesicPosition
Construct a GSC position.
GeodesicPosition(Tuple2D<?>) - Constructor for class org.arakhne.afc.gis.coordinate.GeodesicPosition
Construct a GSC position.
GeodesicPositionStringRepresentation - Enum in org.arakhne.afc.gis.coordinate
Describes the types of string representations for the geodesic positions.
GeoId - Class in org.arakhne.afc.gis.location
An unique identifier of a Geo-referenced element.
GeoId(double, double, double, double, String) - Constructor for class org.arakhne.afc.gis.location.GeoId
Constructor.
GeoId(String) - Constructor for class org.arakhne.afc.gis.location.GeoId
Constructor.
GeoLocation - Interface in org.arakhne.afc.gis.location
Describes a geo-localized feature.
GeoLocationArea - Class in org.arakhne.afc.gis.location
Describes a geo-localized feature.
GeoLocationArea(double, double, double, double) - Constructor for class org.arakhne.afc.gis.location.GeoLocationArea
Constructor.
GeoLocationArea(Shape2d<?>) - Constructor for class org.arakhne.afc.gis.location.GeoLocationArea
Constructor.
GeoLocationNowhere - Class in org.arakhne.afc.gis.location
Describes a geo-localized feature.
GeoLocationNowhere(UUID) - Constructor for class org.arakhne.afc.gis.location.GeoLocationNowhere
Constructor.
GeoLocationPoint - Class in org.arakhne.afc.gis.location
Describes a geo-localized feature.
GeoLocationPoint(double, double) - Constructor for class org.arakhne.afc.gis.location.GeoLocationPoint
Constructor.
GeoLocationPointList - Class in org.arakhne.afc.gis.location
Describes a geo-localized feature.
GeoLocationPointList(double...) - Constructor for class org.arakhne.afc.gis.location.GeoLocationPointList
Constructor.
GeoLocationUtil - Class in org.arakhne.afc.gis.location
Some geo-location functions.
GeoLocationUtil() - Constructor for class org.arakhne.afc.gis.location.GeoLocationUtil
Constructor.
GeomConstants - Class in org.arakhne.afc.math.geometry
Several geometry constants.
GeomFactory1afp<P extends Point1D<? super P,​? super V,​? super S>,​V extends Vector1D<? super V,​? super P,​? super S>,​S extends Segment1D<?,​?>,​B extends Rectangle1afp<?,​?,​P,​V,​S,​B>> - Interface in org.arakhne.afc.math.geometry.d1.afp
Factory of geometrical elements.
GeomFactory1d - Class in org.arakhne.afc.math.geometry.d1.d
Factory of geometrical elements.
GeomFactory1d() - Constructor for class org.arakhne.afc.math.geometry.d1.d.GeomFactory1d
 
GeomFactory1D<V extends Vector1D<? super V,​? super P,​?>,​P extends Point1D<? super P,​? super V,​?>> - Interface in org.arakhne.afc.math.geometry.d1
Factory of geometrical primitives.
GeomFactory1dfx - Class in org.arakhne.afc.math.geometry.d1.dfx
Factory of geometrical elements.
GeomFactory1dfx() - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
 
GeomFactory2afp<E extends PathElement2afp,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2afp<?,​?,​E,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.afp
Factory of geometrical elements.
GeomFactory2ai<E extends PathElement2ai,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2ai<?,​?,​E,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.ai
Factory of geometrical elements.
GeomFactory2d - Class in org.arakhne.afc.math.geometry.d2.d
Factory of geometrical elements.
GeomFactory2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
GeomFactory2D<V extends Vector2D<? super V,​? super P>,​P extends Point2D<? super P,​? super V>> - Interface in org.arakhne.afc.math.geometry.d2
Factory of geometrical primitives.
GeomFactory2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
Factory of geometrical elements.
GeomFactory2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
GeomFactory2i - Class in org.arakhne.afc.math.geometry.d2.i
Factory of geometrical elements.
GeomFactory2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
GeomFactory2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
Factory of geometrical elements.
GeomFactory2ifx() - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
GeomFactory3afp<E extends PathElement3afp,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3afp<?,​?,​E,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.afp
Factory of geometrical elements.
GeomFactory3ai<E extends PathElement3ai,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3ai<?,​?,​E,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.ai
Factory of geometrical elements.
GeomFactory3d - Class in org.arakhne.afc.math.geometry.d3.d
Factory of geometrical elements.
GeomFactory3d() - Constructor for class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
GeomFactory3D<V extends Vector3D<? super V,​? super P>,​P extends Point3D<? super P,​? super V>> - Interface in org.arakhne.afc.math.geometry.d3
Factory of geometrical primitives.
GeomFactory3dfx - Class in org.arakhne.afc.math.geometry.d3.dfx
Factory of geometrical elements.
GeomFactory3dfx() - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
GeomFactory3i - Class in org.arakhne.afc.math.geometry.d3.i
Factory of geometrical elements.
GeomFactory3i() - Constructor for class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
GeomFactory3ifx - Class in org.arakhne.afc.math.geometry.d3.ifx
Factory of geometrical elements.
GeomFactory3ifx() - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
GeomFactoryBase - Interface in org.arakhne.afc.math.geometry
Factory of geometrical primitives.
GEORGIA - org.arakhne.afc.util.CountryCode
GE.
GERMANY - org.arakhne.afc.util.CountryCode
DE.
get() - Method in class org.arakhne.afc.gis.grid.GridCellElement
Replies the element.
get() - Method in interface org.arakhne.afc.math.geometry.d2.dfx.ReadOnlyUnitVectorProperty
Returns the current value of this property.
get() - Method in class org.arakhne.afc.math.geometry.d2.dfx.UnitVectorProperty
 
get() - Method in interface org.arakhne.afc.math.geometry.d3.dfx.ReadOnlyUnitVectorProperty
Returns the current value of this property.
get() - Method in class org.arakhne.afc.math.geometry.d3.dfx.UnitVectorProperty3dfx
 
get() - Method in interface org.arakhne.afc.references.AbstractReferencedValueMap.ReferencableValue
Replies the value.
get() - Method in class org.arakhne.afc.util.MultiValue
Replies the value.
get() - Method in class org.arakhne.afc.util.OutputParameter
Replies the parameter value.
get(double[]) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Copies the value of the elements of this tuple into the array t.
get(double[]) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Copies the value of the elements of this tuple into the array tuple.
get(int) - Method in interface org.arakhne.afc.gis.GISSet
Replies the element at the specified index.
get(int) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
get(int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
Replies the point at the specified index.
get(int) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
get(int) - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Replies the element at the specified index.
get(int) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
get(int) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
get(int) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
get(int) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
get(int) - Method in class org.arakhne.afc.math.graph.GraphPath
 
get(int) - Method in class org.arakhne.afc.references.WeakArrayList
 
get(int) - Method in class org.arakhne.afc.util.IntegerList
 
get(int[]) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Copies the value of the elements of this tuple into the array t.
get(int[]) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Copies the value of the elements of this tuple into the array tuple.
get(int, int[]) - Method in class org.arakhne.afc.util.IntegerList
Replies the segment index for the specified value.
get(Locale) - Static method in enum org.arakhne.afc.gis.road.primitive.LegalTrafficSide
Replies the legal traffic side according to the given locale.
get(GeoId) - Method in interface org.arakhne.afc.gis.GISSet
Replies the element which as the specified identifier.
get(GeoId) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
get(GeoId) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
get(GeoId) - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Replies the element which as the specified identifier.
get(GeoLocation) - Method in interface org.arakhne.afc.gis.GISSet
Replies the element which as the specified location.
get(GeoLocation) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
get(GeoLocation) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
get(GeoLocation) - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Replies the element which as the specified location.
get(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Copies the values of this tuple into the tuple t.
get(Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Copies the values of this tuple into the tuple tuple.
get(CountryCode) - Static method in enum org.arakhne.afc.gis.road.primitive.LegalTrafficSide
Replies the legal traffic side according to the given country code.
getA() - Method in class org.arakhne.afc.util.Quadruplet
Replies the first value of the pair.
getA() - Method in class org.arakhne.afc.util.Triplet
Replies the first value of the pair.
getAccentTranslationTable() - Static method in class org.arakhne.afc.text.TextUtil
Replies the accent's translation table.
getAccessor(int) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Replies the attribute accessor associated to the specified record number.
getAddedTree() - Method in class org.arakhne.afc.math.tree.ForestEvent
Replies the added tree.
getAddedValueAt(int) - Method in class org.arakhne.afc.math.tree.TreeDataEvent
Replies the value added to a node.
getAddedValueCount() - Method in class org.arakhne.afc.math.tree.TreeDataEvent
Replies the count of added values.
getAddedValues() - Method in class org.arakhne.afc.math.tree.TreeDataEvent
Replies the list of added data.
getAllAdapters() - Static method in class org.arakhne.afc.vmutil.MACNumber
Get all of the ethernet addresses associated with the local machine.
getAllAttributeNames() - Method in class org.arakhne.afc.attrs.collection.AbstractBufferedAttributeProvider
 
getAllAttributeNames() - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies all the attribute names.
getAllAttributeNames() - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
getAllAttributeNames() - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
getAllAttributeNames() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
 
getAllAttributeNames() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAllAttributeNames() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAllAttributeNames() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAllAttributeNames() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeAccessor
 
getAllAttributeNames() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAllAttributeNames() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
 
getAllAttributeNames(int) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Replies the names of all the attributes that corresponds to the specified record number.
getAllAttributes() - Method in class org.arakhne.afc.attrs.collection.AbstractBufferedAttributeProvider
 
getAllAttributes() - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies all the attributes.
getAllAttributes() - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
getAllAttributes() - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
getAllAttributes() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
 
getAllAttributes() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAllAttributes() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAllAttributes() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAllAttributes() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAllAttributes() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
 
getAllAttributesByType() - Method in class org.arakhne.afc.attrs.collection.AbstractBufferedAttributeProvider
 
getAllAttributesByType() - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies all the attributes sorted by type.
getAllAttributesByType() - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
getAllAttributesByType() - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
getAllAttributesByType() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
 
getAllAttributesByType() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAllAttributesByType() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAllAttributesByType() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAllAttributesByType() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAllAttributesByType() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
 
getAllBufferedAttributeNames() - Method in interface org.arakhne.afc.attrs.collection.ROMBasedAttributeCollection
Replies the list of attributes that have changed.
getAllBufferedAttributeNames() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAllBufferedAttributes() - Method in interface org.arakhne.afc.attrs.collection.ROMBasedAttributeCollection
Replies the list of attributes that have changed.
getAllBufferedAttributes() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAllCommandLineParameters() - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Replies the command line including the options and the standard parameters.
getAllDirectInterfaces(Class<? extends T>, Class<T>) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Determines the interfaces implemented by the classes from the lowest type to the highestType which are extended the given interfaceType.
getAllDirectInterfaces(Class<? extends T>, Class<T>, Class<I>) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Determines the interfaces implemented by the classes from the lowest type to the highestType which are extended the given interfaceType.
getAllDrawers() - Static method in class org.arakhne.afc.nodefx.Drawers
Replies all the registered document drawers.
getAllMapElements() - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
Replies the map elements as an array.
getAllMapElements() - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
 
getAllMapElements() - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
 
getAllMapElements() - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
 
getAllMapElements() - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
getAllMapLayers() - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Replies the map layers.
getAllMapLayers() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
getAllMappings() - Static method in class org.arakhne.afc.vmutil.MACNumber
Get all of the internet address and ethernet address mappings on the local machine.
getAllUserData() - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
Replies all the user data.
getAllUserData() - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
Replies all the user data.
getAllUserData() - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
getAllUserData() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getAllUserData() - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the all user data associated to this node.
getAllUserData(D[]) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
getAllUserData(D[]) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getAllUserData(D[]) - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the all user data associated to this node.
getAngle() - Method in class org.arakhne.afc.math.geometry.d3.Quaternion.AxisAngle
Replies the rotation angle.
getAngle() - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Replies the rotation angle represented by this quaternion.
getAngular() - Method in class org.arakhne.afc.agentmotion.AgentMotion
Replies the rotation.
getAngularAcceleration() - Method in interface org.arakhne.afc.math.physics.kinematic.angular.AngularInstantAccelerationKinematic
Returns the angular acceleration of this object in r/s^2.
getAngularAcceleration(AngularUnit) - Method in interface org.arakhne.afc.math.physics.kinematic.angular.AngularInstantAccelerationKinematic
Returns the angular acceleration of this object in the acceleration corresponding to the given speed unit e.g if the speed unit is m/s the acceleration will be given in m/s^2
getAngularSpeed() - Method in interface org.arakhne.afc.math.physics.kinematic.angular.AngularInstantVelocityKinematic
Returns the angular speed of this object in r/s.
getAngularSpeed(AngularUnit) - Method in interface org.arakhne.afc.math.physics.kinematic.angular.AngularInstantVelocityKinematic
Returns the angular speed of this object.
getAngularVelocity1D() - Method in interface org.arakhne.afc.math.physics.kinematic.angular.AngularInstantVelocityKinematic
Replies the instant velocity of the object.
getAngularVelocity1D5() - Method in interface org.arakhne.afc.math.physics.kinematic.angular.AngularInstantVelocityKinematic
Replies the instant velocity of the object.
getAngularVelocity2D() - Method in interface org.arakhne.afc.math.physics.kinematic.angular.AngularInstantVelocityKinematic
Replies the instant velocity of the object.
getAngularVelocity3D() - Method in interface org.arakhne.afc.math.physics.kinematic.angular.AngularInstantVelocityKinematic
Replies the instant velocity of the object.
getAntepenulvianPoint() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAntepenulvianPoint() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the coordinates of the antepenulvian (before last) point.
getAntepenulvianPoint() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getAntepenulvianPoint() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAntepenulvianSegment() - Method in class org.arakhne.afc.math.graph.GraphPath
 
getAntepenulvianSegment() - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
Replies the antepenulvian segment.
getAppend() - Method in class org.arakhne.afc.bootique.log4j.configs.FileAppenderConfig
Replies if the appender writes at the end of the existing file or not.
getAppenders() - Method in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Replies the appenders' configurations.
getApplicationMetadata() - Method in class org.arakhne.afc.bootique.synopsishelp.help.SynopsisHelpGenerator
Replies the description of the application.
getArcHeight() - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
Gets the height of the arc that rounds off the corners.
getArcHeight() - Method in class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
 
getArcHeight() - Method in class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
 
getArcWidth() - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
Gets the width of the arc that rounds off the corners.
getArcWidth() - Method in class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
 
getArcWidth() - Method in class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
 
getAreaBounds() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
getAreaBounds() - Method in interface org.arakhne.afc.gis.tree.GISTreeBoundedArea
Replies the bounds covered by the area.
getArrivalConnection() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualCandidate
 
getArrivalConnection() - Method in class org.arakhne.afc.math.graph.astar.AStar.Candidate
 
getArrivalConnection() - Method in interface org.arakhne.afc.math.graph.astar.AStarNode
Replies the connection to reach the node.
getArrivalSegment() - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
Replies the segment that is the arrival segment at this road connection.
getAttitude() - Method in class org.arakhne.afc.math.geometry.d3.Quaternion.EulerAngles
Replies the attitude, the rotation around left vector.
getAttribute() - Method in class org.arakhne.afc.attrs.collection.AttributeChangeEvent
Replies the changed attribute.
getAttribute() - Method in class org.arakhne.afc.gis.maplayer.MapLayerAttributeChangeEvent
Replies the changed attribute.
getAttribute(String) - Method in class org.arakhne.afc.attrs.collection.AbstractBufferedAttributeProvider
 
getAttribute(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
getAttribute(String) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
getAttribute(String) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
 
getAttribute(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttribute(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttribute(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
 
getAttribute(String, boolean) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttribute(String, boolean) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String, boolean) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String, boolean) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String, boolean) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttribute(String, boolean) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttribute(String, double) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttribute(String, double) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String, double) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String, double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String, double) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttribute(String, double) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttribute(String, float) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttribute(String, float) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String, float) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String, float) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String, float) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttribute(String, float) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttribute(String, int) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttribute(String, int) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String, int) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String, int) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String, int) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttribute(String, int) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttribute(String, long) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttribute(String, long) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String, long) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String, long) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String, long) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttribute(String, long) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttribute(String, ET) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String, ET) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttribute(String, Class<?>) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttribute(String, Class<?>) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String, Class<?>) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String, Class<?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String, Class<?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttribute(String, String) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttribute(String, String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String, String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String, String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String, String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttribute(String, String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttribute(String, InetAddress) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttribute(String, InetAddress) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String, InetAddress) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String, InetAddress) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String, InetAddress) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttribute(String, InetAddress) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttribute(String, InetSocketAddress) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttribute(String, InetSocketAddress) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String, InetSocketAddress) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String, InetSocketAddress) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String, InetSocketAddress) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttribute(String, URI) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttribute(String, URI) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String, URI) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String, URI) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String, URI) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttribute(String, URI) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttribute(String, URL) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttribute(String, URL) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String, URL) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String, URL) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String, URL) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttribute(String, URL) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttribute(String, Date) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttribute(String, Date) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String, Date) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String, Date) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String, Date) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttribute(String, Date) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttribute(String, UUID) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttribute(String, UUID) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String, UUID) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String, UUID) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String, UUID) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttribute(String, UUID) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttribute(String, AttributeValue) - Method in class org.arakhne.afc.attrs.collection.AbstractBufferedAttributeProvider
 
getAttribute(String, AttributeValue) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String, AttributeValue) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
getAttribute(String, AttributeValue) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
getAttribute(String, AttributeValue) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
 
getAttribute(String, AttributeValue) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttribute(String, AttributeValue) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String, AttributeValue) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttribute(String, AttributeValue) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttribute(String, AttributeValue) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
 
getAttribute(String, T) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttribute(String, T) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttribute(String, T) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttribute(String, T) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeAsBool(String) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttributeAsBool(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttributeAsBool(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeAsBool(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeAsBool(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeAsBool(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttributeAsDate(String) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttributeAsDate(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttributeAsDate(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeAsDate(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeAsDate(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeAsDate(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttributeAsDouble(String) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttributeAsDouble(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttributeAsDouble(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeAsDouble(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeAsDouble(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeAsDouble(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttributeAsEnumeration(String) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttributeAsEnumeration(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttributeAsEnumeration(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeAsEnumeration(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeAsEnumeration(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeAsEnumeration(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttributeAsEnumeration(String, Class<ET>) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeAsEnumeration(String, Class<ET>) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttributeAsEnumeration(String, Class<T>) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttributeAsEnumeration(String, Class<T>) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttributeAsEnumeration(String, Class<T>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeAsEnumeration(String, Class<T>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeAsFloat(String) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttributeAsFloat(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttributeAsFloat(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeAsFloat(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeAsFloat(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeAsFloat(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttributeAsInetAddress(String) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttributeAsInetAddress(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttributeAsInetAddress(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeAsInetAddress(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeAsInetAddress(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeAsInetAddress(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttributeAsInt(String) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttributeAsInt(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttributeAsInt(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeAsInt(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeAsInt(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeAsInt(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttributeAsJavaClass(String) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttributeAsJavaClass(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttributeAsJavaClass(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeAsJavaClass(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeAsJavaClass(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeAsLong(String) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttributeAsLong(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttributeAsLong(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeAsLong(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeAsLong(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeAsLong(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttributeAsString(String) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttributeAsString(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttributeAsString(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeAsString(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeAsString(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeAsString(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttributeAsURI(String) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttributeAsURI(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttributeAsURI(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeAsURI(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeAsURI(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeAsURI(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttributeAsURL(String) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttributeAsURL(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttributeAsURL(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeAsURL(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeAsURL(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeAsURL(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttributeAsUUID(String) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
getAttributeAsUUID(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the value for the given attribute.
getAttributeAsUUID(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeAsUUID(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeAsUUID(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeAsUUID(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttributeBoolean(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the boolean value that corresponds to the specified attribute's path.
getAttributeBoolean(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the boolean value that corresponds to the specified attribute's path.
getAttributeBooleanWithDefault(Node, boolean, Boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the boolean value that corresponds to the specified attribute's path.
getAttributeBooleanWithDefault(Node, Boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the boolean value that corresponds to the specified attribute's path.
getAttributeClass(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an enumeration value.
getAttributeClass(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an enumeration value.
getAttributeClassWithDefault(Node, boolean, Class<?>, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read a java class.
getAttributeClassWithDefault(Node, Class<?>, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an enumeration value.
getAttributeCollection() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
Replies the attribute provider associated to this element.
getAttributeColor(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the color that corresponds to the specified attribute's path.
getAttributeColor(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the color that corresponds to the specified attribute's path.
getAttributeColorWithDefault(Node, boolean, Integer, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the color that corresponds to the specified attribute's path.
getAttributeColorWithDefault(Node, Integer, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the color that corresponds to the specified attribute's path.
getAttributeContainerCount() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
Replies the number of attribute containers in this MultiAttributeContainer.
getAttributeCount() - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the count of attributes.
getAttributeCount() - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
getAttributeCount() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
 
getAttributeCount() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeCount() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeCount() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeCount() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeAccessor
 
getAttributeCount() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttributeCount() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Replies the count of attributes.
getAttributeCount() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
 
getAttributeDate(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the date that corresponds to the specified attribute's path.
getAttributeDate(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the date that corresponds to the specified attribute's path.
getAttributeDateWithDefault(Node, boolean, Date, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the date that corresponds to the specified attribute's path.
getAttributeDateWithDefault(Node, Date, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the date that corresponds to the specified attribute's path.
getAttributeDouble(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the double value that corresponds to the specified attribute's path.
getAttributeDouble(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the double value that corresponds to the specified attribute's path.
getAttributeDoubleWithDefault(Node, boolean, Double, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the double value that corresponds to the specified attribute's path.
getAttributeDoubleWithDefault(Node, Double, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the double value that corresponds to the specified attribute's path.
getAttributeEnum(Node, Class<T>, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an enumeration value.
getAttributeEnum(Node, Class<T>, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an enumeration value.
getAttributeEnumWithDefault(Node, Class<T>, boolean, T, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an enumeration value.
getAttributeEnumWithDefault(Node, Class<T>, T, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an enumeration value.
getAttributeFloat(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the float value that corresponds to the specified attribute's path.
getAttributeFloat(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the float value that corresponds to the specified attribute's path.
getAttributeFloatWithDefault(Node, boolean, Float, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the float value that corresponds to the specified attribute's path.
getAttributeFloatWithDefault(Node, Float, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the float value that corresponds to the specified attribute's path.
getAttributeInt(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the integer value that corresponds to the specified attribute's path.
getAttributeInt(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the integer value that corresponds to the specified attribute's path.
getAttributeIntWithDefault(Node, boolean, Integer, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the integer value that corresponds to the specified attribute's path.
getAttributeIntWithDefault(Node, Integer, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the integer value that corresponds to the specified attribute's path.
getAttributeLong(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the long value that corresponds to the specified attribute's path.
getAttributeLong(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the long value that corresponds to the specified attribute's path.
getAttributeLongWithDefault(Node, boolean, Long, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the long value that corresponds to the specified attribute's path.
getAttributeLongWithDefault(Node, Long, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the long value that corresponds to the specified attribute's path.
getAttributeObject(String) - Method in class org.arakhne.afc.attrs.collection.AbstractBufferedAttributeProvider
 
getAttributeObject(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the attribute with the given name.
getAttributeObject(String) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
getAttributeObject(String) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
getAttributeObject(String) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
 
getAttributeObject(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getAttributeObject(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getAttributeObject(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getAttributeObject(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getAttributeObject(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
 
getAttributeObjectFromDBase(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
Replies the object directly form the dBase file.
getAttributeProvider() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
Replies the attribute container associated to this element.
getAttributeProvider(E) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileWriter
Replies the attribute container of the given element.
getAttributeProvider(E) - Method in interface org.arakhne.afc.io.shape.ElementExporter
Replies the attribute container of the given element.
getAttributeProvider(E) - Method in class org.arakhne.afc.io.shape.ShapeFileWriter
 
getAttributeProvider(MapElement) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
 
getAttributeProviders(Collection<? extends E>) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileWriter
Replies all the attribute containers of the given elements.
getAttributeProviders(Collection<? extends E>) - Method in interface org.arakhne.afc.io.shape.ElementExporter
Replies all the attribute containers of the given elements.
getAttributeProviders(Collection<? extends E>) - Method in class org.arakhne.afc.io.shape.ShapeFileWriter
 
getAttributeProviders(Collection<? extends MapElement>) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
 
getAttributeType() - Method in class org.arakhne.afc.io.dbase.DBaseFileField
Replies the attribute type corresponding to the field type.
getAttributeURL(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the URL that corresponds to the specified attribute's path.
getAttributeURL(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the URL that corresponds to the specified attribute's path.
getAttributeURLWithDefault(Node, boolean, URL, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the URL that corresponds to the specified attribute's path.
getAttributeURLWithDefault(Node, URL, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the URL that corresponds to the specified attribute's path.
getAttributeUUID(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the UUID that corresponds to the specified attribute's path.
getAttributeUUID(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the UUID that corresponds to the specified attribute's path.
getAttributeUUIDs(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the UUIDs that corresponds to the specified attribute's path.
getAttributeUUIDs(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the UUIDs that corresponds to the specified attribute's path.
getAttributeUUIDWithDefault(Node, boolean, UUID, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the UUID that corresponds to the specified attribute's path.
getAttributeUUIDWithDefault(Node, UUID, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the UUID that corresponds to the specified attribute's path.
getAttributeValue(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the value that corresponds to the specified attribute's path.
getAttributeValue(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the value that corresponds to the specified attribute's path.
getAttributeValueWithDefault(Node, boolean, String, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the value that corresponds to the specified attribute's path.
getAttributeValueWithDefault(Node, String, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the value that corresponds to the specified attribute's path.
getAxis() - Method in class org.arakhne.afc.math.geometry.d3.Quaternion.AxisAngle
Replies the rotation axis.
getAxis() - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Replies the rotation axis-angle represented by this quaternion.
getAxisAngle() - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Replies the rotation axis represented by this quaternion.
getB() - Method in class org.arakhne.afc.util.Quadruplet
Replies the second value of the pair.
getB() - Method in class org.arakhne.afc.util.Triplet
Replies the second value of the pair.
getBackendDataList() - Method in class org.arakhne.afc.math.geometry.d2.d.MultiShape2d
 
getBackendDataList() - Method in class org.arakhne.afc.math.geometry.d2.dfx.MultiShape2dfx
 
getBackendDataList() - Method in class org.arakhne.afc.math.geometry.d2.i.MultiShape2i
 
getBackendDataList() - Method in class org.arakhne.afc.math.geometry.d2.ifx.MultiShape2ifx
 
getBackendDataList() - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
Replies the list that contains the backend data.
getBackendDataList() - Method in class org.arakhne.afc.math.geometry.d3.d.MultiShape3d
 
getBackendDataList() - Method in class org.arakhne.afc.math.geometry.d3.dfx.MultiShape3dfx
 
getBackendDataList() - Method in class org.arakhne.afc.math.geometry.d3.i.MultiShape3i
 
getBackendDataList() - Method in class org.arakhne.afc.math.geometry.d3.ifx.MultiShape3ifx
 
getBackendDataList() - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
Replies the list that contains the backend data.
getBackVector() - Static method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Replies the back vector.
getBackVector(T) - Static method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Replies the back vector.
getBank() - Method in class org.arakhne.afc.math.geometry.d3.Quaternion.EulerAngles
Replies the bank, the rotation around front vector.
getBeginPoint() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getBeginPoint() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
 
getBeginPoint() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getBeginPoint() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getBeginPoint() - Method in interface org.arakhne.afc.math.graph.GraphSegment
Replies the starting point of this segment.
getBeginPoint() - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
 
getBeginPoint(Class<CT>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
Replies the first point of this segment.
getBindedBusHalts() - Method in class org.arakhne.afc.gis.bus.network.BusStop
Replies the bus itinerary halts associated to this bus stop.
getBoolean() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getBoolean() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getBottomUpIterator() - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Replies a bottom-up iterator.
getBottomUpIterator() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
getBoundingBox() - Method in class org.arakhne.afc.gis.primitive.AbstractBoundedGISElement
 
getBoundingBox() - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
getBoundingBox() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getBoundingBox() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the bounding box of this element.
getBoundingBox() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getBoundingBox() - Method in interface org.arakhne.afc.math.geometry.d1.afp.BoundedElement1afp
Replies the bounding box of this element.
getBoundingBox() - Method in interface org.arakhne.afc.math.geometry.d2.afp.BoundedElement2afp
Replies the bounding box of this element.
getBoundingBox() - Method in interface org.arakhne.afc.math.geometry.d2.ai.BoundedElement2ai
Replies the bounding box of this element.
getBoundingBox() - Method in interface org.arakhne.afc.math.geometry.d3.afp.BoundedElement3afp
Replies the bounding box of this element.
getBoundingBox() - Method in interface org.arakhne.afc.math.geometry.d3.ai.BoundedElement3ai
Replies the bounding box of this element.
getBounds() - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
Replies the bounds of the cell.
getBounds() - Method in class org.arakhne.afc.gis.grid.Grid
Replies the bounds of the cell.
getBounds() - Method in class org.arakhne.afc.gis.grid.GridCell
Replies the bounds of the cell.
getBounds() - Method in class org.arakhne.afc.gis.io.shape.MapElementGroup
Replies the bounds of the group.
getBounds() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
Replies the bounds of this node.
getBoundsFromHeader() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Replies the bounds read from the shape file header.
getBroadFirstIterationListener() - Method in class org.arakhne.afc.math.tree.iterator.AbstractBroadFirstTreeIterator
Replies the listener invoked when a level of the tree has been treated.
getBudget() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Replies the budget.
getBufferedAttributeCount() - Method in interface org.arakhne.afc.attrs.collection.ROMBasedAttributeCollection
Replies the count of buffered attributes.
getBufferedAttributeCount() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
getBusHalt() - Method in class org.arakhne.afc.gis.bus.network.BusChangeEvent
Replies the bus halt which is the source of this event.
getBusHalt(String) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the bus halt with the specified name.
getBusHalt(String, Comparator<String>) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the bus halt with the specified name.
getBusHalt(UUID) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the bus halt with the specified uuid.
getBusHaltAt(int) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the halt at the specified index.
getBusHaltBinding() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the binding informations for all the bus halts of this itinerary.
getBusHalts(BusLine) - Static method in class org.arakhne.afc.gis.bus.network.BusNetworkUtilities
Replies all the bus itinerary halts in the given bus line.
getBusHalts(BusNetwork) - Static method in class org.arakhne.afc.gis.bus.network.BusNetworkUtilities
Replies all the bus itinerary halts in the given bus network.
getBusHaltsOnSegment(RoadSegment) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the bus halts on the given segment.
getBusHub() - Method in class org.arakhne.afc.gis.bus.network.BusChangeEvent
Replies the bus hub.
getBusHub(String) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the bus hub with the specified name.
getBusHub(String, Comparator<String>) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the bus hub with the specified name.
getBusHub(UUID) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the bus hub with the specified uuid.
getBusHubCount() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the count of bus hubs into this network.
getBusHubsIn(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the set of bus hubs that have an intersection with the specified rectangle.
getBusItinerary() - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Replies the bus itinerary displayed by this layer.
getBusItinerary() - Method in class org.arakhne.afc.gis.bus.network.BusChangeEvent
Replies the bus itinerary which is the source of this event.
getBusItinerary(String) - Method in class org.arakhne.afc.gis.bus.network.BusLine
Replies the bus itinerary with the specified name.
getBusItinerary(String, Comparator<String>) - Method in class org.arakhne.afc.gis.bus.network.BusLine
Replies the bus itinerary with the specified name.
getBusItinerary(UUID) - Method in class org.arakhne.afc.gis.bus.network.BusLine
Replies the bus itinerary with the specified uuid.
getBusItineraryAt(int) - Method in class org.arakhne.afc.gis.bus.network.BusLine
Replies the itinerary at the specified index.
getBusItineraryCount() - Method in class org.arakhne.afc.gis.bus.network.BusLine
Replies the count of bus itineraries into this line.
getBusLine() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
Replies the bus line displayed by this layer.
getBusLine() - Method in class org.arakhne.afc.gis.bus.network.BusChangeEvent
Replies the bus line.
getBusLine(String) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the bus line with the specified name.
getBusLine(String, Comparator<String>) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the bus line with the specified name.
getBusLine(UUID) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the bus line with the specified uuid.
getBusLineAt(int) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the line at the specified index.
getBusLineCount() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the count of bus lines into this network.
getBusNetwork() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Replies the bus network displayed by this layer.
getBusNetwork() - Method in class org.arakhne.afc.gis.bus.network.BusChangeEvent
Replies the bus network.
getBusNetwork() - Method in class org.arakhne.afc.gis.bus.network.BusHub
 
getBusNetwork() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
getBusNetwork() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
 
getBusNetwork() - Method in class org.arakhne.afc.gis.bus.network.BusLine
 
getBusNetwork() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
 
getBusNetwork() - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
Replies the bus network in which this primitive is.
getBusNetwork() - Method in class org.arakhne.afc.gis.bus.network.BusStop
 
getBusPrimitive() - Method in class org.arakhne.afc.gis.bus.network.BusChangeEvent
Replies the bus primitive.
getBusStop() - Method in class org.arakhne.afc.gis.bus.network.BusChangeEvent
Replies the bus stop which is the source of this event.
getBusStop() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the bus stop associated to this halt.
getBusStop(String) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the bus stop with the specified name.
getBusStop(String, Comparator<String>) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the bus stop with the specified name.
getBusStop(UUID) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the bus stop with the specified id.
getBusStopAt(int) - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies the bus stop at the specified index.
getBusStopCount() - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies the count of bus stops into this hub.
getBusStopCount() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the count of bus stops into this network.
getBusStopsIn(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the set of bus stops that have an intersection with the specified rectangle.
getBytes() - Method in class org.arakhne.afc.vmutil.MACNumber
Replies the bytes that compose this MAC Address.
getC() - Method in class org.arakhne.afc.util.Quadruplet
Replies the third value of the pair.
getC() - Method in class org.arakhne.afc.util.Triplet
Replies the third value of the pair.
getCaller() - Static method in class org.arakhne.afc.vmutil.Caller
Replies the stack trace mamager used by this utility class.
getCallerClass() - Static method in class org.arakhne.afc.vmutil.Caller
Replies the class of the caller that invoked the function from which getCallerClass() was invoked.
getCallerClass(int) - Method in interface org.arakhne.afc.vmutil.caller.Caller
Replies the class from the stack according to its level.
getCallerClass(int) - Static method in class org.arakhne.afc.vmutil.Caller
Replies the class from the stack according to its level.
getCallerClass(int) - Method in class org.arakhne.afc.vmutil.caller.StackTraceCaller
 
getCallerFilename(int) - Method in interface org.arakhne.afc.vmutil.caller.Caller
Replies the filename of the method of the caller from the stack according to its level.
getCallerFilename(int) - Method in class org.arakhne.afc.vmutil.caller.StackTraceCaller
 
getCallerLine(int) - Method in interface org.arakhne.afc.vmutil.caller.Caller
Replies the line number of the caller from the stack according to its level.
getCallerLine(int) - Method in class org.arakhne.afc.vmutil.caller.StackTraceCaller
 
getCallerMethod() - Static method in class org.arakhne.afc.vmutil.Caller
Replies the method of the caller that invoked the function from which getCallerMethod() was invoked.
getCallerMethod(int) - Method in interface org.arakhne.afc.vmutil.caller.Caller
Replies the method from the stack according to its level.
getCallerMethod(int) - Static method in class org.arakhne.afc.vmutil.Caller
Replies the method from the stack according to its level.
getCallerMethod(int) - Method in class org.arakhne.afc.vmutil.caller.StackTraceCaller
 
getCanvas() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the ZoomableCanvas that the GraphicsContext is issuing draw commands to.
getCellAt(int, int) - Method in class org.arakhne.afc.gis.grid.Grid
Replies the cell at the specified location.
getCellBounds(int, int) - Method in class org.arakhne.afc.gis.grid.Grid
Replies the bounds covered by a cell at the specified location.
getCellCount() - Method in class org.arakhne.afc.gis.grid.Grid
Replies the number of cells in the grid that contains an element.
getCellHeight() - Method in class org.arakhne.afc.gis.grid.Grid
Replies the height of the cells.
getCellWidth() - Method in class org.arakhne.afc.gis.grid.Grid
Replies the width of the cells.
getCenter() - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Replies the center.
getCenter() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getCenter() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies the center.
getCenter() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getCenter() - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Replies the center.
getCenter() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Replies the center.
getCenter() - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Replies the center.
getCenter() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
getCenter() - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
getCenter() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
 
getCenter() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
getCenter() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
getCenter() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
 
getCenter() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Replies the center.
getCenter() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Replies the center.
getCenter() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Replies the center.
getCenter() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
 
getCenterM() - Method in class org.arakhne.afc.io.shape.ESRIBounds
Replies the center m.
getCenterX() - Method in class org.arakhne.afc.io.shape.ESRIBounds
Replies the center x.
getCenterX() - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Replies the center x.
getCenterX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getCenterX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies the center x.
getCenterX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getCenterX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Replies the center x.
getCenterX() - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Replies the center x.
getCenterX() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
getCenterX() - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
getCenterX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
getCenterX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
getCenterX() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Replies the center x.
getCenterX() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Replies the center x.
getCenterY() - Method in class org.arakhne.afc.io.shape.ESRIBounds
Replies the center y.
getCenterY() - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Replies the center y.
getCenterY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getCenterY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies the center y.
getCenterY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getCenterY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Replies the center y.
getCenterY() - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Replies the center y.
getCenterY() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
getCenterY() - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
getCenterY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
getCenterY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
getCenterY() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Replies the center y.
getCenterY() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Replies the center y.
getCenterZ() - Method in class org.arakhne.afc.io.shape.ESRIBounds
Replies the center z.
getCenterZ() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Replies the center z.
getCenterZ() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Replies the center z.
getChangedObject() - Method in class org.arakhne.afc.gis.bus.network.BusChangeEvent
Replies the changed object.
getChatset() - Method in enum org.arakhne.afc.io.dbase.DBaseCodePage
Replies the charset.
getChild() - Method in class org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent
Replies the child layer.
getChild() - Method in class org.arakhne.afc.math.tree.TreeNodeAddedEvent
Replies the child node that changed.
getChild() - Method in class org.arakhne.afc.math.tree.TreeNodeRemovedEvent
Replies the child node that changed.
getChild(Node, Class<T>) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the first child node that has the specified type.
getChildAt(int) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
getChildAt(int) - Method in interface org.arakhne.afc.gis.primitive.GISTreeBrowsable
Replies the child at the specified index.
getChildAt(int) - Method in interface org.arakhne.afc.math.tree.IterableNode
Replies the n-th child in this node.
getChildAt(int) - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
 
getChildAt(int) - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
 
getChildAt(int) - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
 
getChildAt(int) - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
 
getChildAt(int) - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
 
getChildAt(int) - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
 
getChildAt(int) - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
 
getChildAt(int) - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
 
getChildAt(int) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
 
getChildAt(int) - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
 
getChildAt(int) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getChildAt(BinaryTreeNode.BinaryTreeZone) - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
Replies the child node at the specified position.
getChildAt(IcosepBinaryTreeNode.IcosepBinaryTreeZone) - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
Replies the node that is corresponding to the given zone.
getChildAt(IcosepOctTreeNode.IcosepOctTreeZone) - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
Replies the node that is corresponding to the given zone.
getChildAt(IcosepQuadTreeNode.IcosepQuadTreeZone) - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
Replies the node that is corresponding to the given zone.
getChildAt(OctTreeNode.OctTreeZone) - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
Replies count of children in this node.
getChildAt(QuadTreeNode.QuadTreeZone) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
Replies the node that is corresponding to the given zone.
getChildCount() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
getChildCount() - Method in interface org.arakhne.afc.gis.primitive.GISTreeBrowsable
Replies count of children.
getChildCount() - Method in interface org.arakhne.afc.math.tree.IterableNode
Replies count of children in this node.
getChildCount() - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
 
getChildCount() - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
 
getChildCount() - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
 
getChildCount() - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
 
getChildCount() - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
 
getChildCount() - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
 
getChildCount() - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
 
getChildCount() - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
 
getChildCount() - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
 
getChildCount() - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
 
getChildCount() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getChildIndex() - Method in class org.arakhne.afc.math.tree.TreeNodeAddedEvent
Replies the index of the child node that changed.
getChildIndex() - Method in class org.arakhne.afc.math.tree.TreeNodeRemovedEvent
Replies the index of the child node that changed.
getChildNode() - Method in class org.arakhne.afc.math.tree.TreeNodeParentChangedEvent
Replies the node that fire the event.
getChildren() - Method in class org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent
Replies the child layers.
getChildren(Class<N>) - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
 
getChildren(Class<N>) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getChildren(Class<N>) - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the child nodes of this node.
getChildren(Object[]) - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
 
getChildren(Object[]) - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
 
getChildren(Object[]) - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
 
getChildren(Object[]) - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
 
getChildren(Object[]) - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
 
getChildren(Object[]) - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
 
getChildren(Object[]) - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
 
getChildren(Object[]) - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
 
getChildren(Object[]) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
 
getChildren(Object[]) - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
 
getChildren(Object[]) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getChildren(Object[]) - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the child nodes of this node.
getClassCssMetaData() - Static method in class org.arakhne.afc.nodefx.ZoomablePane
Replies the CssMetaData associated with this class, which may include the CssMetaData of its super classes.
getClasspath() - Static method in class org.arakhne.afc.vmutil.ClasspathUtil
Deprecated.
Replies the current classpath.
getClosestPointInOtherShape() - Method in class org.arakhne.afc.math.geometry.d2.afp.ClosestPointPathShadow2afp
Replies the closest point on the shape that is compared to the shadow.
getClosestPointInOtherShape() - Method in class org.arakhne.afc.math.geometry.d2.ai.ClosestPointPathShadow2ai
Replies the closest point on the shape that is compared to the shadow.
getClosestPointInOtherShape() - Method in class org.arakhne.afc.math.geometry.d3.afp.ClosestPointPathShadow3afp
Replies the closest point on the shape that is compared to the shadow.
getClosestPointInShadowShape() - Method in class org.arakhne.afc.math.geometry.d2.afp.ClosestPointPathShadow2afp
Replies the closest point on the shape that is compared to the shadow.
getClosestPointInShadowShape() - Method in class org.arakhne.afc.math.geometry.d2.ai.ClosestPointPathShadow2ai
Replies the closest point on the shape that is compared to the shadow.
getClosestPointInShadowShape() - Method in class org.arakhne.afc.math.geometry.d3.afp.ClosestPointPathShadow3afp
Replies the closest point on the shape that is compared to the shadow.
getClosestPointTo(Rectangle1afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Rectangle1afp
 
getClosestPointTo(Rectangle1afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Shape1afp
Replies the closest point on this shape to the given rectangle.
getClosestPointTo(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Rectangle1afp
 
getClosestPointTo(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies the point on the shape that is closest to the given point.
getClosestPointTo(Shape1D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Shape1afp
 
getClosestPointTo(Shape1D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies the point on the shape that is closest to the given shape.
getClosestPointTo(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getClosestPointTo(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
getClosestPointTo(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
getClosestPointTo(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
getClosestPointTo(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
getClosestPointTo(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getClosestPointTo(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getClosestPointTo(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
getClosestPointTo(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getClosestPointTo(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the closest point on this shape to the given circle.
getClosestPointTo(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
getClosestPointTo(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getClosestPointTo(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
getClosestPointTo(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
getClosestPointTo(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
getClosestPointTo(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
getClosestPointTo(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getClosestPointTo(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getClosestPointTo(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
getClosestPointTo(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getClosestPointTo(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the closest point on this shape to the given ellipse.
getClosestPointTo(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
getClosestPointTo(MultiShape2afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getClosestPointTo(MultiShape2afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
getClosestPointTo(MultiShape2afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the closest point on this shape to the given multishape.
getClosestPointTo(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getClosestPointTo(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
getClosestPointTo(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
getClosestPointTo(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
getClosestPointTo(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
getClosestPointTo(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getClosestPointTo(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getClosestPointTo(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
getClosestPointTo(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getClosestPointTo(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the closest point on this shape to the given oriented rectangle.
getClosestPointTo(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
getClosestPointTo(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getClosestPointTo(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
getClosestPointTo(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
getClosestPointTo(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
getClosestPointTo(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
getClosestPointTo(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getClosestPointTo(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getClosestPointTo(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
getClosestPointTo(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getClosestPointTo(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the closest point on this shape to the given parallelogram.
getClosestPointTo(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
getClosestPointTo(Path2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getClosestPointTo(Path2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
getClosestPointTo(Path2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
getClosestPointTo(Path2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
getClosestPointTo(Path2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
getClosestPointTo(Path2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getClosestPointTo(Path2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getClosestPointTo(Path2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
getClosestPointTo(Path2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getClosestPointTo(Path2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the closest point on this shape to the given path.
getClosestPointTo(Path2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
getClosestPointTo(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getClosestPointTo(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
getClosestPointTo(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
getClosestPointTo(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
getClosestPointTo(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
getClosestPointTo(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getClosestPointTo(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getClosestPointTo(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
getClosestPointTo(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getClosestPointTo(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the closest point on this shape to the given rectangle.
getClosestPointTo(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
getClosestPointTo(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getClosestPointTo(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
getClosestPointTo(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
getClosestPointTo(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
getClosestPointTo(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
getClosestPointTo(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getClosestPointTo(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getClosestPointTo(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
getClosestPointTo(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getClosestPointTo(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the closest point on this shape to the given round rectangle.
getClosestPointTo(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
getClosestPointTo(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getClosestPointTo(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
getClosestPointTo(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
getClosestPointTo(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
getClosestPointTo(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
getClosestPointTo(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getClosestPointTo(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getClosestPointTo(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
getClosestPointTo(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getClosestPointTo(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the closest point on this shape to the given segment.
getClosestPointTo(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
getClosestPointTo(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getClosestPointTo(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
getClosestPointTo(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
getClosestPointTo(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
getClosestPointTo(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
getClosestPointTo(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getClosestPointTo(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getClosestPointTo(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
getClosestPointTo(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getClosestPointTo(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the closest point on this shape to the given triangle.
getClosestPointTo(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
getClosestPointTo(Circle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
getClosestPointTo(Circle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
getClosestPointTo(Circle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
getClosestPointTo(Circle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
getClosestPointTo(Circle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
getClosestPointTo(Circle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies the closest point on this shape to the given rectangle.
getClosestPointTo(MultiShape2ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
getClosestPointTo(MultiShape2ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies the closest point on this shape to the given rectangle.
getClosestPointTo(Path2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
getClosestPointTo(Path2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
getClosestPointTo(Path2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
getClosestPointTo(Path2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
getClosestPointTo(Path2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
getClosestPointTo(Path2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies the closest point on this shape to the given rectangle.
getClosestPointTo(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
getClosestPointTo(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
getClosestPointTo(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
getClosestPointTo(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
getClosestPointTo(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
getClosestPointTo(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies the closest point on this shape to the given rectangle.
getClosestPointTo(Segment2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
getClosestPointTo(Segment2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
getClosestPointTo(Segment2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
getClosestPointTo(Segment2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
getClosestPointTo(Segment2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
getClosestPointTo(Segment2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies the closest point on this shape to the given rectangle.
getClosestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getClosestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
getClosestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
getClosestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
getClosestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getClosestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getClosestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
getClosestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getClosestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
getClosestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
getClosestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
getClosestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
getClosestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
getClosestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
getClosestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies the point on the shape that is closest to the given point.
getClosestPointTo(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
 
getClosestPointTo(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
 
getClosestPointTo(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies the point on the shape that is closest to the given shape.
getClosestPointTo(MultiShape3afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
getClosestPointTo(MultiShape3afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies the closest point on this shape to the given multishape.
getClosestPointTo(MultiShape3afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getClosestPointTo(Path3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
getClosestPointTo(Path3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
getClosestPointTo(Path3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
getClosestPointTo(Path3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
getClosestPointTo(Path3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies the closest point on this shape to the given path.
getClosestPointTo(Path3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getClosestPointTo(PathIterator3afp<? extends PathElement3afp>, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Replies the point on the path that is closest to the given point.
getClosestPointTo(PathIterator3afp<? extends PathElement3afp>, PathIterator3afp<? extends PathElement3afp>, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Replies the point on the path of pi that is closest to the given shape.
getClosestPointTo(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
getClosestPointTo(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
getClosestPointTo(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
getClosestPointTo(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
getClosestPointTo(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies the closest point on this shape to the given rectangular prism.
getClosestPointTo(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getClosestPointTo(Segment3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
getClosestPointTo(Segment3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
getClosestPointTo(Segment3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
getClosestPointTo(Segment3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
getClosestPointTo(Segment3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies the closest point on this shape to the given segment.
getClosestPointTo(Segment3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getClosestPointTo(Sphere3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
getClosestPointTo(Sphere3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
getClosestPointTo(Sphere3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
getClosestPointTo(Sphere3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
getClosestPointTo(Sphere3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies the closest point on this shape to the given sphere.
getClosestPointTo(Sphere3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getClosestPointTo(MultiShape3ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
getClosestPointTo(MultiShape3ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
getClosestPointTo(MultiShape3ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
getClosestPointTo(MultiShape3ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies the closest point on this shape to the given rectangle.
getClosestPointTo(MultiShape3ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
getClosestPointTo(Path3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
getClosestPointTo(Path3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
getClosestPointTo(Path3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
getClosestPointTo(Path3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
getClosestPointTo(Path3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies the closest point on this shape to the given rectangle.
getClosestPointTo(Path3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
getClosestPointTo(PathIterator3ai<? extends PathElement3ai>, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Replies the point on the path that is closest to the given point.
getClosestPointTo(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
getClosestPointTo(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
getClosestPointTo(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
getClosestPointTo(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
getClosestPointTo(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies the closest point on this shape to the given rectangle.
getClosestPointTo(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
getClosestPointTo(Segment3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
getClosestPointTo(Segment3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
getClosestPointTo(Segment3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
getClosestPointTo(Segment3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
getClosestPointTo(Segment3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies the closest point on this shape to the given rectangle.
getClosestPointTo(Segment3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
getClosestPointTo(Sphere3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
getClosestPointTo(Sphere3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
getClosestPointTo(Sphere3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
getClosestPointTo(Sphere3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
getClosestPointTo(Sphere3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies the closest point on this shape to the given rectangle.
getClosestPointTo(Sphere3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
getClosestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
getClosestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
getClosestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
getClosestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getClosestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
getClosestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
getClosestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
getClosestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
getClosestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
getClosestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies the point on the shape that is closest to the given point.
getClosestPointTo(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
 
getClosestPointTo(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
 
getClosestPointTo(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies the point on the shape that is closest to the given shape.
getCode() - Method in enum org.arakhne.afc.util.CountryCode
Replies the ISO 3166-1 code for the current country.
getCodePage() - Method in class org.arakhne.afc.io.dbase.DBaseFileWriter
Replies the output language to use in the dBASE file.
getCohenSutherlandCode(double, double, double, double, double, double) - Static method in class org.arakhne.afc.math.MathUtil
Compute the zone where the point is against the given rectangle according to the Cohen-Sutherland algorithm.
getCohenSutherlandCode(int, int, int, int, int, int) - Static method in class org.arakhne.afc.math.MathUtil
Compute the zone where the point is against the given rectangle according to the Cohen-Sutherland algorithm.
getCohenSutherlandCode3D(double, double, double, double, double, double, double, double, double) - Static method in class org.arakhne.afc.math.MathUtil
Compute the zone where the point is against the given rectangular prism according to the Cohen-Sutherland algorithm.
getCohenSutherlandCode3D(int, int, int, int, int, int, int, int, int) - Static method in class org.arakhne.afc.math.MathUtil
Compute the zone where the point is against the given rectangular prism according to the Cohen-Sutherland algorithm.
getCollection(File, int) - Static method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Get an attribute container that corresponds to the specified file.
getCollection(String, int) - Static method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Get an attribute container that corresponds to the specified file
getCollection(URI, int) - Static method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Get an attribute container that corresponds to the specified file.
getCollection(URL, int) - Static method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Get an attribute container that corresponds to the specified file.
getColor() - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
 
getColor() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
 
getColor() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
 
getColor() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Replies the color of this element or the color of the container.
getColor() - Method in class org.arakhne.afc.gis.mapelement.MapElement
 
getColor() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
 
getColor() - Method in interface org.arakhne.afc.gis.primitive.GISContainer
Replies the color of this container that could be used as default color by the inside elements.
getColor() - Method in interface org.arakhne.afc.gis.primitive.GISEditable
Replies the color of this element or the color of the container.
getColor(int) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Replies the color of this element or the color of the container.
getColorDefinitions() - Static method in class org.arakhne.afc.vmutil.ColorNames
Replies the definitions of the known colors.
getColorFromName(String) - Static method in class org.arakhne.afc.vmutil.ColorNames
Replies the color value for the given color name.
getColorFromName(String, int) - Static method in class org.arakhne.afc.vmutil.ColorNames
Replies the color value for the given color name.
getColorNameFromValue(int) - Static method in class org.arakhne.afc.vmutil.ColorNames
Replies the color name for the given color value.
getColorNames() - Static method in class org.arakhne.afc.vmutil.ColorNames
Replies the names of the known colors.
getColumn(int, double[]) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Copies the matrix values in the specified column into the array parameter.
getColumn(int, double[]) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Copies the matrix values in the specified column into the array parameter.
getColumn(int, double[]) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Copies the matrix values in the specified column into the array parameter.
getColumn(int, Tuple2D<?>) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Copies the matrix values in the specified column into the vector parameter.
getColumn(int, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Copies the matrix values in the specified column into the vector parameter.
getColumnCount() - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
Replies the number of columns in the grid.
getColumnCount() - Method in class org.arakhne.afc.gis.grid.Grid
Replies the number of columns in the grid.
getColumnCount() - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
Replies the number of columns in the grid.
getColumnFor(double) - Method in class org.arakhne.afc.gis.grid.Grid
Replies the column index for the specified position.
getColumnIndex() - Method in class org.arakhne.afc.io.dbase.DBaseFileField
Replies the index of this column.
getColumnIndex() - Method in exception org.arakhne.afc.io.dbase.InvalidRawDataFormatException
Replies the column index on which the error occurs.
getCommandLineOption(String) - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Replies one command option.
getCommandLineOptions() - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Replies the command line options.
getCommandLineParameters() - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Replies the command line parameters.
getComment() - Method in class org.arakhne.afc.progress.DefaultProgression
 
getComment() - Method in interface org.arakhne.afc.progress.Progression
Replies the comment associated to the currect task.
getComment() - Method in class org.arakhne.afc.progress.ProgressionEvent
Returns the model's current comment.
getCommonType(Class<?>, Class<?>) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the top-most type which is common to both given types.
getCommonType(Object, Object) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the top-most type which is common to both given objects.
getComputedSize() - Method in exception org.arakhne.afc.io.dbase.InvalidRecordSizeException
Replies the computed size of the header.
getConfiguration(ConfigurationFactory) - Static method in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Replies the configuration factory for the logging.
getConnectableSegmentToFirstPoint(RoadPath) - Method in class org.arakhne.afc.gis.road.path.RoadPath
Replies if the road segment of path (the first or the last in this order) that could be connected to the first point of the current path.
getConnectableSegmentToLastPoint(RoadPath) - Method in class org.arakhne.afc.gis.road.path.RoadPath
Replies if the road segment of path (the first or the last in this order) that could be connected to the last point of the current path.
getConnectedSegment(int) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
getConnectedSegment(int) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
getConnectedSegment(int) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies the connected segment at the specified index.
getConnectedSegment(int) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
getConnectedSegment(int) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
getConnectedSegment(int) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
getConnectedSegment(int) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
getConnectedSegmentCount() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
getConnectedSegmentCount() - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
getConnectedSegmentCount() - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
 
getConnectedSegmentCount() - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
getConnectedSegmentCount() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
getConnectedSegmentCount() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
getConnectedSegmentCount() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
getConnectedSegmentCount() - Method in interface org.arakhne.afc.math.graph.GraphPoint
Replies the count of segments connected to this point.
getConnectedSegmentCount() - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
 
getConnectedSegments() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
getConnectedSegments() - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
getConnectedSegments() - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
 
getConnectedSegments() - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
getConnectedSegments() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
getConnectedSegments() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
getConnectedSegments() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
getConnectedSegments() - Method in interface org.arakhne.afc.math.graph.GraphPoint
Replies the list of segments connected to this point.
getConnectedSegments() - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
 
getConnectedSegmentsStartingFrom(RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
getConnectedSegmentsStartingFrom(RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
getConnectedSegmentsStartingFrom(RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
 
getConnectedSegmentsStartingFrom(RoadSegment) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
getConnectedSegmentsStartingFrom(RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
getConnectedSegmentsStartingFrom(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
getConnectedSegmentsStartingFrom(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
getConnectedSegmentsStartingFrom(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
 
getConnectedSegmentsStartingFrom(ST) - Method in interface org.arakhne.afc.math.graph.GraphPoint
Replies the list of segments connected to this point.
getConnectedSegmentsStartingFromInReverseOrder(RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
getConnectedSegmentsStartingFromInReverseOrder(RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
getConnectedSegmentsStartingFromInReverseOrder(RoadSegment) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
getConnectedSegmentsStartingFromInReverseOrder(RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
getConnectedSegmentsStartingFromInReverseOrder(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
getConnectedSegmentsStartingFromInReverseOrder(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
getConnectedSegmentsStartingFromInReverseOrder(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
 
getConnectedSegmentsStartingFromInReverseOrder(ST) - Method in interface org.arakhne.afc.math.graph.GraphPoint
Replies the list of segments connected to this point in reverse order.
getConnectionInfo(int) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
Replies all the information about a connection to a segment.
getConnections() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
getConnections() - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
getConnections() - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
getConnections() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
getConnections() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
getConnections() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
getConnections() - Method in interface org.arakhne.afc.math.graph.GraphPoint
Replies the list of segment connections for this point.
getConnections() - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
 
getConnections(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Return the the road connections inside the given bounds.
getConnections(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
getConnections(Rectangle2d) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Return the the road connections inside the given bounds.
getConnections(Rectangle2d) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
getConnectionsStartingFrom(RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
getConnectionsStartingFrom(RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
getConnectionsStartingFrom(RoadSegment) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
getConnectionsStartingFrom(RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
getConnectionsStartingFrom(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
getConnectionsStartingFrom(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
getConnectionsStartingFrom(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
 
getConnectionsStartingFrom(ST) - Method in interface org.arakhne.afc.math.graph.GraphPoint
Replies the list of segment connections for this point.
getConnectionsStartingFromInReverseOrder(RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
getConnectionsStartingFromInReverseOrder(RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
getConnectionsStartingFromInReverseOrder(RoadSegment) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
getConnectionsStartingFromInReverseOrder(RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
getConnectionsStartingFromInReverseOrder(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
getConnectionsStartingFromInReverseOrder(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
getConnectionsStartingFromInReverseOrder(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
 
getConnectionsStartingFromInReverseOrder(ST) - Method in interface org.arakhne.afc.math.graph.GraphPoint
Replies the list of segment connections for this point in reverse order.
getContainer() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
Replies the object which contains this MapElement.
getContainer() - Method in interface org.arakhne.afc.gis.primitive.GISContentElement
Replies the object which contains this MapElement.
getContainer(URL, int) - Static method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Get an attribute container that corresponds to the specified file.
getContentType(File) - Method in class org.arakhne.afc.inputoutput.filetype.FileType.ContentFileTypeMap
 
getContentType(File) - Static method in class org.arakhne.afc.inputoutput.filetype.FileType
Replies the MIME type of the given file.
getContentType(String) - Method in class org.arakhne.afc.inputoutput.filetype.FileType.ContentFileTypeMap
 
getContentType(String) - Static method in class org.arakhne.afc.inputoutput.filetype.FileType
Replies the MIME type of the given file.
getContentType(URL) - Method in class org.arakhne.afc.inputoutput.filetype.FileType.ContentFileTypeMap
Replies the mime type of the specified url.
getContentType(URL) - Static method in class org.arakhne.afc.inputoutput.filetype.FileType
Replies the MIME type of the given file.
getContext() - Static method in class org.arakhne.afc.vmutil.Android
Replies the current Context for the android task.
getContextClass() - Static method in class org.arakhne.afc.vmutil.Android
Replies the class Context from Android.
getContextClassLoader() - Static method in class org.arakhne.afc.vmutil.Android
Replies the class loader of the current Android context.
getContextResolver() - Static method in class org.arakhne.afc.vmutil.Android
Replies the current ContextResolver for the android task.
getContextResolverClass() - Static method in class org.arakhne.afc.vmutil.Android
Replies the class ContextResolver from Android.
getCoordAt(int) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Replies the coordinate at the given index.
getCoordAt(int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Replies the coordinate at the given index.
getCoordAt(int) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
getCoordAt(int) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
getCoordAt(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
getCoordAt(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
getCoordAt(int) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Replies the coordinate at the given index.
getCoordAt(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Replies the coordinate at the given index.
getCoordAt(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
getCoordAt(int) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
getCoordAt(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
getCoordAt(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
getCorner() - Method in class org.arakhne.afc.nodefx.ZoomablePane
Replies the corner pane.
getCost() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualCandidate
 
getCost() - Method in class org.arakhne.afc.math.graph.astar.AStar.Candidate
 
getCost() - Method in interface org.arakhne.afc.math.graph.astar.AStarNode
Replies the cost to reach the node.
getCostComputer() - Method in class org.arakhne.afc.math.graph.astar.AStar
Replies the tool that permits to compute the costs of the nodes and edges.
getCritera() - Method in interface org.arakhne.afc.text.TextUtil.CutStringCritera
Replies the critera.
getCssMetaData() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
getCtrlX1() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
Replies the x coordinate of the first control point.
getCtrlX1() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
Replies the x coordinate of the first control point.
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.CurvePathElement2d
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.QuadPathElement2d
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.CurvePathElement2i
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.QuadPathElement2i
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
getCtrlX1() - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathElement3afp
Replies the x coordinate of the first control point.
getCtrlX1() - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathElement3ai
Replies the x coordinate of the first control point.
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
getCtrlX1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
getCtrlX2() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
Replies the x coordinate of the second control point.
getCtrlX2() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
Replies the x coordinate of the second control point.
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.CurvePathElement2d
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.CurvePathElement2i
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
getCtrlX2() - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathElement3afp
Replies the x coordinate of the second control point.
getCtrlX2() - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathElement3ai
Replies the x coordinate of the second control point.
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
getCtrlX2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
getCtrlY1() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
Replies the y coordinate of the first control point.
getCtrlY1() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
Replies the y coordinate of the first control point.
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.CurvePathElement2d
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.QuadPathElement2d
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.CurvePathElement2i
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.QuadPathElement2i
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
getCtrlY1() - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathElement3afp
Replies the y coordinate of the first control point.
getCtrlY1() - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathElement3ai
Replies the y coordinate of the first control point.
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
getCtrlY1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
getCtrlY2() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
Replies the y coordinate of the second control point.
getCtrlY2() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
Replies the y coordinate of the second control point.
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.CurvePathElement2d
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.CurvePathElement2i
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
getCtrlY2() - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathElement3afp
Replies the y coordinate of the second control point.
getCtrlY2() - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathElement3ai
Replies the y coordinate of the second control point.
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
getCtrlY2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
getCtrlZ1() - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathElement3afp
Replies the z coordinate of the first control point.
getCtrlZ1() - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathElement3ai
Replies the z coordinate of the first control point.
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
getCtrlZ1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
getCtrlZ2() - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathElement3afp
Replies the z coordinate of the second control point.
getCtrlZ2() - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathElement3ai
Replies the z coordinate of the second control point.
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
getCtrlZ2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
getCurrent() - Static method in enum org.arakhne.afc.gis.road.primitive.LegalTrafficSide
Replies the legal traffic side according to your current locale.
getCurrentDirectoryFile() - Method in interface org.arakhne.afc.inputoutput.path.PathBuilder
Replies the default/current directory used to make absolute the reltive paths.
getCurrentDirectoryFile() - Method in class org.arakhne.afc.inputoutput.path.SimplePathBuilder
 
getCurrentDirectoryString() - Method in interface org.arakhne.afc.inputoutput.path.PathBuilder
Replies the default/current directory used to make absolute the reltive paths.
getCurrentDirectoryURL() - Method in interface org.arakhne.afc.inputoutput.path.PathBuilder
Replies the default/current directory used to make absolute the reltive paths.
getCurrentDirectoryURL() - Method in class org.arakhne.afc.inputoutput.path.SimplePathBuilder
 
getCurrentOS() - Static method in enum org.arakhne.afc.vmutil.OperatingSystem
Replies the current operating system.
getCurrentOSName() - Static method in enum org.arakhne.afc.vmutil.OperatingSystem
Replies the name of the current OS.
getCurrentOSVersion() - Static method in enum org.arakhne.afc.vmutil.OperatingSystem
Replies the version of the current OS.
getCurrentPoint() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getCurrentPoint() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
getCurrentPoint() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
getCurrentPoint() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
getCurrentPoint() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the last point in the path.
getCurrentPoint() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
getCurrentPoint() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
getCurrentPoint() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
getCurrentPoint() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
getCurrentPoint() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
getCurrentPoint() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the last point in the path.
getCurrentValueAt(int) - Method in class org.arakhne.afc.math.tree.TreeDataEvent
Replies the value associated to a node.
getCurrentValueCount() - Method in class org.arakhne.afc.math.tree.TreeDataEvent
Replies the count of all associated values.
getCurrentValues() - Method in class org.arakhne.afc.math.tree.TreeDataEvent
Replies the list of current data.
getCurrentX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Replies the x coordinate of the last point in the path.
getCurrentX() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Replies the x coordinate of the last point in the path.
getCurrentX() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
getCurrentX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
getCurrentX() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
getCurrentX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
getCurrentX() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Replies the x coordinate of the last point in the path.
getCurrentX() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Replies the x coordinate of the last point in the path.
getCurrentX() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
getCurrentX() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
getCurrentX() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
getCurrentX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
getCurrentY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Replies the y coordinate of the last point in the path.
getCurrentY() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Replies the x coordinate of the last point in the path.
getCurrentY() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
getCurrentY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
getCurrentY() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
getCurrentY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
getCurrentY() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Replies the y coordinate of the last point in the path.
getCurrentY() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Replies the x coordinate of the last point in the path.
getCurrentY() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
getCurrentY() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
getCurrentY() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
getCurrentY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
getCurrentZ() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Replies the z coordinate of the last point in the path.
getCurrentZ() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Replies the z coordinate of the last point in the path.
getCurrentZ() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
getCurrentZ() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
getCurrentZ() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
getCurrentZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
getCurvilineCoordinate() - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Replies the curviline coordinate.
getCurvilineTransformation() - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Replies the curviline transformation.
getCutIndexFor(String) - Method in interface org.arakhne.afc.text.TextUtil.CutStringCritera
Replies the character index at which the given string may be cut to fit the critera.
getD() - Method in class org.arakhne.afc.util.Quadruplet
Replies the fourth value of the pair.
getDate() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getDate() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getDBFFieldCount() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Replies the count of columns.
getDBFFieldIndex(String) - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Replies the column index of the specified column name.
getDBFFieldName(int) - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Replies the name of the i-th field.
getDBFFields() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Read the field definitions.
getDBFFieldType(int) - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Replies the type of the i-th field.
getDBFHeaderSize() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Replies the size of the header in bytes.
getDBFLanguage() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Replies the language used in the dBASE file.
getDBFLastUpdateDate() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Replies the date of the last update of the DBF file.
getDBFRecordCount() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Replies the count of records.
getDBFRecordSize() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Replies the size of a record in bytes.
getDBFVersion() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Replies the version of the DBF file.
getDecimalPointPosition() - Method in enum org.arakhne.afc.io.dbase.DBaseFieldType
Replies the position of the decimal point of a field that corresponds to this type.
getDecimalPointPosition() - Method in class org.arakhne.afc.io.dbase.DBaseFileField
Replies the position of the decimal point for this field.
getDecimalPointPosition(String) - Method in enum org.arakhne.afc.io.dbase.DBaseFieldType
Replies the position of the decimal point of a field that corresponds to this type.
getDeepNodeCount() - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
getDeepNodeCount() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getDeepNodeCount() - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the count of nodes inside the tree for which the root is this node.
getDeepUserDataCount() - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
getDeepUserDataCount() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getDeepUserDataCount() - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the count of user data inside the tree for which the root is this node.
getDefault() - Static method in enum org.arakhne.afc.gis.coordinate.MapMetricProjection
Replies the default map metric projection.
getDefaultCoordinateSystem() - Static method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Replies the default coordinate system.
getDefaultCoordinateSystem() - Static method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem3D
Replies the preferred coordinate system.
getDefaultMapElementNodeName(Class<? extends MapElement>) - Static method in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
Replies the default name of the XML node for the given type of map element.
getDefaultOnDragDetectedEventHandler() - Method in class org.arakhne.afc.nodefx.ZoomablePane
Replies the default event handler that may be used for starting the panning action on the panel.
getDefaultOnMouseDraggedEventHandler() - Method in class org.arakhne.afc.nodefx.ZoomablePane
Replies the default event handler that may be used for starting the panning action on the panel.
getDefaultValue() - Method in enum org.arakhne.afc.attrs.attr.AttributeType
Replies the default value for the specified type.
getDelta() - Method in class org.arakhne.afc.math.tree.TreeDataEvent
Replies the amount of data that cause this event.
getDepth() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Replies the depth.
getDepth() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getDepth() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Replies the depth.
getDepth() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
getDepth() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
getDepth() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
getDepth() - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
 
getDepth() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getDepth() - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the depth level of this node.
getDescription() - Method in class org.arakhne.afc.inputoutput.filefilter.AbstractFileFilter
 
getDescription() - Method in interface org.arakhne.afc.inputoutput.filefilter.FileFilter
Replies the description associated to this file filter.
getDescription() - Method in class org.arakhne.afc.inputoutput.filefilter.MultiFileFilter
 
getDiameter() - Method in class org.arakhne.afc.gis.mapelement.MapCircle
Replies the diameter.
getDimensions() - Method in interface org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem
Replies the count of dimension in this space referential.
getDimensions() - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
 
getDimensions() - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem3D
Replies the count of dimension in this space referential.
getDirectionSymbolInPreferredStringRepresentation() - Static method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies if the direction symbol should be output in the preferred string representation of a geodesic position.
getDistance(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Computes the distance between this point and point p1.
getDistance(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies the minimal distance from this shape to the given point.
getDistance(Shape1D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies the minimal distance from this shape to the given shape.
getDistance(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapCircle
Replies the distance between this MapCircle and point.
getDistance(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapElement
Replies the distance between this MapElement and point.
getDistance(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapMultiPoint
Replies the distance between this MapElement and point.
getDistance(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapPolygon
Replies the distance between this MapElement and point.
getDistance(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies the distance between this MapElement and point.
getDistance(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapPonctualElement
 
getDistance(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getDistance(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
getDistance(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
getDistance(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Computes the distance between this point and point p1.
getDistance(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies the minimal distance from this shape to the given point.
getDistance(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies the minimal distance from this shape to the given shape.
getDistance(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getDistance(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
getDistance(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
getDistance(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Computes the distance between this point and point p1.
getDistance(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies the minimal distance from this shape to the given point.
getDistance(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies the minimal distance from this shape to the given shape.
getDistanceBetweenBusHalts(int, int) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the distance between two bus halt.
getDistanceCurviline(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Computes the curviline distance between this point and point p1.
getDistanceEpsilon() - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
Replies the precision used to test a distance value (in meters).
getDistanceFromStart(double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getDistanceFromStart(double) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the distance from the starting point.
getDistanceFromStart(double) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getDistanceFromStart(double) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getDistanceL1(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Rectangle1afp
 
getDistanceL1(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Computes the L-1 (Manhattan) distance between this point and point p1.
getDistanceL1(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Computes the L-1 (Manhattan) distance between this shape and point p1.
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
getDistanceL1(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
getDistanceL1(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Computes the L-1 (Manhattan) distance between this point and point p1.
getDistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Computes the L-1 (Manhattan) distance between this shape and point p1.
getDistanceL1(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
getDistanceL1(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
getDistanceL1(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
getDistanceL1(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getDistanceL1(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
getDistanceL1(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
getDistanceL1(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
getDistanceL1(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
getDistanceL1(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
getDistanceL1(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
getDistanceL1(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
getDistanceL1(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Computes the L-1 (Manhattan) distance between this point and point p1.
getDistanceL1(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Computes the L-1 (Manhattan) distance between this shape and point p1.
getDistanceL1PointPoint(double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Point2D
Compute the L-1 (Manhattan) distance between 2 points.
getDistanceL1PointPoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.Point3D
Compute the L-1 (Manhattan) distance between 2 points.
getDistanceLinf(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Rectangle1afp
 
getDistanceLinf(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Computes the L-infinite distance between this point and point p1.
getDistanceLinf(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Computes the L-infinite distance between this shape and point p1.
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
getDistanceLinf(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
getDistanceLinf(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Computes the L-infinite distance between this point and point p1.
getDistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Computes the L-infinite distance between this shape and point p1.
getDistanceLinf(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
getDistanceLinf(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
getDistanceLinf(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
getDistanceLinf(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getDistanceLinf(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
getDistanceLinf(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
getDistanceLinf(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
getDistanceLinf(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
getDistanceLinf(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
getDistanceLinf(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
getDistanceLinf(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
getDistanceLinf(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Computes the L-infinite distance between this point and point p1.
getDistanceLinf(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Computes the L-infinite distance between this shape and point p1.
getDistanceLinfPointPoint(double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Point2D
Compute the L-infinite distance between 2 points.
getDistanceLinfPointPoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.Point3D
Compute the L-infinite distance between 2 points.
getDistancePointPoint(double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Point2D
Compute the distance between 2 points.
getDistancePointPoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.Point3D
Compute the distance between 2 points.
getDistanceShift(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Computes the jutting distance between this point and point p1.
getDistanceSquared(Rectangle1afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Shape1afp
Replies the minimum distance between this shape and the given rectangle.
getDistanceSquared(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Rectangle1afp
 
getDistanceSquared(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Computes the square of the distance between this point and point p1.
getDistanceSquared(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies the squared value of the minimal distance from this shape to the given point.
getDistanceSquared(Shape1D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Shape1afp
 
getDistanceSquared(Shape1D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies the squared value of the minimal distance from this shape to the given shape.
getDistanceSquared(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the minimum distance between this shape and the given circle.
getDistanceSquared(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the minimum distance between this shape and the given ellipse.
getDistanceSquared(MultiShape2afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the minimum distance between this shape and the given multishape.
getDistanceSquared(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the minimum distance between this shape and the given oriented rectangle.
getDistanceSquared(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the minimum distance between this shape and the given parallelogram.
getDistanceSquared(Path2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the minimum distance between this shape and the given path.
getDistanceSquared(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getDistanceSquared(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the minimum distance between this shape and the given rectangle.
getDistanceSquared(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the minimum distance between this shape and the given round rectangle.
getDistanceSquared(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getDistanceSquared(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the minimum distance between this shape and the given segment.
getDistanceSquared(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies the minimum distance between this shape and the given triangle.
getDistanceSquared(Circle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies the minimum distance between this shape and the given circle.
getDistanceSquared(MultiShape2ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies the minimum distance between this shape and the given multishape.
getDistanceSquared(Path2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies the minimum distance between this shape and the given path.
getDistanceSquared(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
getDistanceSquared(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies the minimum distance between this shape and the given rectangle.
getDistanceSquared(Segment2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
getDistanceSquared(Segment2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies the minimum distance between this shape and the given segment.
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
getDistanceSquared(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
getDistanceSquared(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Computes the square of the distance between this point and point p1.
getDistanceSquared(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies the squared value of the minimal distance from this shape to the given point.
getDistanceSquared(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
 
getDistanceSquared(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
 
getDistanceSquared(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies the squared value of the minimal distance from this shape to the given shape.
getDistanceSquared(MultiShape3afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies the minimum distance between this shape and the given multishape.
getDistanceSquared(Path3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies the minimum distance between this shape and the given path.
getDistanceSquared(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies the minimum distance between this shape and the given rectangular prism.
getDistanceSquared(Segment3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies the minimum distance between this shape and the given segment.
getDistanceSquared(Sphere3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies the minimum distance between this shape and the given sphere.
getDistanceSquared(MultiShape3ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies the minimum distance between this shape and the given multishape.
getDistanceSquared(Path3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies the minimum distance between this shape and the given path.
getDistanceSquared(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies the minimum distance between this shape and the given rectangular prism.
getDistanceSquared(Segment3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies the minimum distance between this shape and the given segment.
getDistanceSquared(Sphere3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies the minimum distance between this shape and the given sphere.
getDistanceSquared(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
getDistanceSquared(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
getDistanceSquared(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
getDistanceSquared(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getDistanceSquared(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
getDistanceSquared(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
getDistanceSquared(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
getDistanceSquared(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
getDistanceSquared(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
getDistanceSquared(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
getDistanceSquared(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
getDistanceSquared(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Computes the square of the distance between this point and point p1.
getDistanceSquared(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies the squared value of the minimal distance from this shape to the given point.
getDistanceSquared(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
 
getDistanceSquared(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
 
getDistanceSquared(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies the squared value of the minimal distance from this shape to the given shape.
getDistanceSquaredPointPoint(double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Point2D
Compute the squared distance between 2 points.
getDistanceSquaredPointPoint(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.Point3D
Compute the squared distance between 2 points.
getDistanceToConsume() - Method in class org.arakhne.afc.math.graph.GraphIterationElement
Replies the distance that is not yet consumed.
getDistanceToEnd(double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getDistanceToEnd(double) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the distance to the ending point.
getDistanceToEnd(double) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getDistanceToEnd(double) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getDistanceToReachSegment() - Method in class org.arakhne.afc.math.graph.GraphIterationElement
Replies the distance needed to reach the segment.
getDocument() - Method in interface org.arakhne.afc.inputoutput.xml.XMLBuilder
Replies the document associated to this builder.
getDocumentBounds() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
getDocumentBounds() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Replies the document bounds in document coordinates.
getDocumentBounds() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
getDocumentBounds() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the bounds of the document.
getDocumentCanvas() - Method in class org.arakhne.afc.nodefx.ZoomablePane
Replies the document canvas within this pane.
getDocumentDrawer() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
getDocumentDrawer() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
getDocumentDrawer() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the drawer of the document.
getDocumentFor(Node) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the XML Document that is containing the given node.
getDocumentGraphicsContext2D() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
Replies the document graphics context.
getDocumentModel() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
getDocumentModel() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
getDocumentModel() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the model of the document.
getDrawableElementBudget() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
getDrawableElementBudget() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
getDrawableElementBudget() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the maximal number of drawable elements to be render.
getDrawer() - Method in class org.arakhne.afc.gis.ui.drawers.GisElementContainerDrawer
 
getDrawer() - Method in class org.arakhne.afc.gis.ui.drawers.GisLayerContainerDrawer
 
getDrawer() - Method in interface org.arakhne.afc.nodefx.DrawerReference
Replies the preferred drawer for this drawable object.
getDrawerFor(Class<? extends T>) - Static method in class org.arakhne.afc.nodefx.Drawers
Replies the first registered document drawer that is supporting the given type.
getDrawerFor(T) - Static method in class org.arakhne.afc.nodefx.Drawers
Replies the first registered document drawer that is supporting the given instance.
getDrawerProvidingService() - Static method in class org.arakhne.afc.nodefx.Drawers
Replies the service that provides the drawers.
getDrawingColor(int, boolean) - Method in class org.arakhne.afc.gis.ui.drawers.AbstractGISEditableDrawer
Adapt the given color in order to be used for displaying.
getDrawingColor(T) - Method in class org.arakhne.afc.gis.ui.drawers.AbstractGISEditableDrawer
Replies the color that should be used for drawing the given element.
getEffect(Effect) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets a copy of the effect to be applied after the next draw call.
getElement() - Method in exception org.arakhne.afc.util.UnsupportedNaturalOrderException
Replies the element which does not provide a natural order.
getElement(int, int) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Retrieves the value at the specified row and column of the specified matrix.
getElement(int, int) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Retrieves the value at the specified row and column of the specified matrix.
getElement(int, int) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Retrieves the value at the specified row and column of the specified matrix.
getElementAt(int) - Method in class org.arakhne.afc.gis.grid.Grid
Replies the element at the specified index.
getElementAt(int) - Method in class org.arakhne.afc.gis.grid.GridCell
Replies the reference element at the specified index in this cell.
getElementAttributeSourceURL() - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
Replies the URL from which the attributes of the elements in this container were read.
getElementAttributeSourceURL() - Method in class org.arakhne.afc.gis.maplayer.MapElementLayer
 
getElementCount() - Method in class org.arakhne.afc.gis.grid.Grid
Replies the number of elements in the grid.
getElementFromPath(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the node that corresponds to the specified path.
getElementFromPath(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the node that corresponds to the specified path.
getElementGeometrySourceProjection() - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
Replies the map projection of the data inside the file for which the URL is replied by GISElementContainer.getElementGeometrySourceURL().
getElementGeometrySourceProjection() - Method in class org.arakhne.afc.gis.maplayer.MapElementLayer
 
getElementGeometrySourceURL() - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
Replies the URL from which the geometry of the elements in this container were read.
getElementGeometrySourceURL() - Method in class org.arakhne.afc.gis.maplayer.MapElementLayer
 
getElementMatching(Node, XMLConstraint, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the node that corresponds to the specified path.
getElementMatching(Node, XMLConstraint, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the node that corresponds to the specified path.
getElementsFromPath(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the node that corresponds to the specified path.
getElementsFromPath(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the node that corresponds to the specified path.
getElementType() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
getElementType() - Method in class org.arakhne.afc.gis.bus.network.BusLine
 
getElementType() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
 
getElementType() - Method in interface org.arakhne.afc.gis.GISSet
Replies the class of the components in this list.
getElementType() - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
getElementType() - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
 
getElementType() - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
 
getElementType() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
getElementType() - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
 
getElementType() - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
getElementType() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
getElementType() - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Replies the class of the components in this list.
getElementType() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Replies the type of the elements which will be written into the output stream.
getElementType() - Method in class org.arakhne.afc.util.InformedArrayList
 
getElementType() - Method in interface org.arakhne.afc.util.InformedIterable
Replies the class of the elements in this iterable object.
getElementUnderMouse(GisPane<?>, double, double) - Method in class org.arakhne.afc.gis.road.ui.SimpleViewer
Replies the element at the given mouse position.
getEmbeddedData() - Method in class org.arakhne.afc.inputoutput.xml.XMLResources.Entry
Replies the embedded data in this entry.
getEncoding() - Method in class org.arakhne.afc.bootique.log4j.configs.ConsoleAppenderConfig
Replies the console encoding.
getEncoding() - Method in class org.arakhne.afc.bootique.log4j.configs.FileAppenderConfig
Replies the console encoding.
getEndPoint() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getEndPoint() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
 
getEndPoint() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getEndPoint() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getEndPoint() - Method in interface org.arakhne.afc.math.graph.GraphSegment
Replies the ending point of this segment.
getEndPoint() - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
 
getEndPoint(Class<CT>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
Replies the last connection point of this segment.
getEntireRecordLength() - Method in class org.arakhne.afc.io.shape.ShapeFileIndexRecord
Replies the length of the record (in bytes) including the record's header.
getEnumeration() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getEnumeration() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getEnumeration(Class<T>) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getEnumeration(Class<T>) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getEstimatedCost() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualCandidate
 
getEstimatedCost() - Method in class org.arakhne.afc.math.graph.astar.AStar.Candidate
 
getEstimatedCost() - Method in interface org.arakhne.afc.math.graph.astar.AStarNode
Replies the cost from the node to the target point.
getEulerAngles() - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Replies the Euler's angles that corresponds to the quaternion.
getEulerAngles(CoordinateSystem3D) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Replies the Euler's angles that corresponds to the quaternion.
getEvaluationHeuristic() - Method in class org.arakhne.afc.math.graph.astar.AStar
Replies the evaluation heuristic used by the A* algorithm.
getEvent() - Method in class org.arakhne.afc.gis.maplayer.MapLayerAttributeChangeEvent
Replies the original event that describes the attribute change.
getEventType() - Method in class org.arakhne.afc.gis.bus.network.BusChangeEvent
Replies the type of the event.
getExecutableFilename(String) - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Replies a binary executable filename depending of the current platform.
getExecutorService() - Method in class org.arakhne.afc.vmutil.ThreadServiceFinder.DefaultProvider
 
getExecutorService() - Method in interface org.arakhne.afc.vmutil.ThreadServiceProvider
Replies the thread executor for this provider.
getExtensions() - Method in class org.arakhne.afc.inputoutput.filefilter.AbstractFileFilter
 
getExtensions() - Method in interface org.arakhne.afc.inputoutput.filefilter.FileFilter
Replies the extensions supported by this file filter.
getExtensions() - Method in class org.arakhne.afc.inputoutput.filefilter.MultiFileFilter
 
getExternalizableResourceLocation() - Method in interface org.arakhne.afc.vmutil.ExternalizableResource
Replies the URL where the resource data could be find.
getExternalizableResourceType() - Method in interface org.arakhne.afc.vmutil.ExternalizableResource
Replies the MIME type of the external resource.
getFarthestPointTo(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Rectangle1afp
 
getFarthestPointTo(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies the point on the shape that is farthest the given point.
getFarthestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getFarthestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
getFarthestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
getFarthestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
getFarthestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getFarthestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getFarthestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
getFarthestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getFarthestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
getFarthestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
getFarthestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
getFarthestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
getFarthestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
getFarthestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
getFarthestPointTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies the point on the shape that is farthest the given point.
getFarthestPointTo(PathIterator3afp<? extends PathElement3afp>, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Replies the point on the path that is farthest to the given point.
getFarthestPointTo(PathIterator3ai<? extends PathElement3ai>, int, int, int, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Replies the point on the path that is farthest to the given point.
getFarthestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
getFarthestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
getFarthestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
getFarthestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getFarthestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
getFarthestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
getFarthestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
getFarthestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
getFarthestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
getFarthestPointTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies the point on the shape that is farthest the given point.
getFieldSize() - Method in enum org.arakhne.afc.io.dbase.DBaseFieldType
Replies the size in bytes of a field that corresponds to this type.
getFieldSize(String) - Method in enum org.arakhne.afc.io.dbase.DBaseFieldType
Replies the size in bytes of a field that corresponds to this type.
getFieldValue(int) - Method in class org.arakhne.afc.io.dbase.DBaseFileRecord
Replies the value of the specified column.
getFile() - Method in class org.arakhne.afc.bootique.log4j.configs.FileAppenderConfig
Replies the target file.
getFile() - Method in class org.arakhne.afc.inputoutput.xml.XMLResources.Entry
Replies the File in this entry.
getFileBounds() - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
 
getFileBounds() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Invoked to retrieve the bounds of the world.
getFileBounds() - Method in interface org.arakhne.afc.io.shape.ElementExporter
Invoked to retrieve the bounds of the world.
getFileBounds() - Method in class org.arakhne.afc.io.shape.ShapeFileIndexWriter
 
getFileBounds() - Method in class org.arakhne.afc.io.shape.ShapeFileWriter
 
getFileExtensionCharacter() - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the character used to separate the basename and the file extension.
getFileReadingPosition() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Replies the count of bytes read from the shape file.
getFileSize() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Replies the total size of the Shape file.
getFill() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the current fill paint attribute.
getFillRule() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Get the filling rule attribute for determining the interior of paths in fill and clip operations.
getFirst() - Method in class org.arakhne.afc.util.IntegerList.IntegerSegment
Replies the first value in the segment.
getFirstAxis() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies the first axis of the oriented rectangle.
getFirstAxis() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getFirstAxis() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
getFirstAxis() - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
getFirstAxis() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
getFirstAxis() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
getFirstAxisExtent() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies the demi-size of the rectangle along its first axis.
getFirstAxisExtent() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getFirstAxisExtent() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
getFirstAxisExtent() - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
getFirstAxisExtent() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
getFirstAxisExtent() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
getFirstAxisX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies coordinate x of the first axis of the oriented rectangle.
getFirstAxisX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getFirstAxisX() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
getFirstAxisX() - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
getFirstAxisX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
getFirstAxisX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
getFirstAxisY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies coordinate y of the first axis of the oriented rectangle.
getFirstAxisY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getFirstAxisY() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
getFirstAxisY() - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
getFirstAxisY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
getFirstAxisY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
getFirstChild() - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
Get the first child of this node.
getFirstCrossRoad() - Method in class org.arakhne.afc.gis.road.path.RoadPath
Replies the first cross-road point in the path.
getFirstFreeBushaltName(BusItinerary) - Static method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies a bus halt name that was not exist in the specified bus itinerary.
getFirstFreeBusHubName(BusNetwork) - Static method in class org.arakhne.afc.gis.bus.network.BusHub
Replies a bus hub name that was not exist in the specified bus network.
getFirstFreeBusItineraryName(BusLine) - Static method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies a bus itinerary name that was not exist in the specified bus line.
getFirstFreeBusLineName(BusNetwork) - Static method in class org.arakhne.afc.gis.bus.network.BusLine
Replies a bus line name that was not exist in the specified network.
getFirstFreeBusStopName(BusNetwork) - Static method in class org.arakhne.afc.gis.bus.network.BusStop
Replies a bus stop name that was not exist in the specified bus network.
getFirstJunctionPoint() - Method in class org.arakhne.afc.gis.road.path.RoadPath
Replies the first cul-de-sac or cross-road point in the path.
getFirstOptionValue(String) - Method in class org.arakhne.afc.vmutil.VMCommandLine
Replies the first value of the option.
getFirstPoint() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getFirstPoint() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
 
getFirstPoint() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getFirstPoint() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getFirstPoint() - Method in class org.arakhne.afc.math.geometry.d1.d.DefaultSegment1d
 
getFirstPoint() - Method in interface org.arakhne.afc.math.geometry.d1.Segment1D
Replies the 2D cooordinate of the first point of the segment.
getFirstPoint() - Method in class org.arakhne.afc.math.graph.GraphPath
 
getFirstPoint() - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
Replies the first point.
getFirstPointIndexInGroup(int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies the global index of the point that starts a group.
getFirstSegment() - Method in class org.arakhne.afc.math.graph.GraphPath
 
getFirstSegment() - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
Replies the first segment.
getFirstSegmentPathDirection() - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Replies the direction to follow along the first segment.
getFirstShapeContaining(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
Get the first shape in this multishape that is containing the given point.
getFirstShapeContaining(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
Get the first shape in this multishape that is containing the given point.
getFirstShapeIntersecting(ST) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
getFirstShapeIntersecting(ST) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
getFirstShapeIntersecting(ST) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
Get the first shape in this multishape that is intersecting the given shape.
getFirstShapeIntersecting(ST) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
getFirstShapeIntersecting(ST) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
getFirstShapeIntersecting(ST) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
Get the first shape in this multishape that is intersecting the given shape.
getFirstValueOnSegment(int) - Method in class org.arakhne.afc.util.IntegerList
Replies the first value of a segment.
getFlags() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
getFlags() - Method in class org.arakhne.afc.gis.mapelement.MapElement
 
getFlags() - Method in interface org.arakhne.afc.gis.primitive.FlagContainer
Replies the flags associated to this element.
getFlags() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getFlags() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getFlatteningPathIterator() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
Replies a path iterator on this shape that is replacing the curves by line approximations.
getFlatteningPathIterator() - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
Replies a path iterator on this multishape that is replacing the curves and corner arcs by line approximations.
getFlatteningPathIterator() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Replies a path iterator on this path that is replacing the curves and corner arcs by line approximations.
getFlatteningPathIterator() - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
Replies a path iterator on this round rectangle that is replacing the corner arcs by line approximations.
getFlatteningPathIterator() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Replies a path iterator on this shape that is replacing the curves by line approximations.
getFlatteningPathIterator() - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
Replies a path iterator on this shape that is replacing the curves by line approximations.
getFlatteningPathIterator() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Replies a path iterator on this shape that is replacing the curves by line approximations.
getFloatValue() - Method in class org.arakhne.afc.progress.DefaultProgression
Replies the floating-point precision value.
getFont() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the current Font.
getFontSmoothingType() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the current Font Smoothing Type.
getForest() - Method in class org.arakhne.afc.math.tree.ForestEvent
Replies the forest, source of the event.
getFormatVersion() - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumber
Replies the format version for this magic number.
getFormatVersion(File) - Method in class org.arakhne.afc.inputoutput.filetype.FileType.ContentFileTypeMap
Replies the version of the format of the given file.
getFormatVersion(File) - Static method in class org.arakhne.afc.inputoutput.filetype.FileType
Replies the version of the format of the given file.
getFormatVersion(String) - Method in class org.arakhne.afc.inputoutput.filetype.FileType.ContentFileTypeMap
Replies the version of the format of the given file.
getFormatVersion(String) - Static method in class org.arakhne.afc.inputoutput.filetype.FileType
Replies the version of the format of the given file.
getFormatVersion(URL) - Method in class org.arakhne.afc.inputoutput.filetype.FileType.ContentFileTypeMap
Replies the format version of the specified url.
getFormatVersion(URL) - Static method in class org.arakhne.afc.inputoutput.filetype.FileType
Replies the version of the format of the given file.
getFourthChild() - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
Get the fourth child of this node.
getFrom() - Method in class org.arakhne.afc.javafx.changes.ListNonIterableChange
 
getFromX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
Replies the x coordinate of the starting point.
getFromX() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
Replies the x coordinate of the starting point.
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ClosePathElement2d
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.CurvePathElement2d
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.LinePathElement2d
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.MovePathElement2d
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.QuadPathElement2d
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.LinePathElement2dfx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.MovePathElement2dfx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ClosePathElement2i
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.CurvePathElement2i
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.LinePathElement2i
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.MovePathElement2i
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.QuadPathElement2i
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.LinePathElement2ifx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.MovePathElement2ifx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
getFromX() - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathElement3afp
Replies the x coordinate of the starting point.
getFromX() - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathElement3ai
Replies the x coordinate of the starting point.
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
getFromX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
getFromY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
Replies the y coordinate of the starting point.
getFromY() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
Replies the y coordinate of the starting point.
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ClosePathElement2d
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.CurvePathElement2d
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.LinePathElement2d
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.MovePathElement2d
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.QuadPathElement2d
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.LinePathElement2dfx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.MovePathElement2dfx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ClosePathElement2i
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.CurvePathElement2i
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.LinePathElement2i
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.MovePathElement2i
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.QuadPathElement2i
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.LinePathElement2ifx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.MovePathElement2ifx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
getFromY() - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathElement3afp
Replies the y coordinate of the starting point.
getFromY() - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathElement3ai
Replies the y coordinate of the starting point.
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
getFromY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
getFromZ() - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathElement3afp
Replies the z coordinate of the starting point.
getFromZ() - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathElement3ai
Replies the z coordinate of the starting point.
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
getFromZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
getGeoId() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getGeoId() - Method in interface org.arakhne.afc.gis.primitive.GISPrimitive
Replies an unique identifier for primitive.
getGeoId() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getGeoId() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getGeoLocation() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
getGeoLocation() - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies the geo-location of this hub.
getGeoLocation() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
 
getGeoLocation() - Method in class org.arakhne.afc.gis.bus.network.BusStop
 
getGeoLocation() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
 
getGeoLocation() - Method in class org.arakhne.afc.gis.mapelement.MapPonctualElement
 
getGeoLocation() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
 
getGeoLocation() - Method in interface org.arakhne.afc.gis.primitive.GISPrimitive
Replies the geo-location.
getGeoLocation() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
getGeoLocation() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getGeoLocation() - Method in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
 
getGeoLocation() - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies the geographic coordinates of this road connection.
getGeoLocation() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
 
getGeoLocation() - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
getGeoLocation() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
getGeoLocation() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
getGeoLocation() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getGeoLocationForDistance(double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getGeoLocationForDistance(double) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the geo-location of the point described by the specified distance.
getGeoLocationForDistance(double) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getGeoLocationForDistance(double) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getGeoLocationForDistance(double, double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getGeoLocationForDistance(double, double) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the geo-location of the point described by the specified distance.
getGeoLocationForDistance(double, double) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getGeoLocationForDistance(double, double) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getGeoLocationForDistance(double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getGeoLocationForDistance(double, double, Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the geo-location of the point described by the specified distance.
getGeoLocationForDistance(double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getGeoLocationForDistance(double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getGeoLocationForDistance(double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getGeoLocationForDistance(double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the geo-location of the point described by the specified distance.
getGeoLocationForDistance(double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getGeoLocationForDistance(double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getGeoLocationForDistance(double, double, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getGeoLocationForDistance(double, double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the geo-location of the point described by the specified distance.
getGeoLocationForDistance(double, double, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getGeoLocationForDistance(double, double, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getGeoLocationForDistance(double, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getGeoLocationForDistance(double, Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the geo-location of the point described by the specified distance.
getGeoLocationForDistance(double, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getGeoLocationForDistance(double, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getGeoLocationForLocationRatio(double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getGeoLocationForLocationRatio(double) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the geo-location of the point described by the location ratio.
getGeoLocationForLocationRatio(double) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getGeoLocationForLocationRatio(double) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getGeoLocationForLocationRatio(double, double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getGeoLocationForLocationRatio(double, double) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the geo-location of the point described by the location ratio.
getGeoLocationForLocationRatio(double, double) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getGeoLocationForLocationRatio(double, double) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getGeoLocationForLocationRatio(double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getGeoLocationForLocationRatio(double, double, Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the geo-location of the point described by the location ratio.
getGeoLocationForLocationRatio(double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getGeoLocationForLocationRatio(double, double, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getGeoLocationForLocationRatio(double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getGeoLocationForLocationRatio(double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the geo-location of the point described by the location ratio.
getGeoLocationForLocationRatio(double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getGeoLocationForLocationRatio(double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getGeoLocationForLocationRatio(double, double, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getGeoLocationForLocationRatio(double, double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the geo-location of the point described by the location ratio.
getGeoLocationForLocationRatio(double, double, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getGeoLocationForLocationRatio(double, double, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getGeoLocationForLocationRatio(double, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getGeoLocationForLocationRatio(double, Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the geo-location of the point described by the location ratio.
getGeoLocationForLocationRatio(double, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getGeoLocationForLocationRatio(double, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
 
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d1.afp.Shape1afp
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractShape1d
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
Replies the geometry factory.
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Replies the geometry factory.
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d1.ImmutablePoint1D
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d1.ImmutableVector1D
 
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Replies the geometry factory associated to this point.
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies the geometry factory associated to this point.
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Replies the geometry factory associated to this point.
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.AbstractCirclePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.AbstractEllipsePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.AbstractMultiShapePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.AbstractOrientedRectanglePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.AbstractParallelogramPathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.ProjectionToParallelogramLocalCoordinateSystemPathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.AbstractPathPathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.FlatteningPathIterator
 
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathIterator2afp
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.PathIteratorWrapper
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.RectanglePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.TransformedRectanglePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.AbstractRoundRectanglePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.Segment2afp.SegmentPathIterator
 
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.AbstractTrianglePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.AbstractCirclePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.AbstractMultiShapePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.AbstractPathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.FlatteningPathIterator
 
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathIterator2ai
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.ai.PathIteratorWrapper
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.RectanglePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.TransformedRectanglePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.AbstractSegmentPathIterator
 
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractShape2d
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractShape2dfx
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Point2dfx
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.dfx.UnitVectorProperty
Replies the geometry factory associated to this property.
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractShape2i
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractShape2ifx
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Point2ifx
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.ImmutablePoint2D
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d2.ImmutableVector2D
 
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d2.PathIterator2D
Replies the factory of geometrical elements.
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Replies the geometry factory associated to this point.
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies the geometry factory associated to this point.
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies the geometry factory associated to this point.
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.AbstractMultiShapePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.AbstractPathPathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.FlatteningPathIterator
 
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathIterator3afp
Replies the factory of geometrical elements.
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.afp.PathIteratorWrapper
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.RectanglePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.TransformedRectanglePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.afp.Segment3afp.SegmentPathIterator
 
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.AbstractSpherePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.AbstractMultiShapePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.AbstractPathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.FlatteningPathIterator
 
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathIterator3ai
Replies the factory of geometrical elements.
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.ai.PathIteratorWrapper
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.RectanglePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.TransformedRectanglePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.AbstractSegmentPathIterator
 
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.AbstractCirclePathIterator
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.d.AbstractShape3d
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.dfx.AbstractShape3dfx
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Point3dfx
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.dfx.UnitVectorProperty3dfx
Replies the geometry factory associated to this property.
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractShape3i
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractShape3ifx
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Point3ifx
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D
 
getGeomFactory() - Method in class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
 
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Replies the geometry factory associated to this point.
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies the geometry factory associated to this point.
getGeomFactory() - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Replies the geometry factory associated to this point.
getGeoPosition() - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies the position of the bus hub.
getGeoPosition() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the geo position.
getGeoPosition() - Method in class org.arakhne.afc.gis.bus.network.BusStop
Replies the position of the bus stop.
getGisCanvas() - Method in class org.arakhne.afc.gis.ui.GisPane
Replies the document canvas within this pane.
getGlobalAlpha() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the current global alpha.
getGlobalBlendMode() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the global blend mode.
getGlobalSplineApproximationRatio() - Static method in class org.arakhne.afc.math.geometry.AbstractGeomFactoryBase
The maximum distance that the line segments used to approximate the curved segments are allowed to deviate from any point on the original curve.
getGraph() - Method in class org.arakhne.afc.math.graph.GraphIterator
Replies the graph on which this iterator is iterating.
getGraph() - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
Replies the graph in which this connection is.
getGraph() - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
Replies the graph in which this segment is.
getGraphPoint() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualCandidate
 
getGraphPoint() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualConnection
 
getGraphPoint() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection.Connection
 
getGraphPoint() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
getGraphPoint() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapGraphPointConnection
 
getGraphPoint() - Method in class org.arakhne.afc.math.graph.astar.AStar.Candidate
 
getGraphPoint() - Method in interface org.arakhne.afc.math.graph.astar.AStarNode
Replies the graph point associated to this AStarNode.
getGraphPoint() - Method in interface org.arakhne.afc.math.graph.GraphPoint.GraphPointConnection
Replies the connection point.
getGraphSegment() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualConnection
 
getGraphSegment() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection.Connection
 
getGraphSegment() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
getGraphSegment() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapGraphPointConnection
 
getGraphSegment() - Method in interface org.arakhne.afc.math.graph.GraphPoint.GraphPointConnection
Replies the connected segment.
getGraphSegments() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualCandidate
 
getGraphSegments() - Method in class org.arakhne.afc.math.graph.astar.AStar.Candidate
 
getGraphSegments() - Method in interface org.arakhne.afc.math.graph.astar.AStarNode
Replies the segments which are traversable from this node.
getGraphSegments() - Method in class org.arakhne.afc.math.graph.SubGraph
Replies the segments in this subgraph.
getGridCellElements() - Method in class org.arakhne.afc.gis.grid.GridCell
Replies the grid cell elements in this cell.
getGridCells() - Method in class org.arakhne.afc.gis.grid.Grid
Replies an iterator on all the existing grid cells.
getGridCellsAround(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.grid.Grid
Replies the cells around the specified point.
getGridCellsOn(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.grid.Grid
Replies the grid cells that are intersecting the specified bounds.
getGridCellsOn(Rectangle2afp<?, ?, ?, ?, ?, ?>, boolean) - Method in class org.arakhne.afc.gis.grid.Grid
Replies the grid cells that are intersecting the specified bounds.
getGroupAt(int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies the part at the specified index.
getGroupCount() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies the count of groups.
getGroupCountFor(E) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileWriter
Replies the count of groups of points.
getGroupCountFor(E) - Method in interface org.arakhne.afc.io.shape.ElementExporter
Replies the count of groups of points.
getGroupCountFor(E) - Method in class org.arakhne.afc.io.shape.ShapeFileWriter
 
getGroupCountFor(MapElement) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
 
getGroupIndex() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
Replies the gorup index.
getGroupTypeFor(E, int) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileWriter
Replies the type of the given part for a multipatch element.
getGroupTypeFor(E, int) - Method in interface org.arakhne.afc.io.shape.ElementExporter
Replies the type of the given part for a multipatch element.
getGroupTypeFor(E, int) - Method in class org.arakhne.afc.io.shape.ShapeFileWriter
 
getGroupTypeFor(MapElement, int) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
 
getHandlersFor(String) - Static method in class org.arakhne.afc.vmutil.URLHandlerUtil
Deprecated.
Replies an iterator on the handlers that are supporting the given protocol.
getHeaderField(int) - Method in class org.arakhne.afc.vmutil.file.URLConnection
 
getHeaderField(int) - Method in class org.arakhne.afc.vmutil.resource.URLConnection
 
getHeaderField(String) - Method in class org.arakhne.afc.vmutil.file.URLConnection
 
getHeaderField(String) - Method in class org.arakhne.afc.vmutil.resource.URLConnection
 
getHeaderFieldKey(int) - Method in class org.arakhne.afc.vmutil.file.URLConnection
 
getHeaderFieldKey(int) - Method in class org.arakhne.afc.vmutil.resource.URLConnection
 
getHeaderFields() - Method in class org.arakhne.afc.vmutil.file.URLConnection
 
getHeaderFields() - Method in class org.arakhne.afc.vmutil.resource.URLConnection
 
getHeaderSize() - Method in exception org.arakhne.afc.io.dbase.InvalidRecordSizeException
Replies the attempted size of the header.
getHeading() - Method in class org.arakhne.afc.math.geometry.d3.Quaternion.EulerAngles
Replies the heading, the rotation around top vector.
getHeight() - Method in class org.arakhne.afc.gis.location.GeoLocationArea
Replies the height of the area.
getHeight() - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Replies the height.
getHeight() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
 
getHeight() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
 
getHeight() - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Replies the height.
getHeight() - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Replies the height.
getHeight() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
 
getHeight() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
 
getHeight() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
 
getHeight() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
 
getHeight() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Replies the height.
getHeight() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getHeight() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Replies the height.
getHeight() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
getHeight() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
getHeight() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
getHeights() - Method in class org.arakhne.afc.math.tree.AbstractForest
 
getHeights() - Method in interface org.arakhne.afc.math.tree.Forest
Replies the heights of all the leaf nodes.
getHeights() - Method in class org.arakhne.afc.math.tree.LinkedTree
 
getHeights() - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
getHeights() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getHeights() - Method in interface org.arakhne.afc.math.tree.Tree
Replies the heights of all the leaf nodes.
getHeights() - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the heights of all the leaf nodes.
getHeights(int, List<Integer>) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
Replies the heights of all the leaf nodes.
getHeights(int, List<Integer>) - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
Replies the heights of all the leaf nodes.
getHeights(int, List<Integer>) - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
 
getHeights(int, List<Integer>) - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
 
getHeights(int, List<Integer>) - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
 
getHeights(int, List<Integer>) - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
 
getHeights(int, List<Integer>) - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
 
getHeights(int, List<Integer>) - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
 
getHeights(int, List<Integer>) - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
 
getHeights(int, List<Integer>) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
 
getHeights(int, List<Integer>) - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
Replies the heights of all the leaf nodes.
getHorizontalRadius() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getHorizontalRadius() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
Replies the horizontal radius of the ellipse.
getHostMimeTypes() - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumber
Replies the MIME type used by the Java virtal machine for this magic number.
getHtmlToJavaTranslationTable() - Static method in class org.arakhne.afc.text.TextUtil
Replies the html-to-java's translation table.
getIcosepChild() - Method in interface org.arakhne.afc.math.tree.IcosepTreeNodeContainer
Get the icosep node of this node.
getIcosepChild() - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
 
getIcosepChild() - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
 
getIcosepChild() - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
 
getIdentificationType() - Static method in enum org.arakhne.afc.vmutil.OperatingSystem
Replies the type of identification found on this operating system.
getIdentificationType() - Method in class org.arakhne.afc.vmutil.OperatingSystemAndroidWrapper
 
getIdentificationType() - Method in class org.arakhne.afc.vmutil.OperatingSystemDiskUtilWrapper
 
getIdentificationType() - Method in class org.arakhne.afc.vmutil.OperatingSystemNativeWrapper
 
getIdentificationType() - Method in class org.arakhne.afc.vmutil.OperatingSystemUDevWrapper
 
getIdentificationType() - Method in class org.arakhne.afc.vmutil.OperatingSystemUnknownOsWrapper
 
getIdentificationType() - Method in interface org.arakhne.afc.vmutil.OperatingSystemWrapper
Replies the type of identification provided by this wrapper.
getIdentifier(byte[]) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Replies the identifier of the given embedded data.
getIdentifier(File) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Replies the identifier of the given file.
getIdentifier(URL) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Replies the identifier of the given url.
getIdentifierFromResource(Object) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Replies the identifier that is corresponding to the given URL.
getIdistanceL1(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
getIdistanceL1(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
getIdistanceL1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Computes the L-1 (Manhattan) distance between this point and point p1.
getIdistanceL1(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
getIdistanceL1(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
getIdistanceL1(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Computes the L-1 (Manhattan) distance between this point and point p1.
getIdistanceLinf(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
getIdistanceLinf(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
getIdistanceLinf(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Computes the L-infinite distance between this point and point p1.
getIdistanceLinf(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
getIdistanceLinf(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
getIdistanceLinf(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Computes the L-infinite distance between this point and point p1.
getImmediateFlush() - Method in class org.arakhne.afc.bootique.log4j.configs.ConsoleAppenderConfig
Replies if the text is flushed as soon as it it given to the logger.
getImmediateFlush() - Method in class org.arakhne.afc.bootique.log4j.configs.FileAppenderConfig
Replies if the text is flushed as soon as it it given to the logger.
getInboxingType(Class<?>) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the outboxing type for the given type.
getIndex() - Method in class org.arakhne.afc.gis.bus.network.BusChangeEvent
Replies if the index of the event-embedded object in its parent/container.
getIndex() - Method in class org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent
Replies the index of the layer in its parent.
getInetAddress() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getInetAddress() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getInputStream() - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumberStream
Replies the stream read by the magic number API.
getInputStream() - Method in class org.arakhne.afc.vmutil.file.URLConnection
 
getInputStream() - Method in class org.arakhne.afc.vmutil.resource.URLConnection
 
getInsertionIndex(List<T>, Comparator<? super T>, T) - Static method in class org.arakhne.afc.util.ListUtil
Replies the index at which the given element may be added in a sorted list.
getInsertionIndex(List<T>, Comparator<? super T>, T, boolean) - Static method in class org.arakhne.afc.util.ListUtil
Replies the index at which the given element may be added in a sorted list.
getInteger() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getInteger() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getInternalDataStructureForUserData() - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
Replies the internal data structure which is storing user datas.
getInternalId() - Method in class org.arakhne.afc.gis.location.GeoId
Extract the unique identifier stored in this geoId.
getInternalSet() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
Replies the internal data-structure as set.
getInternalStorageType() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the type of the internal value of this implementation of AttributeValue.
getInternalStorageType() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getInternalTree() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
Replies the internal data-structure as tree.
getInvalidBusHaltCount() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the count of valid bus halts into this itinerary.
getInvalidityReason() - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
 
getInvalidityReason() - Method in interface org.arakhne.afc.gis.bus.layer.BusLayer
Replies the explanation of the invalidity of the primitive.
getInvalidityReason() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
 
getInvalidityReason() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
 
getInvalidityReason() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
getInvalidityReason() - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
Replies the explanation of the invalidity of the primitive.
getInvalidListIndex() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the unique id in the sorted list of invalid halts.
getJarFile(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the file part of the jar-scheme URL.
getJarURL(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the jar part of the jar-scheme URL.
getJavaClass() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getJavaClass() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getJavaObject() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getJavaObject() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getJavaToHTMLTranslationTable() - Static method in class org.arakhne.afc.text.TextUtil
Replies the java-to-html's translation table.
getKey() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.PhantomReferencedValue
 
getKey() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.SoftReferencedValue
 
getKey() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.WeakReferencedValue
 
getLabels() - Static method in enum org.arakhne.afc.bootique.log4j.configs.Level
Replies the string representation of all the labels.
getLaneCenter(int) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getLaneCenter(int) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the center line of the lane at the given index.
getLaneCenter(int) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getLaneCenter(int) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getLaneCount() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getLaneCount() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the count of lanes on this road segment.
getLaneCount() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getLaneCount() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getLaneDirection(int) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getLaneDirection(int) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the direction of the lane at the given index.
getLaneDirection(int) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getLaneDirection(int) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getLaneSize(int) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getLaneSize(int) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the size of the lane at the given index.
getLaneSize(int) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getLaneSize(int) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getLanguageCode() - Method in enum org.arakhne.afc.io.dbase.DBaseCodePage
Replies the dBASE language code associated to this code page.
getLargeArcFlag() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
Replies if the arc-to will sweep clockwise around the ellipse.
getLargeArcFlag() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
Replies if the arc-to will sweep clockwise around the ellipse.
getLargeArcFlag() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
 
getLargeArcFlag() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
 
getLargeArcFlag() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
getLargeArcFlag() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
getLargeArcFlag() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
 
getLargeArcFlag() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
 
getLargeArcFlag() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
getLargeArcFlag() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
getLast() - Method in class org.arakhne.afc.util.IntegerList.IntegerSegment
Replies the last value in the segment.
getLastPoint() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getLastPoint() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
 
getLastPoint() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getLastPoint() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getLastPoint() - Method in class org.arakhne.afc.math.geometry.d1.d.DefaultSegment1d
 
getLastPoint() - Method in interface org.arakhne.afc.math.geometry.d1.Segment1D
Replies the 2D cooordinates of the last point of the segment.
getLastPoint() - Method in class org.arakhne.afc.math.graph.GraphPath
 
getLastPoint() - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
Replies the last point.
getLastPointIndexInGroup(int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies the global index of the point that ends a group.
getLastSegment() - Method in class org.arakhne.afc.math.graph.GraphPath
 
getLastSegment() - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
Replies the last segment.
getLastValueOnSegment(int) - Method in class org.arakhne.afc.util.IntegerList
Replies the last value of a segment.
getLateralDistance() - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Replies the lateral distance.
getLatitude() - Method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the latitude phi.
getLatitudeAxis() - Method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the axis of the sexagesimal representation of the latitude phi.
getLatitudeDegree() - Method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the degree of the sexagesimal representation of the latitude phi.
getLatitudeMinute() - Method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the minute of the sexagesimal representation of the latitude phi.
getLatitudeSecond() - Method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the second of the sexagesimal representation of the latitude phi.
getLawName() - Method in class org.arakhne.afc.math.stochastic.StochasticLaw
Replies the name of the law.
getLayer() - Method in class org.arakhne.afc.gis.maplayer.MapLayerAttributeChangeEvent
Replies the layer that changed.
getLayer() - Method in class org.arakhne.afc.gis.maplayer.MapLayerContentEvent
Replies the layer that changed.
getLayout() - Method in class org.arakhne.afc.bootique.log4j.configs.AppenderConfig
Replies the type of layout that should be used by this appender.
getLeftChild() - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
Set the left child of this node.
getLeftChild() - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
Set the left child of this node.
getLeftVector() - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Replies the left vector.
getLeftVector(T) - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Replies the left vector.
getLegalTrafficSide() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
Replies the legal traffic side.
getLength() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the length of this itinerary.
getLength() - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies the length of this polyline.
getLength() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getLength() - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Replies the length of the path.
getLength() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Returns the road length in the geo-located referencial.
getLength() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getLength() - Method in class org.arakhne.afc.io.dbase.DBaseFileField
Replies the length of the field.
getLength() - Method in class org.arakhne.afc.math.geometry.d1.d.DefaultSegment1d
 
getLength() - Method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
 
getLength() - Method in interface org.arakhne.afc.math.geometry.d1.Segment1D
Replies the length of the segment.
getLength() - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Returns the length of this vector.
getLength() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getLength() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the length of the segment.
getLength() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
getLength() - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
getLength() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
getLength() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
 
getLength() - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
getLength() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
 
getLength() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the total length of the path.
getLength() - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Returns the length of this vector.
getLength() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
getLength() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the length of the segment.
getLength() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
getLength() - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
getLength() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
getLength() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
 
getLength() - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
getLength() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
 
getLength() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the total length of the path.
getLength() - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Returns the length of this vector.
getLength() - Method in class org.arakhne.afc.math.graph.GraphPath
Replies the length of the path.
getLength() - Method in interface org.arakhne.afc.math.graph.GraphSegment
Replies the length of the segment.
getLength() - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
 
getLengthFor(String) - Method in interface org.arakhne.afc.text.TextUtil.CutStringCritera
Replies the length of the given string.
getLengthSquared() - Method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
 
getLengthSquared() - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Returns the squared length of this vector.
getLengthSquared() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getLengthSquared() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the squared length of the segment.
getLengthSquared() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
getLengthSquared() - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
getLengthSquared() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
 
getLengthSquared() - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
getLengthSquared() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
 
getLengthSquared() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the total squared length of the path.
getLengthSquared() - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Returns the squared length of this vector.
getLengthSquared() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
getLengthSquared() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the squared length of the segment.
getLengthSquared() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
getLengthSquared() - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
getLengthSquared() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
 
getLengthSquared() - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
getLengthSquared() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
 
getLengthSquared() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the total squared length of the path.
getLengthSquared() - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Returns the squared length of this vector.
getLevel() - Method in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Replies the level.
getLevel() - Method in interface org.arakhne.afc.gis.grid.AroundCellIterator
Replies the index of the cocentric circle on which the last element replied by Iterator.next() is.
getLevelOfDetails() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Replies the current level of details.
getLevenshteinDistance(String, String) - Static method in class org.arakhne.afc.text.TextUtil
Compute the Levenshstein distance between two strings.
getLinear() - Method in class org.arakhne.afc.agentmotion.AgentMotion
Replies the motion on the plane.
getLinearAcceleration() - Method in interface org.arakhne.afc.math.physics.kinematic.linear.LinearInstantAccelerationKinematic
Returns the linear acceleration of this object in m/s^2.
getLinearAcceleration(SpeedUnit) - Method in interface org.arakhne.afc.math.physics.kinematic.linear.LinearInstantAccelerationKinematic
Returns the linear acceleration of this object in the acceleration corresponding to the given speed unit e.g if the speed unit is m/s the acceleration will be given in m/s^2
getLinearSpeed() - Method in interface org.arakhne.afc.math.physics.kinematic.linear.LinearInstantVelocityKinematic
Returns the linear speed of this object in m/s.
getLinearSpeed(SpeedUnit) - Method in interface org.arakhne.afc.math.physics.kinematic.linear.LinearInstantVelocityKinematic
Returns the Linear speed of this object.
getLinearVelocity1D() - Method in interface org.arakhne.afc.math.physics.kinematic.linear.LinearInstantVelocityKinematic
Replies the instant velocity of the object.
getLinearVelocity1D5() - Method in interface org.arakhne.afc.math.physics.kinematic.linear.LinearInstantVelocityKinematic
Replies the instant velocity of the object.
getLinearVelocity2D() - Method in interface org.arakhne.afc.math.physics.kinematic.linear.LinearInstantVelocityKinematic
Replies the instant velocity of the object.
getLinearVelocity3D() - Method in interface org.arakhne.afc.math.physics.kinematic.linear.LinearInstantVelocityKinematic
Replies the instant velocity of the object.
getLineCap() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the current stroke line cap.
getLineDashesInMeters() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets a copy of the current line dash array in meters.
getLineDashesInPixels() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets a copy of the current line dash array in pixels.
getLineDashOffsetInMeters() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the current line dash offset in meters.
getLineDashOffsetInPixels() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the current line dash offset in pixels.
getLineJoin() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the current stroke line join.
getLineWidthInMeters() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the current line width in meters.
getLineWidthInPixels() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the current line width in pixels.
getListenerCount(Class<?>) - Method in class org.arakhne.afc.util.ListenerCollection
Returns the total number of listeners of the supplied type for this listener list.
getListenerList() - Method in class org.arakhne.afc.util.ListenerCollection
Passes back the event listener list as an array of ListenerType-listener pairs.
getListeners() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Replies the list of listeners on this object.
getListeners(Class<T>) - Method in class org.arakhne.afc.util.ListenerCollection
Return an array of all the listeners of the given type.
getLocale() - Method in enum org.arakhne.afc.util.CountryCode
Replies the default locale for the country.
getLocalizedMessage() - Method in class org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidity
Replies the localized message of the reason.
getLocalizedMessage(String) - Method in enum org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
Replies the localized message of the reason.
getLocalizedName() - Method in enum org.arakhne.afc.attrs.attr.AttributeType
Replies the name of this type (localized).
getLog4jIntegrationConfig(ConfigurationFactory, Injector) - Method in class org.arakhne.afc.bootique.log4j.modules.Log4jIntegrationModule
Replies the instance of the log4j integration configuration..
getLogFormat() - Method in class org.arakhne.afc.bootique.log4j.configs.AppenderConfig
Replies the format of the log.
getLogFormat() - Method in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Replies the format of the log.
getLogger() - Method in class org.arakhne.afc.nodefx.ZoomablePane
Replies the logger associated to this pane.
getLogger() - Method in class org.arakhne.afc.progress.ProgressionConsoleMonitor
Replies the logger used by this monitor.
getLongitude() - Method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the longitude lamda.
getLongitudeAxis() - Method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the axis of the sexagesimal representation of the longitude phi.
getLongitudeDegree() - Method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the degree of the sexagesimal representation of the longitude phi.
getLongitudeMinute() - Method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the minute of the sexagesimal representation of the longitude phi.
getLongitudeSecond() - Method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the second of the sexagesimal representation of the longitude phi.
getM() - Method in class org.arakhne.afc.io.shape.ESRIPoint
Replies the measure associated to this point.
getM00() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Get the first matrix element in the first row.
getM00() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Get the first matrix element in the first row.
getM00() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get the first matrix element in the first row.
getM01() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Get the second matrix element in the first row.
getM01() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Get the second matrix element in the first row.
getM01() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get the second matrix element in the first row.
getM02() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Get the third matrix element in the first row.
getM02() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get the third matrix element in the first row.
getM03() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get the fourth matrix element in the first row.
getM10() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Get first matrix element in the second row.
getM10() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Get first matrix element in the second row.
getM10() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get first matrix element in the second row.
getM11() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Get second matrix element in the second row.
getM11() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Get second matrix element in the second row.
getM11() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get second matrix element in the second row.
getM12() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Get the third matrix element in the second row.
getM12() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get the third matrix element in the second row.
getM13() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get the fourth matrix element in the second row.
getM20() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Get the first matrix element in the third row.
getM20() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get the first matrix element in the third row.
getM21() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Get the second matrix element in the third row.
getM21() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get the second matrix element in the third row.
getM22() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Get the third matrix element in the third row .
getM22() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get the third matrix element in the third row .
getM23() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get the fourth matrix element in the third row .
getM30() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get the first matrix element in the fourth row.
getM31() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get the second matrix element in the fourth row.
getM32() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get the third matrix element in the fourth row .
getM33() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Get the fourth matrix element in the fourth row .
getMany(int, Point2D<?, ?>...) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
Replies the points from the specified index.
getMapElementAt(int) - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
Replies the map element at the specified index.
getMapElementAt(int) - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
 
getMapElementAt(int) - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
 
getMapElementAt(int) - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
 
getMapElementAt(int) - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
getMapElementCount() - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
Replies the count of map elements.
getMapElementCount() - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
 
getMapElementCount() - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
 
getMapElementCount() - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
 
getMapElementCount() - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
getMapElementType() - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Replies the type of map element replied by this reader.
getMapLayerAt(int) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Replies the map layer at the specified index.
getMapLayerAt(int) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
getMapLayerCount() - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Replies the count of map layers inside this container.
getMapLayerCount() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
getMapMetricProjection() - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Replies the map metric projection used by the coordinates in the source file.
getMapMetricProjection() - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Replies the map metric projection used by the coordinates in the source file.
getMax() - Method in class org.arakhne.afc.math.DoubleRange
Replies the maximum value.
getMax() - Method in class org.arakhne.afc.math.stochastic.MathFunctionRange
Replies the maximal value of the value set.
getMaxAngularAcceleration() - Method in interface org.arakhne.afc.math.physics.kinematic.angular.AngularAccelerationKinematic
Returns the maximal angular acceleration of this object in r/s^2.
getMaxAngularAcceleration(AngularUnit) - Method in interface org.arakhne.afc.math.physics.kinematic.angular.AngularAccelerationKinematic
Returns the maximal angular acceleration of this object in the given unit.
getMaxAngularDeceleration() - Method in interface org.arakhne.afc.math.physics.kinematic.angular.AngularAccelerationKinematic
Returns the maximal angular deceleration of this object in r/s^2.
getMaxAngularDeceleration(AngularUnit) - Method in interface org.arakhne.afc.math.physics.kinematic.angular.AngularAccelerationKinematic
Returns the maximal angular deceleration of this object the given unit.
getMaxAngularSpeed() - Method in interface org.arakhne.afc.math.physics.kinematic.angular.AngularVelocityKinematic
Returns the maximal angular speed of this object in r/s.
getMaxAngularSpeed(AngularUnit) - Method in interface org.arakhne.afc.math.physics.kinematic.angular.AngularVelocityKinematic
Returns the maximal angular speed of this object.
getMaxFocusPoint() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
Replies the focus point with the higher coordinates.
getMaxHeight() - Method in class org.arakhne.afc.math.tree.AbstractForest
 
getMaxHeight() - Method in interface org.arakhne.afc.math.tree.Forest
Replies the maximal height of the forest.
getMaxHeight() - Method in class org.arakhne.afc.math.tree.LinkedTree
 
getMaxHeight() - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
 
getMaxHeight() - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
 
getMaxHeight() - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
 
getMaxHeight() - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
 
getMaxHeight() - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
 
getMaxHeight() - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
 
getMaxHeight() - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
 
getMaxHeight() - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
 
getMaxHeight() - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
 
getMaxHeight() - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
 
getMaxHeight() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getMaxHeight() - Method in interface org.arakhne.afc.math.tree.Tree
Replies the maximal height of the tree.
getMaxHeight() - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the maximal height of the tree.
getMaximum() - Method in class org.arakhne.afc.progress.DefaultProgression
 
getMaximum() - Method in interface org.arakhne.afc.progress.Progression
Returns the model's maximum.
getMaximum() - Method in class org.arakhne.afc.progress.ProgressionEvent
Returns the model's maximum.
getMaxInParent() - Method in class org.arakhne.afc.progress.SubProgressionModel
Returns the maximal value of this task progression in its parent.
getMaxLinearAcceleration() - Method in interface org.arakhne.afc.math.physics.kinematic.linear.LinearAccelerationKinematic
Returns the maximal linear acceleration of this object in m/s^2.
getMaxLinearAcceleration(SpeedUnit) - Method in interface org.arakhne.afc.math.physics.kinematic.linear.LinearAccelerationKinematic
Returns the maximal linear acceleration of this object in the given unit.
getMaxLinearDeceleration() - Method in interface org.arakhne.afc.math.physics.kinematic.linear.LinearAccelerationKinematic
Returns the maximal linear deceleration of this object in m/s^2.
getMaxLinearDeceleration(SpeedUnit) - Method in interface org.arakhne.afc.math.physics.kinematic.linear.LinearAccelerationKinematic
Returns the maximal linear deceleration of this object the given unit.
getMaxLinearSpeed() - Method in interface org.arakhne.afc.math.physics.kinematic.linear.LinearVelocityKinematic
Returns the maximal linear speed of this object in m/s.
getMaxLinearSpeed(SpeedUnit) - Method in interface org.arakhne.afc.math.physics.kinematic.linear.LinearVelocityKinematic
Returns the maximal linear speed of this object.
getMaxM() - Method in class org.arakhne.afc.io.shape.ESRIBounds
Replies the max m.
getMaxScaleValue() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
getMaxScaleValue() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
getMaxScaleValue() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the maximum scale value.
getMaxX() - Method in class org.arakhne.afc.gis.location.GeoLocationArea
Replies the x coordinate of the upper-right corner.
getMaxX() - Method in class org.arakhne.afc.io.shape.ESRIBounds
Replies the max x.
getMaxX() - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Replies the max x.
getMaxX() - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractRectangularShape1d
 
getMaxX() - Method in class org.arakhne.afc.math.geometry.d1.d.Rectangle1d
 
getMaxX() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
 
getMaxX() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
 
getMaxX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getMaxX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Replies the max x.
getMaxX() - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Replies the max x.
getMaxX() - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractRectangularShape2d
 
getMaxX() - Method in class org.arakhne.afc.math.geometry.d2.d.Rectangle2d
 
getMaxX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
 
getMaxX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
 
getMaxX() - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractRectangularShape2i
 
getMaxX() - Method in class org.arakhne.afc.math.geometry.d2.i.Rectangle2i
 
getMaxX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
 
getMaxX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
 
getMaxX() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Replies the max x.
getMaxX() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getMaxX() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Replies the max x.
getMaxX() - Method in class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
 
getMaxX() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
getMaxX() - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
 
getMaxX() - Method in class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
 
getMaxX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
getMaxX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
getMaxY() - Method in class org.arakhne.afc.gis.location.GeoLocationArea
Replies the y coordinate of the upper-right corner.
getMaxY() - Method in class org.arakhne.afc.io.shape.ESRIBounds
Replies the max y.
getMaxY() - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Replies the max y.
getMaxY() - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractRectangularShape1d
 
getMaxY() - Method in class org.arakhne.afc.math.geometry.d1.d.Rectangle1d
 
getMaxY() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
 
getMaxY() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
 
getMaxY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getMaxY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Replies the max y.
getMaxY() - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Replies the max y.
getMaxY() - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractRectangularShape2d
 
getMaxY() - Method in class org.arakhne.afc.math.geometry.d2.d.Rectangle2d
 
getMaxY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
 
getMaxY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
 
getMaxY() - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractRectangularShape2i
 
getMaxY() - Method in class org.arakhne.afc.math.geometry.d2.i.Rectangle2i
 
getMaxY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
 
getMaxY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
 
getMaxY() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Replies the max y.
getMaxY() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getMaxY() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Replies the max y.
getMaxY() - Method in class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
 
getMaxY() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
getMaxY() - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
 
getMaxY() - Method in class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
 
getMaxY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
getMaxY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
getMaxZ() - Method in class org.arakhne.afc.io.shape.ESRIBounds
Replies the max z.
getMaxZ() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Replies the max z.
getMaxZ() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getMaxZ() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Replies the max z.
getMaxZ() - Method in class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
 
getMaxZ() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
getMaxZ() - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
 
getMaxZ() - Method in class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
 
getMaxZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
getMaxZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
getMiddleChild() - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
Set the middle child of this node.
getMimeConstant() - Method in enum org.arakhne.afc.inputoutput.mime.MimeName
Replies the MIME constant.
getMimeType() - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumber
Replies the MIME type for this magic number.
getMimeType() - Method in class org.arakhne.afc.inputoutput.xml.XMLResources.Entry
Replies the mime type associated to the entry.
getMin() - Method in class org.arakhne.afc.math.DoubleRange
Replies the minimum value.
getMin() - Method in class org.arakhne.afc.math.stochastic.MathFunctionRange
Replies the minimal value of the value set.
getMinFocusPoint() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
Replies the focus point with the lower coordinates.
getMinHeight() - Method in class org.arakhne.afc.math.tree.AbstractForest
 
getMinHeight() - Method in interface org.arakhne.afc.math.tree.Forest
Replies the minimal height of the forest.
getMinHeight() - Method in class org.arakhne.afc.math.tree.LinkedTree
 
getMinHeight() - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
 
getMinHeight() - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
 
getMinHeight() - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
 
getMinHeight() - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
 
getMinHeight() - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
 
getMinHeight() - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
 
getMinHeight() - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
 
getMinHeight() - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
 
getMinHeight() - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
 
getMinHeight() - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
 
getMinHeight() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getMinHeight() - Method in interface org.arakhne.afc.math.tree.Tree
Replies the minimal height of the tree.
getMinHeight() - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the minimal height of the tree.
getMinimum() - Method in class org.arakhne.afc.progress.DefaultProgression
 
getMinimum() - Method in interface org.arakhne.afc.progress.Progression
Returns the minimum acceptable value.
getMinimum() - Method in class org.arakhne.afc.progress.ProgressionEvent
Returns the minimum acceptable value.
getMinInParent() - Method in class org.arakhne.afc.progress.SubProgressionModel
Returns the minimal value of this task progression in its parent.
getMinM() - Method in class org.arakhne.afc.io.shape.ESRIBounds
Replies the min m.
getMinMax(double, double, double) - Static method in class org.arakhne.afc.math.MathUtil
Determine the min and max values from a set of three values.
getMinScaleValue() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
getMinScaleValue() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
getMinScaleValue() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the minimum scale value.
getMinX() - Method in class org.arakhne.afc.gis.location.GeoLocationArea
Replies the x coordinate of the lower-left corner.
getMinX() - Method in class org.arakhne.afc.io.shape.ESRIBounds
Replies the min x.
getMinX() - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Replies the min X.
getMinX() - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractRectangularShape1d
 
getMinX() - Method in class org.arakhne.afc.math.geometry.d1.d.Rectangle1d
 
getMinX() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
 
getMinX() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
 
getMinX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getMinX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Replies the min X.
getMinX() - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Replies the min X.
getMinX() - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractRectangularShape2d
 
getMinX() - Method in class org.arakhne.afc.math.geometry.d2.d.Rectangle2d
 
getMinX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
 
getMinX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
 
getMinX() - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractRectangularShape2i
 
getMinX() - Method in class org.arakhne.afc.math.geometry.d2.i.Rectangle2i
 
getMinX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
 
getMinX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
 
getMinX() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Replies the min X.
getMinX() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getMinX() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Replies the min X.
getMinX() - Method in class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
 
getMinX() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
getMinX() - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
 
getMinX() - Method in class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
 
getMinX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
getMinX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
getMinY() - Method in class org.arakhne.afc.gis.location.GeoLocationArea
Replies the y coordinate of the lower-left corner.
getMinY() - Method in class org.arakhne.afc.io.shape.ESRIBounds
Replies the min y.
getMinY() - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Replies the min y.
getMinY() - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractRectangularShape1d
 
getMinY() - Method in class org.arakhne.afc.math.geometry.d1.d.Rectangle1d
 
getMinY() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
 
getMinY() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
 
getMinY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getMinY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Replies the min y.
getMinY() - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Replies the min y.
getMinY() - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractRectangularShape2d
 
getMinY() - Method in class org.arakhne.afc.math.geometry.d2.d.Rectangle2d
 
getMinY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
 
getMinY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
 
getMinY() - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractRectangularShape2i
 
getMinY() - Method in class org.arakhne.afc.math.geometry.d2.i.Rectangle2i
 
getMinY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
 
getMinY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
 
getMinY() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Replies the min y.
getMinY() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getMinY() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Replies the min y.
getMinY() - Method in class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
 
getMinY() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
getMinY() - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
 
getMinY() - Method in class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
 
getMinY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
getMinY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
getMinZ() - Method in class org.arakhne.afc.io.shape.ESRIBounds
Replies the min z.
getMinZ() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Replies the min z.
getMinZ() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getMinZ() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Replies the min z.
getMinZ() - Method in class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
 
getMinZ() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
getMinZ() - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
 
getMinZ() - Method in class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
 
getMinZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
getMinZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
getMiterLimitInMeters() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the current miter limit in meters.
getMiterLimitInPixels() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the current miter limit in pixels.
getMnemonicChar(String) - Static method in class org.arakhne.afc.text.TextUtil
Replies the character which follow the first '&'.
getModel() - Method in class org.arakhne.afc.progress.ProgressionConsoleMonitor
Replies the task progression model.
getName() - Method in interface org.arakhne.afc.attrs.attr.Attribute
Replies the name of the metadata.
getName() - Method in class org.arakhne.afc.attrs.attr.AttributeImpl
 
getName() - Method in class org.arakhne.afc.attrs.collection.AttributeChangeEvent
Replies the name of the changed attributes.
getName() - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
 
getName() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
 
getName() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
 
getName() - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies the name of this hub.
getName() - Method in class org.arakhne.afc.gis.maplayer.MapLayerAttributeChangeEvent
Replies the name of the changed attributes.
getName() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
getName() - Method in interface org.arakhne.afc.gis.primitive.GISContainer
Replies the name of the container.
getName() - Method in interface org.arakhne.afc.gis.primitive.GISEditable
Replies the name of the element.
getName() - Method in interface org.arakhne.afc.gis.primitive.GISElement
Replies the name of the element.
getName() - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
getName() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getName() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Returns the name of the road.
getName() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getName() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getName() - Method in class org.arakhne.afc.io.dbase.DBaseFileField
Replies the name of the field.
getNearest(double, double) - Method in interface org.arakhne.afc.gis.GISElementSet
Replies the nearest object from the specified point.
getNearest(double, double) - Method in class org.arakhne.afc.gis.grid.MapElementGridSet
 
getNearest(double, double) - Method in class org.arakhne.afc.gis.tree.MapElementTreeSet
 
getNearest(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.GISElementSet
Replies the nearest object from the specified point.
getNearest(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.grid.MapElementGridSet
 
getNearest(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.tree.MapElementTreeSet
 
getNearestBusHalt(double, double) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the nearest bus halt to the given point.
getNearestBusHalt(GeoLocationPoint) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the nearest bus halt to the given point.
getNearestBusHalt(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the nearest bus halt to the given point.
getNearestBusHub(double, double) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the nearest bus hub to the given point.
getNearestBusHub(GeoLocationPoint) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the nearest bus hub to the given point.
getNearestBusHub(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the nearest bus hub to the given point.
getNearestBusStop(double, double) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the nearest bus stops to the given point.
getNearestBusStop(GeoLocationPoint) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the nearest bus stop to the given point.
getNearestBusStop(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the nearest bus stop to the given point.
getNearestConnection(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Return the nearest point from a position.
getNearestConnection(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
getNearestData(double, double) - Method in interface org.arakhne.afc.gis.GISElementSet
Replies the nearest object from the specified point, and its distance to the point.
getNearestData(double, double) - Method in class org.arakhne.afc.gis.grid.MapElementGridSet
 
getNearestData(double, double) - Method in class org.arakhne.afc.gis.tree.MapElementTreeSet
 
getNearestData(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.GISElementSet
Replies the nearest object from the specified point, and its distance to the point.
getNearestData(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.grid.MapElementGridSet
 
getNearestData(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.tree.MapElementTreeSet
 
getNearestEnd(double, double) - Method in interface org.arakhne.afc.gis.GISPolylineSet
Replies the object that has the nearest end to the specified point.
getNearestEnd(double, double) - Method in class org.arakhne.afc.gis.grid.MapPolylineGridSet
 
getNearestEnd(double, double) - Method in class org.arakhne.afc.gis.tree.MapPolylineTreeSet
Replies the object that has the nearest end to the specified point.
getNearestEnd(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.GISPolylineSet
Replies the object that has the nearest end to the specified point.
getNearestEnd(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.grid.MapPolylineGridSet
 
getNearestEnd(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.tree.MapPolylineTreeSet
Replies the object that has the nearest end to the specified point.
getNearestEndIndex(double, double) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies the index of the nearest end of line according to the specified point.
getNearestEndIndex(double, double, OutputParameter<Double>) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies the index of the nearest end of line according to the specified point.
getNearestPoint(Class<CT>, double, double) - Method in class org.arakhne.afc.gis.road.RoadPolyline
Replies the nearest start/end point to the specified point.
getNearestPoint(Class<CT>, double, double, OutputParameter<Double>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
Replies the nearest start/end point to the specified point.
getNearestPosition(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Return the nearest point 1.5D from a 2D position.
getNearestPosition(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Return the nearest point 1.5D from a 2D position.
getNearestPosition(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Return the nearest point 1.5D from a 2D position.
getNearestPosition(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
getNearestPosition(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Return the nearest point 1.5D from a 2D position.
getNearestPosition(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getNearestPosition(Point2D<?, ?>, double) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Return the nearest point 1.5D from a 2D position.
getNearestPosition(Point2D<?, ?>, double) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getNearestPositionOnBorder(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Return the nearest point 1.5D on the border of the road segment from a 2D position.
getNearestPositionOnRoadBorder(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Return the nearest point 1.5D on the road borders from a 2D position.
getNearestPositionOnRoadBorder(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
getNearestRoadSegment(double, double) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the nearest road segment from this itinerary to the given point.
getNearestRoadSegment(GeoLocationPoint) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the nearest road segment from this itinerary to the given point.
getNearestRoadSegment(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the nearest road segment from this itinerary to the given point.
getNearestSegment(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Return the nearest segment from a position.
getNearestSegment(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
getNearestSegmentData(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Return the nearest segment from a position; and its distance to the point.
getNearestSegmentData(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
getNewParent() - Method in class org.arakhne.afc.math.tree.TreeNodeParentChangedEvent
Replies the new parent node.
getNewPropertyValue() - Method in class org.arakhne.afc.gis.bus.network.BusChangeEvent
Replies the new value of the property that has changed.
getNextElement() - Method in class org.arakhne.afc.math.graph.GraphIterator
Replies the next element without removing it from the iterator list.
getNextIterationElement() - Method in class org.arakhne.afc.math.graph.BreadthFirstGraphCourseModel
 
getNextIterationElement() - Method in class org.arakhne.afc.math.graph.DepthFirstGraphCourseModel
 
getNextIterationElement() - Method in interface org.arakhne.afc.math.graph.GraphCourseModel
Replies the next element without removing it from the iterator list.
getNextIterationElement() - Method in class org.arakhne.afc.math.graph.ShortestSegmentFirstGraphCourseModel
 
getNextSegments(boolean, GraphIterationElement<ST, PT>) - Method in class org.arakhne.afc.math.graph.GraphIterator
Replies the next segments.
getNode() - Method in class org.arakhne.afc.math.tree.TreeDataEvent
Replies the node on which the event occurs.
getNodeBuildingBounds(AbstractGISTreeSetNode<?, ?>) - Static method in class org.arakhne.afc.gis.tree.GISTreeSetUtil
Replies the bounds of the area covered by the node.
getNodeCount() - Method in class org.arakhne.afc.math.tree.LinkedTree
 
getNodeCount() - Method in interface org.arakhne.afc.math.tree.Tree
Replies the count of nodes inside this tree.
getNodeFactory() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
getNodeFactory() - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Replies the node factory used by this tree.
getNodeFactory() - Method in class org.arakhne.afc.gis.tree.StandardGISTreeSet
Replies the node factory used by this tree.
getNodeFactory() - Method in class org.arakhne.afc.gis.tree.WeakGISTreeSet
 
getNodeFromPath(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the node that corresponds to the specified path.
getNodeFromPath(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the node that corresponds to the specified path.
getNodesFromPath(Node, boolean, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the node that corresponds to the specified path.
getNodesFromPath(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the node that corresponds to the specified path.
getNormal() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
 
getNormal() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
getNormal() - Method in class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
 
getNormal() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
getNormal() - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Replies the normal vector at this point.
getNormal() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
getNormal() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
getNormal() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
getNormal() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
getNormal() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the normal vector.
getNormalizedNodeBuildingBounds(AbstractGISTreeSetNode<?, ?>, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Static method in class org.arakhne.afc.gis.tree.GISTreeSetUtil
Replies the bounds of the area covered by the node and normalize it to fit as well as possible the coordinates of the given reference.
getNormalX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
getNormalX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
getNormalX() - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Replies the X coordinate of the normal vector.
getNormalX() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
getNormalX() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
getNormalX() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
getNormalX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
getNormalX() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the X coordinate of the normal vector.
getNormalY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
getNormalY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
getNormalY() - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Replies the Y coordinate of the normal vector.
getNormalY() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
getNormalY() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
getNormalY() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
getNormalY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
getNormalY() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the Y coordinate of the normal vector.
getNormalZ() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
getNormalZ() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
getNormalZ() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
getNormalZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
getNormalZ() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the Z coordinate of the normal vector.
getNoSegmentSegmentWithEndsIntersection(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Do an intersection test of two segments for ensuring that the answer of "no intersect" is safe.
getNoSegmentSegmentWithoutEndsIntersection(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Do an intersection test of two segments for ensuring that the answer of "no intersect" is safe.
getNotNullChildCount() - Method in interface org.arakhne.afc.math.tree.IterableNode
Replies count of not-null children in this node.
getNotNullChildCount() - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
 
getNotNullChildCount() - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
 
getNotNullChildCount() - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
 
getNotNullChildCount() - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
 
getNotNullChildCount() - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
 
getNotNullChildCount() - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
 
getNotNullChildCount() - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
 
getNotNullChildCount() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getNumericalIdentifier(String) - Static method in class org.arakhne.afc.inputoutput.xml.XMLResources
Replies the numerical identifier for the given string-identifier.
getObjectBounds() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
Replies the bounds covered by the objects.
getObjectBounds() - Method in interface org.arakhne.afc.gis.tree.GISTreeBoundedArea
Replies the bounds covered by the objects.
getOffsetInContent() - Method in class org.arakhne.afc.io.shape.ShapeFileIndexRecord
Replies the offset of the record (in bytes) from the start of the content part of the shape file (file header excluded).
getOffsetInFile() - Method in class org.arakhne.afc.io.shape.ShapeFileIndexRecord
Replies the offset of the record (in bytes) from the start of the whole shape file (file header included).
getOldName() - Method in class org.arakhne.afc.attrs.collection.AttributeChangeEvent
Replies the old name of the changed attributes.
getOldName() - Method in class org.arakhne.afc.gis.maplayer.MapLayerAttributeChangeEvent
Replies the old name of the changed attributes.
getOldParent() - Method in class org.arakhne.afc.math.tree.TreeNodeParentChangedEvent
Replies the old parent node.
getOldPropertyValue() - Method in class org.arakhne.afc.gis.bus.network.BusChangeEvent
Replies the old value of the property that has changed.
getOldValue() - Method in class org.arakhne.afc.attrs.collection.AttributeChangeEvent
Replies the old value of the attribute.
getOldValue() - Method in class org.arakhne.afc.gis.maplayer.MapLayerAttributeChangeEvent
Replies the old value of the attribute.
getOperatingSystemArchitectureDataModel() - Static method in class org.arakhne.afc.vmutil.LibraryLoader
Replies the data model of the current operating system: 32 or 64 bits.
getOperatingSystemArchitectureDataModel() - Static method in enum org.arakhne.afc.vmutil.OperatingSystem
Replies the data model of the current operating system: 32 or 64 bits.
getOptionValues(String) - Method in class org.arakhne.afc.vmutil.VMCommandLine
Replies the values of the option.
getOrCreateDoubleOffsetAppender() - Method in class org.arakhne.afc.bootique.synopsishelp.help.SynopsisHelpGenerator.SynopsisHelpAppender
Get or create an appender with a single offset.
getOrCreateOffsetAppender() - Method in class org.arakhne.afc.bootique.synopsishelp.help.SynopsisHelpGenerator.SynopsisHelpAppender
Get or create an appender with a single offset.
getOrientationAngle() - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies the orientation angle on a trigonometric circle that is corresponding to the given direction of this vector.
getOSSerialNumber() - Static method in enum org.arakhne.afc.vmutil.OperatingSystem
Get the OS serial number.
getOSSerialNumber(boolean, boolean) - Static method in enum org.arakhne.afc.vmutil.OperatingSystem
Get the OS serial number.
getOSSerialNumber(boolean, boolean) - Method in class org.arakhne.afc.vmutil.OperatingSystemAndroidWrapper
 
getOSSerialNumber(boolean, boolean) - Method in class org.arakhne.afc.vmutil.OperatingSystemDiskUtilWrapper
 
getOSSerialNumber(boolean, boolean) - Method in class org.arakhne.afc.vmutil.OperatingSystemNativeWrapper
 
getOSSerialNumber(boolean, boolean) - Method in class org.arakhne.afc.vmutil.OperatingSystemUDevWrapper
 
getOSSerialNumber(boolean, boolean) - Method in class org.arakhne.afc.vmutil.OperatingSystemUnknownOsWrapper
 
getOSSerialNumber(boolean, boolean) - Method in interface org.arakhne.afc.vmutil.OperatingSystemWrapper
Get the OS serial number.
getOSUUID() - Static method in enum org.arakhne.afc.vmutil.OperatingSystem
Get the OS UUID.
getOSUUID(boolean, boolean) - Static method in enum org.arakhne.afc.vmutil.OperatingSystem
Get the OS UUID.
getOSUUID(boolean, boolean) - Method in class org.arakhne.afc.vmutil.OperatingSystemAndroidWrapper
 
getOSUUID(boolean, boolean) - Method in class org.arakhne.afc.vmutil.OperatingSystemDiskUtilWrapper
 
getOSUUID(boolean, boolean) - Method in class org.arakhne.afc.vmutil.OperatingSystemNativeWrapper
 
getOSUUID(boolean, boolean) - Method in class org.arakhne.afc.vmutil.OperatingSystemUDevWrapper
 
getOSUUID(boolean, boolean) - Method in class org.arakhne.afc.vmutil.OperatingSystemUnknownOsWrapper
 
getOSUUID(boolean, boolean) - Method in interface org.arakhne.afc.vmutil.OperatingSystemWrapper
Get the OS UUID.
getOtherSidePoint(RoadConnection) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getOtherSidePoint(RoadConnection) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
 
getOtherSidePoint(RoadConnection) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getOtherSidePoint(RoadConnection) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getOtherSidePoint(SGraphPoint) - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
 
getOtherSidePoint(PT) - Method in interface org.arakhne.afc.math.graph.GraphSegment
Replies the point at the other side of the segment.
getOtherSideSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
getOtherSideSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
getOtherSideSegment(RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies the other segment also connected to this point.
getOtherSideSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
getOtherSideSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
getOtherSideSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.AbstractWrapConnection
 
getOtherSideSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
getOutboxingType(Class<?>) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the outboxing type for the given type.
getOutputStream() - Method in class org.arakhne.afc.vmutil.file.URLConnection
 
getOutputStream() - Method in class org.arakhne.afc.vmutil.resource.URLConnection
 
getP1() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the first point.
getP1() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies the first point.
getP1() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies the first point.
getP1() - Method in class org.arakhne.afc.math.geometry.d2.d.Segment2d
 
getP1() - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
getP1() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
getP1() - Method in class org.arakhne.afc.math.geometry.d2.i.Segment2i
 
getP1() - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
getP1() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
getP1() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the first point.
getP1() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies the first point.
getP1() - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
getP1() - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
getP1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
getP1() - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
getP1() - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
getP1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
getP2() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the second point.
getP2() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies the second point.
getP2() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies the second point.
getP2() - Method in class org.arakhne.afc.math.geometry.d2.d.Segment2d
 
getP2() - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
getP2() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
getP2() - Method in class org.arakhne.afc.math.geometry.d2.i.Segment2i
 
getP2() - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
getP2() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
getP2() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the second point.
getP2() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies the second point.
getP2() - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
getP2() - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
getP2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
getP2() - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
getP2() - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
getP2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
getP3() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies the third point.
getPackageClasses(Package) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the list of the classes in the given package.
getPackageClasses(String) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the list of the classes in the given package.
getPaint() - Method in class org.arakhne.afc.nodefx.ZoomablePane.ColorSquare
Replies the color.
getPairs() - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Replies the content of this classifier.
getPanButton() - Method in class org.arakhne.afc.nodefx.ZoomablePane
Replies the button that serves for starting the mouse scrolling.
getPanSensitivity() - Method in class org.arakhne.afc.nodefx.ZoomablePane
Replies the sensibility of the panning moves.
getPanSensitivity(boolean, boolean) - Method in class org.arakhne.afc.nodefx.ZoomablePane
Replies the sensibility of the panning moves after applying dynamic user interaction modifiers.
getParameterAt(int) - Method in class org.arakhne.afc.vmutil.VMCommandLine
Replies the parameter at the specified index.
getParameterCount() - Method in class org.arakhne.afc.vmutil.VMCommandLine
Replies the count of parameters on the command line that are not options.
getParameters() - Method in class org.arakhne.afc.vmutil.VMCommandLine
Replies the parameters on the command line that are not options.
getParent() - Method in class org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent
Replies the parent layer.
getParent() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
getParent() - Method in interface org.arakhne.afc.gis.primitive.GISTreeBrowsable
Replies the parent that contains this element, or null.
getParent() - Method in class org.arakhne.afc.progress.SubProgressionModel
Returns the parent task.
getParentGraph() - Method in class org.arakhne.afc.math.graph.SubGraph
Replies the parent graph is this subgraph was built.
getParentName() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
 
getParentName() - Method in interface org.arakhne.afc.gis.primitive.GISBrowsable
Replies the name of the parent.
getParentNode() - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
 
getParentNode() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getParentNode() - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the parent node or null.
getParentNode() - Method in class org.arakhne.afc.math.tree.TreeNodeAddedEvent
Replies the node that fire the event.
getParentNode() - Method in class org.arakhne.afc.math.tree.TreeNodeRemovedEvent
Replies the node that fire the event.
getParentRoadNetwork() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
Replies the parent road network.
getParentURL(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the parent URL for the given URL.
getPartitionEnumeration() - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
 
getPartitionEnumeration() - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
 
getPartitionEnumeration() - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
 
getPartitionEnumeration() - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
 
getPartitionEnumeration() - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
 
getPartitionEnumeration() - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
 
getPartitionEnumeration() - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
 
getPartitionEnumeration() - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
 
getPartitionEnumeration() - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
 
getPartitionEnumeration() - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
 
getPartitionEnumeration() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getPartitionEnumeration() - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the enumeration type that is defining the children of the nodes.
getPath() - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Replies the path used by this transformation.
getPath() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.AbstractPathPathIterator
Replies the path.
getPath() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.AbstractPathPathIterator
Replies the path.
getPathCost() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualCandidate
 
getPathCost() - Method in class org.arakhne.afc.math.graph.astar.AStar.Candidate
 
getPathCost() - Method in interface org.arakhne.afc.math.graph.astar.AStarNode
Replies the cost of the overall path.
getPathElementCount() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
getPathElementCount() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
getPathElementCount() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
getPathElementCount() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
getPathElementCount() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the number of path elements in this path.
getPathElementCount() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
getPathElementCount() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
getPathElementCount() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
getPathElementCount() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
getPathElementCount() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the number of path elements in this path.
getPathElementTypeAt(int) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
getPathElementTypeAt(int) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
getPathElementTypeAt(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
getPathElementTypeAt(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
getPathElementTypeAt(int) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the type of the path element at the given position in this path.
getPathElementTypeAt(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
getPathElementTypeAt(int) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
getPathElementTypeAt(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
getPathElementTypeAt(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
getPathElementTypeAt(int) - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the type of the path element at the given position in this path.
getPathFactory() - Method in class org.arakhne.afc.math.graph.astar.AStar
Replies the path factory used by the A* algorithm.
getPathForRoadSegmentAt(int) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Replies the road path which is containing the road segment at the given index.
getPathIterator() - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies an iterator on the path elements.
getPathIterator() - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies an iterator on the path elements.
getPathIterator(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getPathIterator(double) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
getPathIterator(double) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies an iterator on the path elements.
getPathIterator(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
getPathIterator(double) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
getPathIterator(double) - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies an iterator on the path elements.
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
getPathIterator(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies the elements of the paths.
getPathIterator(Transform2D, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Replies an iterator on the path elements.
getPathIterator(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
getPathIterator(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
getPathIterator(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
getPathIterator(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
getPathIterator(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getPathIterator(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
getPathIterator(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
getPathIterator(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
getPathIterator(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
getPathIterator(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
getPathIterator(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies the elements of the paths.
getPathIterator(Transform3D, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Replies an iterator on the path elements.
getPathIteratorFrom(Shape2afp<?, ?, IE, ?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.AbstractMultiShapePathIterator
Replies the path iterator of the shape.
getPathIteratorFrom(Shape2afp<?, ?, IE, ?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.MultiShapePathIterator
 
getPathIteratorFrom(Shape2afp<?, ?, IE, ?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.TransformedMultiShapePathIterator
 
getPathIteratorFrom(Shape2ai<?, ?, IE, ?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.AbstractMultiShapePathIterator
Replies the path iterator of the shape.
getPathIteratorFrom(Shape2ai<?, ?, IE, ?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.MultiShapePathIterator
 
getPathIteratorFrom(Shape2ai<?, ?, IE, ?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.TransformedMultiShapePathIterator
 
getPathIteratorFrom(Shape3afp<?, ?, IE, ?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.AbstractMultiShapePathIterator
Replies the path iterator of the shape.
getPathIteratorFrom(Shape3afp<?, ?, IE, ?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.MultiShapePathIterator
 
getPathIteratorFrom(Shape3afp<?, ?, IE, ?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.TransformedMultiShapePathIterator
 
getPathIteratorFrom(Shape3ai<?, ?, IE, ?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.AbstractMultiShapePathIterator
Replies the path iterator of the shape.
getPathIteratorFrom(Shape3ai<?, ?, IE, ?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.MultiShapePathIterator
 
getPathIteratorFrom(Shape3ai<?, ?, IE, ?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.TransformedMultiShapePathIterator
 
getPercent() - Method in class org.arakhne.afc.progress.DefaultProgression
 
getPercent() - Method in interface org.arakhne.afc.progress.Progression
Returns the model's current value in percent of pregression.
getPercent() - Method in class org.arakhne.afc.progress.ProgressionEvent
Returns the model's current value in percent of pregression.
getPercent(Progression) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Replies the percent of progression for the given task progression, if not null.
getPermutation() - Method in class org.arakhne.afc.javafx.changes.ListNonIterableChange
 
getPhysicsEngine() - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Replies the current physics engine.
getPixelWriter() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Returns a PixelWriter object that can be used to modify the pixels of the Canvas associated with this GraphicsContext.
getPoint() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getPoint() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getPoint() - Method in class org.arakhne.afc.gis.location.GeoLocationPoint
Replies the point.
getPoint() - Method in class org.arakhne.afc.gis.mapelement.MapPonctualElement
Replies the point coordinates.
getPoint() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
getPoint() - Method in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
 
getPoint() - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies the coordinates of this road connection.
getPoint() - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
getPoint() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
getPoint() - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Replies this point.
getPoint() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies this point.
getPoint() - Method in class org.arakhne.afc.math.graph.GraphIterationElement
Replies the entry point on the segment.
getPoint3D() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getPoint3D() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getPointAt(int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies the specified point at the given index.
getPointAt(int) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getPointAt(int) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the specified point at the given index.
getPointAt(int) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getPointAt(int) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
getPointAt(int) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
getPointAt(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
getPointAt(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
getPointAt(int) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the point at the given index.
getPointAt(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
getPointAt(int) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
getPointAt(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
getPointAt(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
getPointAt(int) - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the point at the given index.
getPointAt(int, int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies the specified point at the given index in the specified group.
getPointAt(E, int, int, boolean, boolean) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileWriter
Replies the point inside the given part at the given index.
getPointAt(E, int, int, boolean, boolean) - Method in interface org.arakhne.afc.io.shape.ElementExporter
Replies the point inside the given part at the given index.
getPointAt(E, int, int, boolean, boolean) - Method in class org.arakhne.afc.io.shape.ShapeFileWriter
 
getPointAt(MapElement, int, int, boolean, boolean) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
 
getPointCount() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies the count of points in all the parts.
getPointCount() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getPointCount() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the count of points in all the parts.
getPointCount() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
getPointCount() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getPointCount() - Method in interface org.arakhne.afc.math.graph.Graph
Replies the count of points in this graph.
getPointCount() - Method in class org.arakhne.afc.math.graph.simple.SGraph
 
getPointCount() - Method in class org.arakhne.afc.math.graph.SubGraph
 
getPointCountFor(E, int) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileWriter
Replies the count of points inside the given part.
getPointCountFor(E, int) - Method in interface org.arakhne.afc.io.shape.ElementExporter
Replies the count of points inside the given part.
getPointCountFor(E, int) - Method in class org.arakhne.afc.io.shape.ShapeFileWriter
 
getPointCountFor(MapElement, int) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
 
getPointCountInGroup(int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies the count of points in the specified group.
getPointFusionValidator() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies the validator that is able to detect points at the same location.
getPointFusionValidator() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getPointIndex(int, int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies the global index of the point that corresponds to the position in the given group.
getPointIndex(int, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies the global index of the point2d in the given group.
getPointIterator() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Replies the points of the circle perimeters starting by the first octant.
getPointIterator() - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
getPointIterator() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
getPointIterator() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
getPointIterator() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies an iterator on the points of the segment.
getPointIterator() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies an iterator on the points covered by the perimeter of this shape.
getPointIterator() - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
getPointIterator() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
getPointIterator() - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
getPointIterator() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies an iterator on the points of the segment.
getPointIterator() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies an iterator on the points covered by the perimeter of this shape.
getPointIterator() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Replies the points of the sphere perimeters starting by the first octant.
getPointIterator(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Replies the points of the circle perimeters starting by the first octant.
getPointIterator(int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Replies the points of the sphere perimeters starting by the first octant.
getPointIterator(int, int, int, int, int, int, GeomFactory3ai<?, P, V, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Replies the points of the sphere perimeters starting by the first octant.
getPointIterator(Rectangle2ai.Side) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
Replies the points on the bounds of the rectangle.
getPointIterator(RectangularPrism3ai.Side) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
Replies the points on the bounds of the rectangle.
getPointSize() - Method in class org.arakhne.afc.gis.mapelement.MapMultiPoint
Replies the size of this point in pixels.
getPointSize() - Method in class org.arakhne.afc.gis.mapelement.MapPoint
Replies the size of this point in meters.
getPolyline() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getPolyline() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getPolyline3D() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getPolyline3D() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getPool(File) - Static method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Get the attribute pool that corresponds to the specified file.
getPool(String) - Static method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Get the attribute pool that corresponds to the specified resource.
getPool(URI) - Static method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Get the attribute pool that corresponds to the specified file.
getPool(URL) - Static method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Get the attribute pool that corresponds to the specified file.
getPosition1D() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the position of the bus halt on the road.
getPosition2D() - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies the position of the bus hub.
getPosition2D() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the position of the bus halt on the road.
getPosition2D() - Method in class org.arakhne.afc.gis.bus.network.BusStop
Replies the position of the bus stop.
getPositionOnSegment() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the position on the segment.
getPreferences() - Static method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Replies the preferences for the road network layer.
getPreferences() - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the preferences for the road network.
getPreferredAttributeNameForLaneCount() - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the preferred name for the number of lanes of the roads.
getPreferredAttributeNameForRoadName() - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the preferred name for the name of the roads.
getPreferredAttributeNameForRoadNumber() - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the preferred name for the numbers of the roads.
getPreferredAttributeNameForRoadType() - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the preferred name for the types of the roads.
getPreferredAttributeNameForRoadWidth() - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the preferred name for the width of the roads.
getPreferredAttributeNameForTrafficDirection() - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the preferred name for the traffic direction on the roads.
getPreferredAttributeValueForRoadType(RoadType) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the preferred value of road type used in the attributes for the types of the roads.
getPreferredAttributeValueForTrafficDirection(TrafficDirection, int) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the preferred value of traffic direction used in the attributes for the traffic direction on the roads.
getPreferredAttributeValuesForTrafficDirection(TrafficDirection) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the preferred values of traffic direction used in the attributes for the traffic direction on the roads.
getPreferredBorderColor(RoadType) - Static method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Replies the preferred color to draw the borders of the roads of the given type.
getPreferredBorderColor(RoadType, boolean) - Static method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Replies the preferred color to draw the borders of the roads of the given type.
getPreferredColor() - Static method in class org.arakhne.afc.gis.mapelement.MapElementConstants
Replies the default color for map elements.
getPreferredLaneCount() - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the preferred number of lanes for a road segment.
getPreferredLaneWidth() - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the preferred width of a lane for a road segment.
getPreferredLegalTrafficSide() - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the preferred side of traffic for vehicles on road segments.
getPreferredLineDrawAlgorithm() - Static method in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Replies if the bus network should be drawn with the algorithm.
getPreferredRadius() - Static method in class org.arakhne.afc.gis.mapelement.MapElementConstants
Replies the default radius for map elements.
getPreferredRoadBorderSize() - Static method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Replies the preferred size of the roazd borders (in pixels).
getPreferredRoadBorderSize(boolean) - Static method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Replies the preferred size of the roazd borders (in pixels).
getPreferredRoadColor(RoadType) - Static method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Replies the preferred color to draw the content of the roads of the given type.
getPreferredRoadColor(RoadType, boolean) - Static method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Replies the preferred color to draw the content of the roads of the given type.
getPreferredRoadConnectionDistance() - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the preferred distance below which roads may be connected.
getPreferredRoadInternColor() - Static method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Replies the color of the internal data structures used when they are drawn on the displayers.
getPreferredRoadInternDrawing() - Static method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Replies if the internal data structure used to store the road network may be drawn on the displayers.
getPreferredRoadType() - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the preferred type of road segment.
getPreferredStringRepresentation() - Static method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the preferred format of the string representation of a geodesic position.
getPreferredStringRepresentation(boolean) - Static method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the preferred format of the string representation of a geodesic position.
getPreviousSegment() - Method in class org.arakhne.afc.math.graph.GraphIterationElement
Replies the segment from which the iterator arrived on the current segment.
getPrimaryAdapter() - Static method in class org.arakhne.afc.vmutil.MACNumber
Try to determine the primary ethernet address of the machine.
getPrimaryAdapterAddresses() - Static method in class org.arakhne.afc.vmutil.MACNumber
Try to determine the primary ethernet address of the machine and replies the associated internet addresses.
getPrimitiveType() - Method in class org.arakhne.afc.gis.road.ui.drawers.RoadNetworkDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.gis.road.ui.drawers.RoadPolylineDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.gis.ui.drawers.GisElementContainerDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.gis.ui.drawers.GisLayerContainerDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.gis.ui.drawers.MapCircleDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.gis.ui.drawers.MapMultiPointDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.gis.ui.drawers.MapPointDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.gis.ui.drawers.MapPolygonDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.gis.ui.drawers.MapPolylineDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.nodefx.DeferredDrawer
 
getPrimitiveType() - Method in interface org.arakhne.afc.nodefx.Drawer
Replies the type of the primitives that could be drawn by this drawer.
getPrimitiveType() - Method in class org.arakhne.afc.nodefx.drawers.Ellipse2afpDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.nodefx.drawers.MultiShape2afpDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.nodefx.drawers.Parallelogram2afpDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.nodefx.drawers.Path2afpDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.nodefx.drawers.Rectangle2afpDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.nodefx.drawers.RoundRectangle2afpDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.nodefx.drawers.Segment2afpDrawer
 
getPrimitiveType() - Method in class org.arakhne.afc.nodefx.drawers.Triangle2afpDrawer
 
getPriorizedDecodingCharsets() - Static method in class org.arakhne.afc.vmutil.locale.Locale
Replies the charsets for decoding that must be used prior to the installed charsets.
getProgression() - Method in class org.arakhne.afc.gis.io.binary.GISLayerReader
Replies the task progression.
getProgression() - Method in class org.arakhne.afc.gis.io.binary.GISLayerWriter
Replies the task progression.
getProgression() - Method in class org.arakhne.afc.progress.ProgressionEvent
Replies the task progression which generate this event.
getProgression() - Method in class org.arakhne.afc.progress.ProgressionInputStream
Replies the progression model used by this input stream.
getProgression() - Method in class org.arakhne.afc.progress.ProgressionOuputStream
Replies the progression model used by this input stream.
getProgressionFactor() - Method in class org.arakhne.afc.progress.DefaultProgression
 
getProgressionFactor() - Method in interface org.arakhne.afc.progress.Progression
Returns the model's current value in percent of pregression.
getProgressionFactor() - Method in class org.arakhne.afc.progress.ProgressionEvent
Returns the model's current value in percent of pregression.
getProperties() - Method in interface org.arakhne.afc.util.PropertyOwner
Replies the properties of this component.
getPropertyFile(Class<?>, Locale) - Static method in class org.arakhne.afc.vmutil.Resources
Replies the URL of a property resource that is associated to the given class.
getPropertyFile(ClassLoader, Class<?>, Locale) - Static method in class org.arakhne.afc.vmutil.Resources
Deprecated.
since 17.0. According to the new module path management (since Java 9), it is preferable to use the class for searching a resource. See Resources.getPropertyFile(Class, Locale).
getPropertyName() - Method in class org.arakhne.afc.gis.bus.network.BusChangeEvent
Replies the name of the changed property.
getProvider() - Static method in class org.arakhne.afc.vmutil.ThreadServiceFinder
Replies the current service provider.
getProvider(File, int) - Static method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Get an attribute container that corresponds to the specified file.
getProvider(String, int) - Static method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Get an attribute container that corresponds to the specified file
getProvider(URI, int) - Static method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Get an attribute container that corresponds to the specified file.
getRadius() - Method in class org.arakhne.afc.gis.mapelement.MapCircle
Replies the radius.
getRadius() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Replies the radius.
getRadius() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Replies the radius.
getRadius() - Method in class org.arakhne.afc.math.geometry.d2.d.Circle2d
 
getRadius() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
 
getRadius() - Method in class org.arakhne.afc.math.geometry.d2.i.Circle2i
 
getRadius() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
 
getRadius() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Replies the radius.
getRadius() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Replies the radius.
getRadius() - Method in class org.arakhne.afc.math.geometry.d3.d.Sphere3d
 
getRadius() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
 
getRadius() - Method in class org.arakhne.afc.math.geometry.d3.i.Sphere3i
 
getRadius() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
 
getRadiusX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
Replies the x radius of the arc-to ellipse.
getRadiusX() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
Replies the x radius of the arc-to ellipse.
getRadiusX() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
 
getRadiusX() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
 
getRadiusX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
getRadiusX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
getRadiusX() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
 
getRadiusX() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
 
getRadiusX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
getRadiusX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
getRadiusY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
Replies the y radius of the arc-to ellipse.
getRadiusY() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
Replies the y radius of the arc-to ellipse.
getRadiusY() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
 
getRadiusY() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
 
getRadiusY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
getRadiusY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
getRadiusY() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
 
getRadiusY() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
 
getRadiusY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
getRadiusY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
getRange() - Method in class org.arakhne.afc.math.stochastic.BernoulliStochasticLaw
 
getRange() - Method in class org.arakhne.afc.math.stochastic.CauchyStochasticLaw
 
getRange() - Method in class org.arakhne.afc.math.stochastic.ConstantStochasticLaw
 
getRange() - Method in class org.arakhne.afc.math.stochastic.ExponentialStochasticLaw
 
getRange() - Method in class org.arakhne.afc.math.stochastic.GaussianStochasticLaw
 
getRange() - Method in class org.arakhne.afc.math.stochastic.LinearStochasticLaw
 
getRange() - Method in class org.arakhne.afc.math.stochastic.LogisticStochasticLaw
 
getRange() - Method in class org.arakhne.afc.math.stochastic.LogNormalStochasticLaw
 
getRange() - Method in interface org.arakhne.afc.math.stochastic.MathFunction
Replies the range of the function.
getRange() - Method in class org.arakhne.afc.math.stochastic.ParetoStochasticLaw
 
getRange() - Method in class org.arakhne.afc.math.stochastic.TriangularStochasticLaw
 
getRange() - Method in class org.arakhne.afc.math.stochastic.UniformStochasticLaw
 
getRawColor() - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
 
getRawColor() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
 
getRawColor() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
 
getRawColor() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
getRawColor() - Method in class org.arakhne.afc.gis.mapelement.MapElement
 
getRawColor() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
 
getRawColor() - Method in interface org.arakhne.afc.gis.primitive.GISEditable
Replies the color stored inside this element.
getRawData() - Method in exception org.arakhne.afc.io.dbase.InvalidDeletionFlagFormatException
Replies the raw data that cause this exception.
getRawData() - Method in exception org.arakhne.afc.io.dbase.InvalidRawDataFormatException
Replies the raw data that cause this exception.
getRawValue(int, String, OutputParameter<AttributeType>) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Replies the raw value that corresponds to the specified attribute name for the given record.
getReader() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Replies the reader.
getReadOnlyProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.ReadOnlyUnitVectorWrapper
Returns the read-only property, that is synchronized with this ReadOnlyUnitVectorPropertyWrapper.
getReadOnlyProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.ReadOnlyUnitVectorWrapper
Returns the read-only property, that is synchronized with this ReadOnlyUnitVectorPropertyWrapper.
getReal() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getReal() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getRecordContentLength() - Method in class org.arakhne.afc.io.shape.ShapeFileIndexRecord
Replies the length of the record (in bytes) excluding the record's header.
getRecordCount() - Method in class org.arakhne.afc.io.shape.ShapeFileIndexReader
Replies the count of records in the Shape file index.
getRecordIndex() - Method in class org.arakhne.afc.io.dbase.DBaseFileRecord
Replies the index of the record inside the dBase file when it was red.
getRecordIndex() - Method in class org.arakhne.afc.io.shape.ShapeFileIndexRecord
Replies index of the record if it is known, or -1 if unknown.
getRecordNumber() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeAccessor
Replies record number that is red by this container.
getRecordNumber() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
Replies the index of the attributes inside the dBase file.
getRecordNumber() - Method in exception org.arakhne.afc.io.dbase.InvalidDeletionFlagFormatException
Replies the index of the record on which the error occurs.
getRecordNumber() - Method in exception org.arakhne.afc.io.dbase.InvalidRawDataFormatException
Replies the index of the record on which the error occurs.
getRecordOffset() - Method in class org.arakhne.afc.io.dbase.DBaseFileRecord
Replies the offset of the first byte of the record inside the dBase file.
getReferenceElementCount() - Method in class org.arakhne.afc.gis.grid.GridCell
Replies the number of elements that are inside this cell and for which this cell is the reference cell.
getRegion() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
getRegion() - Method in interface org.arakhne.afc.gis.tree.GISTreeNode
Replies the region covered by this node.
getRemoved() - Method in class org.arakhne.afc.javafx.changes.SimpleListUpdateChange
 
getRemovedTree() - Method in class org.arakhne.afc.math.tree.ForestEvent
Replies the removed tree.
getRemovedValueAt(int) - Method in class org.arakhne.afc.math.tree.TreeDataEvent
Replies the value removed from a node.
getRemovedValueCount() - Method in class org.arakhne.afc.math.tree.TreeDataEvent
Replies the count of removed values.
getRemovedValues() - Method in class org.arakhne.afc.math.tree.TreeDataEvent
Replies the list of removed data.
getResource() - Method in class org.arakhne.afc.inputoutput.xml.XMLResources.Entry
Replies the resource.
getResource() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeAccessor
Replies the URL where the dBase file is located.
getResource() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributePool
Replies the resource used by this pool.
getResource() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
Replies the URL where the dBase file is located.
getResource(long) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Replies the resource.
getResource(Class<?>, String) - Method in class org.arakhne.afc.vmutil.AndroidResourceWrapper
 
getResource(Class<?>, String) - Static method in class org.arakhne.afc.vmutil.Resources
Replies the URL of a resource.
getResource(Class<?>, String) - Method in interface org.arakhne.afc.vmutil.ResourceWrapper
Replies the URL of a resource.
getResource(Class<?>, String) - Method in class org.arakhne.afc.vmutil.StandardJREResourceWrapper
 
getResource(ClassLoader, Package, String) - Static method in class org.arakhne.afc.vmutil.Resources
Deprecated.
since 17.0. According to the new module path management (since Java 9), it is preferable to use the class for searching a resource. See Resources.getResource(Class, String).
getResource(ClassLoader, String) - Method in class org.arakhne.afc.vmutil.AndroidResourceWrapper
Deprecated.
getResource(ClassLoader, String) - Static method in class org.arakhne.afc.vmutil.Resources
Deprecated.
since 17.0. According to the new module path management (since Java 9), it is preferable to use the class for searching a resource. See Resources.getResource(Class, String).
getResource(ClassLoader, String) - Method in interface org.arakhne.afc.vmutil.ResourceWrapper
Deprecated.
since 17.0. Because Java 9 and later uses a different class loading architecture with modules, it is safer to use ResourceWrapper.getResource(Class, String).
getResource(ClassLoader, String) - Method in class org.arakhne.afc.vmutil.StandardJREResourceWrapper
Deprecated.
getResource(String) - Static method in class org.arakhne.afc.vmutil.Resources
Replies the URL of a resource.
getResourceAsStream(Class<?>, String) - Method in class org.arakhne.afc.vmutil.AndroidResourceWrapper
 
getResourceAsStream(Class<?>, String) - Static method in class org.arakhne.afc.vmutil.Resources
Replies the input stream of a resource.
getResourceAsStream(Class<?>, String) - Method in interface org.arakhne.afc.vmutil.ResourceWrapper
Replies the input stream of a resource.
getResourceAsStream(Class<?>, String) - Method in class org.arakhne.afc.vmutil.StandardJREResourceWrapper
 
getResourceAsStream(ClassLoader, Package, String) - Static method in class org.arakhne.afc.vmutil.Resources
Deprecated.
since 17.0. According to the new module path management (since Java 9), it is preferable to use the class for searching a resource. See Resources.getResourceAsStream(Class, String).
getResourceAsStream(ClassLoader, String) - Method in class org.arakhne.afc.vmutil.AndroidResourceWrapper
Deprecated.
getResourceAsStream(ClassLoader, String) - Static method in class org.arakhne.afc.vmutil.Resources
Deprecated.
since 17.0. According to the new module path management (since Java 9), it is preferable to use the class for searching a resource. See Resources.getResourceAsStream(Class, String).
getResourceAsStream(ClassLoader, String) - Method in interface org.arakhne.afc.vmutil.ResourceWrapper
Deprecated.
since 17.0. Because Java 9 and later uses a different class loading architecture with modules, it is safer to use ResourceWrapper.getResourceAsStream(Class, String).
getResourceAsStream(ClassLoader, String) - Method in class org.arakhne.afc.vmutil.StandardJREResourceWrapper
Deprecated.
getResourceAsStream(String) - Static method in class org.arakhne.afc.vmutil.Resources
Replies the input stream of a resource.
getResourceFromIdentifier(long) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Replies the identifier that is corresponding to the given URL.
getResourceURL(long) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Replies the resource URL.
getRightChild() - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
Set the right child of this node.
getRightChild() - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
Set the right child of this node.
getRightVector() - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Replies the right vector.
getRightVector(T) - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Replies the right vector.
getRoadBorderDistance() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getRoadBorderDistance() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the distance to the road border according to the driving side on the road.
getRoadBorderDistance() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getRoadBorderDistance() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getRoadNetwork() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the road network in which this bus network is mapped.
getRoadNetwork() - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
Replies the road network displayed by this layer.
getRoadNetwork() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getRoadNetwork() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the road network that contains this segment.
getRoadNetwork() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getRoadNetwork() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getRoadNumber() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getRoadNumber() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the number of the road segment.
getRoadNumber() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getRoadNumber() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getRoadPath() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies a road path that is containing all road segments of this itinerary when they are correctly connected.
getRoadPathAt(int) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Replies the road path at the given position.
getRoadPathCount() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the number of road-path clusters for this itinerary.
getRoadPaths() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the unconnected road paths which are used by this bus itinerary.
getRoadPolyline() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection.Connection
Replies the linked road polyline.
getRoadSegment() - Method in class org.arakhne.afc.gis.bus.network.BusChangeEvent
Replies the bus itinerary which is the source of this event.
getRoadSegment() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the road segment on which this bus halt was.
getRoadSegment(GeoId) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
 
getRoadSegment(GeoId) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegmentContainer
Replies the road segment with the given identifier.
getRoadSegment(GeoId) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
getRoadSegment(GeoId) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
 
getRoadSegment(GeoLocation) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
 
getRoadSegment(GeoLocation) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegmentContainer
Replies the road segment with the given location.
getRoadSegment(GeoLocation) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
getRoadSegment(GeoLocation) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
 
getRoadSegmentAt(int) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the segment at the specified index.
getRoadSegmentAt(int) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Replies the road segment at the given index.
getRoadSegmentCount() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the count of road segments into this itinerary.
getRoadSegmentCount() - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Replies the number of road segments in this clustered path.
getRoadSegmentDirection() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies on which direction the bus halt is located on the road segment.
getRoadSegmentDirection(int) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the direction of the itinerary along the road segment at the specified index.
getRoadSegmentDirectionAt(int) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Replies the direction of this path on the road segment at the given index.
getRoadSegmentIndex() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the index of the road segment on which this bus halt was.
getRoadSegments() - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Replies a collection of segments inside this road network.
getRoadSegments() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
getRoadType() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getRoadType() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the type of the road segment.
getRoadType() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getRoadType() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getRoot() - Method in class org.arakhne.afc.math.tree.LinkedTree
 
getRoot() - Method in interface org.arakhne.afc.math.tree.Tree
Replies the root of the tree.
getRotation() - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Performs an SVD normalization of this matrix to calculate and return the rotation angle.
getRotationX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
Replies the rotation of the x axis of the arc-to ellipse.
getRotationX() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
Replies the rotation of the x axis of the arc-to ellipse.
getRotationX() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
 
getRotationX() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
 
getRotationX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
getRotationX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
getRotationX() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
 
getRotationX() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
 
getRotationX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
getRotationX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
getRow(int, double[]) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Copies the matrix values in the specified row into the array parameter.
getRow(int, double[]) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Copies the matrix values in the specified row into the array parameter.
getRow(int, double[]) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Copies the matrix values in the specified row into the array parameter.
getRow(int, Tuple2D<?>) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Copies the matrix values in the specified row into the vector parameter.
getRow(int, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Copies the matrix values in the specified row into the vector parameter.
getRowCount() - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
Replies the number of rows in the grid.
getRowCount() - Method in class org.arakhne.afc.gis.grid.Grid
Replies the number of rows in the grid.
getRowCount() - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
Replies the number of rows in the grid.
getRowFor(double) - Method in class org.arakhne.afc.gis.grid.Grid
Replies the row index for the specified position.
getScalar() - Method in class org.arakhne.afc.math.geometry.d2.Vector2D.PowerResult
Replies the scalar result.
getScalar() - Method in class org.arakhne.afc.math.geometry.d3.Vector3D.PowerResult
Replies the scalar result.
getScale() - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Performs an SVD normalization of this matrix to calculate and return the uniform scale factor.
getScaleChange() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
getScaleChange() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
getScaleChange() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the delta value that is applied when zooming in or out.
getScaleRotate2x2(double[], double[]) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Perform SVD on the 2x2 matrix containing the rotation and scaling factors.
getScaleValue() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
getScaleValue() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
getScaleValue() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the scale value.
getScaleValueToFit() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the scale value to fit the content to the viewport.
getScaleValueToFit(boolean) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
getScaleValueToFit(boolean) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
getScaleValueToFit(boolean) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the scale value to fit the content to the viewport.
getScaleVector(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Performs an SVD normalization of this matrix to calculate and return the scale factors for X and Y axess.
getScaleX() - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Performs an SVD normalization of this matrix to calculate and return the scale factor for X axis.
getScaleY() - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Performs an SVD normalization of this matrix to calculate and return the scale factor for Y axis.
getScheduledExecutorService() - Method in class org.arakhne.afc.vmutil.ThreadServiceFinder.DefaultProvider
 
getScheduledExecutorService() - Method in interface org.arakhne.afc.vmutil.ThreadServiceProvider
Replies the scheduled thread executor for this provider.
getSchemeType(URI) - Static method in enum org.arakhne.afc.vmutil.URISchemeType
Replies the type of scheme for the given URI.
getSchemeType(URL) - Static method in enum org.arakhne.afc.vmutil.URISchemeType
Replies the type of scheme for the given URL.
getSecondAxis() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies the second axis of the oriented rectangle.
getSecondAxis() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getSecondAxis() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
getSecondAxis() - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
getSecondAxis() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
getSecondAxis() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
getSecondAxisExtent() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies the demi-size of the rectangle along its second axis.
getSecondAxisExtent() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getSecondAxisExtent() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
getSecondAxisExtent() - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
getSecondAxisExtent() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
getSecondAxisExtent() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
getSecondAxisX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies coordinate x of the second axis of the oriented rectangle.
getSecondAxisX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getSecondAxisX() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
getSecondAxisX() - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
getSecondAxisX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
getSecondAxisX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
getSecondAxisY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies coordinate y of the second axis of the oriented rectangle.
getSecondAxisY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
getSecondAxisY() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
getSecondAxisY() - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
getSecondAxisY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
getSecondAxisY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
getSecondChild() - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
Get the second child of this node.
getSecondSegment() - Method in class org.arakhne.afc.math.graph.GraphPath
 
getSecondSegment() - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
Replies the second element of the path if it exists.
getSecureSettingsClass() - Static method in class org.arakhne.afc.vmutil.Android
Replies the class Secure from Android.
getSegment() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
 
getSegment() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
 
getSegment() - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractShape1d
 
getSegment() - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
Replies the segment.
getSegment() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
 
getSegment() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Replies the segment.
getSegment() - Method in class org.arakhne.afc.math.geometry.d1.ImmutablePoint1D
 
getSegment() - Method in class org.arakhne.afc.math.geometry.d1.ImmutableVector1D
 
getSegment() - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Replies the segment.
getSegment() - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies the segment.
getSegment() - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Replies the segment.
getSegment() - Method in class org.arakhne.afc.math.graph.GraphIterationElement
Replies the segment.
getSegmentChain() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getSegmentChain() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies a list of chained road segments without any cross-road which contains this road segment.
getSegmentChain() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getSegmentChain() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getSegmentChain(boolean, boolean) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getSegmentChain(boolean, boolean) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies a list of chained road segments without any cross-road which contains this road segment.
getSegmentChain(boolean, boolean) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getSegmentChain(boolean, boolean) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getSegmentCount() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
getSegmentCount() - Method in interface org.arakhne.afc.math.graph.Graph
Replies the count of segments in this graph.
getSegmentCount() - Method in class org.arakhne.afc.math.graph.simple.SGraph
 
getSegmentCount() - Method in class org.arakhne.afc.math.graph.SubGraph
 
getSegmentCount() - Method in class org.arakhne.afc.util.IntegerList
Replies the count of segments.
getSegmentDirectionAt(int) - Method in class org.arakhne.afc.gis.road.path.RoadPath
Replies the direction of this path on the road segment at the given index.
getSegmentIndexFor(int) - Method in class org.arakhne.afc.util.IntegerList
Replies the segment index for the specified value.
getSegmentOrientationTool() - Method in class org.arakhne.afc.math.graph.astar.AStar
Replies the tool that permits to retreive the orinetation of the segments..
getSegmentReplacer() - Method in class org.arakhne.afc.math.graph.astar.AStar
Replies the object used to replace the segments in the shortest path.
getSelectionColor() - Static method in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Replies if the preferred color for bus stops selection.
getShape() - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
 
getShape() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
 
getShape() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
 
getShape() - Method in class org.arakhne.afc.gis.bus.network.BusHub
 
getShape() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
getShape() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
 
getShape() - Method in class org.arakhne.afc.gis.bus.network.BusLine
 
getShape() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
 
getShape() - Method in class org.arakhne.afc.gis.bus.network.BusStop
 
getShape() - Method in class org.arakhne.afc.gis.mapelement.MapCircle
 
getShape() - Method in class org.arakhne.afc.gis.mapelement.MapMultiPoint
 
getShape() - Method in class org.arakhne.afc.gis.mapelement.MapPoint
 
getShape() - Method in class org.arakhne.afc.gis.mapelement.MapPolygon
 
getShape() - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
 
getShape() - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
 
getShape() - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
 
getShape() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
getShape() - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
 
getShape() - Method in interface org.arakhne.afc.gis.primitive.BoundedGISElement
Replies the shape of this this element.
getShape() - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
getShape() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
getShapeElementType() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Replies the type of the elements stored in the file.
getShapesContaining(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
Get the shapes in this multishape that are containing the given point.
getShapesContaining(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
Get the shapes in this multishape that are containing the given point.
getShapesIntersecting(ST) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
getShapesIntersecting(ST) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
getShapesIntersecting(ST) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
Get the shapes in this multishape that are intersecting the given shape.
getShapesIntersecting(ST) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
getShapesIntersecting(ST) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
getShapesIntersecting(ST) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
Get the shapes in this multishape that are intersecting the given shape.
getSharedConnectionWith(RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getSharedConnectionWith(RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the shared connection between this segment and the specified one.
getSharedConnectionWith(RoadSegment) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getSharedConnectionWith(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getShiftTransformation() - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Replies the shift transformation.
getSmallestUnit(double, SpaceUnit) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Compute the smallest unit that permits to have a metric value with its integer part positive.
getSplineApproximationRatio() - Method in class org.arakhne.afc.math.geometry.AbstractGeomFactoryBase
 
getSplineApproximationRatio() - Method in interface org.arakhne.afc.math.geometry.GeomFactoryBase
The maximum distance that the line segments used to approximate the curved segments are allowed to deviate from any point on the original curve.
getSplittingCount() - Method in interface org.arakhne.afc.math.tree.builder.TreeBuilder
Replies the maximal count of elements inside a tree's node over each the node must be splitted.
getStartClasspath() - Static method in class org.arakhne.afc.vmutil.ClasspathUtil
Deprecated.
Replies the classpath at start of the virtual machine.
getStartingPointFor(int) - Method in class org.arakhne.afc.math.graph.GraphPath
Replies the starting point for the segment at the given index.
getState() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Replies the user-defined state of the context.
getStoredAttribute(String, AttributeType) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
Replies the attribute with the given name.
getStoredAttributeValue(String, AttributeType) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
Replies the attribute with the given name.
getStream() - Method in class org.arakhne.afc.inputoutput.filetype.BufferedMagicNumberStream
Replies the stream buffered by this object.
getString() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getString() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getString(Class<?>, String, Object...) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Replies the text that corresponds to the specified resource.
getString(ClassLoader, Class<?>, String, Object...) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Replies the text that corresponds to the specified resource.
getString(ClassLoader, String, Object...) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Replies the text that corresponds to the specified resource.
getString(String, Object...) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Replies the text that corresponds to the specified resource.
getStringFrom(ClassLoader, String, String, Object...) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Replies the text that corresponds to the specified resource.
getStringFrom(String, String, Object...) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Replies the text that corresponds to the specified resource.
getStringIdentifier(long) - Static method in class org.arakhne.afc.inputoutput.xml.XMLResources
Replies a string-representation of the given identifier.
getStringWithDefault(Class<?>, String, String, Object...) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Replies the text that corresponds to the specified resource.
getStringWithDefault(ClassLoader, Class<?>, String, String, Object...) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Replies the text that corresponds to the specified resource.
getStringWithDefault(ClassLoader, String, String, Object...) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Replies the text that corresponds to the specified resource.
getStringWithDefault(String, String, Object...) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Replies the text that corresponds to the specified resource.
getStringWithDefaultFrom(ClassLoader, String, String, String, Object...) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Replies the text that corresponds to the specified resource.
getStringWithDefaultFrom(String, String, String, Object...) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Replies the text that corresponds to the specified resource.
getStroke() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the current stroke.
getSubClasses(Class<T>) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the list of all the subclasses of the given class in the current classpath.
getSubClasses(Class<T>, boolean, boolean, boolean, Collection<Class<? extends T>>) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the list of all the subclasses of the given class in the current classpath.
getSubClasses(Class<T>, boolean, boolean, boolean, Collection<Class<? extends T>>, DynamicURLClassLoader) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the list of all the subclasses of the given class in the current classpath.
getSubClasses(Class<T>, DynamicURLClassLoader) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the list of all the subclasses of the given class in the current classpath.
getSubSegmentForDistance(double) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies the subsegment which is corresponding to the given position.
getSubTask() - Method in class org.arakhne.afc.progress.DefaultProgression
 
getSubTask() - Method in interface org.arakhne.afc.progress.Progression
Replies the current subtask of this task model.
getSuperClasses(Class<T>) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the list of all the superclasses of the given class.
getSuperTask() - Method in class org.arakhne.afc.progress.DefaultProgression
 
getSuperTask() - Method in interface org.arakhne.afc.progress.Progression
Replies the super task of this task model.
getSuperTask() - Method in class org.arakhne.afc.progress.SubProgressionModel
 
getSway() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
getSway() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
getSway() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
getSway() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
getSway() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the sway vector.
getSwayX() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
getSwayX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
getSwayX() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the X coordinate of the sway vector.
getSwayY() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
getSwayY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
getSwayY() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the Y coordinate of the sway vector.
getSwayZ() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
getSwayZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
getSwayZ() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the Z coordinate of the sway vector.
getSweepFlag() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
Replies if the arc-to will sweep the long way around the ellipse.
getSweepFlag() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
Replies if the arc-to will sweep the long way around the ellipse.
getSweepFlag() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
 
getSweepFlag() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
 
getSweepFlag() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
getSweepFlag() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
getSweepFlag() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
 
getSweepFlag() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
 
getSweepFlag() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
getSweepFlag() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
getSymbol() - Method in enum org.arakhne.afc.math.physics.SpaceUnit
Replies the localized symbol for this space unit.
getSymbol() - Method in enum org.arakhne.afc.math.physics.SpeedUnit
Replies the localized symbol for this space unit.
getSystemConfigurationDirectoryFor(String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the system configuration directory for the specified software.
getSystemConfigurationDirectoryNameFor(String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the user configuration directory for the specified software.
getSystemDefault(RoadType) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the system-default value for the type of road.
getSystemDefault(TrafficDirection, int) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the system default string-value for the traffic direction, at the given index in the list of system default values.
getSystemDefaults(TrafficDirection) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Replies the system default string-values for the traffic direction.
getSystemSettingsClass() - Static method in class org.arakhne.afc.vmutil.Android
Replies the class Secure from Android.
getSystemSharedLibraryDirectoryFor(String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the system shared library directory for the specified software.
getSystemSharedLibraryDirectoryNameFor(String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the system shared library directory for the specified software.
getTangent() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
 
getTangent() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
getTangent() - Method in class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
 
getTangent() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
getTangent() - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Replies the tangent vector at this point.
getTangent() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
getTangent() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
getTangent() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
getTangent() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
getTangent() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the tangent vector .
getTangentAt(double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getTangentAt(double) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getTangentAt(double) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getTangentAt(double) - Method in class org.arakhne.afc.math.geometry.d1.d.DefaultSegment1d
 
getTangentAt(double) - Method in interface org.arakhne.afc.math.geometry.d1.Segment1D
Replies the 2D tangent at the position on the segment.
getTangentX() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
 
getTangentX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
getTangentX() - Method in class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
 
getTangentX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
getTangentX() - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Replies the X coordinate of the direction vector.
getTangentX() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
getTangentX() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
getTangentX() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
getTangentX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
getTangentX() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the X coordinate of the tangent vector.
getTangentY() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
 
getTangentY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
getTangentY() - Method in class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
 
getTangentY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
getTangentY() - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Replies the Y coordinate of the direction vector.
getTangentY() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
getTangentY() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
getTangentY() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
getTangentY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
getTangentY() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the Y coordinate of the tangent vector.
getTangentZ() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
getTangentZ() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
getTangentZ() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
getTangentZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
getTangentZ() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the Z coordinate of the tangent vector.
getTarget() - Method in class org.arakhne.afc.bootique.log4j.configs.ConsoleAppenderConfig
Replies the console target.
getTargetInputStream() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Replies the input stream that was passed to the constructor.
getTaskDepth() - Method in class org.arakhne.afc.progress.DefaultProgression
 
getTaskDepth() - Method in interface org.arakhne.afc.progress.Progression
Replies the depth level of this task.
getTaskDepth() - Method in class org.arakhne.afc.progress.SubProgressionModel
 
getTaskProgression() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Replies the task progression.
getTaskProgression() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Replies the task progression.
getTerminalEnd() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
Replies the terminal end point if it exists.
getTerminalStart() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
Replies the terminal start point if it exists.
getText(Node, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the text inside the node at the specified path.
getTextAlign() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the current TextAlignment.
getTextBaseline() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the current Text Baseline.
getThirdChild() - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
Get the third child of this node.
getThreshold() - Method in class org.arakhne.afc.bootique.log4j.configs.ConsoleAppenderConfig
Replies if the text is flushed as soon as it it given to the logger.
getThreshold() - Method in class org.arakhne.afc.bootique.log4j.configs.FileAppenderConfig
Replies if the text is flushed as soon as it it given to the logger.
getTimestamp() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getTimestamp() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getTo() - Method in class org.arakhne.afc.javafx.changes.ListNonIterableChange
 
getTopContainer() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
Replies the top-most object which contains this MapElement.
getTopContainer() - Method in interface org.arakhne.afc.gis.primitive.GISContentElement
Replies the top-most object which contains this element.
getTopDownIterator() - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Replies a top-down iterator.
getTopDownIterator() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
getTopType() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider.ManyValueAttributeValue
Replies the type type associated to this attribute value.
getToX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
Replies the x coordinate of the target point.
getToX() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
Replies the x coordinate of the target point.
getToX() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
 
getToX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
getToX() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
 
getToX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
getToX() - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathElement3afp
Replies the x coordinate of the target point.
getToX() - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathElement3ai
Replies the x coordinate of the target point.
getToX() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d
 
getToX() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
 
getToX() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i
 
getToX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
 
getToY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
Replies the y coordinate of the target point.
getToY() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
Replies the y coordinate of the target point.
getToY() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
 
getToY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
getToY() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
 
getToY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
getToY() - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathElement3afp
Replies the y coordinate of the target point.
getToY() - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathElement3ai
Replies the y coordinate of the target point.
getToY() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d
 
getToY() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
 
getToY() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i
 
getToY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
 
getToZ() - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathElement3afp
Replies the z coordinate of the target point.
getToZ() - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathElement3ai
Replies the z coordinate of the target point.
getToZ() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d
 
getToZ() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
 
getToZ() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i
 
getToZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
 
getTraceElementAt(int) - Static method in class org.arakhne.afc.vmutil.caller.StackTraceCaller
Replies the stack trace element for the given level.
getTrafficDirection() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getTrafficDirection() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the traffic direction on this road segment.
getTrafficDirection() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getTrafficDirection() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getTranslationVector(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Replies the translation.
getTranslationX() - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Replies the X translation.
getTranslationX() - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Replies the X translation.
getTranslationY() - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Replies the Y translation.
getTranslationY() - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Replies the Y translation.
getTranslationZ() - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Replies the Z translation.
getTree() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
getTree() - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Replies the internal tree data structure.
getTreeNodeAt(double, double) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
getTreeNodeAt(double, double) - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Replies the tree node that is containing the given coordinates.
getTroneonCount() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the count of troneon.
getTroneonLength(int) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the distance between two bus halt.
getType() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the type of this metadata.
getType() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getType() - Method in class org.arakhne.afc.attrs.attr.NullAttribute
Replies the type.
getType() - Method in class org.arakhne.afc.attrs.collection.AttributeChangeEvent
Replies the type of event.
getType() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies the type of the bus halt.
getType() - Method in class org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidity
Replies the type of the invalidity.
getType() - Method in class org.arakhne.afc.gis.maplayer.MapLayerAttributeChangeEvent
Replies the type of event.
getType() - Method in class org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent
Replies the type of event.
getType() - Method in class org.arakhne.afc.io.dbase.DBaseFileField
Replies the type of the field.
getType() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
 
getType() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
 
getType() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
 
getType() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
getType() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
 
getType() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
getType() - Method in interface org.arakhne.afc.math.geometry.d2.PathElement2D
Replies the type of the element.
getType() - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathElement3afp
 
getType() - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathElement3ai
 
getType() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d
 
getType() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
 
getType() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i
 
getType() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
 
getType() - Method in interface org.arakhne.afc.math.geometry.d3.PathElement3D
Replies the type of the element.
getURI() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getURI() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getURL() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getURL() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getURL() - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumberStream
Replies the URL of the stream to test.
getURL() - Method in class org.arakhne.afc.inputoutput.xml.XMLResources.Entry
Replies the URL in this entry.
getUseLog4jConfig() - Method in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Replies if the configuration should be used for configuring the Log4j loggers.
getUserConfigurationDirectoryFor(String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the user configuration directory for the specified software.
getUserConfigurationDirectoryNameFor(String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the user configuration directory for the specified software.
getUserData() - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
getUserData() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getUserData() - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the first user data associated to this node.
getUserData(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getUserData(String) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies an user data associated to this segment.
getUserData(String) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getUserData(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getUserDataAt(int) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
Replies the user data at the given index.
getUserDataAt(int) - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
Replies the user data at the given index.
getUserDataAt(int) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
getUserDataAt(int) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getUserDataAt(int) - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the user data associated to this node which is at the specified index.
getUserDataCollection(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getUserDataCollection(String) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the user data associated to this segment.
getUserDataCollection(String) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getUserDataCollection(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getUserDataCount() - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
Replies the number of user data.
getUserDataCount() - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
Replies the number of user data.
getUserDataCount() - Method in class org.arakhne.afc.math.tree.LinkedTree
 
getUserDataCount() - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
getUserDataCount() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
getUserDataCount() - Method in interface org.arakhne.afc.math.tree.Tree
Replies the count of data inside this tree.
getUserDataCount() - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the count of user data associated to this node.
getUserHomeDirectory() - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the user home directory.
getUserHomeDirectoryName() - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the user home directory.
getUUID() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value of this metadata.
getUUID() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getUUID() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
Replies an unique identifier for element.
getUUID() - Method in interface org.arakhne.afc.gis.primitive.GISPrimitive
Replies the Unique identifier.
getUUID() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
getUUID() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getUUID() - Method in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
 
getUUID() - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an unique identifier for element.
getUUID() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
 
getUUID() - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
getUUID() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
getUUID() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
Replies the identifier of the network.
getUUID() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getValidBusHaltCount() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the count of valid bus halts into this itinerary.
getValue() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies the value attribute stored in the implementation of this interface.
getValue() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
getValue() - Method in class org.arakhne.afc.attrs.collection.AttributeChangeEvent
Replies the new value of the attribute.
getValue() - Method in class org.arakhne.afc.gis.maplayer.MapLayerAttributeChangeEvent
Replies the new value of the attribute.
getValue() - Method in class org.arakhne.afc.progress.DefaultProgression
 
getValue() - Method in interface org.arakhne.afc.progress.Progression
Returns the model's current value.
getValue() - Method in class org.arakhne.afc.progress.ProgressionEvent
Returns the model's current value.
getValue() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.PhantomReferencedValue
 
getValue() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.SoftReferencedValue
 
getValue() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.WeakReferencedValue
 
getValue(Progression) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Replies the value of the given task progression, if not null.
getValueToEnd(Progression) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Replies the value from the current progression value to the maximal progression value of the given task progression, if not null.
getValueType() - Method in class org.arakhne.afc.util.MultiValue
Replies the type of the value.
getVector() - Method in class org.arakhne.afc.math.geometry.d2.Vector2D.PowerResult
Replies the vector result.
getVector() - Method in class org.arakhne.afc.math.geometry.d3.Vector3D.PowerResult
Replies the vector result.
getVerticalRadius() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
getVerticalRadius() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
Replies the vertical radius of the ellipse.
getViewportBounds() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
getViewportBounds() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
getViewportBounds() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the bounds of the viewport in document coordinates.
getViewportCenterX() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
getViewportCenterX() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
getViewportCenterX() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the x coordinate of the viewport center in document coordinates.
getViewportCenterY() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
getViewportCenterY() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
getViewportCenterY() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the y coordinate of the viewport center in document coordinates.
getViewVector() - Static method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Replies the front vector.
getViewVector(T) - Static method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Replies the front vector.
getVirtualizedCandidate() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualCandidate
Replies the virtualized candidate.
getVirtualizedSegment() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
Replies the virtualized segment.
getVirtualizedSegment() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
Replies the virtualized segment.
getVisibleArea() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Replies the bounds of the visible area in document coordinates.
getVisibleBoundingBox() - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Replies the bounding box of this visible elements.
getVisibleBoundingBox() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
getVisualizationType() - Method in class org.arakhne.afc.gis.mapelement.MapElement
Replies the type of visualization that must be used by this element.
getVMBinary() - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Replies the current java VM binary.
getW() - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Replies the W coordinate.
getWidth() - Method in class org.arakhne.afc.gis.location.GeoLocationArea
Replies the width of the area.
getWidth() - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Returns the poly-element width in the geo-located referencial.
getWidth() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getWidth() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Returns the road width in the geo-located referencial.
getWidth() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getWidth() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getWidth() - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Replies the width.
getWidth() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
 
getWidth() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
 
getWidth() - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Replies the width.
getWidth() - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Replies the width.
getWidth() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
 
getWidth() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
 
getWidth() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
 
getWidth() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
 
getWidth() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Replies the width.
getWidth() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
getWidth() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Replies the width.
getWidth() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
getWidth() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
getWidth() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.AbstractCirclePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.AbstractEllipsePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.AbstractMultiShapePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.AbstractOrientedRectanglePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.AbstractParallelogramPathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.ProjectionToParallelogramLocalCoordinateSystemPathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.AbstractPathPathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.FlatteningPathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.afp.PathIteratorWrapper
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.RectanglePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.TransformedRectanglePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.AbstractRoundRectanglePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.afp.Segment2afp.SegmentPathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.AbstractTrianglePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.AbstractCirclePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.AbstractMultiShapePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.AbstractPathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.FlatteningPathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.ai.PathIteratorWrapper
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.RectanglePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.TransformedRectanglePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.AbstractSegmentPathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
getWindingRule() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the winding rule for the path.
getWindingRule() - Method in interface org.arakhne.afc.math.geometry.d2.PathIterator2D
Replies the winding rule for the path.
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.AbstractMultiShapePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.AbstractPathPathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.FlatteningPathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.afp.PathIteratorWrapper
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.RectanglePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.TransformedRectanglePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.afp.Segment3afp.SegmentPathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.AbstractSpherePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.AbstractMultiShapePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.AbstractPathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.FlatteningPathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.ai.PathIteratorWrapper
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.RectanglePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.TransformedRectanglePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.AbstractSegmentPathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.AbstractCirclePathIterator
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
getWindingRule() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
getWindingRule() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the winding rule for the path.
getWindingRule() - Method in interface org.arakhne.afc.math.geometry.d3.PathIterator3D
Replies the winding rule for the path.
getWrappedGraphicsContext2D() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Gets the GraphicsContext that is wrapped by this object.
getWrappedPath() - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
Replies the original path.
getWrappedPath() - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
Replies the original path.
getWrappedRoadConnection() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
getWrappedRoadConnection() - Method in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
 
getWrappedRoadConnection() - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies the wrapped road connection if this object is a wrapper to another road connection.
getWrappedRoadConnection() - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
getWrappedRoadConnection() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
getWrappedRoadSegment() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
getWrappedRoadSegment() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the wrapped road segment if this object is a wrapper to another road segment.
getWrappedRoadSegment() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
getWrappedRoadSegment() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
getX() - Method in class org.arakhne.afc.gis.location.GeoLocationArea
Replies the x coordinate of the lower-left corner.
getX() - Method in class org.arakhne.afc.gis.location.GeoLocationPoint
Replies the X-coordinate.
getX() - Method in class org.arakhne.afc.gis.mapelement.MapPonctualElement
Replies the x coordinate of the point.
getX() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
 
getX() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
 
getX() - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
getX() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
getX() - Method in class org.arakhne.afc.math.geometry.d1.ImmutablePoint1D
 
getX() - Method in class org.arakhne.afc.math.geometry.d1.ImmutableVector1D
 
getX() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Replies the center X.
getX() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
 
getX() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
 
getX() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Replies the center X.
getX() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
 
getX() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
 
getX() - Method in class org.arakhne.afc.math.geometry.d2.d.Circle2d
 
getX() - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
getX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
 
getX() - Method in interface org.arakhne.afc.math.geometry.d2.dfx.ReadOnlyUnitVectorProperty
Replies the x coordinate of the vector.
getX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
 
getX() - Method in class org.arakhne.afc.math.geometry.d2.dfx.UnitVectorProperty
Replies the x coordinate of the vector.
getX() - Method in class org.arakhne.afc.math.geometry.d2.i.Circle2i
 
getX() - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
getX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
 
getX() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
 
getX() - Method in class org.arakhne.afc.math.geometry.d2.ImmutablePoint2D
 
getX() - Method in class org.arakhne.afc.math.geometry.d2.ImmutableVector2D
 
getX() - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Get the x coordinate.
getX() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
getX() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
getX() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Replies the center X.
getX() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
getX() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
getX() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Replies the center X.
getX() - Method in class org.arakhne.afc.math.geometry.d3.d.Sphere3d
 
getX() - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
getX() - Method in interface org.arakhne.afc.math.geometry.d3.dfx.ReadOnlyUnitVectorProperty
Replies the x coordinate of the vector.
getX() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
 
getX() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
getX() - Method in class org.arakhne.afc.math.geometry.d3.dfx.UnitVectorProperty3dfx
Replies the x coordinate of the vector.
getX() - Method in class org.arakhne.afc.math.geometry.d3.i.Sphere3i
 
getX() - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
getX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
 
getX() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
getX() - Method in class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D
 
getX() - Method in class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
 
getX() - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Replies the X coordinate.
getX() - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Get the x coordinate.
getX(int) - Method in class org.arakhne.afc.gis.location.GeoLocationPointList
Replies the x-location.
getX1() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the X of the first point.
getX1() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies the first point X.
getX1() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies the X of the first point.
getX1() - Method in class org.arakhne.afc.math.geometry.d2.d.Segment2d
 
getX1() - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
getX1() - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
getX1() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
getX1() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
getX1() - Method in class org.arakhne.afc.math.geometry.d2.i.Segment2i
 
getX1() - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
getX1() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
getX1() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the X of the first point.
getX1() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies the X of the first point.
getX1() - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
getX1() - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
getX1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
getX1() - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
getX1() - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
getX1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
getX2() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the X of the second point.
getX2() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies the second point X.
getX2() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies the X of the second point.
getX2() - Method in class org.arakhne.afc.math.geometry.d2.d.Segment2d
 
getX2() - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
getX2() - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
getX2() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
getX2() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
getX2() - Method in class org.arakhne.afc.math.geometry.d2.i.Segment2i
 
getX2() - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
getX2() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
getX2() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the X of the second point.
getX2() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies the X of the second point.
getX2() - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
getX2() - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
getX2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
getX2() - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
getX2() - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
getX2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
getX3() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies the third point X.
getX3() - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
getX3() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
getY() - Method in class org.arakhne.afc.gis.location.GeoLocationArea
Replies the y coordinate of the lower-left corner.
getY() - Method in class org.arakhne.afc.gis.location.GeoLocationPoint
Replies the Y-coordinate.
getY() - Method in class org.arakhne.afc.gis.mapelement.MapPonctualElement
Replies the y coordinate of the point.
getY() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
 
getY() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
 
getY() - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
getY() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
getY() - Method in class org.arakhne.afc.math.geometry.d1.ImmutablePoint1D
 
getY() - Method in class org.arakhne.afc.math.geometry.d1.ImmutableVector1D
 
getY() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Replies the center y.
getY() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
 
getY() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
 
getY() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Replies the center y.
getY() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
 
getY() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
 
getY() - Method in class org.arakhne.afc.math.geometry.d2.d.Circle2d
 
getY() - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
getY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
 
getY() - Method in interface org.arakhne.afc.math.geometry.d2.dfx.ReadOnlyUnitVectorProperty
Replies the y coordinate of the vector.
getY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
 
getY() - Method in class org.arakhne.afc.math.geometry.d2.dfx.UnitVectorProperty
Replies the y coordinate of the vector.
getY() - Method in class org.arakhne.afc.math.geometry.d2.i.Circle2i
 
getY() - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
getY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
 
getY() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
 
getY() - Method in class org.arakhne.afc.math.geometry.d2.ImmutablePoint2D
 
getY() - Method in class org.arakhne.afc.math.geometry.d2.ImmutableVector2D
 
getY() - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Get the y coordinate.
getY() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
getY() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
getY() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Replies the center y.
getY() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
getY() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
getY() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Replies the center y.
getY() - Method in class org.arakhne.afc.math.geometry.d3.d.Sphere3d
 
getY() - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
getY() - Method in interface org.arakhne.afc.math.geometry.d3.dfx.ReadOnlyUnitVectorProperty
Replies the y coordinate of the vector.
getY() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
 
getY() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
getY() - Method in class org.arakhne.afc.math.geometry.d3.dfx.UnitVectorProperty3dfx
Replies the y coordinate of the vector.
getY() - Method in class org.arakhne.afc.math.geometry.d3.i.Sphere3i
 
getY() - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
getY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
 
getY() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
getY() - Method in class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D
 
getY() - Method in class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
 
getY() - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Replies the Y coordinate.
getY() - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Get the y coordinate.
getY(int) - Method in class org.arakhne.afc.gis.location.GeoLocationPointList
Replies the y-location.
getY1() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the Y of the first point.
getY1() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies the first point Y.
getY1() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies the Y of the first point.
getY1() - Method in class org.arakhne.afc.math.geometry.d2.d.Segment2d
 
getY1() - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
getY1() - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
getY1() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
getY1() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
getY1() - Method in class org.arakhne.afc.math.geometry.d2.i.Segment2i
 
getY1() - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
getY1() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
getY1() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the Y of the first point.
getY1() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies the Y of the first point.
getY1() - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
getY1() - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
getY1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
getY1() - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
getY1() - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
getY1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
getY2() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies the Y of the second point.
getY2() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies the second point Y.
getY2() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies the Y of the second point.
getY2() - Method in class org.arakhne.afc.math.geometry.d2.d.Segment2d
 
getY2() - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
getY2() - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
getY2() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
getY2() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
getY2() - Method in class org.arakhne.afc.math.geometry.d2.i.Segment2i
 
getY2() - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
getY2() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
getY2() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the Y of the second point.
getY2() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies the Y of the second point.
getY2() - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
getY2() - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
getY2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
getY2() - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
getY2() - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
getY2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
getY3() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies the third point Y.
getY3() - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
getY3() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
getZ() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
getZ() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
getZ() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Replies the center z.
getZ() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
getZ() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
getZ() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Replies the center z.
getZ() - Method in class org.arakhne.afc.math.geometry.d3.d.Sphere3d
 
getZ() - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
getZ() - Method in interface org.arakhne.afc.math.geometry.d3.dfx.ReadOnlyUnitVectorProperty
Replies the z coordinate of the vector.
getZ() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
 
getZ() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
getZ() - Method in class org.arakhne.afc.math.geometry.d3.dfx.UnitVectorProperty3dfx
Replies the z coordinate of the vector.
getZ() - Method in class org.arakhne.afc.math.geometry.d3.i.Sphere3i
 
getZ() - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
getZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
 
getZ() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
getZ() - Method in class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D
 
getZ() - Method in class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
 
getZ() - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Replies the Z coordinate.
getZ() - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Get the z coordinate.
getZ1() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the Z of the first point.
getZ1() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies the Z of the first point.
getZ1() - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
getZ1() - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
getZ1() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
getZ1() - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
getZ1() - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
getZ1() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
getZ2() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies the Z of the second point.
getZ2() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies the Z of the second point.
getZ2() - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
getZ2() - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
getZ2() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
getZ2() - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
getZ2() - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
getZ2() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
getZone() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
Replies the region covered by this node.
GHANA - org.arakhne.afc.util.CountryCode
GH.
GIBRALTAR - org.arakhne.afc.util.CountryCode
GI.
GIFFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for the GIF pictures.
GIFFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.GIFFileFilter
Construct.
GIFFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.GIFFileFilter
Constructor.
GIGAMETER - org.arakhne.afc.math.physics.SpaceUnit
gigameter.
GIS_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for Geographical Information System (GIS).
GIS_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for Geographical Information System (GIS).
GIS_POINT_DEMI_SIZE - Static variable in class org.arakhne.afc.gis.location.GeoLocationUtil
Demo-size of the area covered by a GIS point when computing its bounds (in meters).
GIS_POINT_SIZE - Static variable in class org.arakhne.afc.gis.location.GeoLocationUtil
Size of the area covered by a GIS point when computing its bounds (in meters).
GISBrowsable - Interface in org.arakhne.afc.gis.primitive
Describe a GIS element that could be displayed inside a GISDisplayer.
GisCanvas<T extends GISContainer<?>> - Class in org.arakhne.afc.gis.ui
Abstract implementation of a resizeable canvas for rendering GIS primitives.
GisCanvas(T) - Constructor for class org.arakhne.afc.gis.ui.GisCanvas
Constructor.
GisCanvas(T, Drawer<? super T>) - Constructor for class org.arakhne.afc.gis.ui.GisCanvas
Constructor.
GISCloneable<T> - Interface in org.arakhne.afc.gis.primitive
This interface is implemented by cloneable objects.
GISContainer<T extends GISElement> - Interface in org.arakhne.afc.gis.primitive
Container of GIS elements.
GISContentElement<C extends GISContainer<?>> - Interface in org.arakhne.afc.gis.primitive
GIS Element that known it is contained inside a GISContainer.
GISCoordinates - Class in org.arakhne.afc.gis.coordinate
Utilities to convert GIS coordinates.
GISEditable - Interface in org.arakhne.afc.gis.primitive
Describe a GIS primitive that could be edited.
GISEditableChangeAttributeChangeAdapter - Class in org.arakhne.afc.gis.primitive
Translate any AttributeChangeEvent to be received by a specified GISEditableChangeListener.
GISEditableChangeAttributeChangeAdapter(GISEditableChangeListener) - Constructor for class org.arakhne.afc.gis.primitive.GISEditableChangeAttributeChangeAdapter
Constructor.
GISEditableChangeAttributeChangeAdapter(GISEditableChangeListener, GISEditable) - Constructor for class org.arakhne.afc.gis.primitive.GISEditableChangeAttributeChangeAdapter
Constructor.
GISEditableChangeListener - Interface in org.arakhne.afc.gis.primitive
Listener on changes in a GISEditable object.
GISElement - Interface in org.arakhne.afc.gis.primitive
Element of a GIS application.
GISElementContainer<T extends MapElement> - Interface in org.arakhne.afc.gis.mapelement
Container of elements for a GIS application.
GisElementContainerDrawer<T extends MapElement> - Class in org.arakhne.afc.gis.ui.drawers
Drawer of a map element container.
GisElementContainerDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.GisElementContainerDrawer
Constructor.
GisElementContainerDrawer(Drawer<? super T>) - Constructor for class org.arakhne.afc.gis.ui.drawers.GisElementContainerDrawer
Constructor based on the given drawer.
GISElementSet<P extends MapElement> - Interface in org.arakhne.afc.gis
This interface describes a set that contains GIS primitives and that permits to find them according to there geo-location.
GISFlagContainer - Interface in org.arakhne.afc.gis.primitive
Describe a GIS primitive that could be mark with flags.
GISLayerContainer<L extends MapLayer> - Interface in org.arakhne.afc.gis.maplayer
Container of layers for a GIS application.
GisLayerContainerDrawer<T extends MapLayer> - Class in org.arakhne.afc.gis.ui.drawers
Drawer of a map layer containers.
GisLayerContainerDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.GisLayerContainerDrawer
Constructor.
GisLayerContainerDrawer(Drawer<? super T>) - Constructor for class org.arakhne.afc.gis.ui.drawers.GisLayerContainerDrawer
Constructor based on the given drawer.
GISLayerIOConstants - Class in org.arakhne.afc.gis.io.binary
Constants for the reader of the writer of GIS layers in a Java serialized files.
GISLayerReader - Class in org.arakhne.afc.gis.io.binary
Reader of GIS elements in a Java serialized form.
GISLayerReader(File) - Constructor for class org.arakhne.afc.gis.io.binary.GISLayerReader
Constructs a GIS reader.
GISLayerReader(InputStream) - Constructor for class org.arakhne.afc.gis.io.binary.GISLayerReader
Constructs a GIS reader.
GISLayerReader(URL) - Constructor for class org.arakhne.afc.gis.io.binary.GISLayerReader
Constructs a GIS reader.
GISLayerReader(ReadableByteChannel) - Constructor for class org.arakhne.afc.gis.io.binary.GISLayerReader
Constructs a GIS writer.
GISLayerWriter - Class in org.arakhne.afc.gis.io.binary
Writer of GIS elements in a Java serialized form.
GISLayerWriter(File) - Constructor for class org.arakhne.afc.gis.io.binary.GISLayerWriter
Constructs a GIS writer.
GISLayerWriter(OutputStream) - Constructor for class org.arakhne.afc.gis.io.binary.GISLayerWriter
Constructs a GIS writer.
GISLayerWriter(URL) - Constructor for class org.arakhne.afc.gis.io.binary.GISLayerWriter
Constructs a GIS writer.
GISLayerWriter(WritableByteChannel) - Constructor for class org.arakhne.afc.gis.io.binary.GISLayerWriter
Constructs a GIS writer.
GisPane<T extends GISContainer<?>> - Class in org.arakhne.afc.gis.ui
Resizeable pane for rendering GIS primitives.
GisPane(GisCanvas<T>) - Constructor for class org.arakhne.afc.gis.ui.GisPane
Constructor with the canvas.
GisPane(T) - Constructor for class org.arakhne.afc.gis.ui.GisPane
Constructor.
GisPane(T, Drawer<? super T>) - Constructor for class org.arakhne.afc.gis.ui.GisPane
Constructor.
GISPolylineSet<P extends MapPolyline> - Interface in org.arakhne.afc.gis
This interface describes a set that contains GIS primitives and that permits to find them according to there geo-location.
GISPrimitive - Interface in org.arakhne.afc.gis.primitive
A primitive inside a GIS context.
GISSet<P extends GISPrimitive> - Interface in org.arakhne.afc.gis
This interface describes a set that contains GIS primitives and that permits to find them according to there geo-location.
GISShapeFileConstants - Class in org.arakhne.afc.gis.io.shape
Constants for the reader of the writer of GIS elements in a ESRi shapefile.
GISShapeFileReader - Class in org.arakhne.afc.gis.io.shape
Reader of GIS elements from an ESRi shapefile.
GISShapeFileReader(File) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified file.
GISShapeFileReader(File, Class<? extends MapElement>) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified file.
GISShapeFileReader(File, Class<? extends MapElement>, DBaseFileReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified file.
GISShapeFileReader(File, Class<? extends MapElement>, DBaseFileReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified file.
GISShapeFileReader(File, Class<? extends MapElement>, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified file.
GISShapeFileReader(File, Class<? extends MapElement>, DBaseFileReader, ShapeFileIndexReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified file.
GISShapeFileReader(File, Class<? extends MapElement>, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified file.
GISShapeFileReader(File, DBaseFileReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified file.
GISShapeFileReader(File, DBaseFileReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified file.
GISShapeFileReader(File, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified file.
GISShapeFileReader(File, DBaseFileReader, ShapeFileIndexReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified file.
GISShapeFileReader(File, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified file.
GISShapeFileReader(InputStream) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(InputStream, Class<? extends MapElement>) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(InputStream, Class<? extends MapElement>, DBaseFileReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(InputStream, Class<? extends MapElement>, DBaseFileReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(InputStream, Class<? extends MapElement>, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(InputStream, Class<? extends MapElement>, DBaseFileReader, ShapeFileIndexReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified input stream.
GISShapeFileReader(InputStream, Class<? extends MapElement>, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(InputStream, DBaseFileReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(InputStream, DBaseFileReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(InputStream, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(InputStream, DBaseFileReader, ShapeFileIndexReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(InputStream, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified URL.
GISShapeFileReader(URL, Class<? extends MapElement>) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified URL.
GISShapeFileReader(URL, Class<? extends MapElement>, DBaseFileReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified URL.
GISShapeFileReader(URL, Class<? extends MapElement>, DBaseFileReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified URL.
GISShapeFileReader(URL, Class<? extends MapElement>, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified URL.
GISShapeFileReader(URL, Class<? extends MapElement>, DBaseFileReader, ShapeFileIndexReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified URL.
GISShapeFileReader(URL, Class<? extends MapElement>, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified URL.
GISShapeFileReader(URL, DBaseFileReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified URL.
GISShapeFileReader(URL, DBaseFileReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified URL.
GISShapeFileReader(URL, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified URL.
GISShapeFileReader(URL, DBaseFileReader, ShapeFileIndexReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified URL.
GISShapeFileReader(URL, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified URL.
GISShapeFileReader(ReadableByteChannel) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(ReadableByteChannel, Class<? extends MapElement>) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(ReadableByteChannel, Class<? extends MapElement>, DBaseFileReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(ReadableByteChannel, Class<? extends MapElement>, DBaseFileReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(ReadableByteChannel, Class<? extends MapElement>, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(ReadableByteChannel, Class<? extends MapElement>, DBaseFileReader, ShapeFileIndexReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(ReadableByteChannel, Class<? extends MapElement>, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(ReadableByteChannel, DBaseFileReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(ReadableByteChannel, DBaseFileReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(ReadableByteChannel, DBaseFileReader, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(ReadableByteChannel, DBaseFileReader, ShapeFileIndexReader, URL) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileReader(ReadableByteChannel, ShapeFileIndexReader) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Create a reader of shapes from specified channel.
GISShapeFileWriter - Class in org.arakhne.afc.gis.io.shape
Writer of GIS elements in a ESRi shapefile.
GISShapeFileWriter(File, ShapeElementType, Rectangle2d) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISShapeFileWriter(File, ShapeElementType, Rectangle2d, DBaseFileWriter) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISShapeFileWriter(File, ShapeElementType, Rectangle2d, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISShapeFileWriter(File, ShapeElementType, Rectangle2d, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISShapeFileWriter(OutputStream, ShapeElementType, Rectangle2d) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISShapeFileWriter(OutputStream, ShapeElementType, Rectangle2d, DBaseFileWriter) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISShapeFileWriter(OutputStream, ShapeElementType, Rectangle2d, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISShapeFileWriter(OutputStream, ShapeElementType, Rectangle2d, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISShapeFileWriter(URL, ShapeElementType, Rectangle2d) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISShapeFileWriter(URL, ShapeElementType, Rectangle2d, DBaseFileWriter) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISShapeFileWriter(URL, ShapeElementType, Rectangle2d, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISShapeFileWriter(URL, ShapeElementType, Rectangle2d, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISShapeFileWriter(WritableByteChannel, ShapeElementType, Rectangle2d) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISShapeFileWriter(WritableByteChannel, ShapeElementType, Rectangle2d, DBaseFileWriter) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISShapeFileWriter(WritableByteChannel, ShapeElementType, Rectangle2d, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISShapeFileWriter(WritableByteChannel, ShapeElementType, Rectangle2d, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Constructs a GIS writer.
GISTreeBoundedArea - Interface in org.arakhne.afc.gis.tree
Interface that is representing a bounded area in a GIS tree set.
GISTreeBrowsable<E extends GISBrowsable> - Interface in org.arakhne.afc.gis.primitive
Describe a GIS element that could be displayed inside a GISDisplayer.
GISTreeNode<P extends GISPrimitive,​N extends GISTreeNode<P,​N>> - Interface in org.arakhne.afc.gis.tree
This interfaces defines a tree node for a GISTreeSet.
GISTreeSet<P extends GISPrimitive,​N extends GISTreeNode<P,​N>> - Interface in org.arakhne.afc.gis.tree
This interface describes a tree that contains GIS primitives and that permits to find them according to there geo-location.
GISTreeSetConstants - Class in org.arakhne.afc.gis.tree
Constants for quad trees that contains GIS primitives.
GISTreeSetNode<P extends GISPrimitive> - Class in org.arakhne.afc.gis.tree
A node inside a StandardGISTreeSet.
GISTreeSetNode(IcosepQuadTreeNode.IcosepQuadTreeZone, double, double, double, double) - Constructor for class org.arakhne.afc.gis.tree.GISTreeSetNode
Constructor.
GISTreeSetNodeFactory<P extends GISPrimitive,​N extends TreeNode<P,​N>> - Interface in org.arakhne.afc.gis.tree
Builder for GIS tree nodes.
GISTreeSetUtil - Class in org.arakhne.afc.gis.tree
Utilities for GISTreeSet.
GMLFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for the "GML" files.
GMLFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.GMLFileFilter
Construct.
GMLFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.GMLFileFilter
Constructor.
Graph<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Interface in org.arakhne.afc.math.graph
This interface representes a graph.
GraphCourseModel<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Interface in org.arakhne.afc.math.graph
This class permits to implement specifical algorithm to make a course inside a graph.
GraphIterationElement<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Class in org.arakhne.afc.math.graph
Describe an element of the graph during an iteration.
GraphIterationElement(ST, ST, PT, boolean, double, double) - Constructor for class org.arakhne.afc.math.graph.GraphIterationElement
Constructor.
GraphIterationElementComparator<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Class in org.arakhne.afc.math.graph
Compare two iteration elements.
GraphIterationElementComparator(boolean) - Constructor for class org.arakhne.afc.math.graph.GraphIterationElementComparator
Constructor.
GraphIterator<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Class in org.arakhne.afc.math.graph
This class is an iterator on a graph.
GraphIterator(Graph<ST, PT>, GraphCourseModel<ST, PT>, ST, PT, boolean, boolean, double) - Constructor for class org.arakhne.afc.math.graph.GraphIterator
Constructor.
GraphIterator(Graph<ST, PT>, GraphCourseModel<ST, PT>, ST, PT, boolean, boolean, double, double, DynamicDepthUpdater<ST, PT>) - Constructor for class org.arakhne.afc.math.graph.GraphIterator
Constructor.
GraphIterator(Graph<ST, PT>, ST, PT, boolean, boolean, double) - Constructor for class org.arakhne.afc.math.graph.GraphIterator
Constructor.
GraphMLFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for the "GraphML" files.
GraphMLFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.GraphMLFileFilter
Construct.
GraphMLFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.GraphMLFileFilter
Constructor.
GraphPath<GP extends GraphPath<GP,​ST,​PT>,​ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Class in org.arakhne.afc.math.graph
This class describes a path inside a graph.
GraphPath() - Constructor for class org.arakhne.afc.math.graph.GraphPath
Construct a path.
GraphPath(List<ST>) - Constructor for class org.arakhne.afc.math.graph.GraphPath
Constructor of graph path that is backed to the given list.
GraphPath(ST, PT) - Constructor for class org.arakhne.afc.math.graph.GraphPath
Constructor.
GraphPoint<PT extends GraphPoint<PT,​ST>,​ST extends GraphSegment<ST,​PT>> - Interface in org.arakhne.afc.math.graph
This interface representes a graph's point.
GraphPoint.GraphPointConnection<PT extends GraphPoint<PT,​ST>,​ST extends GraphSegment<ST,​PT>> - Interface in org.arakhne.afc.math.graph
Describes a connection pair composed of the graph point and one graph segment.
GraphSegment<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Interface in org.arakhne.afc.math.graph
This interface representes a graph's segment.
GraphSegmentList<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Interface in org.arakhne.afc.math.graph
This class describes a path inside a graph.
GRAY - Static variable in class org.arakhne.afc.vmutil.ColorNames
The name of the gray color within in W3C Color Standard.
GREECE - org.arakhne.afc.util.CountryCode
GR.
GREEN - Static variable in class org.arakhne.afc.vmutil.ColorNames
The name of the green color within in W3C Color Standard.
GREENLAND - org.arakhne.afc.util.CountryCode
GL.
GRENADA - org.arakhne.afc.util.CountryCode
GD.
grep(String, String) - Static method in class org.arakhne.afc.vmutil.AbstractOperatingSystemWrapper
Replies the first line that contains the given selector.
grid - Variable in class org.arakhne.afc.gis.grid.AbstractGISGridSet
Internal representation.
Grid<P extends GISPrimitive> - Class in org.arakhne.afc.gis.grid
A grid.
Grid(int, int, Rectangle2d) - Constructor for class org.arakhne.afc.gis.grid.Grid
Constructor.
GridCell<P extends GISPrimitive> - Class in org.arakhne.afc.gis.grid
Element of the grid.
GridCell(int, int, Rectangle2d) - Constructor for class org.arakhne.afc.gis.grid.GridCell
Constructor.
GridCellElement<P extends GISPrimitive> - Class in org.arakhne.afc.gis.grid
Element inside a grid cell.
GridCellElement(P) - Constructor for class org.arakhne.afc.gis.grid.GridCellElement
Constructor.
GridMapElementLayer<E extends MapElement> - Class in org.arakhne.afc.gis.maplayer
This class represents a layer that contains map elements stored in a grid data structure.
GridMapElementLayer(boolean, Rectangle2d) - Constructor for class org.arakhne.afc.gis.maplayer.GridMapElementLayer
Create a new layer with the specified attribute source.
GridMapElementLayer(UUID, boolean, Rectangle2d) - Constructor for class org.arakhne.afc.gis.maplayer.GridMapElementLayer
Create a new layer with the specified attribute source.
GridMapElementLayer(UUID, AttributeCollection, boolean, Rectangle2d) - Constructor for class org.arakhne.afc.gis.maplayer.GridMapElementLayer
Create a new layer with the specified attribute source.
GridMapElementLayer(UUID, AttributeCollection, Rectangle2d) - Constructor for class org.arakhne.afc.gis.maplayer.GridMapElementLayer
Create a new layer with the specified attribute source.
GridMapElementLayer(UUID, Rectangle2d) - Constructor for class org.arakhne.afc.gis.maplayer.GridMapElementLayer
Create a new layer with the specified attribute source.
GridMapElementLayer(AttributeCollection, boolean, Rectangle2d) - Constructor for class org.arakhne.afc.gis.maplayer.GridMapElementLayer
Create a new layer with the specified attribute source.
GridMapElementLayer(AttributeCollection, Rectangle2d) - Constructor for class org.arakhne.afc.gis.maplayer.GridMapElementLayer
Create a new layer with the specified attribute source.
GridMapElementLayer(Rectangle2d) - Constructor for class org.arakhne.afc.gis.maplayer.GridMapElementLayer
Create a new layer with the specified attribute source.
GroovyOperator - Annotation Type in org.arakhne.afc.vmutil.annotations
Annotation for marking functions that are implementations of Groovy operators.
groupIterator() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies the iterator on the groups.
groups() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies the iterator on the groups.
GROW_SIZE - Static variable in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Multiple of cubic & quad curve size.
GROW_SIZE - Static variable in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Multiple of cubic & quad curve size.
GROW_SIZE - Static variable in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Multiple of cubic & quad curve size.
GROW_SIZE - Static variable in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Multiple of cubic & quad curve size.
GUADELOUPE - org.arakhne.afc.util.CountryCode
GP.
GUAM - org.arakhne.afc.util.CountryCode
GU.
GUATEMALA - org.arakhne.afc.util.CountryCode
GT.
GUERNSEY - org.arakhne.afc.util.CountryCode
GG.
GUINEA - org.arakhne.afc.util.CountryCode
GN.
GUINEA_BISSAU - org.arakhne.afc.util.CountryCode
GW.
GUYANA - org.arakhne.afc.util.CountryCode
GY.
GXLFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for the "Graph Exchange Format" files.
GXLFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.GXLFileFilter
Construct.
GXLFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.GXLFileFilter
Constructor.

H

HAITI - org.arakhne.afc.util.CountryCode
HT.
HALT_NOT_IN_ITINERARY - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
A bus itinerary halt is not inside an bus itinerary.
HALT_NOT_ON_ROAD_SEGMENT - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
The bus itinerary halt is not mapped to a road segment.
Handler - Class in org.arakhne.afc.vmutil.file
The class Handler is supporting file protocol for URL streams.
Handler - Class in org.arakhne.afc.vmutil.resource
The class Handler is supporting resource protocol for URL streams.
Handler() - Constructor for class org.arakhne.afc.vmutil.file.Handler
 
Handler() - Constructor for class org.arakhne.afc.vmutil.resource.Handler
 
HandlerFactory - Class in org.arakhne.afc.vmutil.file
Deprecated, for removal: This API element is subject to removal in a future version.
since 17.0, see HandlerProvider.
HandlerFactory - Class in org.arakhne.afc.vmutil.resource
Deprecated, for removal: This API element is subject to removal in a future version.
since 17.0, see HandlerFactory.
HandlerFactory() - Constructor for class org.arakhne.afc.vmutil.file.HandlerFactory
Deprecated.
 
HandlerFactory() - Constructor for class org.arakhne.afc.vmutil.resource.HandlerFactory
Deprecated.
 
HandlerProvider - Class in org.arakhne.afc.vmutil.file
Provider for the "file" URL handler.
HandlerProvider - Class in org.arakhne.afc.vmutil.resource
Provider for the "resource" URL handler.
HandlerProvider() - Constructor for class org.arakhne.afc.vmutil.file.HandlerProvider
 
HandlerProvider() - Constructor for class org.arakhne.afc.vmutil.resource.HandlerProvider
 
HARD_DISK - org.arakhne.afc.vmutil.OperatingSystemIdentificationType
Identification comes from the hard disk.
hasAttribute(String) - Method in class org.arakhne.afc.attrs.collection.AbstractBufferedAttributeProvider
 
hasAttribute(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies if the given attribute exists.
hasAttribute(String) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
hasAttribute(String) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
hasAttribute(String) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
 
hasAttribute(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
hasAttribute(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
hasAttribute(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
hasAttribute(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
hasAttribute(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
 
hasAttributeInDBase(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
Replies if the specified attribute exists inside the dBase file.
hasBusHaltOnSegment(RoadSegment) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies if the given segment has a bus halt on it.
hasChild(N) - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
Returns true if the specified node is effectively a child of this node, false otherwise.
hasCommandLineOption(String) - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Replies if an option was specified on the command line.
hasExtension(File, String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies if the specified file has the specified extension.
hasExtension(String, String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies if the specified file has the specified extension.
hasExtension(URL, String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies if the specified file has the specified extension.
hasFlag(int) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
hasFlag(int) - Method in class org.arakhne.afc.gis.mapelement.MapElement
 
hasFlag(int) - Method in interface org.arakhne.afc.gis.primitive.FlagContainer
Replies if the specified flag is set for this element.
hasFlag(int) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
hasFlag(int) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
hashCode() - Method in class org.arakhne.afc.agentmotion.AgentMotion
 
hashCode() - Method in class org.arakhne.afc.agentmotion.common.AbstractTargetPositionPredictionAlgorithm
 
hashCode() - Method in class org.arakhne.afc.agentmotion.common.EvadingAlgorithm
 
hashCode() - Method in class org.arakhne.afc.agentmotion.common.FacingAlgorithm
 
hashCode() - Method in class org.arakhne.afc.agentmotion.common.PursuingAlgorithm
 
hashCode() - Method in class org.arakhne.afc.agentmotion.common.RandomAlgorithm
 
hashCode() - Method in class org.arakhne.afc.attrs.attr.AttributeImpl
 
hashCode() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
hashCode() - Method in class org.arakhne.afc.attrs.attr.NullAttribute
 
hashCode() - Method in class org.arakhne.afc.attrs.attr.Timestamp
 
hashCode() - Method in class org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidity
 
hashCode() - Method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
 
hashCode() - Method in class org.arakhne.afc.gis.grid.GridCellElement
 
hashCode() - Method in class org.arakhne.afc.gis.location.AbstractGeoLocation
 
hashCode() - Method in class org.arakhne.afc.gis.location.GeoId
 
hashCode() - Method in class org.arakhne.afc.gis.location.GeoLocationArea
 
hashCode() - Method in class org.arakhne.afc.gis.location.GeoLocationNowhere
 
hashCode() - Method in class org.arakhne.afc.gis.location.GeoLocationPoint
 
hashCode() - Method in class org.arakhne.afc.gis.location.GeoLocationPointList
 
hashCode() - Method in class org.arakhne.afc.gis.mapelement.MapCircle
 
hashCode() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
 
hashCode() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
 
hashCode() - Method in class org.arakhne.afc.gis.mapelement.MapElement
 
hashCode() - Method in class org.arakhne.afc.gis.mapelement.MapPonctualElement
 
hashCode() - Method in class org.arakhne.afc.gis.primitive.GISEditableChangeAttributeChangeAdapter
 
hashCode() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualCandidate
hashCode() - Method in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
 
hashCode() - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
hashCode() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection.Connection
 
hashCode() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
hashCode() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
hashCode() - Method in class org.arakhne.afc.io.dbase.DBaseFileField
 
hashCode() - Method in class org.arakhne.afc.io.shape.ESRIBounds
 
hashCode() - Method in class org.arakhne.afc.io.shape.ShapeFileIndexRecord
 
hashCode() - Method in class org.arakhne.afc.math.DoubleRange
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractRectangularShape1d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractShape1d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d1.d.Rectangle1d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d1.ImmutablePoint1D
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d1.ImmutableVector1D
 
hashCode() - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Returns a hash number based on the data values in this object.
hashCode() - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractRectangularShape2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractShape2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.Circle2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.MultiShape2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ClosePathElement2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.CurvePathElement2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.LinePathElement2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.MovePathElement2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.QuadPathElement2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.Rectangle2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.Segment2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractShape2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.MultiShape2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.LinePathElement2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.MovePathElement2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractRectangularShape2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractShape2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.Circle2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.MultiShape2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ClosePathElement2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.CurvePathElement2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.LinePathElement2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.MovePathElement2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.QuadPathElement2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.Rectangle2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.Segment2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractShape2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.MultiShape2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.LinePathElement2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.MovePathElement2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ImmutablePoint2D
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.ImmutableVector2D
 
hashCode() - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Returns a hash code value based on the data values in this object.
hashCode() - Method in class org.arakhne.afc.math.geometry.d2.Vector2D.PowerResult
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.d.AbstractShape3d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.d.MultiShape3d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.d.Sphere3d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.dfx.AbstractShape3dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.dfx.MultiShape3dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractShape3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.MultiShape3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.Sphere3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractShape3ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ifx.MultiShape3ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D
 
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
 
hashCode() - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Returns a hash code value based on the data values in this object.
hashCode() - Method in class org.arakhne.afc.math.geometry.d3.Vector3D.PowerResult
 
hashCode() - Method in class org.arakhne.afc.math.graph.astar.AStar.Candidate
 
hashCode() - Method in class org.arakhne.afc.math.graph.GraphIterationElement
 
hashCode() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Returns a hash code value based on the data values in this object.
hashCode() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Returns a hash code value based on the data values in this object.
hashCode() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Returns a hash code value based on the data values in this object.
hashCode() - Method in class org.arakhne.afc.references.AbstractReferencedSet
 
hashCode() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap
 
hashCode() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.PhantomReferencedValue
 
hashCode() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.SoftReferencedValue
 
hashCode() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.WeakReferencedValue
 
hashCode() - Method in class org.arakhne.afc.references.ComparableSoftReference
 
hashCode() - Method in class org.arakhne.afc.references.ComparableWeakReference
 
hashCode() - Method in class org.arakhne.afc.util.MultiValue
 
hashCode() - Method in class org.arakhne.afc.util.OutputParameter
 
hashCode() - Method in class org.arakhne.afc.util.Quadruplet
 
hashCode() - Method in class org.arakhne.afc.util.Triplet
 
hashCode() - Method in class org.arakhne.afc.vmutil.MACNumber
 
hashKey() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
hashKey() - Method in interface org.arakhne.afc.gis.primitive.GISElement
Replies a string suitable for hashtables.
hasM() - Method in enum org.arakhne.afc.io.shape.ShapeElementType
Replies if this type of shape element supports the M coordinates.
hasMultipleValues() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider.ManyValueAttributeValue
Replies if this attribute has multiple values.
hasNext() - Method in class org.arakhne.afc.attrs.collection.AttributeIterator
 
hasNext() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegmentIterator
 
hasNext() - Method in class org.arakhne.afc.gis.tree.BudgetIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.CirclePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.TransformedCirclePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.EllipsePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.TransformedEllipsePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.AbstractMultiShapePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.OrientedRectanglePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.TransformedOrientedRectanglePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.ParallelogramPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.ProjectionToParallelogramLocalCoordinateSystemPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.TransformedParallelogramPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.FlatteningPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.PathPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.TransformedPathPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.PathIteratorWrapper
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.RectanglePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.TransformedRectanglePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.RoundRectanglePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.TransformedRoundRectanglePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.Segment2afp.SegmentPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TransformedTrianglePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TrianglePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.CirclePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.CirclePerimeterIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.TransformedCirclePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.AbstractMultiShapePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.MultiShapePointIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.FlatteningPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.PathPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.PixelIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.TransformedPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.PathIteratorWrapper
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.RectanglePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.RectangleSideIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.TransformedRectanglePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.BresenhamLineIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.SegmentPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.TransformedSegmentPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.AbstractMultiShapePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.FlatteningPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PathPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.TransformedPathPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.afp.PathIteratorWrapper
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.RectanglePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.TransformedRectanglePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.afp.Segment3afp.SegmentPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.SpherePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.TransformedCirclePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.AbstractMultiShapePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.MultiShapePointIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.FlatteningPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PathPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PixelIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.TransformedPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.PathIteratorWrapper
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.RectanglePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.RectangleSideIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.TransformedRectanglePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.BresenhamLineIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.SegmentPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.TransformedSegmentPathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.SpherePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.SpherePerimeterIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.TransformedCirclePathIterator
 
hasNext() - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendIterator
 
hasNext() - Method in class org.arakhne.afc.math.graph.GraphIterator
 
hasNext() - Method in class org.arakhne.afc.math.tree.iterator.AbstractBroadFirstTreeIterator
 
hasNext() - Method in class org.arakhne.afc.math.tree.iterator.AbstractDataTreeIterator
 
hasNext() - Method in class org.arakhne.afc.math.tree.iterator.AbstractInfixDepthFirstTreeIterator
 
hasNext() - Method in class org.arakhne.afc.math.tree.iterator.AbstractPostfixDepthFirstTreeIterator
 
hasNext() - Method in class org.arakhne.afc.math.tree.iterator.AbstractPrefixDepthFirstTreeIterator
 
hasNext() - Method in class org.arakhne.afc.math.tree.iterator.BroadFirstForestIterator
 
hasNext() - Method in class org.arakhne.afc.math.tree.iterator.DataBroadFirstForestIterator
 
hasNext() - Method in class org.arakhne.afc.math.tree.iterator.DataDepthFirstForestIterator
 
hasNext() - Method in class org.arakhne.afc.math.tree.iterator.DepthFirstForestIterator
 
hasNext() - Method in class org.arakhne.afc.sizediterator.ArraySizedIterator
 
hasNext() - Method in class org.arakhne.afc.sizediterator.CollectionSizedIterator
 
hasNext() - Method in class org.arakhne.afc.sizediterator.EmptyIterator
 
hasNext() - Method in class org.arakhne.afc.sizediterator.ModifiableCollectionSizedIterator
 
hasNext() - Method in class org.arakhne.afc.sizediterator.MultiSizedIterator
 
hasNext() - Method in class org.arakhne.afc.sizediterator.SingleIterator
 
hasNext() - Method in class org.arakhne.afc.sizediterator.UnmodifiableCollectionSizedIterator
 
hasNext() - Method in class org.arakhne.afc.sizediterator.UnmodifiableMapKeySizedIterator
 
hasNext() - Method in class org.arakhne.afc.sizediterator.UnmodifiableMapValueSizedIterator
 
hasNext() - Method in class org.arakhne.afc.sizediterator.UnmodifiableSizedIterator
 
hasNext() - Method in class org.arakhne.afc.util.MultiCollection.MultiIterator
 
hasNext() - Method in class org.arakhne.afc.util.UnmodifiableIterator
 
hasOption(int) - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Replies if the specified option was set.
hasOption(String) - Method in class org.arakhne.afc.vmutil.VMCommandLine
Replies if the given option is present on the command line.
hasPath() - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Replies if this transformation has a path.
hasPrevious() - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendIterator
 
hasPrevious() - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendIterator
 
hasUserData(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
hasUserData(String) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies if at least one user data is associated to the given identifier.
hasUserData(String) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
hasUserData(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
hasZ() - Method in enum org.arakhne.afc.io.shape.ShapeElementType
Replies if this type of shape element supports the Z coordinates.
haversine(double) - Static method in class org.arakhne.afc.math.MathUtil
Replies the half of the versine (aka, haversine) of the specified angle.
HEADER_BYTES - Static variable in class org.arakhne.afc.io.shape.ESRIFileUtil
Size (in bytes) of the standard shape file header.
HEADER_KEY - Static variable in class org.arakhne.afc.gis.io.binary.GISLayerIOConstants
Starting key for the files that contains serialized GIS layers.
headSet(Integer) - Method in class org.arakhne.afc.util.IntegerList
 
HeapAttributeCollection - Class in org.arakhne.afc.attrs.collection
This class implements an attribute provider which only works with the Heap space.
HeapAttributeCollection() - Constructor for class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
HEARD_ISLAND_AND_MCDONALD_ISLANDS - org.arakhne.afc.util.CountryCode
HM.
HECTOMETER - org.arakhne.afc.math.physics.SpaceUnit
hectometer.
height - Variable in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
height property.
height - Variable in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
height property.
height - Variable in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
height property.
height - Variable in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
height property.
HEIGHT - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
height.
heightProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
Replies the property that is the height of the box.
heightProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
Replies the property that is the height of the box.
heightProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
Replies the property that is the height of the box.
heightProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
Replies the property that is the height of the box.
heightProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
Replies the property that is the height of the box.
heightProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
Replies the property that is the height of the box.
heightProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
Replies the property that is the height of the box.
heightProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
Replies the property that is the height of the box.
heightProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
Replies the property that is the height of the box.
HIGH - org.arakhne.afc.nodefx.LevelOfDetails
High level of details.
higherIndex(List<T>, Comparator<? super T>, T) - Static method in class org.arakhne.afc.util.ListUtil
Returns the index of the least element in this list strictly greater than the given element, or -1 if there is no such element.
HOME_DIRECTORY - Static variable in class org.arakhne.afc.vmutil.Android
Name of the home directory.
HONDURAS - org.arakhne.afc.util.CountryCode
HN.
HONG_KONG - org.arakhne.afc.util.CountryCode
HK.
horizontalSplit - Variable in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
Split line.
HPUX - org.arakhne.afc.vmutil.OperatingSystem
HPUX®.
HTML - org.arakhne.afc.bootique.log4j.configs.LayoutType
HTML layout.
HTMLFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for Hypertext file document.
HTMLFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.HTMLFileFilter
Construct.
HTMLFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.HTMLFileFilter
Constructor.
HTTP - org.arakhne.afc.vmutil.URISchemeType
One of the most widely used URL scheme is the http scheme.
HTTPS - org.arakhne.afc.vmutil.URISchemeType
One of the most widely used URL scheme is the https scheme.
HUB_ADDED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A bus hub was added into a bus network.
HUB_CHANGED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A bus hub has changed.
HUB_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A bus hub was removed from a bus network.
HUNGARY - org.arakhne.afc.util.CountryCode
HU.

I

ICELAND - org.arakhne.afc.util.CountryCode
IS.
ICON_ONLY - org.arakhne.afc.gis.mapelement.MapElement.VisualizationType
Only the icon of the element must be displayed.
ICOSEP - org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode.IcosepBinaryTreeZone
intersection zone.
ICOSEP - org.arakhne.afc.math.tree.node.IcosepOctTreeNode.IcosepOctTreeZone
intersection zone.
ICOSEP - org.arakhne.afc.math.tree.node.IcosepQuadTreeNode.IcosepQuadTreeZone
intersection zone.
IcosepBinaryTreeNode<D,​N extends IcosepBinaryTreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a tree for which each node has two children and that implements the Icosep heuristic.
IcosepBinaryTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
Empty node.
IcosepBinaryTreeNode(boolean) - Constructor for class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
Construct node.
IcosepBinaryTreeNode(boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
Construct node.
IcosepBinaryTreeNode(boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
Construct node.
IcosepBinaryTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
Construct node.
IcosepBinaryTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
Construct node.
IcosepBinaryTreeNode.DefaultIcosepBinaryTreeNode<D> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a quad tree with icosep heuristic.
IcosepBinaryTreeNode.IcosepBinaryTreeZone - Enum in org.arakhne.afc.math.tree.node
This is the generic implementation of a tree for which each node has two children.
IcosepOctTreeNode<D,​N extends IcosepOctTreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a tree for which each node has height children and that implements the Icosep heuristic.
IcosepOctTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
Empty node.
IcosepOctTreeNode(boolean) - Constructor for class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
Construct a node.
IcosepOctTreeNode(boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
Construct a node.
IcosepOctTreeNode(boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
Construct a node.
IcosepOctTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
Construct a node.
IcosepOctTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
Construct a node.
IcosepOctTreeNode.DefaultIcosepOctTreeNode<D> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a quad tree with icosep heuristic.
IcosepOctTreeNode.IcosepOctTreeZone - Enum in org.arakhne.afc.math.tree.node
This is the generic implementation of a tree for which each node has eight children.
IcosepQuadTreeNode<D,​N extends IcosepQuadTreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a tree for which each node has four children and that implements the Icosep heuristic.
IcosepQuadTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
Empty node.
IcosepQuadTreeNode(boolean) - Constructor for class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
Construct a node.
IcosepQuadTreeNode(boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
Construct a node.
IcosepQuadTreeNode(boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
Construct a node.
IcosepQuadTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
Construct a node.
IcosepQuadTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
Construct a node.
IcosepQuadTreeNode.DefaultIcosepQuadTreeNode<D> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a quad tree with icosep heuristic.
IcosepQuadTreeNode.IcosepQuadTreeZone - Enum in org.arakhne.afc.math.tree.node
Available zones of a quad tree.
IcosepTreeNodeContainer<N extends TreeNode<?,​N>> - Interface in org.arakhne.afc.math.tree
This interfaces permits to define a tree node container which is containing an icosep tree node.
ID_ATTR - Static variable in class org.arakhne.afc.gis.io.shape.GISShapeFileConstants
Name of the attribute which is containing the identifier of a map element.
IDENTIFIER_PREFIX - Static variable in class org.arakhne.afc.inputoutput.xml.XMLResources
Prefix used to create string-representation of an identifier.
IDENTITY - Static variable in class org.arakhne.afc.math.geometry.d2.Transform2D
This is the identifity transformation.
IDENTITY - Static variable in class org.arakhne.afc.math.geometry.d3.Transform3D
This is the identifity transformation.
ignoreElementsAfter() - Method in class org.arakhne.afc.math.graph.GraphIterator
Ignore the elements after the specified element.
ignoreElementsAfter(GraphIterationElement<ST, PT>) - Method in class org.arakhne.afc.math.graph.GraphIterator
Ignore the elements after the specified element.
ImageFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for all bitmap-based images.
ImageFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.ImageFileFilter
Construct.
ImageFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.ImageFileFilter
Constructor.
ImmutableGeomFactory<S extends Segment1D<?,​?>> - Class in org.arakhne.afc.math.geometry.d1
Factory of immutable geometrical primitives.
ImmutableGeomFactory - Class in org.arakhne.afc.math.geometry.d2
Factory of immutable geometrical primitives.
ImmutableGeomFactory3D - Class in org.arakhne.afc.math.geometry.d3
Factory of 3D immutable geometrical primitives.
ImmutablePoint1D<S extends Segment1D<?,​?>> - Class in org.arakhne.afc.math.geometry.d1
Immutable point 1.5D.
ImmutablePoint1D(S, double, double) - Constructor for class org.arakhne.afc.math.geometry.d1.ImmutablePoint1D
Constructor.
ImmutablePoint1D(S, int, int) - Constructor for class org.arakhne.afc.math.geometry.d1.ImmutablePoint1D
Constructor.
ImmutablePoint2D - Class in org.arakhne.afc.math.geometry.d2
Immutable point 2D.
ImmutablePoint2D(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.ImmutablePoint2D
Constructor.
ImmutablePoint2D(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ImmutablePoint2D
Constructor.
ImmutablePoint3D - Class in org.arakhne.afc.math.geometry.d3
Immutable point 3D.
ImmutablePoint3D(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D
Constructor.
ImmutablePoint3D(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D
Constructor.
ImmutableVector1D<S extends Segment1D<?,​?>> - Class in org.arakhne.afc.math.geometry.d1
Immutable vector 1.5D.
ImmutableVector1D(S, double, double) - Constructor for class org.arakhne.afc.math.geometry.d1.ImmutableVector1D
Constructor.
ImmutableVector1D(S, int, int) - Constructor for class org.arakhne.afc.math.geometry.d1.ImmutableVector1D
Constructor.
ImmutableVector2D - Class in org.arakhne.afc.math.geometry.d2
Immutable vector 2D.
ImmutableVector2D(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.ImmutableVector2D
Constructor.
ImmutableVector2D(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ImmutableVector2D
Constructor.
ImmutableVector3D - Class in org.arakhne.afc.math.geometry.d3
Immutable vector 3D.
ImmutableVector3D(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
Constructor.
ImmutableVector3D(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
Constructor.
in2fh(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate inches to fathoms.
in2ft(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate inches to feets.
inchToMetric(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Replies the metrics from inches.
INCLUDE_BOTH - org.arakhne.afc.gis.road.primitive.RoadConnection.ClockwiseBoundType
The start and end segments are included into iterations.
includeEnd() - Method in enum org.arakhne.afc.gis.road.primitive.RoadConnection.ClockwiseBoundType
Replies if the current constant includes the end connection point.
includeStart() - Method in enum org.arakhne.afc.gis.road.primitive.RoadConnection.ClockwiseBoundType
Replies if the current constant includes the start connection point.
increment() - Method in class org.arakhne.afc.progress.DefaultProgression
 
increment() - Method in interface org.arakhne.afc.progress.Progression
Increment the current value by 1.
increment(int) - Method in class org.arakhne.afc.progress.DefaultProgression
 
increment(int) - Method in interface org.arakhne.afc.progress.Progression
Increment the current value by the given amount.
increment(int, String) - Method in class org.arakhne.afc.progress.DefaultProgression
 
increment(int, String) - Method in interface org.arakhne.afc.progress.Progression
Increment the current value by the given amount.
increment(String) - Method in class org.arakhne.afc.progress.DefaultProgression
 
increment(String) - Method in interface org.arakhne.afc.progress.Progression
Increment the current value by 1.
index() - Method in class org.arakhne.afc.sizediterator.ArraySizedIterator
 
index() - Method in class org.arakhne.afc.sizediterator.CollectionSizedIterator
 
index() - Method in class org.arakhne.afc.sizediterator.EmptyIterator
 
index() - Method in class org.arakhne.afc.sizediterator.ModifiableCollectionSizedIterator
 
index() - Method in class org.arakhne.afc.sizediterator.MultiSizedIterator
 
index() - Method in class org.arakhne.afc.sizediterator.SingleIterator
 
index() - Method in interface org.arakhne.afc.sizediterator.SizedIterator
Replies the position of the last replied element in the iterated collection.
index() - Method in class org.arakhne.afc.sizediterator.UnmodifiableCollectionSizedIterator
 
index() - Method in class org.arakhne.afc.sizediterator.UnmodifiableMapKeySizedIterator
 
index() - Method in class org.arakhne.afc.sizediterator.UnmodifiableMapValueSizedIterator
 
index() - Method in class org.arakhne.afc.sizediterator.UnmodifiableSizedIterator
 
indexInParent() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Replies the index of this primitive in its parent.
indexInParent() - Method in class org.arakhne.afc.gis.bus.network.BusHub
 
indexInParent() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
indexInParent() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
 
indexInParent() - Method in class org.arakhne.afc.gis.bus.network.BusLine
 
indexInParent() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
 
indexInParent() - Method in class org.arakhne.afc.gis.bus.network.BusStop
 
indexInParent() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Replies the index of this layer in its parent.
indexOf(Object) - Method in interface org.arakhne.afc.gis.GISSet
Replies the index of the first instance the specified element.
indexOf(Object) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
indexOf(Object) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
indexOf(Object) - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Replies the index of the first instance the specified element.
indexOf(Object) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
indexOf(Object) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
indexOf(Object) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
indexOf(Object) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
indexOf(Object) - Method in class org.arakhne.afc.math.graph.GraphPath
 
indexOf(Object) - Method in class org.arakhne.afc.util.IntegerList
 
indexOf(List<T>, Comparator<? super T>, T) - Static method in class org.arakhne.afc.util.ListUtil
Replies the index of the given data in the given list according to a dichotomic search algorithm.
indexOf(N) - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
 
indexOf(N) - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
 
indexOf(N) - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
 
indexOf(N) - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
 
indexOf(N) - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
 
indexOf(N) - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
 
indexOf(N) - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
 
indexOf(N) - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
 
indexOf(N) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
 
indexOf(N) - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
 
indexOf(N) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
indexOf(N) - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies the index of the specified child.
indexOf(BusItinerary) - Method in class org.arakhne.afc.gis.bus.network.BusLine
Replies the index of the specified bus itinerary.
indexOf(BusItineraryHalt) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the index of the specified bus halt.
indexOf(BusLine) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies the index of the specified bus line.
indexOf(BusStop) - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies the index of the specified bus stop.
indexOf(MapLayer) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Replies the index of the given layer in this container.
indexOf(MapLayer) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
indexOf(RoadSegment) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the index of the first occurrence of the specified road segment.
indexOf(RoadSegment) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Replies the index of the first occurrence. of the given road segment.
indexOf(P) - Method in class org.arakhne.afc.gis.grid.Grid
Replies the index of the specified element.
indexOf(P) - Method in class org.arakhne.afc.gis.grid.GridCell
Replies the index of the specified element.
INDIA - org.arakhne.afc.util.CountryCode
IN.
INDONESIA - org.arakhne.afc.util.CountryCode
ID.
INET_ADDRESS - org.arakhne.afc.attrs.attr.AttributeType
Represents an Internet address.
INFIX - org.arakhne.afc.math.tree.iterator.DepthFirstNodeOrder
The parent node will be treated at the same time of its children.
InfixDataDepthFirstTreeIterator<D,​N extends TreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.iterator
This class is an infixed depth-first iterator on a tree data.
InfixDataDepthFirstTreeIterator(N) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDataDepthFirstTreeIterator(N, int) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDataDepthFirstTreeIterator(N, int, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDataDepthFirstTreeIterator(N, int, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDataDepthFirstTreeIterator(N, int, NodeSelector<N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDataDepthFirstTreeIterator(N, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDataDepthFirstTreeIterator(N, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDataDepthFirstTreeIterator(N, NodeSelector<N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDataDepthFirstTreeIterator(Tree<D, N>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDataDepthFirstTreeIterator(Tree<D, N>, int) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDataDepthFirstTreeIterator(Tree<D, N>, int, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDataDepthFirstTreeIterator(Tree<D, N>, int, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDataDepthFirstTreeIterator(Tree<D, N>, int, NodeSelector<N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDataDepthFirstTreeIterator(Tree<D, N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDataDepthFirstTreeIterator(Tree<D, N>, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDataDepthFirstTreeIterator(Tree<D, N>, NodeSelector<N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDataDepthFirstTreeIterator
Constructor.
InfixDepthFirstTreeIterator<N extends TreeNode<?,​N>> - Class in org.arakhne.afc.math.tree.iterator
This class is an infixed depth-first iterator on a tree.
InfixDepthFirstTreeIterator(N) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDepthFirstTreeIterator
Constructor.
InfixDepthFirstTreeIterator(N, int) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDepthFirstTreeIterator
Constructor.
InfixDepthFirstTreeIterator(N, int, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDepthFirstTreeIterator
Constructor.
InfixDepthFirstTreeIterator(N, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDepthFirstTreeIterator
Constructor.
InfixDepthFirstTreeIterator(Tree<?, N>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDepthFirstTreeIterator
Constructor.
InfixDepthFirstTreeIterator(Tree<?, N>, int) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDepthFirstTreeIterator
Constructor.
InfixDepthFirstTreeIterator(Tree<?, N>, int, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDepthFirstTreeIterator
Constructor.
InfixDepthFirstTreeIterator(Tree<?, N>, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.InfixDepthFirstTreeIterator
Constructor.
inflate(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Inflate this rectangle with the given amounts.
inflate(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Inflate this rectangle with the given amounts.
inflate(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Inflate this rectangular prism with the given amounts.
inflate(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Inflate this rectangle with the given amounts.
inflate(int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Inflate this prism with the given amounts.
INFO - org.arakhne.afc.bootique.log4j.configs.Level
Information.
InformedArrayList<E> - Class in org.arakhne.afc.util
This is an array list which knows that is the type of their elements.
InformedArrayList() - Constructor for class org.arakhne.afc.util.InformedArrayList
Create an empty list.
InformedArrayList(int) - Constructor for class org.arakhne.afc.util.InformedArrayList
Create an empty list with the given initial capacity.
InformedArrayList(int, Class<? extends E>) - Constructor for class org.arakhne.afc.util.InformedArrayList
Constructor.
InformedArrayList(Class<? extends E>) - Constructor for class org.arakhne.afc.util.InformedArrayList
Constructor.
InformedArrayList(Collection<? extends E>) - Constructor for class org.arakhne.afc.util.InformedArrayList
Create a list with the given collection.
InformedArrayList(Collection<? extends E>, Class<? extends E>) - Constructor for class org.arakhne.afc.util.InformedArrayList
Constructor.
InformedIterable<E> - Interface in org.arakhne.afc.util
This is an iterable object which knows that is the type of their elements.
INIFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for Windows configuration files.
INIFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.INIFileFilter
Construct.
INIFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.INIFileFilter
Constructor.
init(Progression, int, int) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Initialize the given task progression if not null.
init(Progression, int, int, boolean) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Initialize the given task progression if not null.
init(Progression, int, int, boolean, String) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Initialize the given task progression if not null.
init(Progression, int, int, int, boolean, boolean) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Initialize the given task progression if not null.
init(Progression, int, int, int, boolean, boolean, String) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Initialize the given task progression if not null.
init(Progression, int, int, String) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Initialize the given task progression if not null.
initialize(Object) - Static method in class org.arakhne.afc.vmutil.Android
Extract informations from the current Context of the android task.
initializeElements() - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Run the initialization of the elements from the current bus itinerary.
initializeElements() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
Run the initialization of the elements from the current bus line.
initializeElements() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Run the initialization of the elements from the current bus line.
INNER_RING - org.arakhne.afc.io.shape.ShapeMultiPatchType
An inner ring.
InnerComputationGeomFactory - Class in org.arakhne.afc.math.geometry.d1.afp
Factory of immutable geometrical primitives.
InnerComputationGeomFactory - Class in org.arakhne.afc.math.geometry.d2.afp
Factory of immutable geometrical primitives.
InnerComputationGeomFactory - Class in org.arakhne.afc.math.geometry.d2.ai
Factory of immutable geometrical primitives.
InnerComputationGeomFactory - Class in org.arakhne.afc.math.geometry.d3.ai
Factory of immutable geometrical primitives.
InnerComputationGeomFactory3afp - Class in org.arakhne.afc.math.geometry.d3.afp
Factory of immutable geometrical primitives.
InnerComputationPoint1afp - Class in org.arakhne.afc.math.geometry.d1.afp
A point that is used for internal computations.
InnerComputationPoint1afp(Segment1D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
Construct the point.
InnerComputationPoint1afp(Segment1D<?, ?>, double, double) - Constructor for class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
Construct the point.
InnerComputationPoint2afp - Class in org.arakhne.afc.math.geometry.d2.afp
A point that is used for internal computations.
InnerComputationPoint2afp() - Constructor for class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
Construct the point.
InnerComputationPoint2afp(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
Construct the point.
InnerComputationPoint2ai - Class in org.arakhne.afc.math.geometry.d2.ai
A point that is used for internal computations.
InnerComputationPoint2ai() - Constructor for class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
Construct point.
InnerComputationPoint2ai(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
Construct point.
InnerComputationPoint3afp - Class in org.arakhne.afc.math.geometry.d3.afp
A point that is used for internal computations.
InnerComputationPoint3afp() - Constructor for class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
Construct the point.
InnerComputationPoint3afp(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
Construct the point.
InnerComputationPoint3ai - Class in org.arakhne.afc.math.geometry.d3.ai
A point that is used for internal computations.
InnerComputationPoint3ai() - Constructor for class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
Construct point.
InnerComputationPoint3ai(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
Construct point.
InnerComputationVector1afp - Class in org.arakhne.afc.math.geometry.d1.afp
A vector that is used for internal computations.
InnerComputationVector1afp(Segment1D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
Construct vector.
InnerComputationVector1afp(Segment1D<?, ?>, double, double) - Constructor for class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
Construct vector.
InnerComputationVector2afp - Class in org.arakhne.afc.math.geometry.d2.afp
A vector that is used for internal computations.
InnerComputationVector2afp() - Constructor for class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
Construct vector.
InnerComputationVector2afp(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
Construct vector.
InnerComputationVector2ai - Class in org.arakhne.afc.math.geometry.d2.ai
A vector that is used for internal computations.
InnerComputationVector2ai() - Constructor for class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
Construct vector.
InnerComputationVector2ai(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
Construct vector.
InnerComputationVector3afp - Class in org.arakhne.afc.math.geometry.d3.afp
A vector that is used for internal computations.
InnerComputationVector3afp() - Constructor for class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
Construct vector.
InnerComputationVector3afp(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
Construct vector.
InnerComputationVector3ai - Class in org.arakhne.afc.math.geometry.d3.ai
A vector that is used for internal computations.
InnerComputationVector3ai() - Constructor for class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
Construct vector.
InnerComputationVector3ai(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
Construct vector.
innerCoordinatesProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Replies the private coordinates property.
innerCoordinatesProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Replies the private coordinates property.
innerCoordinatesProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Replies the private coordinates property.
innerPointsProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Replies the private coordinates property.
innerTypesProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Replies the private types property.
innerTypesProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Replies the private types property.
innerTypesProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Replies the private types property.
innerTypesProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Replies the private types property.
insertBusHaltAfter(BusItineraryHalt, String, BusItineraryHalt.BusItineraryHaltType) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Insert newHalt after afterHalt in the ordered list of BusItineraryHalt.
insertBusHaltAfter(BusItineraryHalt, UUID, String, BusItineraryHalt.BusItineraryHaltType) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Insert newHalt after afterHalt in the ordered list of BusItineraryHalt.
insertBusHaltAfter(BusItineraryHalt, UUID, BusItineraryHalt.BusItineraryHaltType) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Insert newHalt after afterHalt in the ordered list of BusItineraryHalt.
insertBusHaltBefore(BusItineraryHalt, String, BusItineraryHalt.BusItineraryHaltType) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Insert newHalt before beforeHalt in the ordered list of BusItineraryHalt.
insertBusHaltBefore(BusItineraryHalt, UUID, String, BusItineraryHalt.BusItineraryHaltType) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Insert newHalt before beforeHalt in the ordered list of BusItineraryHalt.
insertBusHaltBefore(BusItineraryHalt, UUID, BusItineraryHalt.BusItineraryHaltType) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Insert newHalt before beforeHalt in the ordered list of BusItineraryHalt.
insertPointAt(double, double, int, int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Insert the specified point at the given index in the specified group.
insertPointAt(Point2D<?, ?>, int, int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Insert the specified point at the given index in the specified group.
INSIDE - org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TriangleFeature
Inside of the triangle.
INSIDE - org.arakhne.afc.math.geometry.IntersectionType
The first object is entirely inside the second one.
insideBusHub() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies if this bus halt is inside a hub throught an associated bus stop.
insideBusHub() - Method in class org.arakhne.afc.gis.bus.network.BusStop
Replies if this bus stop is inside a hub.
installArakhneHandlers() - Static method in class org.arakhne.afc.vmutil.URLHandlerUtil
Deprecated.
Install the URL handlers provided by Arakhnê libraries.
instanceOf(Object) - Method in enum org.arakhne.afc.attrs.attr.AttributeType
Replies if the specified value is an instanceof the type..
INTEGER - org.arakhne.afc.attrs.attr.AttributeType
Represents an integer.
INTEGER_2BYTES - org.arakhne.afc.io.dbase.DBaseFieldType
2 byte integer.
INTEGER_4BYTES - org.arakhne.afc.io.dbase.DBaseFieldType
4 byte integer.
IntegerList - Class in org.arakhne.afc.util
This class represents a list of numbers.
IntegerList() - Constructor for class org.arakhne.afc.util.IntegerList
Create a list with the specified values.
IntegerList(int) - Constructor for class org.arakhne.afc.util.IntegerList
Create a list with the specified value.
IntegerList(int, int) - Constructor for class org.arakhne.afc.util.IntegerList
Create a list with the specified values.
IntegerList(Collection<? extends Integer>) - Constructor for class org.arakhne.afc.util.IntegerList
Create a list with the specified values.
IntegerList.IntegerSegment - Class in org.arakhne.afc.util
This class describes a integers' segment.
IntegerSegment(int, int) - Constructor for class org.arakhne.afc.util.IntegerList.IntegerSegment
Construct a segment.
INTERCHANGE_RAMP - org.arakhne.afc.gis.road.primitive.RoadType
Interchange ramp.
interpolate(double, double, double, double, double, double, double, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Compute the interpolate point between the two points.
interpolate(Tuple2D<?>, double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = (1-alpha)*this + alpha*t1.
interpolate(Tuple2D<?>, double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
interpolate(Tuple2D<?>, Tuple2D<?>, double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = (1-alpha)*t1 + alpha*t2.
interpolate(Tuple2D<?>, Tuple2D<?>, double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
interpolate(Quaternion, double) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Performs a great circle interpolation between this quaternion and the quaternion parameter and places the result into this quaternion.
interpolate(Quaternion, Quaternion, double) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Performs a great circle interpolation between quaternion q1 and quaternion q2 and places the result into this quaternion.
interpolate(Tuple3D<?>, double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = (1-alpha)*this + alpha*t1.
interpolate(Tuple3D<?>, double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
interpolate(Tuple3D<?>, Tuple3D<?>, double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = (1-alpha)*t1 + alpha*t2.
interpolate(Tuple3D<?>, Tuple3D<?>, double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
interpolates(double, double, double, double, double, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Compute the interpolate point between the two points.
IntersectionType - Enum in org.arakhne.afc.math.geometry
This enumeration describes a intersection classification.
intersects(GeoLocation) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
intersects(GeoLocation) - Method in interface org.arakhne.afc.gis.tree.GISTreeNode
Replies if the specified rectangle intersects the bounds of the area covered by this node.
intersects(Rectangle1afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Rectangle1afp
 
intersects(Rectangle1afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Shape1afp
Replies if this shape is intersecting the given rectangle.
intersects(Shape1D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Shape1afp
 
intersects(Shape1D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies if this shape is intersecting the given shape.
intersects(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
intersects(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
intersects(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
intersects(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
intersects(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
intersects(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
intersects(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
intersects(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
intersects(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
intersects(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies if this shape is intersecting the given circle.
intersects(Circle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
intersects(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
intersects(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
intersects(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
intersects(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
intersects(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
intersects(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
intersects(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
intersects(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
intersects(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
intersects(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies if this shape is intersecting the given ellipse.
intersects(Ellipse2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
intersects(MultiShape2afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
intersects(MultiShape2afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
intersects(MultiShape2afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
intersects(MultiShape2afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
intersects(MultiShape2afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
intersects(MultiShape2afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
intersects(MultiShape2afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
intersects(MultiShape2afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
intersects(MultiShape2afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
intersects(MultiShape2afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies if this shape is intersecting the given multishape.
intersects(MultiShape2afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
intersects(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
intersects(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
intersects(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
intersects(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
intersects(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
intersects(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
intersects(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
intersects(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
intersects(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
intersects(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies if this shape is intersecting the given rectangle.
intersects(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
intersects(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
intersects(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
intersects(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
intersects(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
intersects(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
intersects(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
intersects(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
intersects(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
intersects(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
intersects(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies if this shape is intersecting the given parallelogram.
intersects(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
intersects(Path2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
intersects(Path2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies if this shape is intersecting the given path.
intersects(PathIterator2afp<?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
intersects(PathIterator2afp<?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
intersects(PathIterator2afp<?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
intersects(PathIterator2afp<?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
intersects(PathIterator2afp<?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
intersects(PathIterator2afp<?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
intersects(PathIterator2afp<?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
intersects(PathIterator2afp<?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
intersects(PathIterator2afp<?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
intersects(PathIterator2afp<?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies if this shape is intersecting the shape representing the given path iterator.
intersects(PathIterator2afp<?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
intersects(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
intersects(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.gis.tree.GISTreeNode
Replies if the specified rectangle intersects the bounds of the area covered by this node.
intersects(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
intersects(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
intersects(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
intersects(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
intersects(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
intersects(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
intersects(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
intersects(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
intersects(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
intersects(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies if this shape is intersecting the given rectangle.
intersects(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
intersects(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
intersects(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
intersects(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
intersects(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
intersects(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
intersects(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
intersects(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
intersects(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
intersects(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
intersects(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies if this shape is intersecting the given rectangle.
intersects(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
intersects(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
intersects(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
intersects(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
intersects(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
intersects(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
intersects(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
intersects(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
intersects(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
intersects(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
intersects(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies if this shape is intersecting the given line.
intersects(Segment2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
intersects(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
intersects(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
 
intersects(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
intersects(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
intersects(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
intersects(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
intersects(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
intersects(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
intersects(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
intersects(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Replies if this shape is intersecting the given triangle.
intersects(Triangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
intersects(Circle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
intersects(Circle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
intersects(Circle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
intersects(Circle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
intersects(Circle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
intersects(Circle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies if this shape is intersecting the given circle.
intersects(MultiShape2ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
intersects(MultiShape2ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
intersects(MultiShape2ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
intersects(MultiShape2ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
intersects(MultiShape2ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
intersects(MultiShape2ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies if this shape is intersecting the given multishape.
intersects(Path2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies if this shape is intersecting the given path.
intersects(PathIterator2ai<?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
intersects(PathIterator2ai<?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
intersects(PathIterator2ai<?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
intersects(PathIterator2ai<?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
intersects(PathIterator2ai<?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
intersects(PathIterator2ai<?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies if this shape is intersecting the path described by the given iterator.
intersects(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
intersects(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
intersects(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
intersects(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
intersects(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
intersects(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies if this shape is intersecting the given rectangle.
intersects(Segment2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
intersects(Segment2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
intersects(Segment2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
intersects(Segment2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
intersects(Segment2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
intersects(Segment2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Replies if this shape is intersecting the given segment.
intersects(Shape2d<?>) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Replies if this element has an intersection with the specified rectangle.
intersects(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
 
intersects(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
 
intersects(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies if this shape is intersecting the given shape.
intersects(Shape2D<?, ?, ?, ?, ?, ? extends Rectangle2afp<?, ?, ?, ?, ?, ?>>) - Method in class org.arakhne.afc.gis.mapelement.MapCircle
Replies if this element has an intersection with the specified rectangle.
intersects(Shape2D<?, ?, ?, ?, ?, ? extends Rectangle2afp<?, ?, ?, ?, ?, ?>>) - Method in class org.arakhne.afc.gis.mapelement.MapElement
Replies if this element has an intersection with the specified rectangle.
intersects(Shape2D<?, ?, ?, ?, ?, ? extends Rectangle2afp<?, ?, ?, ?, ?, ?>>) - Method in class org.arakhne.afc.gis.mapelement.MapMultiPoint
Replies if this element has an intersection with the specified rectangle.
intersects(Shape2D<?, ?, ?, ?, ?, ? extends Rectangle2afp<?, ?, ?, ?, ?, ?>>) - Method in class org.arakhne.afc.gis.mapelement.MapPoint
Replies if this element has an intersection with the specified rectangle.
intersects(Shape2D<?, ?, ?, ?, ?, ? extends Rectangle2afp<?, ?, ?, ?, ?, ?>>) - Method in class org.arakhne.afc.gis.mapelement.MapPolygon
Replies if this element has an intersection with the specified rectangle.
intersects(Shape2D<?, ?, ?, ?, ?, ? extends Rectangle2afp<?, ?, ?, ?, ?, ?>>) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies if this element has an intersection with the specified rectangle.
intersects(Shape2D<?, ?, ?, ?, ?, ? extends Rectangle2afp<?, ?, ?, ?, ?, ?>>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
intersects(Shape2D<?, ?, ?, ?, ?, ? extends Rectangle2afp<?, ?, ?, ?, ?, ?>>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies if this element has an intersection with the specified rectangle.
intersects(Shape2D<?, ?, ?, ?, ?, ? extends Rectangle2afp<?, ?, ?, ?, ?, ?>>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
intersects(MultiShape3afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
intersects(MultiShape3afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
intersects(MultiShape3afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
intersects(MultiShape3afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
intersects(MultiShape3afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies if this shape is intersecting the given multishape.
intersects(MultiShape3afp<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
intersects(Path3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
intersects(Path3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies if this shape is intersecting the given path.
intersects(PathIterator3afp<?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
intersects(PathIterator3afp<?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
intersects(PathIterator3afp<?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
intersects(PathIterator3afp<?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
intersects(PathIterator3afp<?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies if this shape is intersecting the shape representing the given path iterator.
intersects(PathIterator3afp<?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
intersects(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
intersects(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
intersects(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
intersects(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
intersects(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies if this shape is intersecting the given Prism.
intersects(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
intersects(Segment3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
intersects(Segment3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
intersects(Segment3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
intersects(Segment3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
intersects(Segment3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies if this shape is intersecting the given line.
intersects(Segment3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
intersects(Sphere3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
intersects(Sphere3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
intersects(Sphere3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
intersects(Sphere3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
intersects(Sphere3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Replies if this shape is intersecting the given circle.
intersects(Sphere3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
intersects(MultiShape3ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
intersects(MultiShape3ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
intersects(MultiShape3ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
intersects(MultiShape3ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
intersects(MultiShape3ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies if this shape is intersecting the given multishape.
intersects(MultiShape3ai<?, ?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
intersects(Path3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies if this shape is intersecting the given path.
intersects(PathIterator3ai<?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
intersects(PathIterator3ai<?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
intersects(PathIterator3ai<?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
intersects(PathIterator3ai<?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
intersects(PathIterator3ai<?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies if this shape is intersecting the path described by the given iterator.
intersects(PathIterator3ai<?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
intersects(PathIterator3ai<?>, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Tests if the interior of the specified PathIterator3ai intersects the interior of a specified set of rectangular coordinates.
intersects(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
intersects(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
intersects(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
intersects(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
intersects(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies if this shape is intersecting the given rectangular prism.
intersects(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
intersects(Segment3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
intersects(Segment3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
intersects(Segment3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
intersects(Segment3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
intersects(Segment3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies if this shape is intersecting the given segment.
intersects(Segment3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
intersects(Sphere3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
intersects(Sphere3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
intersects(Sphere3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
intersects(Sphere3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
intersects(Sphere3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Replies if this shape is intersecting the given sphere.
intersects(Sphere3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
intersects(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
 
intersects(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
 
intersects(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies if this shape is intersecting the given shape.
intersects(T[], T[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies of one of the given elements is in the array.
intersectsCircleCircle(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Replies if two circles are intersecting.
intersectsCircleCircle(int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Replies if two circles are intersecting.
intersectsCircleLine(double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Replies if a circle and a line are intersecting.
intersectsCircleRectangle(double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Replies if a circle and a rectangle are intersecting.
intersectsCircleRectangle(int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Replies if a circle and a rectangle are intersecting.
intersectsCircleSegment(double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Replies if a circle and a segment are intersecting.
intersectsCircleSegment(int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Replies if a circle and a segment are intersecting.
intersectsEllipseCircle(double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
Replies if an ellipse and a circle are intersecting.
intersectsEllipseEllipse(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
Replies if two ellipses are intersecting.
intersectsEllipseLine(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
Replies if an ellipse and a line are intersecting.
intersectsEllipseRectangle(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
Replies if two ellipses are intersecting.
intersectsEllipseSegment(double, double, double, double, double, double, double, double, boolean) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp
Replies if an ellipse and a segment are intersecting.
intersectsLineLine(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies if two lines are intersecting.
intersectsLineLine(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies if two lines are intersecting.
intersectsOrientedRectangleCircle(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Replies if the specified parallelogram intersects the specified circle.
intersectsOrientedRectangleEllipse(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Replies if the parallelogram intersects the given ellipse.
intersectsOrientedRectangleOrientedRectangle(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Replies if the specified rectangles intersect.
intersectsOrientedRectanglePathIterator(double, double, double, double, double, double, PathIterator2afp<T>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Tests if the interior of the specified PathIterator2afp intersects the interior of a specified set of oriented rectangular coordinates.
intersectsOrientedRectangleRectangle(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Replies if the specified rectangles intersect.
intersectsOrientedRectangleRoundRectangle(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Replies if the oriented rectangle intersects the given rectangle.
intersectsOrientedRectangleSegment(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Replies if the specified rectangle intersects the specified segment.
intersectsOrientedRectangleTriangle(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Replies if the specified rectangle intersects the specified triangle.
intersectsParallelogramCircle(double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies if the specified parallelogram intersects the specified circle.
intersectsParallelogramEllipse(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies if the parallelogram intersects the given ellipse.
intersectsParallelogramParallelogram(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies if two parallelograms intersect.
intersectsParallelogramPathIterator(double, double, double, double, double, double, double, double, PathIterator2afp<T>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Tests if the interior of the specified PathIterator2afp intersects the interior of a specified set of oriented rectangular coordinates.
intersectsParallelogramRectangle(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies if the parallelogram intersects the given rectangle.
intersectsParallelogramRoundRectangle(double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies if the parallelogram intersects the given rectangle.
intersectsParallelogramSegment(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies if the specified parallelogram intersects the specified segment.
intersectsParallelogramTriangle(double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies if the specified parallelogram intersects the specified triangle.
intersectsPathIteratorRectangle(PathIterator2afp<? extends PathElement2afp>, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Tests if the interior of the specified PathIterator2afp intersects the interior of a specified set of rectangular coordinates.
intersectsPathIteratorRectangle(PathIterator3afp<? extends PathElement3afp>, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Tests if the interior of the specified PathIterator3afp intersects the interior of a specified set of rectangular coordinates.
intersectsRectangle(PathIterator2ai<?>, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Tests if the interior of the specified PathIterator2ai intersects the interior of a specified set of rectangular coordinates.
intersectsRectangleLine(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Replies if two rectangles are intersecting.
intersectsRectangleLine(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Replies if two rectangles are intersecting.
intersectsRectangleRectangle(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Replies if two rectangles are intersecting.
intersectsRectangleRectangle(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Replies if two rectangles are intersecting.
intersectsRectangleRectangle(int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
Replies if two rectangles are intersecting.
intersectsRectangleRectangle(int, int, int, int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
Replies if two rectangles are intersecting.
intersectsRectangleSegment(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Replies if the rectangle is intersecting the segment.
intersectsRectangleSegment(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Replies if the rectangle is intersecting the segment.
intersectsRectangleSegment(int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
Replies if a rectangle is intersecting a segment.
intersectsRectangleSegment(int, int, int, int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
Replies if a rectangle is intersecting a segment.
intersectsRoundRectangleCircle(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
Replies if a round rectangle and a circle are intersecting.
intersectsRoundRectangleEllipse(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
Replies if a round rectangle and an ellipse are intersecting.
intersectsRoundRectangleRectangle(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
Replies if a round rectangle and a rectangle are intersecting.
intersectsRoundRectangleRoundRectangle(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
Replies if two round rectangles are intersecting.
intersectsRoundRectangleSegment(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
Replies if the round rectangle is intersecting the segment.
intersectsSegmentLine(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies if a segment and a line are intersecting.
intersectsSegmentLine(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies if a segment and a line are intersecting.
intersectsSegmentSegment(int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies if two segments are intersecting.
intersectsSegmentSegment(int, int, int, int, int, int, int, int, boolean, boolean, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Replies if two segments are intersecting pixel per pixel.
intersectsSegmentSegment(int, int, int, int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies if two segments are intersecting.
intersectsSegmentSegment(int, int, int, int, int, int, int, int, int, int, int, int, boolean, boolean, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Replies if two segments are intersecting pixel per pixel.
intersectsSegmentSegmentWithEnds(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies if two segments are intersecting.
intersectsSegmentSegmentWithEnds(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies if two segments are intersecting.
intersectsSegmentSegmentWithoutEnds(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies if two segments are intersecting.
intersectsSegmentSegmentWithoutEnds(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies if two segments are intersecting.
intersectsSphereLine(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Replies if a sphere and a line are intersecting.
intersectsSpherePrism(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Replies if a sphere and a rectangle are intersecting.
intersectsSphereRectangularPrism(int, int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Replies if a sphere and a rectangle are intersecting.
intersectsSphereSegment(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Replies if a sphere and a segment are intersecting.
intersectsSphereSegment(int, int, int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Replies if a sphere and a segment are intersecting.
intersectsSphereSphere(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Replies if two spheres are intersecting.
intersectsSphereSphere(int, int, int, int, int, int, int, int) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Replies if two spheres are intersecting.
intersectsTriangleCircle(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies if a triangle and a circle are intersecting.
intersectsTriangleEllipse(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies if a triangle and an ellipse are intersecting.
intersectsTriangleRectangle(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies if a triangle and a rectangle are intersecting.
intersectsTriangleSegment(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies if a triangle and a segment are intersecting.
intersectsTriangleTriangle(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies if two triangles are intersecting.
intValue() - Method in class org.arakhne.afc.attrs.attr.Timestamp
 
INVALID_CURVILINE_POSITION - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
Invalid curviline position of the bus halt.
INVALID_HALT_IN_ITINERARY - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
The bus itinerary contains an invalid halt.
INVALID_HALT_ORDER - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
The order of the bus halts is valid.
INVALID_HUB_IN_NETWORK - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
Invalid hub in the bus network.
INVALID_ITINERARY_IN_LINE - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
Invalid bus itinerary in the bus line.
INVALID_LINE_IN_NETWORK - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
Invalid bus line in the bus network.
INVALID_LINKED_STOP - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
Associated bus stop is invalid.
INVALID_STOP_IN_NETWORK - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
Invalid stop in the bus network.
invalidated() - Method in class org.arakhne.afc.math.geometry.d2.dfx.DependentSimpleDoubleProperty
 
invalidated() - Method in class org.arakhne.afc.math.geometry.d3.dfx.DependentSimpleDoubleProperty
 
invalidated(T) - Method in class org.arakhne.afc.math.geometry.d2.dfx.DependentSimpleDoubleProperty
This method be overridden to receive invalidation notifications.
invalidated(T) - Method in class org.arakhne.afc.math.geometry.d3.dfx.DependentSimpleDoubleProperty
This method be overridden to receive invalidation notifications.
InvalidAttributeTypeException - Exception in org.arakhne.afc.attrs.attr
This exception is generated each time the an invalid type was used for metadata.
InvalidAttributeTypeException() - Constructor for exception org.arakhne.afc.attrs.attr.InvalidAttributeTypeException
Construct.
InvalidAttributeTypeException(String) - Constructor for exception org.arakhne.afc.attrs.attr.InvalidAttributeTypeException
Constructor with the failing attribute's name.
InvalidBusPrimitiveException - Exception in org.arakhne.afc.gis.bus.network
A bus itinerary is not valid.
InvalidBusPrimitiveException() - Constructor for exception org.arakhne.afc.gis.bus.network.InvalidBusPrimitiveException
Constructor.
InvalidDBaseFieldTerminationException - Exception in org.arakhne.afc.io.dbase
Exception throws by a Shape file reader when the final character of a field was not found.
InvalidDBaseFieldTerminationException(byte) - Constructor for exception org.arakhne.afc.io.dbase.InvalidDBaseFieldTerminationException
Constructor.
InvalidDBaseFieldTypeException - Exception in org.arakhne.afc.io.dbase
Exception throws by a Shape file reader when a type of field is unsupported.
InvalidDBaseFieldTypeException(byte) - Constructor for exception org.arakhne.afc.io.dbase.InvalidDBaseFieldTypeException
Constructor.
InvalidDBaseFieldTypeException(AttributeType) - Constructor for exception org.arakhne.afc.io.dbase.InvalidDBaseFieldTypeException
Constructor.
InvalidDeletionFlagFormatException - Exception in org.arakhne.afc.io.dbase
Exception throws when the deletion flag of a dBase record is not equals to '*' or ' '.
InvalidDeletionFlagFormatException(int, int) - Constructor for exception org.arakhne.afc.io.dbase.InvalidDeletionFlagFormatException
Constructor.
invalidFalseValue(int, String) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
The value of Parameter must be true.
invalidFalseValue(String) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
The value of first Parameter must be true.
InvalidMultipatchTypeException - Exception in org.arakhne.afc.io.shape
Exception thrown when the type of a multipatch object is invalid.
InvalidMultipatchTypeException(int) - Constructor for exception org.arakhne.afc.io.shape.InvalidMultipatchTypeException
Constructor.
InvalidNumericValueException - Exception in org.arakhne.afc.io.shape
Exception thrown when a giben numeric value is invalid.
InvalidNumericValueException(double) - Constructor for exception org.arakhne.afc.io.shape.InvalidNumericValueException
Constructor.
invalidPathSegmentFound(int, RoadSegment, RoadPath) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar
 
invalidPathSegmentFound(int, ST, GP) - Method in class org.arakhne.afc.math.graph.astar.AStar
Invoked when a segment could not be added into the path.
InvalidRawDataFormatException - Exception in org.arakhne.afc.io.dbase
Exception throws when the raw data extracted from the dBase file does not correspond to a valid type according to the Java parsing API.
InvalidRawDataFormatException(int, int, CharSequence) - Constructor for exception org.arakhne.afc.io.dbase.InvalidRawDataFormatException
Constructor.
InvalidRecordSizeException - Exception in org.arakhne.afc.io.dbase
Exception throws when the size of a record specified inside the header does not corresponds to the computed one after reading the header.
InvalidRecordSizeException(int, int) - Constructor for exception org.arakhne.afc.io.dbase.InvalidRecordSizeException
Constructor.
InvalidShapeFileVersionException - Exception in org.arakhne.afc.io.shape
Exception thrown when the version of a shape file is invalid.
InvalidShapeFileVersionException(int, int) - Constructor for exception org.arakhne.afc.io.shape.InvalidShapeFileVersionException
Constructor.
InvalidShapeTypeException - Exception in org.arakhne.afc.io.shape
Exception thrown when the type of a shape is invalid.
InvalidShapeTypeException(String) - Constructor for exception org.arakhne.afc.io.shape.InvalidShapeTypeException
Constructor.
invalidTrueValue(int, String) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
The value of Parameter must be false.
invalidTrueValue(String) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
The value of first Parameter must be false.
invalidValue() - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
The value of Parameter is invalid.
invalidValue(int) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
The value of Parameter is invalid.
inverse() - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Sets the value of this quaternion to the quaternion inverse of itself.
inverse(Quaternion) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Sets the value of this quaternion to quaternion inverse of quaternion q1.
inverseF(double) - Method in class org.arakhne.afc.math.stochastic.BernoulliStochasticLaw
Replies the x according to the value of the distribution function.
inverseF(double) - Method in class org.arakhne.afc.math.stochastic.CauchyStochasticLaw
Replies the x according to the value of the distribution function.
inverseF(double) - Method in class org.arakhne.afc.math.stochastic.ConstantStochasticLaw
 
inverseF(double) - Method in class org.arakhne.afc.math.stochastic.ExponentialStochasticLaw
Replies the x according to the value of the distribution function.
inverseF(double) - Method in class org.arakhne.afc.math.stochastic.GaussianStochasticLaw
Replies the x according to the value of the distribution function.
inverseF(double) - Method in class org.arakhne.afc.math.stochastic.LinearStochasticLaw
Replies the x according to the value of the distribution function.
inverseF(double) - Method in class org.arakhne.afc.math.stochastic.LogisticStochasticLaw
Replies the x according to the value of the distribution function.
inverseF(double) - Method in class org.arakhne.afc.math.stochastic.LogNormalStochasticLaw
Replies the x according to the value of the distribution function.
inverseF(double) - Method in interface org.arakhne.afc.math.stochastic.MathInversableFunction
Replies the value of the inverse function.
inverseF(double) - Method in class org.arakhne.afc.math.stochastic.ParetoStochasticLaw
Replies the x according to the value of the distribution function.
inverseF(double) - Method in class org.arakhne.afc.math.stochastic.StochasticLaw
Replies the x according to the value of the inverted cummulative distribution function F<sup>-1</sup>(u) where u = U(0, 1).
inverseF(double) - Method in class org.arakhne.afc.math.stochastic.TriangularStochasticLaw
Replies the x according to the value of the distribution function.
inverseF(double) - Method in class org.arakhne.afc.math.stochastic.UniformStochasticLaw
Replies the x according to the value of the distribution function.
inverseF(Random) - Method in class org.arakhne.afc.math.stochastic.GaussianStochasticLaw
Replies the x according to the value of the inverted cummulative distribution function F<sup>-1</sup>(u) where u = U(0, 1).
inverseF(Random) - Method in class org.arakhne.afc.math.stochastic.LogNormalStochasticLaw
Replies the x according to the value of the inverted cummulative distribution function F<sup>-1</sup>(u) where u = U(0, 1).
inverseF(Random) - Method in class org.arakhne.afc.math.stochastic.StochasticLaw
Replies the x according to the value of the inverted cummulative distribution function F<sup>-1</sup>(u) where u = U(0, 1).
invert() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Invert the order of this itinerary.
invert() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Invert the order of points coordinates of this element and reorder the groupIndex too.
invert() - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Invert the order of the road paths in this ClusteredRoadPath.
invert() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
invert() - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Invert this transformation.
invert() - Method in enum org.arakhne.afc.math.geometry.IntersectionType
Invert the intersection classification.
invert() - Method in class org.arakhne.afc.math.graph.GraphPath
Revert the order of the graph segment in this path.
invert() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Inverts this matrix in place.
invert(IntersectionType) - Static method in enum org.arakhne.afc.math.geometry.IntersectionType
Invert the intersection classification.
invert(Matrix3d) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Invert this transformation.
invert(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the value of this matrix to the matrix inverse of the passed matrix m1.
INVERTED_AXIS_X_PROPERTY - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Name of the property that indicates if the X axis is inverted.
INVERTED_AXIS_Y_PROPERTY - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Name of the property that indicates if the Y axis is inverted.
invertedAxisXProperty() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
invertedAxisXProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
invertedAxisXProperty() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the property that indicates if the X axis of the displayed data is inverted regarding to the standard JavaFX coordinate system.
invertedAxisYProperty() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
invertedAxisYProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
invertedAxisYProperty() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the property that indicates if the Y axis of the displayed data is inverted regarding to the standard JavaFX coordinate system.
invertPointsIn(int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
invert the points coordinates of this element on the groupIndex in argument.
invertPointsIn(int) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
inx() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
inx() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
inx() - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Replies the X coordinate of the normal vector.
inx() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
inx() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
inx() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
inx() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
inx() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the X coordinate of the normal vector.
iny() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
iny() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
iny() - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Replies the Y coordinate of the normal vector.
iny() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
iny() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
iny() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
iny() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
iny() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the Y coordinate of the normal vector.
inz() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
inz() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
inz() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
inz() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
inz() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the Z coordinate of the normal vector.
IRAN - org.arakhne.afc.util.CountryCode
IR.
IRAQ - org.arakhne.afc.util.CountryCode
IQ.
IRELAND - org.arakhne.afc.util.CountryCode
IE.
IS_CURVED - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
isCurved.
IS_EMPTY - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
isEmpty.
IS_MULTIPARTS - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
isMultiParts.
IS_POLYGON - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
isPolygon.
IS_POLYLINE - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
isPolyline.
IS_TOUCH_SUPPORTED - Static variable in class org.arakhne.afc.nodefx.ZoomablePane
A static final reference to whether the platform we are on supports touch.
is32BitOperatingSystem() - Static method in enum org.arakhne.afc.vmutil.OperatingSystem
Replies if the current operating system is 32bit.
is3DSFile(File) - Static method in class org.arakhne.afc.inputoutput.filefilter.D3DSFileFilter
Replies if the specified file contains .3ds data.
is3DSFile(String) - Static method in class org.arakhne.afc.inputoutput.filefilter.D3DSFileFilter
Replies if the specified file contains .3ds data.
is3DSFile(URL) - Static method in class org.arakhne.afc.inputoutput.filefilter.D3DSFileFilter
Replies if the specified file contains .3ds data.
is64BitOperatingSystem() - Static method in enum org.arakhne.afc.vmutil.OperatingSystem
Replies if the current operating system is 64bit.
isAdjusting() - Method in class org.arakhne.afc.progress.DefaultProgression
 
isAdjusting() - Method in interface org.arakhne.afc.progress.Progression
Returns true if the current changes to the value property are part of a series of changes.
isArrivalSegmentConnectedByStartPoint() - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
Replies if the arrival segment is connected to this road connection by its start point.
isAssignableFrom(Class<?>, Class<?>) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Determines if the assignmentTarget object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified assignementSource parameter.
isAssignableFrom(AttributeType) - Method in enum org.arakhne.afc.attrs.attr.AttributeType
Replies if a value of the given attribute type may be cast to a value of this attribute type.
isAssignableFrom(AttributeType) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies if a value of the given attribute type may be cast to a value of this attribute type.
isAssignableFrom(AttributeType) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
isAssignableFrom(AttributeValue) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies if a value of the given attribute type may be cast to a value of this attribute type.
isAssignableFrom(AttributeValue) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
isAssigned() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies if a value was affected to this attribute.
isAssigned() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
isAttributeExhibitable() - Static method in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Replies if the attributes of the bus network elements should be exhibited by the layers that are displaying them.
isBaseType() - Method in enum org.arakhne.afc.attrs.attr.AttributeType
Replies if this attribute type is a base type, ie. a number, a boolean or a string.
isBaseType() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies if this attribute type is a base type, ie. a number, a boolean or a string.
isBaseType() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
isBMPFile(File) - Static method in class org.arakhne.afc.inputoutput.filefilter.BMPFileFilter
Replies if the specified file contains BMP picture.
isBMPFile(String) - Static method in class org.arakhne.afc.inputoutput.filefilter.BMPFileFilter
Replies if the specified file contains BMP picture.
isBMPFile(URL) - Static method in class org.arakhne.afc.inputoutput.filefilter.BMPFileFilter
Replies if the specified file contains BMP picture.
isBottomLayer(MapLayer) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Replies if the specified layer is the bottom-most inside this container.
isBottomLayer(MapLayer) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
isBufferedAttribute(String) - Method in interface org.arakhne.afc.attrs.collection.ROMBasedAttributeCollection
Replies if the specified attribute name corresponds to a buffered attribute value.
isBufferedAttribute(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
isBusHaltBinded() - Method in class org.arakhne.afc.gis.bus.network.BusStop
Replies if this bus stop is associated to a bus itinerary halt.
isBusStopDrawable() - Static method in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Replies if the bus stops should be drawn or not.
isBusStopNamesDrawable() - Static method in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Replies if the bus stops names should be drawn or not.
isBusStopNoHaltBindingDrawable() - Static method in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Replies if the bus stops with no binding to bus halt should be drawn or not.
isBusStopNoHaltBindingNamesDrawable() - Static method in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Replies if the bus stops with no binding to bus halt should have their names drawn or not.
isCaseSensitiveFilenameSystem() - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies if the current operating system uses case-sensitive filename.
isCCW() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Replies if the axes of the parallelogram are defined in a counter-clockwise order.
isCCW() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies if the points of the triangle are defined in a counter-clockwise order.
isCCW() - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
isCCW() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
isCCW(double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies if the vectors are defined in a counter-clockwise order.
isCCW(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Replies if three points of a triangle are defined in a counter-clockwise order.
isClickable() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Replies if this layer accepts the user clicks.
isClosed() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Replies if the stream was closed.
isClosedNodeReopeningEnabled() - Method in class org.arakhne.afc.math.graph.astar.AStar
Replies the flag that permits to reopen the closed A* nodes.
isColinear(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Replies if this vector is colinear to the given vector.
isColladaFile(File) - Static method in class org.arakhne.afc.inputoutput.filefilter.DAEFileFilter
Replies if the specified file contains .dae data.
isColladaFile(String) - Static method in class org.arakhne.afc.inputoutput.filefilter.DAEFileFilter
Replies if the specified file contains .dae data.
isColladaFile(URL) - Static method in class org.arakhne.afc.inputoutput.filefilter.DAEFileFilter
Replies if the specified file contains .dae data.
isCollinearLines(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies if two lines are colinear.
isCollinearLines(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies if two lines are colinear.
isCollinearPoints(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Point2D
Replies if three points are colinear, ie. one the same line.
isCollinearPoints(double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.Point3D
Replies if three points are colinear, ie. one the same line.
isCollinearVectors(double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies if two vectors are colinear.
isCollinearVectors(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Replies if two vectors are colinear.
isColumnSelectable(DBaseFileField) - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Replies if the specified column could be replied or ignored.
isConnectableTo(RoadPath) - Method in class org.arakhne.afc.gis.road.path.RoadPath
Replies if the given road path is connectable to this road path.
isConnectedSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
isConnectedSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
isConnectedSegment(RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
 
isConnectedSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
isConnectedSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
isConnectedSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
isConnectedSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
isConnectedSegment(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
 
isConnectedSegment(ST) - Method in interface org.arakhne.afc.math.graph.GraphPoint
Replies if the specified segment was connected to this point.
isConnectedTo(RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
isConnectedTo(RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies if this segment is connected to the specified segment.
isConnectedTo(RoadSegment) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
isConnectedTo(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
isConsumed() - Method in class org.arakhne.afc.gis.maplayer.ConsumableEvent
Replies if this object was already marked as consumed.
isContainerColorUsed() - Method in class org.arakhne.afc.gis.mapelement.MapElement
Replies the flag that indicates if this element use its color or the container's color.
isContainerColorUsed() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Replies the flag that indicates if this element use its color or the container's color.
isContentType(File, String) - Method in class org.arakhne.afc.inputoutput.filetype.FileType.ContentFileTypeMap
Replies if the given file has the given MIME type.
isContentType(File, String) - Static method in class org.arakhne.afc.inputoutput.filetype.FileType
Replies if the given file is compatible with the given MIME type.
isContentType(String, String) - Method in class org.arakhne.afc.inputoutput.filetype.FileType.ContentFileTypeMap
Replies if the given file has the given MIME type.
isContentType(String, String) - Static method in class org.arakhne.afc.inputoutput.filetype.FileType
Replies if the given file is compatible with the given MIME type.
isContentType(String, String, String, String) - Method in class org.arakhne.afc.inputoutput.filetype.DTDBasedXMLMagicNumber
Replies if the specified stream contains data that corresponds to this magic number.
isContentType(String, String, String, String) - Method in class org.arakhne.afc.inputoutput.filetype.DTDBasedZipArchiveXMLMagicNumber
Replies if the specified stream contains data that corresponds to this magic number.
isContentType(String, String, String, String) - Method in class org.arakhne.afc.inputoutput.filetype.DTDBasedZippedXMLMagicNumber
Replies if the specified stream contains data that corresponds to this magic number.
isContentType(String, String, String, String) - Method in class org.arakhne.afc.inputoutput.filetype.XMLMagicNumber
Replies if the specified stream contains data that corresponds to this magic number.
isContentType(String, String, String, String) - Method in class org.arakhne.afc.inputoutput.filetype.XSLBasedXMLMagicNumber
Replies if the specified stream contains data that corresponds to this magic number.
isContentType(String, String, String, String) - Method in class org.arakhne.afc.inputoutput.filetype.XSLBasedZipArchiveXMLMagicNumber
Replies if the specified stream contains data that corresponds to this magic number.
isContentType(String, String, String, String) - Method in class org.arakhne.afc.inputoutput.filetype.XSLBasedZippedXMLMagicNumber
Replies if the specified stream contains data that corresponds to this magic number.
isContentType(String, String, String, String) - Method in class org.arakhne.afc.inputoutput.filetype.ZipArchiveXMLMagicNumber
Replies if the specified stream contains data that corresponds to this magic number.
isContentType(String, String, String, String) - Method in class org.arakhne.afc.inputoutput.filetype.ZippedXMLMagicNumber
Replies if the specified stream contains data that corresponds to this magic number.
isContentType(URL, String) - Method in class org.arakhne.afc.inputoutput.filetype.FileType.ContentFileTypeMap
Replies if the given file has the given MIME type.
isContentType(URL, String) - Static method in class org.arakhne.afc.inputoutput.filetype.FileType
Replies if the given file is compatible with the given MIME type.
isContentType(ZipInputStream, ZipEntry, InputStream) - Method in class org.arakhne.afc.inputoutput.filetype.ZipArchiveMagicNumber
Replies if the specified stream contains data that corresponds to this magic number.
isContentType(ZipInputStream, ZipEntry, InputStream) - Method in class org.arakhne.afc.inputoutput.filetype.ZipArchiveXMLMagicNumber
 
isContentType(MagicNumberStream) - Method in class org.arakhne.afc.inputoutput.filetype.ByteMagicNumber
 
isContentType(MagicNumberStream) - Method in class org.arakhne.afc.inputoutput.filetype.JarMagicNumber
 
isContentType(MagicNumberStream) - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumber
Replies if the specified stream contains data that corresponds to this magic number.
isContentType(MagicNumberStream) - Method in class org.arakhne.afc.inputoutput.filetype.XMLMagicNumber
 
isContentType(MagicNumberStream) - Method in class org.arakhne.afc.inputoutput.filetype.ZipArchiveMagicNumber
 
isContentType(MagicNumberStream) - Method in class org.arakhne.afc.inputoutput.filetype.ZippedXMLMagicNumber
 
isCSVFile(File) - Static method in class org.arakhne.afc.inputoutput.filefilter.CSVFileFilter
Replies if the specified file contains CSV picture.
isCSVFile(String) - Static method in class org.arakhne.afc.inputoutput.filefilter.CSVFileFilter
Replies if the specified file contains CSV picture.
isCSVFile(URL) - Static method in class org.arakhne.afc.inputoutput.filefilter.CSVFileFilter
Replies if the specified file contains CSV picture.
isCulDeSac() - Method in class org.arakhne.afc.math.graph.GraphIterationElement
Replies if this segment is a cul-de-sac ie if the next connection point is only connected to this segment.
isCulDeSacWay() - Method in class org.arakhne.afc.gis.road.path.RoadPath
Replies if the last segment in this path is a real cul-de-sac.
isCurrentOS() - Method in enum org.arakhne.afc.vmutil.OperatingSystem
Replies if the current OperatingSystem constant is corresponding to the current operating system.
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.AbstractCirclePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.AbstractEllipsePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.AbstractMultiShapePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.AbstractOrientedRectanglePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.AbstractParallelogramPathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.ProjectionToParallelogramLocalCoordinateSystemPathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.AbstractPathPathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.FlatteningPathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.afp.PathIteratorWrapper
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.RectanglePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.TransformedRectanglePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.AbstractRoundRectanglePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.afp.Segment2afp.SegmentPathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.AbstractTrianglePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.AbstractCirclePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.AbstractMultiShapePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.AbstractPathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.FlatteningPathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.ai.PathIteratorWrapper
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.RectanglePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.TransformedRectanglePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.AbstractSegmentPathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
isCurved() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the path contains a curve..
isCurved() - Method in interface org.arakhne.afc.math.geometry.d2.PathIterator2D
Replies the path contains a curve.
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.AbstractMultiShapePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.AbstractPathPathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.FlatteningPathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.afp.PathIteratorWrapper
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.RectanglePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.TransformedRectanglePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.afp.Segment3afp.SegmentPathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.AbstractSpherePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.AbstractMultiShapePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.AbstractPathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.FlatteningPathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.ai.PathIteratorWrapper
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.RectanglePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.TransformedRectanglePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.AbstractSegmentPathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.AbstractCirclePathIterator
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
isCurved() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
isCurved() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the path contains a curve..
isCurved() - Method in interface org.arakhne.afc.math.geometry.d3.PathIterator3D
Replies the path contains a curve.
isCurvedProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Replies the isCurved property.
isCurvedProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Replies the isCurved property.
isCurvedProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Replies the isCurved property.
isCurvedProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Replies the isCurved property.
isDbaseFile(File) - Static method in class org.arakhne.afc.io.dbase.DBaseFileFilter
Replies if the specified file content is a dBase file.
isDbaseFile(String) - Static method in class org.arakhne.afc.io.dbase.DBaseFileFilter
Replies if the specified file content is a dBase file.
isDbaseFile(URL) - Static method in class org.arakhne.afc.io.dbase.DBaseFileFilter
Replies if the specified file content is a dBase file.
isDeeplyExpurge() - Method in class org.arakhne.afc.references.AbstractReferencedSet
Replies if this map expurge all the released references even if they are not enqueued by the virtual machine.
isDeeplyExpurge() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap
Replies if this map expurge all the released references even if they are not enqueued by the virtual machine.
isDisappearingWhenConsumed() - Method in class org.arakhne.afc.gis.maplayer.ConsumableEvent
Replies if this event should disappear when it was consumed.
isDoubleFramed() - Method in class org.arakhne.afc.gis.mapelement.MapMultiPoint
Replies if this point is dfouble framed.
isDoubleFramed() - Method in class org.arakhne.afc.gis.mapelement.MapPoint
Replies if this point is dfouble framed.
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ClosePathElement2d
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.CurvePathElement2d
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.LinePathElement2d
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.MovePathElement2d
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.QuadPathElement2d
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.LinePathElement2dfx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.MovePathElement2dfx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ClosePathElement2i
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.CurvePathElement2i
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.LinePathElement2i
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.MovePathElement2i
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.QuadPathElement2i
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.LinePathElement2ifx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.MovePathElement2ifx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
isDrawable() - Method in interface org.arakhne.afc.math.geometry.d2.PathElement2D
Replies if the element is not empty and is drawable.
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
isDrawable() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
isDrawable() - Method in interface org.arakhne.afc.math.geometry.d3.PathElement3D
Replies if the element is not empty and is drawable.
isElementCollectionType() - Method in enum org.arakhne.afc.io.shape.ShapeElementType
Replies if this type is a collection of element and not a ponctual element.
isEmbeddedData() - Method in class org.arakhne.afc.inputoutput.xml.XMLResources.Entry
Replies if this entry contains an embedded data.
isEmpty - Variable in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Is Empty property.
isEmpty - Variable in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Is Empty property.
isEmpty - Variable in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Is Empty property.
isEmpty - Variable in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Is Empty property.
isEmpty() - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies if this hub is empty.
isEmpty() - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
isEmpty() - Method in class org.arakhne.afc.gis.grid.Grid
Replies if the grid is empty.
isEmpty() - Method in class org.arakhne.afc.gis.grid.GridCell
Replies if the cell is empty, or not.
isEmpty() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
isEmpty() - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
 
isEmpty() - Method in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
 
isEmpty() - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies if this connection has no connected segment.
isEmpty() - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
isEmpty() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
isEmpty() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
isEmpty() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies if this shape is empty.
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ClosePathElement2d
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.CurvePathElement2d
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.LinePathElement2d
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.MovePathElement2d
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.QuadPathElement2d
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ClosePathElement2i
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.CurvePathElement2i
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.LinePathElement2i
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.MovePathElement2i
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.QuadPathElement2i
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d2.PathElement2D
Replies if the element is empty, ie. the points are the same.
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies if this shape is empty.
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
 
isEmpty() - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d3.PathElement3D
Replies if the element is empty, ie. the points are the same.
isEmpty() - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies if this shape is empty.
isEmpty() - Method in class org.arakhne.afc.math.graph.BreadthFirstGraphCourseModel
 
isEmpty() - Method in class org.arakhne.afc.math.graph.DepthFirstGraphCourseModel
 
isEmpty() - Method in interface org.arakhne.afc.math.graph.Graph
Replies if this graph is empty or not.
isEmpty() - Method in interface org.arakhne.afc.math.graph.GraphCourseModel
Replies if the model contains an element to iterate one.
isEmpty() - Method in class org.arakhne.afc.math.graph.GraphPath
 
isEmpty() - Method in class org.arakhne.afc.math.graph.ShortestSegmentFirstGraphCourseModel
 
isEmpty() - Method in class org.arakhne.afc.math.graph.simple.SGraph
 
isEmpty() - Method in class org.arakhne.afc.math.graph.SubGraph
 
isEmpty() - Method in class org.arakhne.afc.math.tree.AbstractForest
 
isEmpty() - Method in class org.arakhne.afc.math.tree.AbstractTree
 
isEmpty() - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
isEmpty() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
isEmpty() - Method in interface org.arakhne.afc.math.tree.Tree
Replies if this tree contains user data.
isEmpty() - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies if this node is a leaf and has no user data.
isEmpty() - Method in class org.arakhne.afc.nodefx.ZoomablePane.ColorSquare
Replies if the square is empty and has not specific color.
isEmpty() - Method in class org.arakhne.afc.util.IntegerList
 
isEmpty() - Method in class org.arakhne.afc.util.ListenerCollection
Replies if this collection is empty.
isEmpty() - Method in class org.arakhne.afc.util.MultiCollection
 
isEmpty() - Method in class org.arakhne.afc.util.OutputParameter
Replies if the value was not set, i.e.
isEmpty() - Method in class org.arakhne.afc.vmutil.json.JsonBuffer
Replies if the buffer is empty or not.
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Replies the isEmpty property.
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Replies the property that indicates if this patth element is empty.
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.LinePathElement2dfx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.MovePathElement2dfx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Replies the isEmpty property.
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Replies the property that indicates if this patth element is empty.
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.LinePathElement2ifx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.MovePathElement2ifx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Replies the isEmpty property.
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Replies the property that indicates if this patth element is empty.
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Replies the isEmpty property.
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Replies the property that indicates if this patth element is empty.
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
isEmptyProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
isEnable() - Static method in class org.arakhne.afc.vmutil.LibraryLoader
Replies if this library loader is enable.
isEndingBusHalt() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies if this bus halt is a ending bus halt (aka. last bus halt) of an itinerary.
isEnqueued() - Method in interface org.arakhne.afc.references.AbstractReferencedValueMap.ReferencableValue
Replies if a value is enqueued.
isEpsilonEqual(double, double) - Static method in class org.arakhne.afc.math.MathUtil
Replies if the given values are near.
isEpsilonEqual(double, double, double) - Static method in class org.arakhne.afc.math.MathUtil
Replies if the given values are near.
isEpsilonZero(double) - Static method in class org.arakhne.afc.math.MathUtil
Replies if the given value is near zero.
isEpsilonZero(double, double) - Static method in class org.arakhne.afc.math.MathUtil
Replies if the given value is near zero.
isESRINaN(double) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Replies if the given value is assumed to be NaN according to the ESRI specifications.
isESRINaN(float) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Replies if the given value is assumed to be NaN according to the ESRI specifications.
isEventFirable() - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeCollection
 
isEventFirable() - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Replies if the events are fired by this container.
isEventFirable() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
isEventFirable() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
isEventFirable() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
isEventFirable() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
isEventFirable() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
isExcludedRoadSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
Replies if the given road segment is excluded.
isFile() - Method in class org.arakhne.afc.inputoutput.xml.XMLResources.Entry
Replies if this entry contains a File.
isFileBasedScheme() - Method in enum org.arakhne.afc.vmutil.URISchemeType
Replies if this URI scheme represents a local or remote file.
isFinalConnectionPoint() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
isFinalConnectionPoint() - Method in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
 
isFinalConnectionPoint() - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies if this point is a final connection point ie, a point connected to only one segment.
isFinalConnectionPoint() - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
isFinalConnectionPoint() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
isFinalConnectionPoint() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
isFinalConnectionPoint() - Method in interface org.arakhne.afc.math.graph.GraphPoint
Replies if this point is a final connection point ie, a point connected to only one segment.
isFinalConnectionPoint() - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
 
isFinished() - Method in class org.arakhne.afc.progress.ProgressionEvent
Replies if the associated task was marked as finished, ie the current value is greater or equal to the maximum value AND the associated task progression object is a root task.
isFirstPointConnectableTo(RoadPath) - Method in class org.arakhne.afc.gis.road.path.RoadPath
Replies if the given road path is connectable to the first point of this road path.
isFirstPointConnectedTo(Segment1D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
isFirstPointConnectedTo(Segment1D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
isFirstPointConnectedTo(Segment1D<?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
isFirstPointConnectedTo(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.DefaultSegment1d
 
isFirstPointConnectedTo(Segment1D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Segment1D
Replies if this segment is connected to the specified segment by its first point.
isFirstSegmentReversable() - Method in class org.arakhne.afc.math.graph.GraphPath
Replies if this first segment could be reversed when the second segment is inserted to fit the order of the insertions.
isGIFFile(File) - Static method in class org.arakhne.afc.inputoutput.filefilter.GIFFileFilter
Replies if the specified file contains GIF picture.
isGIFFile(String) - Static method in class org.arakhne.afc.inputoutput.filefilter.GIFFileFilter
Replies if the specified file contains GIF picture.
isGIFFile(URL) - Static method in class org.arakhne.afc.inputoutput.filefilter.GIFFileFilter
Replies if the specified file contains GIF picture.
isHeaderRead() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Replies if the header was read.
isHeaderWritten() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Replies if the header was red.
isHTMLFile(File) - Static method in class org.arakhne.afc.inputoutput.filefilter.HTMLFileFilter
Replies if the specified file contains HTML.
isHTMLFile(String) - Static method in class org.arakhne.afc.inputoutput.filefilter.HTMLFileFilter
Replies if the specified file contains HTML.
isHTMLFile(URL) - Static method in class org.arakhne.afc.inputoutput.filefilter.HTMLFileFilter
Replies if the specified file contains HTML.
isIcon() - Method in enum org.arakhne.afc.gis.mapelement.MapElement.VisualizationType
Replies if this visualization type includes the icon.
isIcosepHeuristicArea() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
isIcosepHeuristicArea() - Method in interface org.arakhne.afc.gis.tree.GISTreeBoundedArea
Replies if the area is marked as an icosep-heuristic area.
isIdentity - Variable in class org.arakhne.afc.math.geometry.d1.Transform1D
Indicates if the matrix is identity.
isIdentity - Variable in class org.arakhne.afc.math.matrix.Matrix2d
Indicates if the matrix is identity.
isIdentity - Variable in class org.arakhne.afc.math.matrix.Matrix3d
Indicates if the matrix is identity.
isIdentity - Variable in class org.arakhne.afc.math.matrix.Matrix4d
Indicates if the matrix is identity.
isIdentity() - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Replies if the transformation is the identity transformation.
isIdentity() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies if the matrix is identity.
isIdentity() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies if the matrix is identity.
isIdentity() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies if the matrix is identity.
isImage(String) - Static method in class org.arakhne.afc.inputoutput.filetype.FileType
Replies if the specified MIME type corresponds to an image.
isIndeterminate() - Method in class org.arakhne.afc.progress.DefaultProgression
 
isIndeterminate() - Method in interface org.arakhne.afc.progress.Progression
Returns the value of the indeterminate property.
isIndeterminate() - Method in class org.arakhne.afc.progress.ProgressionEvent
Returns the value of the indeterminate property.
isINIFile(File) - Static method in class org.arakhne.afc.inputoutput.filefilter.INIFileFilter
Replies if the specified file contains JPEG picture.
isINIFile(String) - Static method in class org.arakhne.afc.inputoutput.filefilter.INIFileFilter
Replies if the specified file contains JPEG picture.
isINIFile(URL) - Static method in class org.arakhne.afc.inputoutput.filefilter.INIFileFilter
Replies if the specified file contains JPEG picture.
isInstance(Class<?>, Object) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Determines if the specified Object is assignment-compatible with the object represented by the Class.
isInvertedAxisX() - Method in class org.arakhne.afc.nodefx.CenteringTransform
Replies if the x axis of the displayed data is inverted regarding to the standard JavaFX coordinate system.
isInvertedAxisX() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
isInvertedAxisX() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
isInvertedAxisX() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies if the x axis of the displayed data is inverted regarding to the standard JavaFX coordinate system.
isInvertedAxisY() - Method in class org.arakhne.afc.nodefx.CenteringTransform
Replies if the Y axis of the displayed data is inverted regarding to the standard JavaFX coordinate system.
isInvertedAxisY() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
isInvertedAxisY() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
isInvertedAxisY() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies if the Y axis of the displayed data is inverted regarding to the standard JavaFX coordinate system.
isJARFile(File) - Static method in class org.arakhne.afc.inputoutput.filefilter.JARFileFilter
Replies if the specified file contains JAR file.
isJARFile(String) - Static method in class org.arakhne.afc.inputoutput.filefilter.JARFileFilter
Replies if the specified file contains JAR file.
isJARFile(URL) - Static method in class org.arakhne.afc.inputoutput.filefilter.JARFileFilter
Replies if the specified file contains JAR file.
isJarURL(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies if the given URL has a jar scheme.
isJPEGFile(File) - Static method in class org.arakhne.afc.inputoutput.filefilter.JPEGFileFilter
Replies if the specified file contains JPEG picture.
isJPEGFile(String) - Static method in class org.arakhne.afc.inputoutput.filefilter.JPEGFileFilter
Replies if the specified file contains JPEG picture.
isJPEGFile(URL) - Static method in class org.arakhne.afc.inputoutput.filefilter.JPEGFileFilter
Replies if the specified file contains JPEG picture.
isLastPointConnectableTo(RoadPath) - Method in class org.arakhne.afc.gis.road.path.RoadPath
Replies if the given road path is connectable to the last point of this road path.
isLastPointConnectedTo(Segment1D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
isLastPointConnectedTo(Segment1D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
isLastPointConnectedTo(Segment1D<?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
isLastPointConnectedTo(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.DefaultSegment1d
 
isLastPointConnectedTo(Segment1D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Segment1D
Replies if this segment is connected to the specified segment by its last point.
isLayerAutoUpdated() - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Replies if this layer is automatically updated when a bus itinerary was removed or added.
isLayerAutoUpdated() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
Replies if this layer is automatically updated when a bus itinerary was removed or added.
isLayerAutoUpdated() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Replies if this layer is automatically updated when a bus itinerary was removed or added.
ISLE_OF_MAN - org.arakhne.afc.util.CountryCode
IM.
isLeaf() - Method in interface org.arakhne.afc.math.tree.IterableNode
Replies if this node is a leaf.
isLeaf() - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
 
isLeaf() - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
 
isLeaf() - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
 
isLeaf() - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
 
isLeaf() - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
 
isLeaf() - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
 
isLeaf() - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
 
isLeaf() - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
 
isLeaf() - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
 
isLeaf() - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
 
isLeaf() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
isLeftHanded() - Method in interface org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem
Replies if this coordinate system is a left-hand coordinate system.
isLeftHanded() - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
 
isLeftHanded() - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem3D
Replies if this coordinate system is a left-hand coordinate system.
isLeftSidedTrafficDirection() - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
 
isLeftSidedTrafficDirection() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegmentContainer
Replies if this road network uses a left-side circulation direction rule.
isLeftSidedTrafficDirection() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
isLeftSidedTrafficDirection() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
 
isManifestMatch(InputStream) - Method in class org.arakhne.afc.inputoutput.filetype.JarMagicNumber
Invoked to test the content of the Jar file manifest.
isManySegmentReplyEnabled() - Method in class org.arakhne.afc.math.graph.GraphIterator
Replies if this iterator is assumed that a segment may be replied many times.
isMaxValueIncluded() - Method in class org.arakhne.afc.math.stochastic.MathFunctionRange
Replies if the maximal value is included in the value set.
isMimeConstant(String) - Method in enum org.arakhne.afc.inputoutput.mime.MimeName
Replies if the given string corresponds to this MIME constant.
isMinValue(Progression) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Replies if the given progression indicators has its value equal to its min value.
isMinValueIncluded() - Method in class org.arakhne.afc.math.stochastic.MathFunctionRange
Replies if the minimal value is included in the value set.
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.AbstractCirclePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.AbstractEllipsePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.AbstractMultiShapePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.AbstractOrientedRectanglePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.AbstractParallelogramPathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.ProjectionToParallelogramLocalCoordinateSystemPathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.AbstractPathPathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.FlatteningPathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.afp.PathIteratorWrapper
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.RectanglePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.TransformedRectanglePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.AbstractRoundRectanglePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.afp.Segment2afp.SegmentPathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.AbstractTrianglePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.AbstractCirclePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.AbstractMultiShapePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.AbstractPathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.FlatteningPathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.ai.PathIteratorWrapper
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.RectanglePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.TransformedRectanglePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.AbstractSegmentPathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
isMultiParts() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the path has multiple parts, i.e. multiple MOVE_TO are inside.
isMultiParts() - Method in interface org.arakhne.afc.math.geometry.d2.PathIterator2D
Replies the path has multiple parts, i.e. multiple MOVE_TO are inside.
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.AbstractMultiShapePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.AbstractPathPathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.FlatteningPathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.afp.PathIteratorWrapper
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.RectanglePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.TransformedRectanglePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.afp.Segment3afp.SegmentPathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.AbstractSpherePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.AbstractMultiShapePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.AbstractPathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.FlatteningPathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.ai.PathIteratorWrapper
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.RectanglePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.TransformedRectanglePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.AbstractSegmentPathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.AbstractCirclePathIterator
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
isMultiParts() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
isMultiParts() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the path has multiple parts, i.e. multiple MOVE_TO are inside.
isMultiParts() - Method in interface org.arakhne.afc.math.geometry.d3.PathIterator3D
Replies the path has multiple parts, i.e. multiple MOVE_TO are inside.
isMultiPartsProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Replies the isMultiParts property.
isMultiPartsProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Replies the isMultiParts property.
isMultiPartsProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Replies the isMultiParts property.
isMultiPartsProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Replies the isMultiParts property.
isMultipleDifferentValues() - Method in class org.arakhne.afc.util.MultiValue
Replies if this MultiValue contains different values.
isNearPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
isNearPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
 
isNearPoint(Point2D<?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies if the specified point is near this connection point.
isNearPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
isNearPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
isNull() - Method in class org.arakhne.afc.vmutil.MACNumber
Replies if all the MAC address number are equal to zero.
isNullAllowed() - Method in enum org.arakhne.afc.attrs.attr.AttributeType
Replies if a null value is allowed for this attribute type.
isNullAllowed() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies if a null value is allowed for this attribute.
isNullAllowed() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
isNumberType() - Method in enum org.arakhne.afc.attrs.attr.AttributeType
Replies if this attribute type is a number type.
isObjectValue() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies of the value of this attribute is a data object ie, java object or icon.
isObjectValue() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
isOBJFile(File) - Static method in class org.arakhne.afc.inputoutput.filefilter.OBJ3DFileFilter
Replies if the specified file contains .obj data.
isOBJFile(String) - Static method in class org.arakhne.afc.inputoutput.filefilter.OBJ3DFileFilter
Replies if the specified file contains .obj data.
isOBJFile(URL) - Static method in class org.arakhne.afc.inputoutput.filefilter.OBJ3DFileFilter
Replies if the specified file contains .obj data.
isOnSameSegment(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Replies if this point is located on the same segment as the given one.
isOnSegment() - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Replies if this pint is located on the segment.
isOrientedSegments() - Method in class org.arakhne.afc.gis.road.RoadSegmentIterationComparator
Replies if this comparator is assuming that segments are oriented.
isOrientedSegments() - Method in class org.arakhne.afc.math.graph.GraphIterationElementComparator
Replies if this comparator is assuming that segments are oriented.
isOrientedSegmentSupportEnabled() - Method in class org.arakhne.afc.math.graph.GraphIterator
Replies if this iterator is assumed oriented segments or not.
isOrthogonal(double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies if the vectors are orthogonal vectors.
isOrthogonal(double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies if the vectors are orthogonal vectors.
isOrthogonal(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies if this vector is orthogonal to the given vector.
isOverfull(long, String) - Method in interface org.arakhne.afc.text.TextUtil.CutStringCritera
Replies if the given word is overfull the line.
isPannable() - Method in class org.arakhne.afc.nodefx.ZoomablePane
Replies the flag that indicates if the user could be able to pan the viewport by using the mouse.
isParallelLines(double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies if two lines are parallel.
isParallelLines(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies if two lines are parallel.
isParameterExists(int) - Method in class org.arakhne.afc.vmutil.VMCommandLine
Replies if the given index corresponds to a command line parameter.
isPNGFile(File) - Static method in class org.arakhne.afc.inputoutput.filefilter.PNGFileFilter
Replies if the specified file contains PNG picture.
isPNGFile(String) - Static method in class org.arakhne.afc.inputoutput.filefilter.PNGFileFilter
Replies if the specified file contains PNG picture.
isPNGFile(URL) - Static method in class org.arakhne.afc.inputoutput.filefilter.PNGFileFilter
Replies if the specified file contains PNG picture.
isPointClosedToLine(double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies if a point is closed to a line.
isPointClosedToLine(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies if a point is closed to a line.
isPointClosedToSegment(double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Replies if a point is closed to a segment.
isPointClosedToSegment(double, double, double, double, double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Replies if a point is closed to a segment.
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.AbstractCirclePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.AbstractEllipsePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.AbstractMultiShapePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.AbstractOrientedRectanglePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.AbstractParallelogramPathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.ProjectionToParallelogramLocalCoordinateSystemPathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.AbstractPathPathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.FlatteningPathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.afp.PathIteratorWrapper
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.RectanglePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.TransformedRectanglePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.AbstractRoundRectanglePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.afp.Segment2afp.SegmentPathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.AbstractTrianglePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.AbstractCirclePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.AbstractMultiShapePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.AbstractPathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.FlatteningPathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.ai.PathIteratorWrapper
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.RectanglePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.TransformedRectanglePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.AbstractSegmentPathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
isPolygon() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the path is composed only by one MOVE_TO, a sequence of LINE_TO or QUAD_TO or CURVE_TO, or ARC_TO, and a single CLOSE primitives.
isPolygon() - Method in interface org.arakhne.afc.math.geometry.d2.PathIterator2D
Replies the path is composed only by one MOVE_TO, a sequence of LINE_TO or QUAD_TO or CURVE_TO or ARC_TO, and a single CLOSE primitives.
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.AbstractMultiShapePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.AbstractPathPathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.FlatteningPathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.afp.PathIteratorWrapper
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.RectanglePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.TransformedRectanglePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.afp.Segment3afp.SegmentPathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.AbstractSpherePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.AbstractMultiShapePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.AbstractPathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.FlatteningPathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.ai.PathIteratorWrapper
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.RectanglePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.TransformedRectanglePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.AbstractSegmentPathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.AbstractCirclePathIterator
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
isPolygon() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
isPolygon() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the path is composed only by one MOVE_TO, a sequence of LINE_TO or QUAD_TO or CURVE_TO, and a single CLOSE primitives.
isPolygon() - Method in interface org.arakhne.afc.math.geometry.d3.PathIterator3D
Replies the path is composed only by one MOVE_TO, a sequence of LINE_TO or QUAD_TO or CURVE_TO, and a single CLOSE primitives.
isPolygonProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Replies the isPolygon property.
isPolygonProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Replies the isPolygon property.
isPolygonProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Replies the isPolygon property.
isPolygonProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Replies the isPolygon property.
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.AbstractCirclePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.AbstractEllipsePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.AbstractMultiShapePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.AbstractOrientedRectanglePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.AbstractParallelogramPathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.ProjectionToParallelogramLocalCoordinateSystemPathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.AbstractPathPathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.FlatteningPathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.afp.PathIteratorWrapper
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.RectanglePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.TransformedRectanglePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.AbstractRoundRectanglePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.afp.Segment2afp.SegmentPathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.AbstractTrianglePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.AbstractCirclePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.AbstractMultiShapePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.AbstractPathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.FlatteningPathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.ai.PathIteratorWrapper
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.RectanglePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.TransformedRectanglePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.AbstractSegmentPathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
isPolyline() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the path is composed only by one MOVE_TO, and a sequence of LINE_TO primitives.
isPolyline() - Method in interface org.arakhne.afc.math.geometry.d2.PathIterator2D
Replies the path is composed only by one MOVE_TO, and a sequence of LINE_TO primitives.
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.AbstractMultiShapePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.AbstractPathPathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.FlatteningPathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.afp.PathIteratorWrapper
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.RectanglePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.TransformedRectanglePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.afp.Segment3afp.SegmentPathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.AbstractSpherePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.AbstractMultiShapePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.AbstractPathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.FlatteningPathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.ai.PathIteratorWrapper
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.RectanglePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.TransformedRectanglePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.AbstractSegmentPathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.AbstractCirclePathIterator
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
isPolyline() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
isPolyline() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the path is composed only by one MOVE_TO, and a sequence of LINE_TO primitives.
isPolyline() - Method in interface org.arakhne.afc.math.geometry.d3.PathIterator3D
Replies the path is composed only by one MOVE_TO, and a sequence of LINE_TO primitives.
isPolylineProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Replies the isPolyline property.
isPolylineProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Replies the isPolyline property.
isPolylineProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Replies the isPolyline property.
isPolylineProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Replies the isPolyline property.
isPonctualElementType() - Method in enum org.arakhne.afc.io.shape.ShapeElementType
Replies if this type is a ponctual element and not a collection of elements.
ISRAEL - org.arakhne.afc.util.CountryCode
IL.
isReadOnlyObject() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
isReadOnlyObject() - Method in class org.arakhne.afc.gis.mapelement.MapElement
 
isReadOnlyObject() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
 
isReadOnlyObject() - Method in interface org.arakhne.afc.gis.primitive.GISEditable
Replies if this editable object want to be seen as a reed-only object.
isReallyCulDeSac() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
isReallyCulDeSac() - Method in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
 
isReallyCulDeSac() - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies if this point is a cul-de-sac.
isReallyCulDeSac() - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
isReallyCulDeSac() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
isReferenceCell(GridCell<P>) - Method in class org.arakhne.afc.gis.grid.GridCellElement
Replies if the specified cell is the reference cell for the element.
isRemovable() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Replies if this layer is removable from this container.
isRenderingEnable() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
Replies the rendering state of the canvas.
isResizable() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
isResizable() - Method in class org.arakhne.afc.nodefx.ZoomablePane.ColorSquare
 
isReversedRestitution() - Method in class org.arakhne.afc.math.graph.BreadthFirstGraphCourseModel
Replies if this model restitutes the elements in a reverse order.
isReversedRestitution() - Method in class org.arakhne.afc.math.graph.DepthFirstGraphCourseModel
Replies if this model restitutes the elements in a reverse order.
isReversedRestitution() - Method in interface org.arakhne.afc.math.graph.GraphCourseModel
Replies if this model restitutes the elements in a reverse order.
isReversedRestitution() - Method in class org.arakhne.afc.math.graph.ShortestSegmentFirstGraphCourseModel
Replies if this model restitutes the elements in a reverse order.
isRevertedSegmentDirection() - Method in enum org.arakhne.afc.math.geometry.d1.Direction1D
Replies if the reverted segment direction is allowed.
isRightHanded() - Method in interface org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem
Replies if this coordinate system is a right-hand coordinate system.
isRightHanded() - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
 
isRightHanded() - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem3D
Replies if this coordinate system is a right-hand coordinate system.
isRightSidedTrafficDirection() - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
 
isRightSidedTrafficDirection() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegmentContainer
Replies if this road network uses a right-side circulation direction rule.
isRightSidedTrafficDirection() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
isRightSidedTrafficDirection() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
 
isRoot() - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
 
isRoot() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
isRoot() - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies if this node is a root.
isRoot() - Method in class org.arakhne.afc.progress.ProgressionEvent
Replies if this event was fired by an task progression source which is a root source.
isRootModel() - Method in class org.arakhne.afc.progress.DefaultProgression
 
isRootModel() - Method in interface org.arakhne.afc.progress.Progression
Replies if is task model is a root model.
isRootModel() - Method in class org.arakhne.afc.progress.SubProgressionModel
 
isSame(double, double, double, double) - Method in interface org.arakhne.afc.gis.mapelement.PointFusionValidator
Replies if the two given points are the same according to this validator.
isScheme(String) - Method in enum org.arakhne.afc.vmutil.URISchemeType
Replies if the given string corresponds to this scheme.
isSeekEnabled() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Replies if the seek feature is enabled.
isSeekEnabled() - Method in class org.arakhne.afc.io.shape.AbstractShapeFileReader
 
isSegmentDirection() - Method in enum org.arakhne.afc.math.geometry.d1.Direction1D
Replies if the segment direction is allowed.
isSegmentStartConnected() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualConnection
 
isSegmentStartConnected() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection.Connection
 
isSegmentStartConnected() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
isSegmentStartConnected() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapGraphPointConnection
 
isSegmentStartConnected() - Method in interface org.arakhne.afc.math.graph.GraphPoint.GraphPointConnection
Replies if the connected segment is connected by its start point or not.
isSelected(T) - Method in class org.arakhne.afc.gis.ui.drawers.AbstractGISEditableDrawer
Replies the given element is selected.
isSet() - Method in class org.arakhne.afc.util.MultiValue
Replies if the value was set.
isSet() - Method in class org.arakhne.afc.util.OutputParameter
Replies if the value was set, i.e. not null.
isShape() - Method in enum org.arakhne.afc.gis.mapelement.MapElement.VisualizationType
Replies if this visualization type includes the shape.
isShapeFile(File) - Static method in class org.arakhne.afc.io.shape.ShapeFileFilter
Replies if the specified file content is a ESRI shape file.
isShapeFile(String) - Static method in class org.arakhne.afc.io.shape.ShapeFileFilter
Replies if the specified file content is a ESRI shape file.
isShapeFile(URL) - Static method in class org.arakhne.afc.io.shape.ShapeFileFilter
Replies if the specified file content is a ESRI shape file.
isSignificant() - Method in class org.arakhne.afc.gis.bus.network.BusHub
Replies if this hub contains at least two bus stops.
isStartingBusHalt() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies if this bus halt is a starting bus halt (aka. first bus halt) of an itinerary.
isStringIdentifier(String) - Static method in class org.arakhne.afc.inputoutput.xml.XMLResources
Replies if the given string is a string-representation of a resource identifier.
isSupportedType(DBaseFieldType) - Static method in class org.arakhne.afc.io.dbase.DBaseFileWriter
Replies if the given dBASE type is supported by this writer.
isSymmetric() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies if the matrix is symmetric.
isSymmetric() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies if the matrix is symmetric.
isSymmetric() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies if the matrix is symmetric.
isTemporaryChange() - Method in class org.arakhne.afc.gis.maplayer.MapLayerAttributeChangeEvent
Replies if the change in the layer was marked as temporary.
isTemporaryChange() - Method in class org.arakhne.afc.gis.maplayer.MapLayerContentEvent
Replies if the change in the layer was marked as temporary.
isTemporaryChange() - Method in class org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent
Replies if the change in the layer was marked as temporary.
isTemporaryLayer() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Replies if this layer was mark as temporary lyer.
isTerminalPoint(PT) - Method in class org.arakhne.afc.math.graph.SubGraph
Replies if the given point is a terminal point.
isTerminalSegment() - Method in class org.arakhne.afc.math.graph.GraphIterationElement
Replies if this segment is the last which will be reached by the iterator.
isTerminus() - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Replies if this bus halt is a terminus (aka. first or last bus halt) of an itinerary.
isTextFile(File) - Static method in class org.arakhne.afc.inputoutput.filefilter.TXTFileFilter
Replies if the specified file contains text.
isTextFile(String) - Static method in class org.arakhne.afc.inputoutput.filefilter.TXTFileFilter
Replies if the specified file contains text.
isTextFile(URL) - Static method in class org.arakhne.afc.inputoutput.filefilter.TXTFileFilter
Replies if the specified file contains text.
isTopLayer(MapLayer) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Replies if the specified layer is the top-most inside this container.
isTopLayer(MapLayer) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
isTraversable(RoadSegment, GraphPoint.GraphPointConnection<RoadConnection, RoadSegment>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStarSegmentOrientation
 
isTraversable(ST, GraphPoint.GraphPointConnection<PT, ST>) - Method in interface org.arakhne.afc.math.graph.astar.AStarSegmentOrientation
Replies if the given segment s is traversable from the given connection point p.
isTraversableFrom(RoadConnection) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
isTraversableFrom(RoadConnection) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies if this road segment is traversable from the given point.
isTraversableFrom(RoadConnection) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
isTraversableFrom(RoadConnection) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
isTraversableParent(N) - Method in class org.arakhne.afc.math.tree.iterator.InfixDepthFirstTreeIterator
 
isTraversableParent(N) - Method in class org.arakhne.afc.math.tree.iterator.PostfixDepthFirstTreeIterator
 
isTraversableParent(N) - Method in class org.arakhne.afc.math.tree.iterator.PrefixDepthFirstTreeIterator
 
isTraversableParent(P) - Method in class org.arakhne.afc.math.tree.iterator.AbstractInfixDepthFirstTreeIterator
Replies if an object to type N which is corresponding to the given child node retreived from the given parent node.
isTraversableParent(P) - Method in class org.arakhne.afc.math.tree.iterator.AbstractPostfixDepthFirstTreeIterator
Replies if an object to type N which is corresponding to the given child node retreived from the given parent node.
isTraversableParent(P) - Method in class org.arakhne.afc.math.tree.iterator.AbstractPrefixDepthFirstTreeIterator
Replies if an object to type N which is corresponding to the given child node retreived from the given parent node.
isTypeRecomputedAfterRemoval() - Method in interface org.arakhne.afc.gis.GISSet
Replies if this informed tree set is trying to compute the best fitting type after a removal.
isTypeRecomputedAfterRemoval() - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
isTypeRecomputedAfterRemoval() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
isTypeRecomputedAfterRemoval() - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Replies if this informed tree set is trying to compute the best fitting type after a removal.
isTypeRecomputedAfterRemoval() - Method in class org.arakhne.afc.util.InformedArrayList
Replies if this informed array list is trying to compute the best fitting type after a removal.
isUnitVector() - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Replies if this vector is a unit vector.
isUnitVector() - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies if this vector is a unit vector.
isUnitVector() - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Replies if this first is a unit vector.
isUnitVector(double, double) - Static method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Replies if the vector is a unit vector.
isUnitVector(double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies if the vector is a unit vector.
isUnitVector(double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Replies if the vector is a unit vector.
isUnitVector(double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies if the vector is a unit vector.
isUnitVector(double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Replies if the vector is a unit vector.
isUnitVector(double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Replies if the vector is a unit vector.
isUnixCompliant() - Method in enum org.arakhne.afc.vmutil.OperatingSystem
Replies of this OS is Unix compliant.
isUnsetValue(String) - Static method in class org.arakhne.afc.io.dbase.DBaseFileField
Replies if the given value corresponds to an unset value inside the dBase file.
isURI(URI) - Method in enum org.arakhne.afc.vmutil.URISchemeType
Replies if the given URI uses this scheme.
isURL() - Method in class org.arakhne.afc.inputoutput.xml.XMLResources.Entry
Replies if this entry contains an URL.
isURL(URL) - Method in enum org.arakhne.afc.vmutil.URISchemeType
Replies if the given URL uses this scheme.
isValid() - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
isValid() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
isValid() - Method in interface org.arakhne.afc.math.tree.TreeNode
Replies if this node is a valid.
isValidBusHubs() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies if all the bus hubs are valid.
isValidBusStops() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Replies if all the bus stops are valid.
isValidElement(Element) - Method in interface org.arakhne.afc.inputoutput.xml.XMLConstraint
Replies if the given element is validating the constraints.
isValidElement(Element) - Method in class org.arakhne.afc.inputoutput.xml.XMLIdentifierConstraint
 
isValidElement(Element) - Method in class org.arakhne.afc.inputoutput.xml.XMLNameConstraint
 
isValidElement(Element) - Method in class org.arakhne.afc.inputoutput.xml.XMLValueConstraint
 
isValidLayer() - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
 
isValidLayer() - Method in interface org.arakhne.afc.gis.bus.layer.BusLayer
Replies if this layer and its content is marked as valid.
isValidLayer() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
 
isValidLayer() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
 
isValidPrimitive() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
isValidPrimitive() - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
Replies if this primitive is marked as valid.
isVectorial() - Method in class org.arakhne.afc.math.geometry.d2.Vector2D.PowerResult
Replies if the result is vectorial.
isVectorial() - Method in class org.arakhne.afc.math.geometry.d3.Vector3D.PowerResult
Replies if the result is vectorial.
isVisible() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
 
isVisible() - Method in interface org.arakhne.afc.gis.primitive.GISBrowsable
Replies if this element is assumed to be visible inside a displayer.
isWidePolyline() - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies if this polyline must be drawn with a wide height.
isWindowsNativeFilename(String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies if the given string contains a Windows® native long filename.
isx() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
isx() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
isx() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the X coordinate of the sway vector.
isXMLFile(File) - Static method in class org.arakhne.afc.inputoutput.filefilter.XMLFileFilter
Replies if the specified file contains XML.
isXMLFile(String) - Static method in class org.arakhne.afc.inputoutput.filefilter.XMLFileFilter
Replies if the specified file contains XML.
isXMLFile(URL) - Static method in class org.arakhne.afc.inputoutput.filefilter.XMLFileFilter
Replies if the specified file contains XML.
isy() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
isy() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
isy() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the Y coordinate of the sway vector.
isz() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
isz() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
isz() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the Z coordinate of the sway vector.
isZIPFile(File) - Static method in class org.arakhne.afc.inputoutput.filefilter.ZIPFileFilter
Replies if the specified file contains ZIP file.
isZIPFile(String) - Static method in class org.arakhne.afc.inputoutput.filefilter.ZIPFileFilter
Replies if the specified file contains ZIP file.
isZIPFile(URL) - Static method in class org.arakhne.afc.inputoutput.filefilter.ZIPFileFilter
Replies if the specified file contains ZIP file.
ITALY - org.arakhne.afc.util.CountryCode
IT.
IterableNode<N extends IterableNode<?>> - Interface in org.arakhne.afc.math.tree
This interface is used to specify the base functions of a tree node which is usable by an tree iterator.
iterate(Node, String) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies an iterator on nodes that have the specified node name.
iterationNotOrientedElementComparator - Variable in class org.arakhne.afc.math.graph.SubGraph
Comparator of graph iteration element on not-oriented segments.
iterationOrientedElementComparator - Variable in class org.arakhne.afc.math.graph.SubGraph
Comparator of graph iteration element on oriented segments.
iterator() - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
Replies an iterator on the attributes.
iterator() - Method in class org.arakhne.afc.gis.bus.network.BusHub
 
iterator() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
iterator() - Method in class org.arakhne.afc.gis.bus.network.BusLine
 
iterator() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
 
iterator() - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
iterator() - Method in class org.arakhne.afc.gis.grid.Grid
 
iterator() - Method in class org.arakhne.afc.gis.grid.GridCell
 
iterator() - Method in class org.arakhne.afc.gis.io.binary.GISLayerReader
 
iterator() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
 
iterator() - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
 
iterator() - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
 
iterator() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
iterator() - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
 
iterator() - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
iterator() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
iterator() - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
 
iterator() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies an iterator that permits to move along the road segment's graph starting from this road segment and from the specified starting point.
iterator() - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
iterator() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
iterator() - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
iterator() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
iterator() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegmentIterable
 
iterator() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
iterator() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
 
iterator() - Method in class org.arakhne.afc.io.dbase.DBaseFileRecord
 
iterator() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Returns an iterator over a set of elements of type E.
iterator() - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
 
iterator() - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
 
iterator() - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
iterator() - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
iterator() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
 
iterator() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
 
iterator() - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
iterator() - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
iterator() - Method in class org.arakhne.afc.math.graph.GraphPath
 
iterator() - Method in class org.arakhne.afc.math.graph.simple.SGraph
 
iterator() - Method in class org.arakhne.afc.math.graph.SubGraph
 
iterator() - Method in class org.arakhne.afc.math.tree.AbstractForest
 
iterator() - Method in class org.arakhne.afc.math.tree.AbstractTree
The default iterator is a depth first iterator.
iterator() - Method in class org.arakhne.afc.references.AbstractReferencedSet
 
iterator() - Method in class org.arakhne.afc.util.IntegerList
 
iterator() - Method in class org.arakhne.afc.util.MultiCollection
 
iterator(boolean) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Returns an iterator over a set of elements of type E.
iterator(boolean[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
iterator(byte[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
iterator(char[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
iterator(double[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
iterator(float[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
iterator(int[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
iterator(long[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
iterator(short[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
iterator(Class<EE>) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Returns an iterator over a set of elements of type E.
iterator(Class<EE>, boolean) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Returns an iterator over a set of elements of type E.
iterator(Class<T>) - Method in class org.arakhne.afc.gis.io.binary.GISLayerReader
Replies an iterator on the layers of the given type and read from the input stream.
iterator(RoadConnection, boolean, boolean) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
iterator(RoadConnection, boolean, boolean) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies an iterator that permits to move along the road segment's graph starting from this road segment and from the specified starting point.
iterator(RoadConnection, boolean, boolean) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
iterator(RoadConnection, boolean, boolean) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
iterator(RoadSegment, RoadConnection, boolean, boolean) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegmentContainer
 
iterator(RoadSegment, RoadConnection, boolean, boolean) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.gis.GISSet
Replies the set of elements that have an intersection with the specified rectangle.
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.grid.Grid
Replies the elements that are inside the cells intersecting the specified bounds.
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.grid.GridCell
Replies the iterator on the elements of the cell that are intersecting the specified bounds.
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
Iterates on the elements that intersect the specified bounds.
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
Iterates on the elements that intersect the specified bounds.
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
Iterates on the elements that intersect the specified bounds.
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
 
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
 
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegmentContainer
Iterates on the segments that intersect the specified bounds.
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
 
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Replies the set of elements that have an intersection with the specified rectangle.
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in interface org.arakhne.afc.gis.GISSet
Replies the set of elements that have an intersection with the specified rectangle.
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in class org.arakhne.afc.gis.grid.Grid
Replies the elements that are inside the cells intersecting the specified bounds.
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
 
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegmentContainer
Iterates on the segments that intersect the specified bounds.
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
 
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
iterator(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Replies the set of elements that have an intersection with the specified rectangle.
iterator(SGraphSegment, SGraphPoint, boolean, boolean) - Method in class org.arakhne.afc.math.graph.simple.SGraph
 
iterator(ST, PT, boolean, boolean) - Method in interface org.arakhne.afc.math.graph.Graph
Replies an iterator that permits to move along the road segment's graph starting from this road segment and from the specified starting point.
iterator(ST, PT, boolean, boolean) - Method in class org.arakhne.afc.math.graph.SubGraph
 
iterator(T[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
ITINERARY_ADDED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A bus itinerary was added into a bus line.
ITINERARY_CHANGED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A bus itinerary has changed.
ITINERARY_HALT_ADDED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A bus halt was added into a bus itinerary.
ITINERARY_HALT_CHANGED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A bus halt has changed.
ITINERARY_HALT_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A bus halt was removed from a bus itinerary.
ITINERARY_INVERTED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
The order of the bus halts in an itinerary is inverted.
ITINERARY_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A bus itinerary was removed from a bus line.
itx() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
 
itx() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
itx() - Method in class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
 
itx() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
itx() - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Replies the X coordinate of the direction vector.
itx() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
itx() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
itx() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
itx() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
itx() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the X coordinate of the tangent vector.
ity() - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
 
ity() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
ity() - Method in class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
 
ity() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
ity() - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Replies the Y coordinate of the direction vector.
ity() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
ity() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
ity() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
ity() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
ity() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the Y coordinate of the tangent vector.
itz() - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
itz() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
itz() - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
itz() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
itz() - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Replies the Z coordinate of the tangent vector.
ix() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
 
ix() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
 
ix() - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
ix() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
ix() - Method in class org.arakhne.afc.math.geometry.d1.ImmutablePoint1D
 
ix() - Method in class org.arakhne.afc.math.geometry.d1.ImmutableVector1D
 
ix() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
 
ix() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
 
ix() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
 
ix() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
 
ix() - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
ix() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
 
ix() - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
ix() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
 
ix() - Method in class org.arakhne.afc.math.geometry.d2.ImmutablePoint2D
 
ix() - Method in class org.arakhne.afc.math.geometry.d2.ImmutableVector2D
 
ix() - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Get the x coordinate.
ix() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
ix() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
ix() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
ix() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
ix() - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
ix() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
ix() - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
ix() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
ix() - Method in class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D
 
ix() - Method in class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
 
ix() - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Get the x coordinate.
iy() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
 
iy() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
 
iy() - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
iy() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
iy() - Method in class org.arakhne.afc.math.geometry.d1.ImmutablePoint1D
 
iy() - Method in class org.arakhne.afc.math.geometry.d1.ImmutableVector1D
 
iy() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
 
iy() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
 
iy() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
 
iy() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
 
iy() - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
iy() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
 
iy() - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
iy() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
 
iy() - Method in class org.arakhne.afc.math.geometry.d2.ImmutablePoint2D
 
iy() - Method in class org.arakhne.afc.math.geometry.d2.ImmutableVector2D
 
iy() - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Get the y coordinate.
iy() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
iy() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
iy() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
iy() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
iy() - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
iy() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
iy() - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
iy() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
iy() - Method in class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D
 
iy() - Method in class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
 
iy() - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Get the y coordinate.
iz() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
iz() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
iz() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
iz() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
iz() - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
iz() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
iz() - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
iz() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
iz() - Method in class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D
 
iz() - Method in class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
 
iz() - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Get the z coordinate.

J

JACOBI_EPSILON - Static variable in class org.arakhne.afc.math.MathConstants
Number precision for the Jacoby's algorithms.
JACOBI_MAX_SWEEPS - Static variable in class org.arakhne.afc.math.MathConstants
Max sweeps in the Jacoby's algorithms.
JAMAICA - org.arakhne.afc.util.CountryCode
JM.
JAPAN - org.arakhne.afc.util.CountryCode
JP.
JAR - org.arakhne.afc.vmutil.URISchemeType
The jar scheme describes a Java ARchive (JAR) file or an entry in a JAR file.
JAR_URL_FILE_ROOT - Static variable in class org.arakhne.afc.vmutil.FileSystem
Prefix used to join in a Jar URL the jar filename and the inside-jar filename.
JARFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for Java archive file document.
JARFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.JARFileFilter
Construct.
JARFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.JARFileFilter
Constructor.
JarMagicNumber - Class in org.arakhne.afc.inputoutput.filetype
This class defines a set of informations that could distinguish a file content from another one.
JarMagicNumber(MimeType) - Constructor for class org.arakhne.afc.inputoutput.filetype.JarMagicNumber
Constructor.
JarMagicNumber(MimeType, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.JarMagicNumber
Constructor.
JAVA_ESCAPE_CHAR - Static variable in class org.arakhne.afc.vmutil.StringEscaper
Java escape character.
JAVA_MAX_CHAR - Static variable in class org.arakhne.afc.vmutil.StringEscaper
Maximal code of the valid characters for Java strings.
JAVA_MIN_CHAR - Static variable in class org.arakhne.afc.vmutil.StringEscaper
Minimal code of the valid characters for Java strings.
JAVA_SPECIAL_CHARS - Static variable in class org.arakhne.afc.vmutil.StringEscaper
Java special characters.
JAVA_STRING_CHAR - Static variable in class org.arakhne.afc.vmutil.StringEscaper
Java string character.
JAVA3D_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for default Java3D viewers.
JAVA3D_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for default Java3D viewers.
JAVAFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for Java source file document.
JAVAFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.JAVAFileFilter
Construct.
JAVAFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.JAVAFileFilter
Constructor.
JAVAFX_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for JavaFX.
JavaPhysicsEngine - Class in org.arakhne.afc.math.physics
Some physic utility functions implementing in Java.
JavaPhysicsEngine() - Constructor for class org.arakhne.afc.math.physics.JavaPhysicsEngine
Construct the Java-base physic engine.
JERSEY - org.arakhne.afc.util.CountryCode
JE.
join(char, char, Iterable<?>) - Static method in class org.arakhne.afc.text.TextUtil
Merge the given strings with to separators.
join(char, char, T...) - Static method in class org.arakhne.afc.text.TextUtil
Merge the given strings with to separators.
join(File, File...) - Static method in class org.arakhne.afc.vmutil.FileSystem
Join the parts of a path and append them to the given File.
join(File, String...) - Static method in class org.arakhne.afc.vmutil.FileSystem
Join the parts of a path and append them to the given File.
join(String, boolean...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, byte...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, char...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, double...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, float...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, int...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, long...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, short...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, Iterable<?>) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, String, String, boolean...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, String, String, byte...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, String, String, char...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, String, String, double...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, String, String, float...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, String, String, int...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, String, String, long...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, String, String, short...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, String, String, Iterable<?>) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, String, String, T...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(String, T...) - Static method in class org.arakhne.afc.text.TextUtil
Join the elements of the given array with the given join text.
join(URL, File...) - Static method in class org.arakhne.afc.vmutil.FileSystem
Join the parts of a path and append them to the given URL.
join(URL, String...) - Static method in class org.arakhne.afc.vmutil.FileSystem
Join the parts of a path and append them to the given URL.
join(MACNumber...) - Static method in class org.arakhne.afc.vmutil.MACNumber
Join the specified MAC numbers to reply a string.
JORDAN - org.arakhne.afc.util.CountryCode
JO.
JPEGFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for JPEG pictures.
JPEGFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.JPEGFileFilter
Construct.
JPEGFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.JPEGFileFilter
Constructor.
JSON_SPECIAL_ESCAPED_CHAR - Static variable in class org.arakhne.afc.vmutil.StringEscaper
Json special character.
JsonableObject - Interface in org.arakhne.afc.vmutil.json
Any object implementing this function could reply a Json representation of itself.
JsonBuffer - Class in org.arakhne.afc.vmutil.json
Basic Json buffer.
JsonBuffer() - Constructor for class org.arakhne.afc.vmutil.json.JsonBuffer
 

K

KAZAKHSTAN - org.arakhne.afc.util.CountryCode
KZ.
KENYA - org.arakhne.afc.util.CountryCode
KE.
KILOMETER - org.arakhne.afc.math.physics.SpaceUnit
kilometer.
KILOMETERS_PER_HOUR - org.arakhne.afc.math.physics.SpeedUnit
kilometer/hour.
KIRIBATI - org.arakhne.afc.util.CountryCode
KI.
km2m(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate kilometers to meters.
kmh2ms(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate km/h to m/s.
KOREA_DEMOCRATIC_PEOPLE_REPUBLIC - org.arakhne.afc.util.CountryCode
KP.
KOREA_REPUBLIC - org.arakhne.afc.util.CountryCode
KR.
KUWAIT - org.arakhne.afc.util.CountryCode
KW.
KYRGYZSTAN - org.arakhne.afc.util.CountryCode
KG.

L

L1_EL2(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert I coordinate to extended France Lambert II coordinate.
L1_L2(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert I coordinate to France Lambert II coordinate.
L1_L3(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert I coordinate to France Lambert III coordinate.
L1_L4(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert I coordinate to France Lambert IV coordinate.
L1_L93(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert I coordinate to France Lambert 93 coordinate.
L1_WSG84(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert I coordinate to geographic WSG84 Data.
L2_EL2(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert II coordinate to extended France Lambert II coordinate.
L2_L1(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert II coordinate to France Lambert I coordinate.
L2_L3(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert II coordinate to France Lambert III coordinate.
L2_L4(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert II coordinate to France Lambert IV coordinate.
L2_L93(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert II coordinate to France Lambert 93 coordinate.
L2_WSG84(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert II coordinate to geographic WSG84 Data.
L3_EL2(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert III coordinate to extended France Lambert II coordinate.
L3_L1(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert III coordinate to France Lambert I coordinate.
L3_L2(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert III coordinate to France Lambert II coordinate.
L3_L4(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert III coordinate to France Lambert IV coordinate.
L3_L93(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert III coordinate to France Lambert 93 coordinate.
L3_WSG84(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert III coordinate to geographic WSG84 Data.
L4_EL2(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert IV coordinate to extended France Lambert II coordinate.
L4_L1(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert IV coordinate to France Lambert I coordinate.
L4_L2(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert IV coordinate to France Lambert II coordinate.
L4_L3(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert IV coordinate to France Lambert III coordinate.
L4_L93(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert IV coordinate to France Lambert 93 coordinate.
L4_WSG84(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert IV coordinate to geographic WSG84 Data.
L93_EL2(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert 93 coordinate to extended France Lambert II coordinate.
L93_L1(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert 93 coordinate to France Lambert I coordinate.
L93_L2(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert 93 coordinate to France Lambert II coordinate.
L93_L3(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert 93 coordinate to France Lambert III coordinate.
L93_L4(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert 93 coordinate to France Lambert IV coordinate.
L93_WSG84(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert France Lambert 93 coordinate to geographic WSG84 Data.
lambda - Variable in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Lambda component in the WSG84 standard.
LAMBERT_1_C - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert I Constant c.
LAMBERT_1_N - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert I Constant n.
LAMBERT_1_XS - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert I Constant Xs.
LAMBERT_1_YS - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert I Constant Ys.
LAMBERT_2_C - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert II Constant c.
LAMBERT_2_N - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert II Constant n.
LAMBERT_2_XS - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert II Constant Xs.
LAMBERT_2_YS - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert II Constant Ys.
LAMBERT_2E_C - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
Extended France Lambert II Constant c.
LAMBERT_2E_N - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
Extended France Lambert II Constant n.
LAMBERT_2E_XS - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
Extended France Lambert II Constant Xs.
LAMBERT_2E_YS - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
Extended France Lambert II Constant Ys.
LAMBERT_3_C - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert III Constant c.
LAMBERT_3_N - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert III Constant n.
LAMBERT_3_XS - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert III Constant Xs.
LAMBERT_3_YS - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert III Constant Ys.
LAMBERT_4_C - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert IV Constant c.
LAMBERT_4_N - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert IV Constant n.
LAMBERT_4_XS - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert IV Constant Xs.
LAMBERT_4_YS - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert IV Constant Ys.
LAMBERT_93_C - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert 93 Constant c.
LAMBERT_93_N - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert 93 Constant n.
LAMBERT_93_XS - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert 93 Constant Xs.
LAMBERT_93_YS - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
France Lambert 93 Constant Ys.
LANE_LINE_OPACITY - Static variable in class org.arakhne.afc.gis.road.ui.drawers.RoadNetworkDrawerConstants
Opacity for drawing the lane lines.
LAO - org.arakhne.afc.util.CountryCode
LA.
largeArcFlagProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
largeArcFlagProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Replies the property for the large ellipse arc flag.
largeArcFlagProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
largeArcFlagProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Replies the property for the large ellipse arc flag.
largeBasename(File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the basename of the specified file with the extension.
largeBasename(String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the basename of the specified file with the extension.
largeBasename(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the basename of the specified file with the extension.
last() - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Replies the last road path in this clustered road-path.
last() - Method in class org.arakhne.afc.util.IntegerList
 
lastIndexOf(Object) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
lastIndexOf(Object) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
lastIndexOf(Object) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
lastIndexOf(Object) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
lastIndexOf(Object) - Method in class org.arakhne.afc.math.graph.GraphPath
 
lastIndexOf(Object) - Method in class org.arakhne.afc.util.IntegerList
 
lastIndexOf(List<T>, Comparator<? super T>, T) - Static method in class org.arakhne.afc.util.ListUtil
Replies the last index of the given data in the given list according to a dichotomic search algorithm.
lastIndexOf(RoadSegment) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the index of the last occurrence of the specified road segment.
lastIndexOf(RoadSegment) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Replies the index of the last occurrence. of the given road segment.
lastReachableSegment - Variable in class org.arakhne.afc.math.graph.GraphIterationElement
Indicates if the segment is the last segment to be reachable in the current exploration branch.
LATVIA - org.arakhne.afc.util.CountryCode
LV.
launchVM(Class<?>, String...) - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Run a new VM with the class path of the current VM.
launchVM(String, String...) - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Run a new VM with the class path of the current VM.
launchVMWithClassPath(Class<?>, File[], String...) - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Run a new VM with the given class path.
launchVMWithClassPath(Class<?>, String, String...) - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Run a new VM with the given class path.
launchVMWithClassPath(String, File[], String...) - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Run a new VM with the given class path.
launchVMWithClassPath(String, String, String...) - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Run a new VM with the given class path.
launchVMWithJar(File, String...) - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Run a jar file inside a new VM.
LawParameterNotFoundException - Exception in org.arakhne.afc.math.stochastic
Exception thrown when a mandatory law parameter was not found.
LawParameterNotFoundException(String) - Constructor for exception org.arakhne.afc.math.stochastic.LawParameterNotFoundException
Construct exception.
LayoutType - Enum in org.arakhne.afc.bootique.log4j.configs
The type of logger layout.
LEBANON - org.arakhne.afc.util.CountryCode
LB.
LEFT - org.arakhne.afc.gis.road.primitive.LegalTrafficSide
Vehicles are moving on left side of the roads.
LEFT - org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.Side
Left.
LEFT - org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.Side
Left.
LEFT - org.arakhne.afc.math.tree.node.BinaryTreeNode.BinaryTreeZone
This is the index of the child that correspond to the voxel at front/left/up position.
LEFT - org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode.IcosepBinaryTreeZone
This is the index of the child that correspond to the voxel at front/left/up position.
LegalTrafficSide - Enum in org.arakhne.afc.gis.road.primitive
Legal side of the traffic of the vehicles on the road segments.
LENGTH - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
length.
LENGTH_SQUARED - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
lengthSquared.
lengthProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Replies the path length property.
lengthProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
Replies the property that represents the length of the vector.
lengthProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
Replies the property that represents the length of the vector.
lengthProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Replies the path length property.
lengthProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
Replies the property that represents the length of the vector.
lengthProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
Replies the property that represents the length of the vector.
lengthSquaredProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
Replies the property that represents the length of the vector.
lengthSquaredProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
Replies the property that represents the length of the vector.
lengthSquaredProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
Replies the property that represents the length of the vector.
lengthSquaredProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
Replies the property that represents the length of the vector.
LESOTHO - org.arakhne.afc.util.CountryCode
LS.
Level - Enum in org.arakhne.afc.bootique.log4j.configs
Enumeration of the Log4j levels.
LEVEL - Static variable in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Name of the property that contains the logging level.
LevelOfDetails - Enum in org.arakhne.afc.nodefx
Level of details for a ZoomableCanvas.
LIBERIA - org.arakhne.afc.util.CountryCode
LR.
LibraryLoader - Class in org.arakhne.afc.vmutil
This class provides more generic means for loading dynamical libraries.
LIBYAN_ARAB_JAMAHIRIYA - org.arakhne.afc.util.CountryCode
LY.
LIECHTENSTEIN - org.arakhne.afc.util.CountryCode
LI.
LIGHT_GRAY - Static variable in class org.arakhne.afc.vmutil.ColorNames
The name of the light gray color within in W3C Color Standard.
LINE_ADDED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A bus line was added into a bus network.
LINE_CHANGED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A bus line has changed.
LINE_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A bus line was removed from a bus network.
LINE_THEN_ARC - org.arakhne.afc.math.geometry.d2.Path2D.ArcType
Draw a line to and the ellipse arc.
LINE_THEN_ARC - org.arakhne.afc.math.geometry.d3.Path3D.ArcType
Draw a line to and the ellipse arc.
LINE_TO - org.arakhne.afc.math.geometry.PathElementType
Line to the next point.
LinearAccelerationKinematic - Interface in org.arakhne.afc.math.physics.kinematic.linear
This interface describes an object that is able to provide linear instant speed, velocity, acceleration, and the maximal values for the speeds.
LinearInstantAccelerationKinematic - Interface in org.arakhne.afc.math.physics.kinematic.linear
This interface describes an object that is able to provide linear instant speed, velocity, and acceleration.
LinearInstantVelocityKinematic - Interface in org.arakhne.afc.math.physics.kinematic.linear
This interface describes an object that is able to provide linear instant speed and velocity.
LinearStochasticLaw - Class in org.arakhne.afc.math.stochastic
Law that representes a linear density.
LinearStochasticLaw(double, double) - Constructor for class org.arakhne.afc.math.stochastic.LinearStochasticLaw
Create a ascendent linear distribution.
LinearStochasticLaw(double, double, boolean) - Constructor for class org.arakhne.afc.math.stochastic.LinearStochasticLaw
Create a linear distribution.
LinearStochasticLaw(Map<String, String>) - Constructor for class org.arakhne.afc.math.stochastic.LinearStochasticLaw
Construct a law with the following parameters.
LinearVelocityKinematic - Interface in org.arakhne.afc.math.physics.kinematic.linear
This interface describes an object that is able to provide linear instant speed and velocity, and the maximal values for the speeds.
LinePathElement2d(double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.PathElement2d.LinePathElement2d
Constructor.
LinePathElement2dfx(DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.LinePathElement2dfx
Constructor.
LinePathElement2dfx(Point2dfx, Point2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.LinePathElement2dfx
Constructor bt setting.
LinePathElement2i(int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.PathElement2i.LinePathElement2i
Constructor.
LinePathElement2ifx(IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.LinePathElement2ifx
Constructor.
LinePathElement2ifx(IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
Constructor.
LinePathElement2ifx(Point2ifx, Point2ifx) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.LinePathElement2ifx
Constructor by setting.
LinePathElement2ifx(Point3ifx, Point3ifx) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
Constructor by setting.
LinePathElement3d(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
Constructor.
LinePathElement3dfx(DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
Constructor.
LinePathElement3dfx(Point3dfx, Point3dfx) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
Constructor bt setting.
LinePathElement3i(int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
Constructor.
lineTo(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates specified in double precision.
lineTo(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
lineTo(double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
lineTo(double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Adds segments to the current path to make a line to the given x,y coordinate.
lineTo(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates specified in double precision.
lineTo(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
lineTo(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
lineTo(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates specified in double precision.
lineTo(int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
lineTo(int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
lineTo(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates specified in double precision.
lineTo(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
lineTo(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
lineTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
lineTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
lineTo(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
lineTo(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
lineTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates specified in double precision.
lineTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
lineTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
lineTo(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
lineTo(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
lineTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates specified in double precision.
LinkedForest<D> - Class in org.arakhne.afc.math.tree
This is a linked-list implementation of a forest of trees.
LinkedForest() - Constructor for class org.arakhne.afc.math.tree.LinkedForest
Construct a forest.
LinkedForest(Collection<? extends Tree<D, ?>>) - Constructor for class org.arakhne.afc.math.tree.LinkedForest
Constructor.
LinkedTree<D,​N extends TreeNode<D,​N>> - Class in org.arakhne.afc.math.tree
This is the generic implementation of a tree based on linked lists.
LinkedTree() - Constructor for class org.arakhne.afc.math.tree.LinkedTree
Create an emtpy tree.
LinkedTree(N) - Constructor for class org.arakhne.afc.math.tree.LinkedTree
Create a tree with the given node.
LINUX - org.arakhne.afc.vmutil.OperatingSystem
Linux distribution.
list - Variable in class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.AbstractMultiShapePathIterator
Iterated list.
list - Variable in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.AbstractMultiShapePathIterator
Iterated list.
list - Variable in class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.AbstractMultiShapePathIterator
Iterated list.
list - Variable in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.AbstractMultiShapePathIterator
Iterated list.
ListenerCollection<L extends EventListener> - Class in org.arakhne.afc.util
A collection of listeners.
ListenerCollection() - Constructor for class org.arakhne.afc.util.ListenerCollection
Construct a listener collection.
listeners - Variable in class org.arakhne.afc.gis.maplayer.MapLayer
List of listeners on the events.
listeners - Variable in class org.arakhne.afc.progress.DefaultProgression
Collection of listeners.
listeners - Variable in class org.arakhne.afc.util.ListenerCollection
Listeners.
listIterator() - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
listIterator() - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
listIterator() - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
listIterator() - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
listIterator() - Method in class org.arakhne.afc.math.graph.GraphPath
 
listIterator() - Method in class org.arakhne.afc.util.IntegerList
 
listIterator(int) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
listIterator(int) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
listIterator(int) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
listIterator(int) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
listIterator(int) - Method in class org.arakhne.afc.math.graph.GraphPath
 
listIterator(int) - Method in class org.arakhne.afc.util.IntegerList
 
ListNonIterableChange<E> - Class in org.arakhne.afc.javafx.changes
Event for JavaFX changes.
ListNonIterableChange(int, int, ObservableList<E>) - Constructor for class org.arakhne.afc.javafx.changes.ListNonIterableChange
Constructor.
ListUtil - Class in org.arakhne.afc.util
Utilities on lists.
LITHUANIA - org.arakhne.afc.util.CountryCode
LT.
LittleEndianDataInputStream - Class in org.arakhne.afc.inputoutput.stream
This class permits to read a stream with Little Endian encoding.
LittleEndianDataInputStream(InputStream) - Constructor for class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Constructor.
LittleEndianDataOutputStream - Class in org.arakhne.afc.inputoutput.stream
This class permits to write a stream with little endian data output.
LittleEndianDataOutputStream(OutputStream) - Constructor for class org.arakhne.afc.inputoutput.stream.LittleEndianDataOutputStream
Constructor.
load(File) - Static method in class org.arakhne.afc.vmutil.LibraryLoader
Loads a code file with the specified filename from the local file system as a dynamic library.
load(String) - Static method in class org.arakhne.afc.vmutil.LibraryLoader
Loads a code file with the specified filename from the local file system as a dynamic library.
load(URL) - Static method in class org.arakhne.afc.vmutil.LibraryLoader
Loads a code file with the specified filename from the local file system as a dynamic library.
loadClass(String, boolean) - Method in class org.arakhne.afc.vmutil.DynamicURLClassLoader.FactoryDynamicURLClassLoader
 
loadDefaultEncryptionModule() - Static method in class org.arakhne.afc.text.Encryption
Load the default encryption module.
loadLibrary(String) - Static method in class org.arakhne.afc.vmutil.LibraryLoader
Loads the system library specified by the libname argument.
loadPlatformDependentLibrary(String) - Static method in class org.arakhne.afc.vmutil.LibraryLoader
Search and load the dynamic library which is fitting the current operating system (32 or 64bits operating system...).
loadPlatformDependentLibrary(String, String) - Static method in class org.arakhne.afc.vmutil.LibraryLoader
Search and load the dynamic library which is fitting the current operating system (32 or 64bits operating system...).
loadPlatformDependentLibrary(String, String, String...) - Static method in class org.arakhne.afc.vmutil.LibraryLoader
Search and load the dynamic library which is fitting the current operating system (32 or 64bits operating system...).
loadValue(String) - Method in class org.arakhne.afc.attrs.collection.AbstractBufferedAttributeProvider
Load a value from the data source.
loadValue(String) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
Load a value from the data source.
loadValue(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeAccessor
 
LOCAL_ROAD - org.arakhne.afc.gis.road.primitive.RoadType
Local road of minor of high importance.
Locale - Class in org.arakhne.afc.vmutil.locale
This utility class permits a easier use of localized strings.
LocaleMessageFormat - Class in org.arakhne.afc.vmutil.locale
LocaleMessageFormat provides a means to produce concatenated messages in a language-neutral way in the Locale utility class.
LocaleMessageFormat(String) - Constructor for class org.arakhne.afc.vmutil.locale.LocaleMessageFormat
Construct a message format with the given pattern.
LocaleMessageFormat(String, Locale) - Constructor for class org.arakhne.afc.vmutil.locale.LocaleMessageFormat
Construct a message format with the given pattern and locale.
LOG_FORMAT - Static variable in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Name of the property that contains the log format.
Log4jIntegrationConfig - Class in org.arakhne.afc.bootique.log4j.configs
Configuration for log4j over SLF4J.
Log4jIntegrationConfig() - Constructor for class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
 
Log4jIntegrationModule - Class in org.arakhne.afc.bootique.log4j.modules
Module for log4j.
Log4jIntegrationModule() - Constructor for class org.arakhne.afc.bootique.log4j.modules.Log4jIntegrationModule
 
Log4jIntegrationModule.LogInitTrigger - Class in org.arakhne.afc.bootique.log4j.modules
Logger init trigger.
Log4jIntegrationModuleProvider - Class in org.arakhne.afc.bootique.log4j
Provider of a Bootique module for log4j.
Log4jIntegrationModuleProvider() - Constructor for class org.arakhne.afc.bootique.log4j.Log4jIntegrationModuleProvider
 
loggerProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
Replies the property that contains the logger.
LogInitTrigger(Logger) - Constructor for class org.arakhne.afc.bootique.log4j.modules.Log4jIntegrationModule.LogInitTrigger
Constructor.
LogisticStochasticLaw - Class in org.arakhne.afc.math.stochastic
Law that representes a logistic density.
LogisticStochasticLaw(double, double) - Constructor for class org.arakhne.afc.math.stochastic.LogisticStochasticLaw
Constructor.
LogisticStochasticLaw(Map<String, String>) - Constructor for class org.arakhne.afc.math.stochastic.LogisticStochasticLaw
Construct a law with the following parameters.
LogNormalStochasticLaw - Class in org.arakhne.afc.math.stochastic
Law that representes a gaussian density.
LogNormalStochasticLaw(double, double) - Constructor for class org.arakhne.afc.math.stochastic.LogNormalStochasticLaw
Constructor.
LogNormalStochasticLaw(Map<String, String>) - Constructor for class org.arakhne.afc.math.stochastic.LogNormalStochasticLaw
Construct a law with the following parameters.
longValue() - Method in class org.arakhne.afc.attrs.attr.Timestamp
 
LOW - org.arakhne.afc.nodefx.LevelOfDetails
Low level of details.
lower() - Method in enum org.arakhne.afc.math.physics.SpaceUnit
Replies the space unit just lower than the current space unit, or the space unit itself if it is the smallest.
lower() - Method in enum org.arakhne.afc.math.physics.SpeedUnit
Replies the speed unit just lower than the current speed unit, or the speed unit itself if it is the smallest.
lowerEqualParameter(int, Object, Object) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Parameter A must be lower than or equal to the given value.
lowerEqualParameters(int, Object, int, Object) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Parameter A must be lower than or equal to Parameter B.
lowerIndex(List<T>, Comparator<? super T>, T) - Static method in class org.arakhne.afc.util.ListUtil
Returns the index of the greatest element in this list strictly lower than the given element, or -1 if there is no such element.
LUXEMBOURG - org.arakhne.afc.util.CountryCode
LU.

M

m00 - Variable in class org.arakhne.afc.math.matrix.Matrix2d
The first matrix element in the first row.
m00 - Variable in class org.arakhne.afc.math.matrix.Matrix3d
The first matrix element in the first row.
m00 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The first matrix element in the first row.
m01 - Variable in class org.arakhne.afc.math.matrix.Matrix2d
The second matrix element in the first row.
m01 - Variable in class org.arakhne.afc.math.matrix.Matrix3d
The second matrix element in the first row.
m01 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The second matrix element in the first row.
m02 - Variable in class org.arakhne.afc.math.matrix.Matrix3d
The third matrix element in the first row.
m02 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The third matrix element in the first row.
m03 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The fourth matrix element in the first row.
m10 - Variable in class org.arakhne.afc.math.matrix.Matrix2d
The first matrix element in the second row.
m10 - Variable in class org.arakhne.afc.math.matrix.Matrix3d
The first matrix element in the second row.
m10 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The first matrix element in the second row.
m11 - Variable in class org.arakhne.afc.math.matrix.Matrix2d
The second matrix element in the second row.
m11 - Variable in class org.arakhne.afc.math.matrix.Matrix3d
The second matrix element in the second row.
m11 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The second matrix element in the second row.
m12 - Variable in class org.arakhne.afc.math.matrix.Matrix3d
The third matrix element in the second row.
m12 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The third matrix element in the second row.
m13 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The fourth matrix element in the second row.
m20 - Variable in class org.arakhne.afc.math.matrix.Matrix3d
The first matrix element in the third row.
m20 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The first matrix element in the third row.
m21 - Variable in class org.arakhne.afc.math.matrix.Matrix3d
The second matrix element in the third row.
m21 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The second matrix element in the third row.
m22 - Variable in class org.arakhne.afc.math.matrix.Matrix3d
The third matrix element in the third row.
m22 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The third matrix element in the third row.
m23 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The fourth matrix element in the third row.
m2fh(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate meters to fathoms.
m2ft(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate meters to feets.
m2in(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate meters to inches.
m2km(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate meters to kilometers.
m30 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The first matrix element in the fourth row.
m31 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The second matrix element in the fourth row.
m32 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The third matrix element in the fourth row.
m33 - Variable in class org.arakhne.afc.math.matrix.Matrix4d
The fourth matrix element in the fourth row.
MACAO - org.arakhne.afc.util.CountryCode
MO.
MACEDONIA - org.arakhne.afc.util.CountryCode
MK.
MACINTOSH_EAST_EUROPE - org.arakhne.afc.io.dbase.DBaseCodePage
Macintosh East Europe codepage.
MACINTOSH_GREEK - org.arakhne.afc.io.dbase.DBaseCodePage
Macintosh Greek codepage.
MACINTOSH_RUSSIAN - org.arakhne.afc.io.dbase.DBaseCodePage
Macintosh Russian codepage.
MACINTOSH_STANDARD - org.arakhne.afc.io.dbase.DBaseCodePage
Standard Macintosh.
MACNumber - Class in org.arakhne.afc.vmutil
A MACNumber is the unique number associated to a network interface.
MACNumber() - Constructor for class org.arakhne.afc.vmutil.MACNumber
Constructs object with "null values" (address of "0:0:0:0:0:0").
MACNumber(byte[]) - Constructor for class org.arakhne.afc.vmutil.MACNumber
Build a MACNumber from a set of bytes.
MACNumber(String) - Constructor for class org.arakhne.afc.vmutil.MACNumber
Build a MACNumber from a string representation.
MACNUMBER_SEPARATOR - Static variable in class org.arakhne.afc.vmutil.MACNumber
Character that is used as separator inside MAC addresses.
MACOSX - org.arakhne.afc.vmutil.OperatingSystem
Mac OS X®.
MADAGASCAR - org.arakhne.afc.util.CountryCode
MG.
MAGENTA - Static variable in class org.arakhne.afc.vmutil.ColorNames
The name of the magenta color within in W3C Color Standard.
MagicNumber - Class in org.arakhne.afc.inputoutput.filetype
This clas defines a set of informations that could distinguish a file content from another one.
MagicNumber(MimeType, String, MimeType...) - Constructor for class org.arakhne.afc.inputoutput.filetype.MagicNumber
Constructor.
MagicNumber(MimeType, MimeType...) - Constructor for class org.arakhne.afc.inputoutput.filetype.MagicNumber
Constructor.
MagicNumber(MimeName, String, MimeName...) - Constructor for class org.arakhne.afc.inputoutput.filetype.MagicNumber
Constructor.
MagicNumber(MimeName, MimeName...) - Constructor for class org.arakhne.afc.inputoutput.filetype.MagicNumber
Constructor.
MagicNumberStream - Class in org.arakhne.afc.inputoutput.filetype
This class defines a set of informations that could distinguish a file content from another one.
MagicNumberStream(URL, InputStream) - Constructor for class org.arakhne.afc.inputoutput.filetype.MagicNumberStream
Constructor.
MAILTO - org.arakhne.afc.vmutil.URISchemeType
The mailto scheme is an example of an opaque URI scheme. mailto URLs identify someone's e-mail address.
main(String[]) - Static method in class org.arakhne.afc.gis.road.ui.SimpleViewer
Main program.
main(String[]) - Static method in class org.arakhne.afc.io.dbase.DBaseFileReader
Main program to display the content of the dBASE file.
main(String[]) - Static method in class org.arakhne.afc.vmutil.OperatingSystemInfo
Main program.
MAJOR_ROAD - org.arakhne.afc.gis.road.primitive.RoadType
Major roads which are not RoadType.FREEWAY.
MAJOR_SPEC_NUMBER - Static variable in class org.arakhne.afc.gis.io.binary.GISLayerIOConstants
Major version number of the GIS Layer IO Specification.
MAJOR_URBAN_AXIS - org.arakhne.afc.gis.road.primitive.RoadType
Major urban axis.
makeAbsolute(File) - Method in interface org.arakhne.afc.inputoutput.path.PathBuilder
Make the given filename absolute.
makeAbsolute(File, File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Make the given filename absolute from the given root if it is not already absolute.
makeAbsolute(File, URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Make the given filename absolute from the given root if it is not already absolute.
makeAbsolute(String) - Method in interface org.arakhne.afc.inputoutput.path.PathBuilder
Make the given filename absolute.
makeAbsolute(URL) - Method in interface org.arakhne.afc.inputoutput.path.PathBuilder
Make the given filename absolute.
makeAbsolute(URL, File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Make the given filename absolute from the given root if it is not already absolute.
makeAbsolute(URL, URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Make the given filename absolute from the given root if it is not already absolute.
makeAndroidApplicationName(String) - Static method in class org.arakhne.afc.vmutil.Android
Make a valid android application name from the given application name.
makeCanonicalURL(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Make the given URL canonical.
makeInternalId(float[], Rectangle2d) - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
Compute and replies the internal identifier that may be used to create a GeoId from the given point coordinates.
makeInternalId(float, float) - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
Compute and replies the internal identifier that may be used to create a GeoId from the given point.
makeInternalId(float, float, float, float) - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
Compute and replies the internal identifier that may be used to create a GeoId from the given rectangle.
makeInternalId(UUID) - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
Compute and replies the internal identifier that may be used to create a GeoId from the given identifier.
makeOrthogonal() - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
makeOrthogonal() - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Change the coordinates of this vector to make it an orthogonal vector to the original coordinates.
makeRelative(File) - Method in interface org.arakhne.afc.inputoutput.path.PathBuilder
Make the given filename relative.
makeRelative(File, File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Make the given filename relative to the given root path.
makeRelative(File, URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Make the given filename relative to the given root path.
makeRelative(String) - Method in interface org.arakhne.afc.inputoutput.path.PathBuilder
Make the given filename relative.
makeRelative(URL) - Method in interface org.arakhne.afc.inputoutput.path.PathBuilder
Make the given filename relative.
makeRelative(URL, URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Make the given filename relative to the given root path.
makeRotationMatrix(double) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Sets the value of this matrix to a counter clockwise rotation about the x axis, and no translation
makeRotationMatrix(double) - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Sets the value of this matrix to a rotation matrix, and no translation.
makeRotationMatrix(Quaternion) - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Sets the value of this matrix to a rotation matrix, and no translation.
makeScaleMatrix(double, double) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Sets the value of this matrix to the given scaling, without rotation.
makeTranslationMatrix(double, double) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Sets the value of this matrix to the given translation, without rotation.
makeTranslationMatrix(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Sets the value of this matrix to the given translation, without rotation.
makeValue(K, V) - Method in class org.arakhne.afc.references.AbstractReferencedValueMap
Create a storage object that permits to put the specified elements inside this map.
makeValue(K, V, ReferenceQueue<V>) - Method in class org.arakhne.afc.references.AbstractPhantomValueMap
 
makeValue(K, V, ReferenceQueue<V>) - Method in class org.arakhne.afc.references.AbstractReferencedValueMap
Create a storage object that permits to put the specified elements inside this map.
makeValue(K, V, ReferenceQueue<V>) - Method in class org.arakhne.afc.references.AbstractSoftValueMap
 
makeValue(K, V, ReferenceQueue<V>) - Method in class org.arakhne.afc.references.AbstractWeakValueMap
 
MALAWI - org.arakhne.afc.util.CountryCode
MW.
MALAYSIA - org.arakhne.afc.util.CountryCode
MY.
MALDIVES - org.arakhne.afc.util.CountryCode
MV.
MALI - org.arakhne.afc.util.CountryCode
ML.
MALTA - org.arakhne.afc.util.CountryCode
MT.
ManyValueAttributeValue() - Constructor for class org.arakhne.afc.attrs.collection.MultiAttributeProvider.ManyValueAttributeValue
 
map - Variable in class org.arakhne.afc.references.AbstractReferencedValueMap
Internal map.
MapCircle - Class in org.arakhne.afc.gis.mapelement
This class permits to define a circle.
MapCircle(double, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircle(double, double, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircle(UUID, double, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircle(UUID, double, double, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircle(UUID, AttributeCollection, double, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircle(UUID, AttributeCollection, double, double, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircle(UUID, AttributeCollection, Point2D<?, ?>) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircle(UUID, AttributeCollection, Point2D<?, ?>, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircle(UUID, Point2D<?, ?>) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircle(UUID, Point2D<?, ?>, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircle(AttributeCollection, double, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircle(AttributeCollection, double, double, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircle(AttributeCollection, Point2D<?, ?>) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircle(AttributeCollection, Point2D<?, ?>, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircle(Point2D<?, ?>) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircle(Point2D<?, ?>, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapCircle
Create a new map element.
MapCircleDrawer - Class in org.arakhne.afc.gis.ui.drawers
Drawer of a map polyline.
MapCircleDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.MapCircleDrawer
 
MapComposedElement - Class in org.arakhne.afc.gis.mapelement
Abstract class that contains a set of grouped points (aka. groups).
MapComposedElement(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.mapelement.MapComposedElement
Create a new map element.
MapComposedElement.PointGroup - Class in org.arakhne.afc.gis.mapelement
This class represents a group of points inside a composed MapElement.
mapContainer - Variable in class org.arakhne.afc.gis.primitive.AbstractGISElement
the layer that contains this element.
MapElement - Class in org.arakhne.afc.gis.mapelement
Abstract class for all the elements of a map inside a layer.
MapElement(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.mapelement.MapElement
Create a new map element.
MapElement.VisualizationType - Enum in org.arakhne.afc.gis.mapelement
Describes how the map element was displayed.
MapElementConstants - Class in org.arakhne.afc.gis.mapelement
Set of global constants for map elements.
MapElementGridSet<P extends MapElement> - Class in org.arakhne.afc.gis.grid
This class describes a grid that contains map elements and that permits to find them according to there geo-location.
MapElementGridSet(int, int, double, double, double, double) - Constructor for class org.arakhne.afc.gis.grid.MapElementGridSet
Constructor.
MapElementGridSet(int, int, Rectangle2d) - Constructor for class org.arakhne.afc.gis.grid.MapElementGridSet
Constructor.
MapElementGroup - Class in org.arakhne.afc.gis.io.shape
Group of map elements.
MapElementGroup() - Constructor for class org.arakhne.afc.gis.io.shape.MapElementGroup
Constructor.
MapElementLayer<E extends MapElement> - Class in org.arakhne.afc.gis.maplayer
This class represents a layer that contains map elements.
MapElementLayer(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.maplayer.MapElementLayer
Create a new layer with the specified attribute source.
MapElementLayer(UUID, AttributeCollection, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.MapElementLayer
Create a new layer with the specified attribute source.
MapElementTreeSet<P extends MapElement> - Class in org.arakhne.afc.gis.tree
This class describes a quad tree that contains map elements and that permits to find them according to there geo-location.
MapElementTreeSet() - Constructor for class org.arakhne.afc.gis.tree.MapElementTreeSet
Create an empty tree.
MapElementTreeSet(double, double, double, double) - Constructor for class org.arakhne.afc.gis.tree.MapElementTreeSet
Constructor.
MapElementTreeSet(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.tree.MapElementTreeSet
Constructor.
MapLayer - Class in org.arakhne.afc.gis.maplayer
This class represents a layer.
MapLayer(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.maplayer.MapLayer
Create a new layer with the specified attribute source.
MapLayer(UUID, AttributeCollection, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.MapLayer
Create a new layer with the specified attribute source.
MapLayer.SpecialAttributeValue - Class in org.arakhne.afc.gis.maplayer
Attribute value with a special meaning in MapLayer.
MapLayerAdapter - Class in org.arakhne.afc.gis.maplayer
Default implementation of a listener on MapLayer events.
MapLayerAdapter() - Constructor for class org.arakhne.afc.gis.maplayer.MapLayerAdapter
 
MapLayerAttributeChangeEvent - Class in org.arakhne.afc.gis.maplayer
This interface representes an event on the layer attribute changes.
MapLayerAttributeChangeEvent(Object, AttributeChangeEvent) - Constructor for class org.arakhne.afc.gis.maplayer.MapLayerAttributeChangeEvent
Constructor.
MapLayerContentEvent - Class in org.arakhne.afc.gis.maplayer
This interface representes an event on the layer content changes.
MapLayerContentEvent(MapLayer) - Constructor for class org.arakhne.afc.gis.maplayer.MapLayerContentEvent
Constructor.
MapLayerHierarchyEvent - Class in org.arakhne.afc.gis.maplayer
This interface representes an event on the hierarchy change inside a set of layers.
MapLayerHierarchyEvent(GISLayerContainer<?>, List<? extends MapLayer>, MapLayerHierarchyEvent.Type, int, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent
Constructor.
MapLayerHierarchyEvent(GISLayerContainer<?>, MapLayer, MapLayerHierarchyEvent.Type, int, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent
Constructor.
MapLayerHierarchyEvent.Type - Enum in org.arakhne.afc.gis.maplayer
This interface representes the types of hierarchy events.
MapLayerListener - Interface in org.arakhne.afc.gis.maplayer
Listener on MapLayer events.
MapMetricProjection - Enum in org.arakhne.afc.gis.coordinate
This class defines the supported map metric projections in the GIS API.
MapMultiPoint - Class in org.arakhne.afc.gis.mapelement
Class the permits to display a multi-point.
MapMultiPoint() - Constructor for class org.arakhne.afc.gis.mapelement.MapMultiPoint
Create a new map element.
MapMultiPoint(UUID) - Constructor for class org.arakhne.afc.gis.mapelement.MapMultiPoint
Create a new map element.
MapMultiPoint(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.mapelement.MapMultiPoint
Create a new map element.
MapMultiPoint(AttributeCollection) - Constructor for class org.arakhne.afc.gis.mapelement.MapMultiPoint
Create a new map element.
MapMultiPointDrawer - Class in org.arakhne.afc.gis.ui.drawers
Drawer of a map multi-point.
MapMultiPointDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.MapMultiPointDrawer
 
MapPoint - Class in org.arakhne.afc.gis.mapelement
This class permits to store a geo-located point.
MapPoint(double, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapPoint
Create a new map element.
MapPoint(UUID, double, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapPoint
Create a new map element.
MapPoint(UUID, AttributeCollection, double, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapPoint
Create a new map element.
MapPoint(UUID, AttributeCollection, Point2D<?, ?>) - Constructor for class org.arakhne.afc.gis.mapelement.MapPoint
Create a new map element.
MapPoint(UUID, Point2D<?, ?>) - Constructor for class org.arakhne.afc.gis.mapelement.MapPoint
Create a new map element.
MapPoint(AttributeCollection, double, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapPoint
Create a new map element.
MapPoint(AttributeCollection, Point2D<?, ?>) - Constructor for class org.arakhne.afc.gis.mapelement.MapPoint
Create a new map element.
MapPoint(Point2D<?, ?>) - Constructor for class org.arakhne.afc.gis.mapelement.MapPoint
Create a new map element.
MapPointDrawer - Class in org.arakhne.afc.gis.ui.drawers
Drawer of a map point.
MapPointDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.MapPointDrawer
 
MapPolygon - Class in org.arakhne.afc.gis.mapelement
Class the permits to display a polygon.
MapPolygon() - Constructor for class org.arakhne.afc.gis.mapelement.MapPolygon
Create a new map element.
MapPolygon(UUID) - Constructor for class org.arakhne.afc.gis.mapelement.MapPolygon
Create a new map element.
MapPolygon(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.mapelement.MapPolygon
Create a new map element.
MapPolygon(AttributeCollection) - Constructor for class org.arakhne.afc.gis.mapelement.MapPolygon
Create a new map element.
MapPolygonDrawer - Class in org.arakhne.afc.gis.ui.drawers
Drawer of a map polygon.
MapPolygonDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.MapPolygonDrawer
 
MapPolyline - Class in org.arakhne.afc.gis.mapelement
Class the permits to display a polyline.
MapPolyline() - Constructor for class org.arakhne.afc.gis.mapelement.MapPolyline
Create a new map element.
MapPolyline(UUID) - Constructor for class org.arakhne.afc.gis.mapelement.MapPolyline
Create a new map element.
MapPolyline(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.mapelement.MapPolyline
Create a new map element.
MapPolyline(AttributeCollection) - Constructor for class org.arakhne.afc.gis.mapelement.MapPolyline
Create a new map element.
MapPolylineDrawer - Class in org.arakhne.afc.gis.ui.drawers
Drawer of a map polyline.
MapPolylineDrawer() - Constructor for class org.arakhne.afc.gis.ui.drawers.MapPolylineDrawer
 
MapPolylineGridSet<P extends MapPolyline> - Class in org.arakhne.afc.gis.grid
This class describes a grid that contains map polylines and that permits to find them according to there geo-location.
MapPolylineGridSet(int, int, double, double, double, double) - Constructor for class org.arakhne.afc.gis.grid.MapPolylineGridSet
Constructor.
MapPolylineGridSet(int, int, Rectangle2d) - Constructor for class org.arakhne.afc.gis.grid.MapPolylineGridSet
Constructor.
MapPolylineTreeSet<P extends MapPolyline> - Class in org.arakhne.afc.gis.tree
This class describes a quad tree that contains map polylines and that permits to find them according to there geo-location.
MapPolylineTreeSet() - Constructor for class org.arakhne.afc.gis.tree.MapPolylineTreeSet
Create an empty tree.
MapPolylineTreeSet(double, double, double, double) - Constructor for class org.arakhne.afc.gis.tree.MapPolylineTreeSet
Constructor.
MapPolylineTreeSet(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.tree.MapPolylineTreeSet
Constructor.
MapPonctualElement - Class in org.arakhne.afc.gis.mapelement
This class is for a map element that owns one geo-referenced point.
MapPonctualElement(UUID, double, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapPonctualElement
Create a new map element.
MapPonctualElement(UUID, AttributeCollection, double, double) - Constructor for class org.arakhne.afc.gis.mapelement.MapPonctualElement
Create a new map element.
MapPonctualElement(UUID, AttributeCollection, Point2D<?, ?>) - Constructor for class org.arakhne.afc.gis.mapelement.MapPonctualElement
Create a new map element.
MapPonctualElement(UUID, Point2D<?, ?>) - Constructor for class org.arakhne.afc.gis.mapelement.MapPonctualElement
Create a new map element.
mark(int) - Method in class org.arakhne.afc.inputoutput.stream.ReaderInputStream
 
markSupported() - Method in class org.arakhne.afc.inputoutput.stream.ReaderInputStream
 
MARSHALL_ISLANDS - org.arakhne.afc.util.CountryCode
MH.
MARTINIQUE - org.arakhne.afc.util.CountryCode
MQ.
maskNull(VALUET) - Static method in class org.arakhne.afc.references.AbstractReferencedValueMap
Mask the null values given by the used of this map.
matchesParameters(Class<?>[], Object...) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies if the formal parameters are matching the given values.
matchesParameters(Method, Object...) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies if the parameters of the given method are matching the given values.
MathConstants - Class in org.arakhne.afc.math
Several mathematical constants.
MathException - Exception in org.arakhne.afc.math.stochastic
Math exception.
MathException() - Constructor for exception org.arakhne.afc.math.stochastic.MathException
Create an exception without a message.
MathException(String) - Constructor for exception org.arakhne.afc.math.stochastic.MathException
Construct the exception.
MathFunction - Interface in org.arakhne.afc.math.stochastic
Define a mathematic function.
MathFunctionRange - Class in org.arakhne.afc.math.stochastic
Define the range of a mathematic function.
MathFunctionRange(double) - Constructor for class org.arakhne.afc.math.stochastic.MathFunctionRange
A bounding set with one value.
MathFunctionRange(double, boolean, double, boolean) - Constructor for class org.arakhne.afc.math.stochastic.MathFunctionRange
A bounding set with with two bounds.
MathFunctionRange(double, double) - Constructor for class org.arakhne.afc.math.stochastic.MathFunctionRange
A bounding set with with two bounds.
MathFXAttributeNames - Class in org.arakhne.afc.math.geometry.fx
Utility classes that provides the strings of characters for the typical JavaFX attribute names.
MathInversableFunction - Interface in org.arakhne.afc.math.stochastic
Define a mathematic inverse function.
MathUtil - Class in org.arakhne.afc.math
Mathematic and geometric utilities.
Matrix2d - Class in org.arakhne.afc.math.matrix
Is represented internally as a 2x2 floating point matrix.
Matrix2d() - Constructor for class org.arakhne.afc.math.matrix.Matrix2d
Constructs and initializes a Matrix2f to all zeros.
Matrix2d(double[]) - Constructor for class org.arakhne.afc.math.matrix.Matrix2d
Constructs and initializes a Matrix2f from the specified nine- element array.
Matrix2d(double, double, double, double) - Constructor for class org.arakhne.afc.math.matrix.Matrix2d
Constructs and initializes a Matrix2f from the specified nine values.
Matrix2d(Matrix2d) - Constructor for class org.arakhne.afc.math.matrix.Matrix2d
Constructs a new matrix with the same values as the Matrix2f parameter.
Matrix3d - Class in org.arakhne.afc.math.matrix
Is represented internally as a 3x3 floating point matrix.
Matrix3d() - Constructor for class org.arakhne.afc.math.matrix.Matrix3d
Constructs and initializes a Matrix3f to all zeros.
Matrix3d(double[]) - Constructor for class org.arakhne.afc.math.matrix.Matrix3d
Constructs and initializes a Matrix3f from the specified nine- element array.
Matrix3d(double, double, double, double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.matrix.Matrix3d
Constructs and initializes a Matrix3f from the specified nine values.
Matrix3d(Matrix3d) - Constructor for class org.arakhne.afc.math.matrix.Matrix3d
Constructs a new matrix with the same values as the Matrix3f parameter.
Matrix4d - Class in org.arakhne.afc.math.matrix
Is represented internally as a 4x4 floating point matrix.
Matrix4d() - Constructor for class org.arakhne.afc.math.matrix.Matrix4d
Constructs and initializes a Matrix4f to all zeros.
Matrix4d(double[]) - Constructor for class org.arakhne.afc.math.matrix.Matrix4d
Constructs and initializes a Matrix4f from the specified sixteen- element array.
Matrix4d(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.matrix.Matrix4d
Constructs and initializes a Matrix4f from the specified nine values.
Matrix4d(Matrix4d) - Constructor for class org.arakhne.afc.math.matrix.Matrix4d
Constructs a new matrix with the same values as the Matrix4f parameter.
MatrixExtensions - Class in org.arakhne.afc.math.extensions.scala
Scala extensions for matrices.
MatrixExtensions - Class in org.arakhne.afc.math.extensions.xtext
Xtext extensions for matrices.
MAURITANIA - org.arakhne.afc.util.CountryCode
MR.
MAURITIUS - org.arakhne.afc.util.CountryCode
MU.
max - Variable in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
maxX property.
max(double...) - Static method in class org.arakhne.afc.math.MathUtil
Replies the max value.
max(float...) - Static method in class org.arakhne.afc.math.MathUtil
Replies the max value.
max(int...) - Static method in class org.arakhne.afc.math.MathUtil
Replies the max value.
max(long...) - Static method in class org.arakhne.afc.math.MathUtil
Replies the max value.
max(short...) - Static method in class org.arakhne.afc.math.MathUtil
Replies the max value.
MAX_SCALE_VALUE_PROPERTY - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Name of the property for the maximal scale value.
maxHeight(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
MAXIMUM_CELL_COUNT - Static variable in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
The maximum number of cells per row or per column.
MAXIMUM_SCALE_VALUE - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Maximal scale value.
MAXIMUM_X - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
maxX.
MAXIMUM_Y - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
maxY.
MAXIMUM_Z - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
maxZ.
maxm - Variable in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Bounding box in the file header.
maxScaleValueProperty() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
maxScaleValueProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
maxScaleValueProperty() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the property for the maximum scale value.
maxWheelRotation - Variable in class org.arakhne.afc.agentmotion.common.RandomAlgorithm
Maximal rotation of the virtual wheel.
maxWidth(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
maxx - Variable in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Bounding box in the file header.
maxX - Variable in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
maxX property.
maxX - Variable in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
maxX property.
maxX - Variable in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
maxX property.
maxX - Variable in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
maxX property.
maxXProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
Replies the property that is the maximum x coordinate of the box.
maxXProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
Replies the property that is the maximum x coordinate of the box.
maxXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
Replies the property that is the maximum x coordinate of the box.
maxXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
Replies the property that is the maximum x coordinate of the box.
maxXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
Replies the property that is the maximum x coordinate of the box.
maxXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
Replies the property that is the maximum x coordinate of the box.
maxXProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
Replies the property that is the maximum x coordinate of the box.
maxXProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
Replies the property that is the maximum x coordinate of the box.
maxXProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
Replies the property that is the maximum x coordinate of the box.
maxy - Variable in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Bounding box in the file header.
maxY - Variable in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
maxY property.
maxY - Variable in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
maxY property.
maxY - Variable in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
maxY property.
maxY - Variable in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
maxY property.
maxYProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
Replies the property that is the maximum y coordinate of the box.
maxYProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
Replies the property that is the maximum y coordinate of the box.
maxYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
Replies the property that is the maximum y coordinate of the box.
maxYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
Replies the property that is the maximum y coordinate of the box.
maxYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
Replies the property that is the maximum y coordinate of the box.
maxYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
Replies the property that is the maximum y coordinate of the box.
maxYProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
Replies the property that is the maximum y coordinate of the box.
maxYProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
Replies the property that is the maximum y coordinate of the box.
maxYProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
Replies the property that is the maximum y coordinate of the box.
maxz - Variable in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Bounding box in the file header.
maxZProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
Replies the property that is the maximum z coordinate of the box.
maxZProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
Replies the property that is the maximum z coordinate of the box.
maxZProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
Replies the property that is the maximum z coordinate of the box.
MAYA_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for Maya modeller.
MAYA_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for Maya modeler.
MAYOTTE - org.arakhne.afc.util.CountryCode
YT.
md5(String) - Static method in class org.arakhne.afc.text.Encryption
Replies a MD5 key.
MeasureUnitUtil - Class in org.arakhne.afc.math.physics
This class permits to manipulate measure units.
MEGAMETER - org.arakhne.afc.math.physics.SpaceUnit
megaeter.
MEMORY - org.arakhne.afc.io.dbase.DBaseFieldType
Memory block.
merge(Class<T>, T...) - Static method in class org.arakhne.afc.util.ArrayUtil
Merge the elements to make an array.
merge(Class<T>, T[]...) - Static method in class org.arakhne.afc.util.ArrayUtil
Merge the arrays.
merge(Class<T>, T[], T...) - Static method in class org.arakhne.afc.util.ArrayUtil
Merge the elements to make an array.
mergeBrackets(Iterable<?>) - Static method in class org.arakhne.afc.text.TextUtil
Merge the given strings with to brackets.
mergeBrackets(T...) - Static method in class org.arakhne.afc.text.TextUtil
Merge the given strings with to brackets.
mergeRoadConnections(Collection<? extends RoadConnection>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Merge the given connections to obtain only one connection.
mergeRoadConnections(Collection<? extends RoadConnection>) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
mergeRoadConnections(RoadConnection...) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Merge the given connections to obtain only one connection.
mergeRoadConnections(RoadConnection...) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
mergeWithoutNull(Class<T>, T...) - Static method in class org.arakhne.afc.util.ArrayUtil
Merge the elements to make an array.
mergeWithoutNull(Class<T>, T[]...) - Static method in class org.arakhne.afc.util.ArrayUtil
Merge the arrays.
mergeWithoutNull(Class<T>, T[], T...) - Static method in class org.arakhne.afc.util.ArrayUtil
Merge the elements to make an array.
METER - org.arakhne.afc.math.physics.SpaceUnit
meter.
METERS_PER_SECOND - org.arakhne.afc.math.physics.SpeedUnit
meters/second.
metricToInch(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Replies the inches from metrics.
MEXICO - org.arakhne.afc.util.CountryCode
MX.
micro2milli(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate from micro (10^-6) to milli (10^-3).
micro2nano(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate from micro (10^-6) to nano (10^-9).
micro2unit(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate from micro (10^-6) to unit (10^0).
MICROMETER - org.arakhne.afc.math.physics.SpaceUnit
micrometer.
MICRONESIA - org.arakhne.afc.util.CountryCode
FM.
milli2micro(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate from milli (10^-3) to micro (10^-6).
milli2nano(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate from milli (10^-3) to nano (10^-9).
milli2unit(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate from milli (10^-3) to unit (10^0).
MILLIMETER - org.arakhne.afc.math.physics.SpaceUnit
millimeter.
MILLIMETERS_PER_SECOND - org.arakhne.afc.math.physics.SpeedUnit
millimeters/second.
MIME_3DS - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Discreet 3D Studio file.
MIME_ATOM_XML - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for ATOM format.
MIME_AVI - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Microsoft video.
MIME_BMP - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Bitmap pictures.
MIME_COLLADA - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Collada file.
MIME_CSS - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for CSS file.
MIME_CSV - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for CSV file.
MIME_DBASE_FILE - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for dBase file (dbf).
MIME_DV - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Digital Video (DV).
MIME_DXF - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for AutoCAD DXF file.
MIME_FILE_LIST - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for list of files.
MIME_GIF - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for GIF pictures.
MIME_GIS_PROJECT - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for GIS project (gip).
MIME_GIS_PROJECT_ZIP - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Compressed GIS project (giz).
MIME_GZIP - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for GNU zip file.
MIME_H264 - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for H.264 video.
MIME_HTML - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for HTML file.
MIME_IGES - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for CAO IGES exchange format.
MIME_INIT - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Window Initialization file.
MIME_JAR - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for JAR archive files.
MIME_JASIM_CONFIGURATION - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for SeT lab JaSIM configuration file (sfg).
MIME_JASIM_SERIALIZED_TREE - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for SeT lab JaSIM serialized perception tree (tree).
MIME_JAVASCRIPT - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Javascript.
MIME_JPG - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for JPEG pictures.
MIME_MP3 - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for MPEG3 file.
MIME_MP4 - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for MPEG4 file.
MIME_MP4_AUDIO - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for MPEG4 audio file.
MIME_MPEG_VIDEO - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for MPEG video.
MIME_MSEXCEL - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Microsoft Excel.
MIME_MSPOWERPOINT - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Microsoft Power Point.
MIME_MSWORD - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Microsoft Word.
MIME_OBJECT_COLLECTION - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for collection of Java objects.
MIME_OBJECT_LIST - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for list of Java objects.
MIME_OCTET_STREAM - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for binary files.
MIME_PBM - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Portable Bitmap.
MIME_PDF - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Portable Document Format.
MIME_PGM - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Portable Graymap.
MIME_PLAIN_TEXT - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for plain text files.
MIME_PNG - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for PNG pictures.
MIME_POSTSCRIPT - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Postscript.
MIME_PPM - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Portable Pixmap.
MIME_QGIS - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Quantum GIS (QGIS), an ESRI-compliant Shape file.
MIME_QUICKTIME - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Quicktime video.
MIME_RICH_TEXT - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for rich text.
MIME_RTF - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Rich Text File.
MIME_SERIALIZED_OBJECT - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for serialized java objects.
MIME_SETLAB_ACTIVATION_LICENSE - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for SeT lab activation licenses (lic).
MIME_SFC_PROJECT - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for SeT Framework project (fwj).
MIME_SFC_PROJECT_ZIP - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Compressed SeT framework project (fwz).
MIME_SGML - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for SGML file.
MIME_SHAPE_FILE - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for ESRI Shape File (SHP).
MIME_TAR - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for tar file.
MIME_TIFF - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for TIFF image.
MIME_UNKNOW - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for unknown file formats.
MIME_URI_LIST - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for lists of URIs.
MIME_WAV - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Audio Wave.
MIME_WAVEFRONT_OBJ - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for Wavefront OBJ 3D models.
MIME_XML - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for XML files.
MIME_ZIP - org.arakhne.afc.inputoutput.mime.MimeName
MIME type for ZIP archive files.
MimeName - Enum in org.arakhne.afc.inputoutput.mime
An utility class that declares MIME constants.
min - Variable in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
minX property.
min(double...) - Static method in class org.arakhne.afc.math.MathUtil
Replies the min value.
min(float...) - Static method in class org.arakhne.afc.math.MathUtil
Replies the min value.
min(int...) - Static method in class org.arakhne.afc.math.MathUtil
Replies the min value.
min(long...) - Static method in class org.arakhne.afc.math.MathUtil
Replies the min value.
min(short...) - Static method in class org.arakhne.afc.math.MathUtil
Replies the min value.
MIN_DRAWABLE_ELEMENT_BUDGET - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Default budget for drawable elements.
MIN_SCALE_CHANGE - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Minimum scaling delta.
MIN_SCALE_VALUE_PROPERTY - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Name of the property for the minimal scale value.
minHeight(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
MINIMUM_CELL_SIZE - Static variable in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
The minimum size of the cells (in meters).
MINIMUM_SCALE_VALUE - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Minimal scale value.
MINIMUM_X - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
minX.
MINIMUM_Y - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
minY.
MINIMUM_Z - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
minZ.
minm - Variable in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Bounding box in the file header.
MINOR_SPEC_NUMBER - Static variable in class org.arakhne.afc.gis.io.binary.GISLayerIOConstants
Minor version number of the GIS Layer IO Specification.
minScaleValueProperty() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
minScaleValueProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
minScaleValueProperty() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the property for the minimum scale value.
minWidth(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
minx - Variable in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Bounding box in the file header.
minX - Variable in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
minX property.
minX - Variable in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
minX property.
minX - Variable in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
minX property.
minX - Variable in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
minX property.
minXProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
Replies the property that is the minimum x coordinate of the box.
minXProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
Replies the property that is the minimum x coordinate of the box.
minXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
Replies the property that is the minimum x coordinate of the box.
minXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
Replies the property that is the minimum x coordinate of the box.
minXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
Replies the property that is the minimum x coordinate of the box.
minXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
Replies the property that is the minimum x coordinate of the box.
minXProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
Replies the property that is the minimum x coordinate of the box.
minXProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
Replies the property that is the minimum x coordinate of the box.
minXProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
Replies the property that is the minimum x coordinate of the box.
miny - Variable in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Bounding box in the file header.
minY - Variable in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
minY property.
minY - Variable in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
minY property.
minY - Variable in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
minY property.
minY - Variable in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
minY property.
minYProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
Replies the property that is the minimum y coordinate of the box.
minYProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
Replies the property that is the minimum y coordinate of the box.
minYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
Replies the property that is the minimum y coordinate of the box.
minYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
Replies the property that is the minimum y coordinate of the box.
minYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
Replies the property that is the minimum y coordinate of the box.
minYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
Replies the property that is the minimum y coordinate of the box.
minYProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
Replies the property that is the minimum y coordinate of the box.
minYProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
Replies the property that is the minimum y coordinate of the box.
minYProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
Replies the property that is the minimum y coordinate of the box.
minz - Variable in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Bounding box in the file header.
minZProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
Replies the property that is the minimum z coordinate of the box.
minZProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
Replies the property that is the minimum z coordinate of the box.
minZProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
Replies the property that is the minimum z coordinate of the box.
MODEL_3DMAX_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for default 3DSMAX modelers.
MODEL_3DMAX_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for default 3DSMAX modelers.
ModifiableCollectionSizedIterator<M> - Class in org.arakhne.afc.sizediterator
Sized iterator on a collection that can be changed through the iterator.
ModifiableCollectionSizedIterator(Collection<M>) - Constructor for class org.arakhne.afc.sizediterator.ModifiableCollectionSizedIterator
Construct an iterator.
ModifiableCollectionSizedIterator(Collection<M>, ModifiableCollectionSizedIteratorOwner<M>) - Constructor for class org.arakhne.afc.sizediterator.ModifiableCollectionSizedIterator
Construct an iterator.
ModifiableCollectionSizedIteratorOwner<M> - Interface in org.arakhne.afc.sizediterator
module() - Method in class org.arakhne.afc.bootique.applicationdata2.ApplicationData2ModuleProvider
 
module() - Method in class org.arakhne.afc.bootique.log4j.Log4jIntegrationModuleProvider
 
module() - Method in class org.arakhne.afc.bootique.printconfig.PrintConfigModuleProvider
 
module() - Method in class org.arakhne.afc.bootique.synopsishelp.SynopsisHelpModuleProvider
 
MODULE_NAME - Static variable in class org.arakhne.afc.vmutil.Caller
Name of the vmutils module that is considered by Caller.findClassForFirstCallerOutsideVmutilModule().
moduleBuilder() - Method in class org.arakhne.afc.bootique.applicationdata2.ApplicationData2ModuleProvider
 
moduleBuilder() - Method in class org.arakhne.afc.bootique.log4j.Log4jIntegrationModuleProvider
 
moduleBuilder() - Method in class org.arakhne.afc.bootique.printconfig.PrintConfigModuleProvider
 
moduleBuilder() - Method in class org.arakhne.afc.bootique.synopsishelp.SynopsisHelpModuleProvider
 
MOLDOVA - org.arakhne.afc.util.CountryCode
MD.
MONACO - org.arakhne.afc.util.CountryCode
MC.
MONGOLIA - org.arakhne.afc.util.CountryCode
MN.
MONTENEGRO - org.arakhne.afc.util.CountryCode
ME.
MONTSERRAT - org.arakhne.afc.util.CountryCode
MS.
MOROCCO - org.arakhne.afc.util.CountryCode
MA.
motionNewtonEuler1Law(double, double) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
 
motionNewtonEuler1Law(double, double) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Compute and replies a motion according to Newton-Euler-1 equations for motion (where acceleration is not significant).
motionNewtonEuler1Law(double, double) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Compute and replies a motion according to Newton-Euler-1 equations for motion.
motionNewtonEuler1Law1D(double, double, double, double) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
 
motionNewtonEuler1Law1D(double, double, double, double) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Compute and replies a motion according to Newton-Euler-1 equations for motion (where acceleration is not significant).
motionNewtonEuler1Law1D(double, double, double, double) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Compute and replies a motion according to Newton-Euler-1 equations for motion.
motionNewtonEuler1Law1D5(Vector1D<?, ?, ?>, double, double, double, Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
 
motionNewtonEuler1Law1D5(Vector1D<?, ?, ?>, double, double, double, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Compute and replies a motion according to Newton-Euler-1 equations for motion (where acceleration is not significant).
motionNewtonEuler1Law1D5(Vector1D<?, ?, ?>, double, double, double, Vector1D<?, ?, ?>) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Compute and replies a motion according to Newton-Euler-1 equations for motion.
motionNewtonEuler1Law1D5(Vector2D<?, ?>, double, double, double, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
Deprecated, for removal: This API element is subject to removal in a future version.
since 16.0
motionNewtonEuler1Law1D5(Vector2D<?, ?>, double, double, double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Deprecated, for removal: This API element is subject to removal in a future version.
motionNewtonEuler1Law1D5(Vector2D<?, ?>, double, double, double, Vector2D<?, ?>) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Deprecated, for removal: This API element is subject to removal in a future version.
motionNewtonEuler1Law2D(Vector2D<?, ?>, double, double, double, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
 
motionNewtonEuler1Law2D(Vector2D<?, ?>, double, double, double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Compute and replies a motion according to Newton-Euler-1 equations for motion (where acceleration is not significant).
motionNewtonEuler1Law2D(Vector2D<?, ?>, double, double, double, Vector2D<?, ?>) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Compute and replies a motion according to Newton-Euler-1 equations for motion.
motionNewtonEuler1Law2D5(Vector3D<?, ?>, double, double, double, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
 
motionNewtonEuler1Law2D5(Vector3D<?, ?>, double, double, double, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Compute and replies a motion according to Newton-Euler-1 equations for motion (where acceleration is not significant).
motionNewtonEuler1Law2D5(Vector3D<?, ?>, double, double, double, Vector3D<?, ?>) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Compute and replies a motion according to Newton-Euler-1 equations for motion.
motionNewtonEuler1Law3D(Vector3D<?, ?>, double, double, double, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
 
motionNewtonEuler1Law3D(Vector3D<?, ?>, double, double, double, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Compute and replies a motion according to Newton-Euler-1 equations for motion (where acceleration is not significant).
motionNewtonEuler1Law3D(Vector3D<?, ?>, double, double, double, Vector3D<?, ?>) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Compute and replies a motion according to Newton-Euler-1 equations for motion.
motionNewtonLaw(double, double, double) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
 
motionNewtonLaw(double, double, double) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Compute and replies a motion according to high school physics Newton's equations for motion.
motionNewtonLaw(double, double, double) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Compute and replies a motion according to high school physics Newton's equations for motion.
motionNewtonLaw1D(double, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
 
motionNewtonLaw1D(double, double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Compute and replies a motion according to high school physics Newton's equations for motion.
motionNewtonLaw1D(double, double, double, double, double, double, double) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Compute and replies a motion according to high school physics Newton's equations for motion.
motionNewtonLaw1D5(Vector1D<?, ?, ?>, double, double, Vector1D<?, ?, ?>, double, double, double, Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
 
motionNewtonLaw1D5(Vector1D<?, ?, ?>, double, double, Vector1D<?, ?, ?>, double, double, double, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Compute and replies a motion according to high school physics Newton's equations for motion.
motionNewtonLaw1D5(Vector1D<?, ?, ?>, double, double, Vector1D<?, ?, ?>, double, double, double, Vector1D<?, ?, ?>) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Compute and replies a motion according to high school physics Newton's equations for motion.
motionNewtonLaw1D5(Vector2D<?, ?>, double, double, Vector2D<?, ?>, double, double, double, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
Deprecated, for removal: This API element is subject to removal in a future version.
since 16.0
motionNewtonLaw1D5(Vector2D<?, ?>, double, double, Vector2D<?, ?>, double, double, double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Deprecated, for removal: This API element is subject to removal in a future version.
motionNewtonLaw1D5(Vector2D<?, ?>, double, double, Vector2D<?, ?>, double, double, double, Vector2D<?, ?>) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Deprecated, for removal: This API element is subject to removal in a future version.
motionNewtonLaw2D(Vector2D<?, ?>, double, double, Vector2D<?, ?>, double, double, double, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
 
motionNewtonLaw2D(Vector2D<?, ?>, double, double, Vector2D<?, ?>, double, double, double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Compute and replies a motion according to high school physics Newton's equations for motion.
motionNewtonLaw2D(Vector2D<?, ?>, double, double, Vector2D<?, ?>, double, double, double, Vector2D<?, ?>) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Compute and replies a motion according to high school physics Newton's equations for motion.
motionNewtonLaw2D5(Vector3D<?, ?>, double, double, Vector3D<?, ?>, double, double, double, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
 
motionNewtonLaw2D5(Vector3D<?, ?>, double, double, Vector3D<?, ?>, double, double, double, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Compute and replies a motion according to high school physics Newton's equations for motion.
motionNewtonLaw2D5(Vector3D<?, ?>, double, double, Vector3D<?, ?>, double, double, double, Vector3D<?, ?>) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Compute and replies a motion according to high school physics Newton's equations for motion.
motionNewtonLaw3D(Vector3D<?, ?>, double, double, Vector3D<?, ?>, double, double, double, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
 
motionNewtonLaw3D(Vector3D<?, ?>, double, double, Vector3D<?, ?>, double, double, double, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Compute and replies a motion according to high school physics Newton's equations for motion.
motionNewtonLaw3D(Vector3D<?, ?>, double, double, Vector3D<?, ?>, double, double, double, Vector3D<?, ?>) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Compute and replies a motion according to high school physics Newton's equations for motion.
MOVE_CHILD_DOWN - org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent.Type
The order of the children has changed: a child layer has moving down.
MOVE_CHILD_UP - org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent.Type
The order of the children has changed: a child layer has moving up.
MOVE_CHILDREN - org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent.Type
The order of the children has changed: child layers have moving.
MOVE_THEN_ARC - org.arakhne.afc.math.geometry.d2.Path2D.ArcType
Move to and draw the ellipse arc.
MOVE_THEN_ARC - org.arakhne.afc.math.geometry.d3.Path3D.ArcType
Move to and draw the ellipse arc.
MOVE_TO - org.arakhne.afc.math.geometry.PathElementType
Move to the next point.
moveDown(boolean, boolean, boolean) - Method in class org.arakhne.afc.nodefx.ZoomablePane
Move the viewport down.
moveLayerDown(int) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Move the specified layer up.
moveLayerDown(int) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
moveLayerDown(MapLayer) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Move the specified layer up.
moveLayerDown(MapLayer) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
moveLayerUp(int) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Move the specified layer up.
moveLayerUp(int) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
moveLayerUp(MapLayer) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Move the specified layer up.
moveLayerUp(MapLayer) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
moveLeft(boolean, boolean, boolean) - Method in class org.arakhne.afc.nodefx.ZoomablePane
Move the viewport left.
MovePathElement2d(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.PathElement2d.MovePathElement2d
Constructor.
MovePathElement2dfx(DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.MovePathElement2dfx
Constructor.
MovePathElement2dfx(Point2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.MovePathElement2dfx
Constructor by setting.
MovePathElement2i(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.PathElement2i.MovePathElement2i
Constructor.
MovePathElement2ifx(IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.MovePathElement2ifx
Constructor.
MovePathElement2ifx(Point2ifx) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.MovePathElement2ifx
Constructor by setting.
MovePathElement3d(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
Constructor.
MovePathElement3dfx(DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
Constructor.
MovePathElement3dfx(Point3dfx) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
Constructor by setting.
MovePathElement3i(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
Constructor.
MovePathElement3ifx(IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
Constructor.
MovePathElement3ifx(Point3ifx) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
Constructor by setting.
moveRight(boolean, boolean, boolean) - Method in class org.arakhne.afc.nodefx.ZoomablePane
Move the viewport right.
moveTo(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Adds a point to the path by moving to the specified coordinates specified in double precision.
moveTo(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
moveTo(double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
moveTo(double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Issues a move command for the current path to the given x,y coordinate.
moveTo(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Adds a point to the path by moving to the specified coordinates specified in double precision.
moveTo(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
moveTo(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
moveTo(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Adds a point to the path by moving to the specified coordinates specified in double precision.
moveTo(int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
moveTo(int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
moveTo(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Adds a point to the path by moving to the specified coordinates specified in double precision.
moveTo(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
moveTo(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
moveTo(N) - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
Move this node in the given new parent node.
moveTo(N, int) - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
 
moveTo(N, int) - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
 
moveTo(N, int) - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
 
moveTo(N, int) - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
 
moveTo(N, int) - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
 
moveTo(N, int) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
 
moveTo(N, int) - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
 
moveTo(N, int) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
moveTo(N, int) - Method in interface org.arakhne.afc.math.tree.TreeNode
Move this node in the given new node.
moveTo(N, int, boolean) - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
Move this node in the given new node.
moveTo(N, OctTreeNode.OctTreeZone) - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
Move this node in the given new node.
moveTo(N, QuadTreeNode.QuadTreeZone) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
Move this node in the given new node.
moveTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
moveTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
moveTo(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
moveTo(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
moveTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Adds a point to the path by moving to the specified coordinates specified in double precision.
moveTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
moveTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
moveTo(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
moveTo(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
moveTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Adds a point to the path by moving to the specified coordinates specified in double precision.
moveToIfFar(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Adds a point to the path by moving to the specified coordinates specified in double precision if and only if the current position does not corresponds to the given position.
moveToIfFar(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Adds a point to the path by moving to the specified coordinates specified in double precision if and only if the current position does not corresponds to the given position.
moveToIfFar(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
moveToIfFar(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
moveToIfFar(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Adds a point to the path by moving to the specified coordinates specified in double precision.
moveUp(boolean, boolean, boolean) - Method in class org.arakhne.afc.nodefx.ZoomablePane
Move the viewport up.
MOZAMBIQUE - org.arakhne.afc.util.CountryCode
MZ.
ms2kmh(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate m/s to km/h.
mul(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Multiplies each element of this matrix by a scalar.
mul(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Multiplies each element of this matrix by a scalar.
mul(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Multiplies each element of this matrix by a scalar.
mul(double, Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Multiplies each element of matrix m1 by a scalar and places the result into this.
mul(double, Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Multiplies each element of matrix m1 by a scalar and places the result into this.
mul(double, Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Multiplies each element of matrix m1 by a scalar and places the result into this.
mul(Tuple2D<?>, Tuple2D<?>) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Multiply this matrix by the given vector v and set the resulting vector.
mul(Quaternion) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Sets the value of this quaternion to the quaternion product of itself and q1 (this = this * q1).
mul(Quaternion, Quaternion) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Sets the value of this quaternion to the quaternion product of quaternions q1 and q2 (this = q1 * q2).
mul(Vector3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Multiply this matrix by the given vector v and set the result..
mul(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the value of this matrix to the result of multiplying itself with matrix m1.
mul(Matrix2d, Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the value of this matrix to the result of multiplying the two argument matrices together.
mul(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the value of this matrix to the result of multiplying itself with matrix m1.
mul(Matrix3d, Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the value of this matrix to the result of multiplying the two argument matrices together.
mul(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the value of this matrix to the result of multiplying itself with matrix m1.
mul(Matrix4d, Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the value of this matrix to the result of multiplying the two argument matrices together.
mulInverse(Quaternion) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Multiplies this quaternion by the inverse of quaternion q1 and places the value into this quaternion.
mulInverse(Quaternion, Quaternion) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Multiplies quaternion q1 by the inverse of quaternion q2 and places the value into this quaternion.
mulNormalize(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Multiplies this matrix by matrix m1, does an SVD normalization of the result, and places the result back into this matrix this = SVDnorm(this*m1).
mulNormalize(Matrix3d, Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Multiplies matrix m1 by matrix m2, does an SVD normalization of the result, and places the result into this matrix this = SVDnorm(m1*m2).
MultiAttributeCollection - Class in org.arakhne.afc.attrs.collection
This class contains a collection of attribute providers and tries to gather the data.
MultiAttributeCollection() - Constructor for class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
MultiAttributeProvider - Class in org.arakhne.afc.attrs.collection
This class contains a collection of attribute containers and tries to gather the data.
MultiAttributeProvider() - Constructor for class org.arakhne.afc.attrs.collection.MultiAttributeProvider
 
MultiAttributeProvider.ManyValueAttributeValue - Class in org.arakhne.afc.attrs.collection
This class provides an implementation of attribute value that may be marked with an indicators that many values are possibles for the attribute.
MultiCollection<E> - Class in org.arakhne.afc.util
A collection composed of collections.
MultiCollection() - Constructor for class org.arakhne.afc.util.MultiCollection
Construct the collection.
MultiCollection.MultiIterator<E> - Class in org.arakhne.afc.util
Iterator on multicollection.
MultiFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
Multi file filter.
MultiFileFilter(boolean, String, FileFilter...) - Constructor for class org.arakhne.afc.inputoutput.filefilter.MultiFileFilter
Constructor.
MultiFileFilter(String, FileFilter...) - Constructor for class org.arakhne.afc.inputoutput.filefilter.MultiFileFilter
Construct.
MultiIterator(Iterator<Collection<? extends E>>) - Constructor for class org.arakhne.afc.util.MultiCollection.MultiIterator
Construct the iterator.
MultiMapLayer<L extends MapLayer> - Class in org.arakhne.afc.gis.maplayer
This class is a container of layers.
MultiMapLayer() - Constructor for class org.arakhne.afc.gis.maplayer.MultiMapLayer
Create a new layer with the specified attribute source.
MultiMapLayer(boolean) - Constructor for class org.arakhne.afc.gis.maplayer.MultiMapLayer
Create a new layer with the specified attribute source.
MultiMapLayer(UUID) - Constructor for class org.arakhne.afc.gis.maplayer.MultiMapLayer
Create a new layer with the specified attribute source.
MultiMapLayer(UUID, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.MultiMapLayer
Create a new layer with the specified attribute source.
MultiMapLayer(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.maplayer.MultiMapLayer
Create a new layer with the specified attribute source.
MultiMapLayer(UUID, AttributeCollection, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.MultiMapLayer
Create a new layer with the specified attribute source.
MultiMapLayer(AttributeCollection) - Constructor for class org.arakhne.afc.gis.maplayer.MultiMapLayer
Create a new layer with the specified attribute source.
MultiMapLayer(AttributeCollection, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.MultiMapLayer
Create a new layer with the specified attribute source.
MULTIPATCH - org.arakhne.afc.io.shape.ShapeElementType
The element is a multipatch.
MULTIPOINT - org.arakhne.afc.io.shape.ShapeElementType
The element is a collection of points.
MULTIPOINT_M - org.arakhne.afc.io.shape.ShapeElementType
The element is a multipoint with a measure.
MULTIPOINT_Z - org.arakhne.afc.io.shape.ShapeElementType
The element is a multipoint with Z coordinate and a measure.
MultiShape2afp<ST extends Shape2afp<?,​?,​IE,​P,​V,​B>,​IT extends MultiShape2afp<?,​?,​CT,​IE,​P,​V,​B>,​CT extends Shape2afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2afp,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.afp
Container for grouping of shapes.
MultiShape2afp.AbstractMultiShapePathIterator<IE extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Abstract iterator on the path elements of the multishape.
MultiShape2afp.MultiShapePathIterator<IE extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of the multishape.
MultiShape2afp.TransformedMultiShapePathIterator<IE extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of the multishape.
MultiShape2afpDrawer - Class in org.arakhne.afc.nodefx.drawers
Drawer of a 2D multishape.
MultiShape2afpDrawer() - Constructor for class org.arakhne.afc.nodefx.drawers.MultiShape2afpDrawer
 
MultiShape2ai<ST extends Shape2ai<?,​?,​IE,​P,​V,​B>,​IT extends MultiShape2ai<?,​?,​CT,​IE,​P,​V,​B>,​CT extends Shape2ai<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2ai,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2ai<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.ai
Container for grouping of shapes.
MultiShape2ai.AbstractMultiShapePathIterator<IE extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
Abstract iterator on the path elements of the multishape.
MultiShape2ai.MultiShapePathIterator<IE extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
Iterator on the path elements of the multishape.
MultiShape2ai.MultiShapePointIterator<P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d2.ai
Iterator on the points of the multishape.
MultiShape2ai.TransformedMultiShapePathIterator<IE extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
Iterator on the path elements of the multishape.
MultiShape2d<T extends Shape2d<?>> - Class in org.arakhne.afc.math.geometry.d2.d
Container for grouping of shapes.
MultiShape2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.MultiShape2d
Construct an empty multishape.
MultiShape2d(Iterable<? extends T>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.MultiShape2d
Construct a multishape with shapes inside.
MultiShape2d(T...) - Constructor for class org.arakhne.afc.math.geometry.d2.d.MultiShape2d
Construct a multishape with shapes inside.
MultiShape2D<ST extends Shape2D<?,​?,​I,​P,​V,​B>,​IT extends MultiShape2D<?,​?,​CT,​I,​P,​V,​B>,​CT extends Shape2D<?,​?,​I,​P,​V,​B>,​I extends PathIterator2D<?>,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Shape2D<?,​?,​I,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2
Container for grouping of shapes.
MultiShape2D.BackendIterator<CT extends Shape2D<?,​?,​?,​?,​?,​?>> - Class in org.arakhne.afc.math.geometry.d2
Iterator on elements of a list that is able to notify the backend when the iterator has change the backend data.
MultiShape2D.BackendList<CT extends Shape2D<?,​?,​?,​?,​?,​?>> - Class in org.arakhne.afc.math.geometry.d2
View on a list that is able to notify the backend when the view has change the backend data.
MultiShape2dfx<T extends Shape2dfx<?>> - Class in org.arakhne.afc.math.geometry.d2.dfx
Container for grouping of shapes.
MultiShape2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.MultiShape2dfx
Construct an empty multishape.
MultiShape2dfx(Iterable<? extends T>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.MultiShape2dfx
Construct a multishape with shapes inside.
MultiShape2dfx(T...) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.MultiShape2dfx
Construct a multishape with shapes inside.
MultiShape2i<T extends Shape2i<?>> - Class in org.arakhne.afc.math.geometry.d2.i
Container for grouping of shapes.
MultiShape2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.MultiShape2i
Construct an empty multishape.
MultiShape2i(Iterable<? extends T>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.MultiShape2i
Construct a multishape with shapes inside.
MultiShape2i(T...) - Constructor for class org.arakhne.afc.math.geometry.d2.i.MultiShape2i
Construct a multishape with shapes inside.
MultiShape2ifx<T extends Shape2ifx<?>> - Class in org.arakhne.afc.math.geometry.d2.ifx
Container for grouping of shapes.
MultiShape2ifx() - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.MultiShape2ifx
Construct an empty multishape.
MultiShape2ifx(Iterable<? extends T>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.MultiShape2ifx
Construct a multishape with shapes inside.
MultiShape2ifx(T...) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.MultiShape2ifx
Construct a multishape with shapes inside.
MultiShape3afp<ST extends Shape3afp<?,​?,​IE,​P,​V,​B>,​IT extends MultiShape3afp<?,​?,​CT,​IE,​P,​V,​B>,​CT extends Shape3afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement3afp,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.afp
Container for grouping of shapes.
MultiShape3afp.AbstractMultiShapePathIterator<IE extends PathElement3afp> - Class in org.arakhne.afc.math.geometry.d3.afp
Abstract iterator on the path elements of the multishape.
MultiShape3afp.MultiShapePathIterator<IE extends PathElement3afp> - Class in org.arakhne.afc.math.geometry.d3.afp
Iterator on the path elements of the multishape.
MultiShape3afp.TransformedMultiShapePathIterator<IE extends PathElement3afp> - Class in org.arakhne.afc.math.geometry.d3.afp
Iterator on the path elements of the multishape.
MultiShape3ai<ST extends Shape3ai<?,​?,​IE,​P,​V,​B>,​IT extends MultiShape3ai<?,​?,​CT,​IE,​P,​V,​B>,​CT extends Shape3ai<?,​?,​IE,​P,​V,​B>,​IE extends PathElement3ai,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3ai<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.ai
Container for grouping of shapes.
MultiShape3ai.AbstractMultiShapePathIterator<IE extends PathElement3ai> - Class in org.arakhne.afc.math.geometry.d3.ai
Abstract iterator on the path elements of the multishape.
MultiShape3ai.MultiShapePathIterator<IE extends PathElement3ai> - Class in org.arakhne.afc.math.geometry.d3.ai
Iterator on the path elements of the multishape.
MultiShape3ai.MultiShapePointIterator<P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d3.ai
Iterator on the points of the multishape.
MultiShape3ai.TransformedMultiShapePathIterator<IE extends PathElement3ai> - Class in org.arakhne.afc.math.geometry.d3.ai
Iterator on the path elements of the multishape.
MultiShape3d<T extends Shape3d<?>> - Class in org.arakhne.afc.math.geometry.d3.d
Container for grouping of shapes.
MultiShape3d() - Constructor for class org.arakhne.afc.math.geometry.d3.d.MultiShape3d
Construct an empty multishape.
MultiShape3d(Iterable<? extends T>) - Constructor for class org.arakhne.afc.math.geometry.d3.d.MultiShape3d
Construct a multishape with shapes inside.
MultiShape3d(T...) - Constructor for class org.arakhne.afc.math.geometry.d3.d.MultiShape3d
Construct a multishape with shapes inside.
MultiShape3D<ST extends Shape3D<?,​?,​I,​P,​V,​B>,​IT extends MultiShape3D<?,​?,​CT,​I,​P,​V,​B>,​CT extends Shape3D<?,​?,​I,​P,​V,​B>,​I extends PathIterator3D<?>,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends Shape3D<?,​?,​I,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3
Container for grouping of shapes.
MultiShape3D.BackendIterator<CT extends Shape3D<?,​?,​?,​?,​?,​?>> - Class in org.arakhne.afc.math.geometry.d3
Iterator on elements of a list that is able to notify the backend when the iterator has change the backend data.
MultiShape3D.BackendList<CT extends Shape3D<?,​?,​?,​?,​?,​?>> - Class in org.arakhne.afc.math.geometry.d3
View on a list that is able to notify the backend when the view has change the backend data.
MultiShape3dfx<T extends Shape3dfx<?>> - Class in org.arakhne.afc.math.geometry.d3.dfx
Container for grouping of shapes.
MultiShape3dfx() - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.MultiShape3dfx
Construct an empty multishape.
MultiShape3dfx(Iterable<? extends T>) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.MultiShape3dfx
Construct a multishape with shapes inside.
MultiShape3dfx(T...) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.MultiShape3dfx
Construct a multishape with shapes inside.
MultiShape3i<T extends Shape3i<?>> - Class in org.arakhne.afc.math.geometry.d3.i
Container for grouping of shapes.
MultiShape3i() - Constructor for class org.arakhne.afc.math.geometry.d3.i.MultiShape3i
Construct an empty multishape.
MultiShape3i(Iterable<? extends T>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.MultiShape3i
Construct a multishape with shapes inside.
MultiShape3i(T...) - Constructor for class org.arakhne.afc.math.geometry.d3.i.MultiShape3i
Construct a multishape with shapes inside.
MultiShape3ifx<T extends Shape3ifx<?>> - Class in org.arakhne.afc.math.geometry.d3.ifx
Container for grouping of shapes.
MultiShape3ifx() - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.MultiShape3ifx
Construct an empty multishape.
MultiShape3ifx(Iterable<? extends T>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.MultiShape3ifx
Construct a multishape with shapes inside.
MultiShape3ifx(T...) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.MultiShape3ifx
Construct a multishape with shapes inside.
MultiShapePathIterator(List<? extends Shape2afp<?, ?, IE, ?, ?, ?>>, GeomFactory2afp<IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.MultiShapePathIterator
Constructor.
MultiShapePathIterator(List<? extends Shape2ai<?, ?, IE, ?, ?, ?>>, GeomFactory2ai<IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.MultiShapePathIterator
Constructor.
MultiShapePathIterator(List<? extends Shape3afp<?, ?, IE, ?, ?, ?>>, GeomFactory3afp<IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.MultiShapePathIterator
Constructor.
MultiShapePathIterator(List<? extends Shape3ai<?, ?, IE, ?, ?, ?>>, GeomFactory3ai<IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.MultiShapePathIterator
Constructor.
MultiShapePointIterator(List<? extends Shape2ai<?, ?, ?, P, V, ?>>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.MultiShapePointIterator
Constructor.
MultiShapePointIterator(List<? extends Shape3ai<?, ?, ?, P, V, ?>>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.MultiShapePointIterator
Constructor.
MultiSizedIterator<M> - Class in org.arakhne.afc.sizediterator
A sized iterator that is based on the used of a collection of sized iterators.
MultiSizedIterator() - Constructor for class org.arakhne.afc.sizediterator.MultiSizedIterator
Construct an iterator.
MultiValue<T> - Class in org.arakhne.afc.util
Utilities class that permits to represent a collection of values and indicating if they are all the same or not.
MultiValue() - Constructor for class org.arakhne.afc.util.MultiValue
Create empty output parameter.
MultiValue(T) - Constructor for class org.arakhne.afc.util.MultiValue
Constructor.
mulTransposeBoth(Matrix2d, Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Multiplies the transpose of matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeBoth(Matrix3d, Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Multiplies the transpose of matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeLeft(Vector3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Multiply the transposing of this matrix by the given vector.
mulTransposeLeft(Matrix2d, Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Multiplies the transpose of matrix m1 times matrix m2, and places the result into this.
mulTransposeLeft(Matrix3d, Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Multiplies the transpose of matrix m1 times matrix m2, and places the result into this.
mulTransposeRight(Matrix2d, Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Multiplies matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeRight(Matrix3d, Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Multiplies matrix m1 times the transpose of matrix m2, and places the result into this.
MustCallReadHeaderFunctionException - Exception in org.arakhne.afc.io.dbase
Exception throws when the one of the read function of a DBaseFileReader must be called before the call to the function which throwed this exception.
MustCallReadHeaderFunctionException() - Constructor for exception org.arakhne.afc.io.dbase.MustCallReadHeaderFunctionException
Constructor.
MustCallReadHeaderFunctionException(String) - Constructor for exception org.arakhne.afc.io.dbase.MustCallReadHeaderFunctionException
Constructor.
MustCallWriteHeaderFunctionException - Exception in org.arakhne.afc.io.dbase
Exception throws when the one of the write function of a DBaseFileWriter must be called before the call to the function which throwed this exception.
MustCallWriteHeaderFunctionException() - Constructor for exception org.arakhne.afc.io.dbase.MustCallWriteHeaderFunctionException
Constructor.
MustCallWriteHeaderFunctionException(String) - Constructor for exception org.arakhne.afc.io.dbase.MustCallWriteHeaderFunctionException
Constructor.
MYANMAR - org.arakhne.afc.util.CountryCode
MM.

N

N_CONSTANT - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
String constant for the true boolean constant.
name() - Method in interface org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem
Replies the name of the coordinate system.
NAME_COMPARATOR - Static variable in class org.arakhne.afc.gis.bus.network.BusNetworkUtilities
Implementation of a string comparator which is case-insensitive and ignore accent signs.
NAME_COMPARATOR - Static variable in interface org.arakhne.afc.gis.primitive.GISElement
A name-base comparator of attribute containers.
NAME_NAME - Static variable in class org.arakhne.afc.math.stochastic.StochasticLaw
Name of the property that contains the law's name.
NAME_SEPARATOR - Static variable in class org.arakhne.afc.vmutil.Resources
Character used to separate paths on an resource name.
nameComparator() - Method in interface org.arakhne.afc.attrs.attr.Attribute
Replies a comparator suitable for attribute based on the names of the attributes only.
nameComparator() - Method in class org.arakhne.afc.attrs.attr.AttributeImpl
 
names - Variable in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
Cache of the names of the attributes.
NAMIBIA - org.arakhne.afc.util.CountryCode
NA.
nano2micro(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate from nano (10^-9) to micro (10^-6).
nano2milli(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate from nano (10^-9) to milli (10^-3).
nano2unit(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate from nano (10^-9) to unit (10^0).
NANOMETER - org.arakhne.afc.math.physics.SpaceUnit
nanometer.
NaryTreeNode<D,​N extends NaryTreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a n-ary tree.
NaryTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.NaryTreeNode
Empty node.
NaryTreeNode(boolean) - Constructor for class org.arakhne.afc.math.tree.node.NaryTreeNode
Constructor.
NaryTreeNode(boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.NaryTreeNode
Constructor.
NaryTreeNode(boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.NaryTreeNode
Constructor.
NaryTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.NaryTreeNode
Constructor.
NaryTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.NaryTreeNode
Constructor.
NaryTreeNode.DefaultNaryTreeNode<D> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a n-ary tree.
NASA_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for default NASA airplane standards.
NASA_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for default NASA airplane standards.
NaturalOrderComparator<OBJECT> - Class in org.arakhne.afc.util
Comparator which is using the natural order of the elements, i.e.
NaturalOrderComparator() - Constructor for class org.arakhne.afc.util.NaturalOrderComparator
 
NAURU - org.arakhne.afc.util.CountryCode
NR.
NCV - Static variable in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.AbstractEllipsePathIterator
Negative curve tangent size.
NCV - Static variable in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.AbstractCirclePathIterator
ctrlpts contains the control points for a set of 4 cubic bezier curves that approximate a circle of radius 0.5 centered at 0.5, 0.5.
NCV - Static variable in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.AbstractCirclePathIterator
ctrlpts contains the control points for a set of 4 cubic bezier curves that approximate a sphere of radius 0.5 centered at 0.5, 0.5.
negate() - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
negate() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
negate() - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
negate() - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
negate() - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Negates the value of this tuple in place.
negate() - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
negate() - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
negate() - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
negate() - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Negates the value of this tuple in place.
negate() - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
negate() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Negates the value of this matrix: this = -this.
negate() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Negates the value of this matrix: this = -this.
negate() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Negates the value of this matrix: this = -this.
negate(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
negate(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
negate(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
negate(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
negate(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the value of this tuple to the negation of tuple t1.
negate(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
negate(Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
negate(Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
negate(Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the value of this tuple to the negation of tuple t1.
negate(Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
negate(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the value of this matrix equal to the negation of of the Matrix2f parameter.
negate(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the value of this matrix equal to the negation of of the Matrix3f parameter.
negate(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the value of this matrix equal to the negation of of the Matrix4f parameter.
negativeOrZeroParameter() - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Negative or zero parameter.
negativeOrZeroParameter(int) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Negative or zero parameter.
NEPAL - org.arakhne.afc.util.CountryCode
NP.
NETBSD - org.arakhne.afc.vmutil.OperatingSystem
Net BSD.
NETHERLANDS - org.arakhne.afc.util.CountryCode
NL.
NETWORK_CARD - org.arakhne.afc.vmutil.OperatingSystemIdentificationType
Identification comes from the network card.
NETWORK_CHANGED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
Something change in a bus network.
NEW_CALEDONIA - org.arakhne.afc.util.CountryCode
NC.
NEW_ZEALAND - org.arakhne.afc.util.CountryCode
NZ.
newArcPathElement(double, double, double, double, double, double, double, boolean, boolean) - Method in interface org.arakhne.afc.math.geometry.d2.afp.GeomFactory2afp
Create an arc-to path element to the given point by following an ellipse arc.
newArcPathElement(double, double, double, double, double, double, double, boolean, boolean) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newArcPathElement(double, double, double, double, double, double, double, boolean, boolean) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newArcPathElement(int, int, int, int, int, int, double, boolean, boolean) - Method in interface org.arakhne.afc.math.geometry.d2.ai.GeomFactory2ai
Create an arc-to path element to the given point by following an ellipse arc.
newArcPathElement(int, int, int, int, int, int, double, boolean, boolean) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newArcPathElement(int, int, int, int, int, int, double, boolean, boolean) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newAStarNode(PT, double, double, ST) - Method in class org.arakhne.afc.math.graph.astar.AStar
Create a instance of A* node.
newBox() - Method in interface org.arakhne.afc.math.geometry.d2.afp.GeomFactory2afp
Create an empty bounding box.
newBox() - Method in interface org.arakhne.afc.math.geometry.d2.ai.GeomFactory2ai
Create an empty bounding box.
newBox() - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newBox() - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newBox() - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newBox() - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newBox() - Method in interface org.arakhne.afc.math.geometry.d3.afp.GeomFactory3afp
Create an empty bounding box.
newBox() - Method in interface org.arakhne.afc.math.geometry.d3.ai.GeomFactory3ai
Create an empty bounding box.
newBox() - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newBox() - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newBox() - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newBox() - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newBox(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.GeomFactory2afp
Create a bounding box.
newBox(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newBox(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newBox(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.GeomFactory3afp
Create a bounding box.
newBox(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newBox(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newBox(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.GeomFactory2ai
Create a bounding box.
newBox(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newBox(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newBox(int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.GeomFactory3ai
Create a bounding box.
newBox(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newBox(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newBox(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.GeomFactory1d
 
newBox(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
 
newBox(Segment1D<?, ?>, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d1.d.GeomFactory1d
 
newBox(Segment1D<?, ?>, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
 
newBox(S) - Method in interface org.arakhne.afc.math.geometry.d1.afp.GeomFactory1afp
Create an empty bounding box.
newBox(S, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d1.afp.GeomFactory1afp
Create a bounding box.
newClosePathElement(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.GeomFactory2afp
Create a close path element.
newClosePathElement(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newClosePathElement(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newClosePathElement(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.GeomFactory3afp
Create a close path element.
newClosePathElement(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newClosePathElement(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newClosePathElement(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.GeomFactory2ai
Create a close path element.
newClosePathElement(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newClosePathElement(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newClosePathElement(int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.GeomFactory3ai
Create a close path element.
newClosePathElement(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newClosePathElement(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newCurvePathElement(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.GeomFactory2afp
Create a quadratic curve path element to the given point through the given control point.
newCurvePathElement(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newCurvePathElement(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newCurvePathElement(double, double, double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.GeomFactory2afp
Create a curve path element to the given point through the two given control points.
newCurvePathElement(double, double, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newCurvePathElement(double, double, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newCurvePathElement(double, double, double, double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.GeomFactory3afp
Create a quadratic curve path element to the given point through the given control point.
newCurvePathElement(double, double, double, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newCurvePathElement(double, double, double, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newCurvePathElement(double, double, double, double, double, double, double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.GeomFactory3afp
Create a curve path element to the given point through the two given control points.
newCurvePathElement(double, double, double, double, double, double, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newCurvePathElement(double, double, double, double, double, double, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newCurvePathElement(int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.GeomFactory2ai
Create a quadratic curve path element to the given point through the given control point.
newCurvePathElement(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newCurvePathElement(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newCurvePathElement(int, int, int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.GeomFactory2ai
Create a curve path element to the given point through the two given control points.
newCurvePathElement(int, int, int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newCurvePathElement(int, int, int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newCurvePathElement(int, int, int, int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.GeomFactory3ai
Create a quadratic curve path element to the given point through the given control point.
newCurvePathElement(int, int, int, int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newCurvePathElement(int, int, int, int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newCurvePathElement(int, int, int, int, int, int, int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.GeomFactory3ai
Create a curve path element to the given point through the two given control points.
newCurvePathElement(int, int, int, int, int, int, int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newCurvePathElement(int, int, int, int, int, int, int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newInstance(Class<T>, int) - Static method in class org.arakhne.afc.util.ArrayUtil
Create an instance of array.
newInstance(Class<T>, Object...) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Create an instance of the given type with the given arguments for the constructor.
newInstance(ClassLoader, URL...) - Static method in class org.arakhne.afc.vmutil.DynamicURLClassLoader
Creates a new instance of DynamicURLClassLoader for the specified URLs and parent class loader.
newIterationElement(ST, ST, PT, boolean, double, double) - Method in class org.arakhne.afc.math.graph.GraphIterator
Create an instance of GraphIterationElement.
newLinePathElement(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.GeomFactory2afp
Create a line-to path element to the given point.
newLinePathElement(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newLinePathElement(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newLinePathElement(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.GeomFactory3afp
Create a line-to path element to the given point.
newLinePathElement(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newLinePathElement(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newLinePathElement(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.GeomFactory2ai
Create a line-to path element to the given point.
newLinePathElement(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newLinePathElement(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newLinePathElement(int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.GeomFactory3ai
Create a line-to path element to the given point.
newLinePathElement(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newLinePathElement(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newMovePathElement(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.GeomFactory2afp
Create a move-to path element to the given point.
newMovePathElement(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newMovePathElement(double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newMovePathElement(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.GeomFactory3afp
Create a move-to path element to the given point.
newMovePathElement(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newMovePathElement(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newMovePathElement(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.GeomFactory2ai
Create a move-to path element to the given point.
newMovePathElement(int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newMovePathElement(int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newMovePathElement(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.GeomFactory3ai
Create a move-to path element to the given point.
newMovePathElement(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newMovePathElement(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newMultiShape() - Method in interface org.arakhne.afc.math.geometry.d2.afp.GeomFactory2afp
Create an empty multishape.
newMultiShape() - Method in interface org.arakhne.afc.math.geometry.d2.ai.GeomFactory2ai
Create an empty bounding box.
newMultiShape() - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newMultiShape() - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newMultiShape() - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newMultiShape() - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newMultiShape() - Method in interface org.arakhne.afc.math.geometry.d3.afp.GeomFactory3afp
Create an empty multishape.
newMultiShape() - Method in interface org.arakhne.afc.math.geometry.d3.ai.GeomFactory3ai
Create an empty bounding box.
newMultiShape() - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newMultiShape() - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newMultiShape() - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newMultiShape() - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newNode(IcosepQuadTreeNode.IcosepQuadTreeZone, double, double, double, double) - Method in interface org.arakhne.afc.gis.tree.GISTreeSetNodeFactory
Create a root node with the given element inside.
newNode(IcosepQuadTreeNode.IcosepQuadTreeZone, double, double, double, double) - Method in class org.arakhne.afc.gis.tree.StandardGISTreeSet
 
newNode(IcosepQuadTreeNode.IcosepQuadTreeZone, double, double, double, double) - Method in class org.arakhne.afc.gis.tree.WeakGISTreeSet
 
newPath(RoadConnection, RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStarPathFactory
 
newPath(PathWindingRule) - Method in interface org.arakhne.afc.math.geometry.d2.afp.GeomFactory2afp
Create an empty path with the given winding rule.
newPath(PathWindingRule) - Method in interface org.arakhne.afc.math.geometry.d2.ai.GeomFactory2ai
Create an empty path with the given winding rule.
newPath(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newPath(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newPath(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newPath(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newPath(PathWindingRule) - Method in interface org.arakhne.afc.math.geometry.d3.afp.GeomFactory3afp
Create an empty path with the given winding rule.
newPath(PathWindingRule) - Method in interface org.arakhne.afc.math.geometry.d3.ai.GeomFactory3ai
Create an empty path with the given winding rule.
newPath(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newPath(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newPath(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newPath(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newPath(PT, ST) - Method in class org.arakhne.afc.math.graph.astar.AStar
Create an empty path.
newPath(PT, ST) - Method in interface org.arakhne.afc.math.graph.astar.AStarPathFactory
Create an empty path.
newPoint() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationGeomFactory
 
newPoint() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationGeomFactory
 
newPoint() - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newPoint() - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newPoint() - Method in interface org.arakhne.afc.math.geometry.d2.GeomFactory2D
Create a point.
newPoint() - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newPoint() - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newPoint() - Method in class org.arakhne.afc.math.geometry.d2.ImmutableGeomFactory
 
newPoint() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationGeomFactory3afp
 
newPoint() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationGeomFactory
 
newPoint() - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newPoint() - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newPoint() - Method in interface org.arakhne.afc.math.geometry.d3.GeomFactory3D
Create a point.
newPoint() - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newPoint() - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newPoint() - Method in class org.arakhne.afc.math.geometry.d3.ImmutableGeomFactory3D
 
newPoint(double, double) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationGeomFactory
 
newPoint(double, double) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationGeomFactory
 
newPoint(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newPoint(double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newPoint(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.GeomFactory2D
Create a point.
newPoint(double, double) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newPoint(double, double) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newPoint(double, double) - Method in class org.arakhne.afc.math.geometry.d2.ImmutableGeomFactory
 
newPoint(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationGeomFactory3afp
 
newPoint(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationGeomFactory
 
newPoint(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newPoint(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newPoint(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.GeomFactory3D
Create a point.
newPoint(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newPoint(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newPoint(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.ImmutableGeomFactory3D
 
newPoint(int, int) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationGeomFactory
 
newPoint(int, int) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationGeomFactory
 
newPoint(int, int) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newPoint(int, int) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newPoint(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.GeomFactory2D
Create a point.
newPoint(int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newPoint(int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newPoint(int, int) - Method in class org.arakhne.afc.math.geometry.d2.ImmutableGeomFactory
 
newPoint(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationGeomFactory3afp
 
newPoint(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationGeomFactory
 
newPoint(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newPoint(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newPoint(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.GeomFactory3D
Create a point.
newPoint(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newPoint(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newPoint(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ImmutableGeomFactory3D
 
newPoint(DoubleProperty, DoubleProperty) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
Create a point with properties.
newPoint(DoubleProperty, DoubleProperty, DoubleProperty) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
Create a point with properties.
newPoint(IntegerProperty, IntegerProperty) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
Create a point with properties.
newPoint(IntegerProperty, IntegerProperty, IntegerProperty) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
Create a point with properties.
newPoint(ObjectProperty<WeakReference<Segment1D<?, ?>>>, DoubleProperty, DoubleProperty) - Method in class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
Create a point with properties.
newPoint(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationGeomFactory
 
newPoint(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.GeomFactory1d
 
newPoint(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
 
newPoint(Segment1D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.GeomFactory1D
Create a point.
newPoint(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.ImmutableGeomFactory
 
newPoint(Segment1D<?, ?>, double, double) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationGeomFactory
 
newPoint(Segment1D<?, ?>, double, double) - Method in class org.arakhne.afc.math.geometry.d1.d.GeomFactory1d
 
newPoint(Segment1D<?, ?>, double, double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
 
newPoint(Segment1D<?, ?>, double, double) - Method in interface org.arakhne.afc.math.geometry.d1.GeomFactory1D
Create a point.
newPoint(Segment1D<?, ?>, double, double) - Method in class org.arakhne.afc.math.geometry.d1.ImmutableGeomFactory
 
newPoint(Segment1D<?, ?>, int, int) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationGeomFactory
 
newPoint(Segment1D<?, ?>, int, int) - Method in class org.arakhne.afc.math.geometry.d1.d.GeomFactory1d
 
newPoint(Segment1D<?, ?>, int, int) - Method in class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
 
newPoint(Segment1D<?, ?>, int, int) - Method in interface org.arakhne.afc.math.geometry.d1.GeomFactory1D
Create a point.
newPoint(Segment1D<?, ?>, int, int) - Method in class org.arakhne.afc.math.geometry.d1.ImmutableGeomFactory
 
newPointIterator(int, int, int, int, int, GeomFactory2ai<?, P, V, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Replies the points of the circle perimeters starting by the first octant.
newQuaternion(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationGeomFactory3afp
 
newQuaternion(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationGeomFactory
 
newQuaternion(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newQuaternion(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newQuaternion(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.GeomFactory3D
Creates a Quaternion.
newQuaternion(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newQuaternion(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newQuaternion(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.ImmutableGeomFactory3D
 
newQuaternion(Vector3D<?, ?>, double) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationGeomFactory3afp
 
newQuaternion(Vector3D<?, ?>, double) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationGeomFactory
 
newQuaternion(Vector3D<?, ?>, double) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newQuaternion(Vector3D<?, ?>, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newQuaternion(Vector3D<?, ?>, double) - Method in interface org.arakhne.afc.math.geometry.d3.GeomFactory3D
Creates a Quaternion.
newQuaternion(Vector3D<?, ?>, double) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newQuaternion(Vector3D<?, ?>, double) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newQuaternion(Vector3D<?, ?>, double) - Method in class org.arakhne.afc.math.geometry.d3.ImmutableGeomFactory3D
 
newRootNode(P) - Method in interface org.arakhne.afc.gis.tree.GISTreeSetNodeFactory
Create a root node with the given element inside.
newRootNode(P) - Method in class org.arakhne.afc.gis.tree.StandardGISTreeSet
 
newRootNode(P) - Method in class org.arakhne.afc.gis.tree.WeakGISTreeSet
 
newRootNode(P, double, double, double, double) - Method in interface org.arakhne.afc.gis.tree.GISTreeSetNodeFactory
Create a root node with the given element inside.
newRootNode(P, double, double, double, double) - Method in class org.arakhne.afc.gis.tree.StandardGISTreeSet
 
newRootNode(P, double, double, double, double) - Method in class org.arakhne.afc.gis.tree.WeakGISTreeSet
 
NEWS - org.arakhne.afc.vmutil.URISchemeType
The news scheme is another opaque URL scheme.
newSegment(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.GeomFactory2afp
Create a segment.
newSegment(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newSegment(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newSegment(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.GeomFactory3afp
Create a segment.
newSegment(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newSegment(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newSegment(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.GeomFactory2ai
Create a segment.
newSegment(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newSegment(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newSegment(int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.GeomFactory3ai
Create a segment.
newSegment(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newSegment(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newTriangle(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.GeomFactory2afp
Create a triangle.
newTriangle(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newTriangle(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newVector() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationGeomFactory
 
newVector() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationGeomFactory
 
newVector() - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newVector() - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newVector() - Method in interface org.arakhne.afc.math.geometry.d2.GeomFactory2D
Create a vector.
newVector() - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newVector() - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newVector() - Method in class org.arakhne.afc.math.geometry.d2.ImmutableGeomFactory
 
newVector() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationGeomFactory3afp
 
newVector() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationGeomFactory
 
newVector() - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newVector() - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newVector() - Method in interface org.arakhne.afc.math.geometry.d3.GeomFactory3D
Create a vector.
newVector() - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newVector() - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newVector() - Method in class org.arakhne.afc.math.geometry.d3.ImmutableGeomFactory3D
 
newVector(double, double) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationGeomFactory
 
newVector(double, double) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationGeomFactory
 
newVector(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newVector(double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newVector(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.GeomFactory2D
Create a vector.
newVector(double, double) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newVector(double, double) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newVector(double, double) - Method in class org.arakhne.afc.math.geometry.d2.ImmutableGeomFactory
 
newVector(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationGeomFactory3afp
 
newVector(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationGeomFactory
 
newVector(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newVector(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newVector(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.GeomFactory3D
Create a vector.
newVector(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newVector(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newVector(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.ImmutableGeomFactory3D
 
newVector(int, int) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationGeomFactory
 
newVector(int, int) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationGeomFactory
 
newVector(int, int) - Method in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
 
newVector(int, int) - Method in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
 
newVector(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.GeomFactory2D
Create a vector.
newVector(int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
 
newVector(int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
 
newVector(int, int) - Method in class org.arakhne.afc.math.geometry.d2.ImmutableGeomFactory
 
newVector(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationGeomFactory3afp
 
newVector(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationGeomFactory
 
newVector(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
 
newVector(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
 
newVector(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.GeomFactory3D
Create a vector.
newVector(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
 
newVector(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
 
newVector(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ImmutableGeomFactory3D
 
newVector(ObjectProperty<WeakReference<Segment1D<?, ?>>>, DoubleProperty, DoubleProperty) - Method in class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
Create a vector with properties.
newVector(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationGeomFactory
 
newVector(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.GeomFactory1d
 
newVector(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
 
newVector(Segment1D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.GeomFactory1D
Create a vector.
newVector(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.ImmutableGeomFactory
 
newVector(Segment1D<?, ?>, double, double) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationGeomFactory
 
newVector(Segment1D<?, ?>, double, double) - Method in class org.arakhne.afc.math.geometry.d1.d.GeomFactory1d
 
newVector(Segment1D<?, ?>, double, double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
 
newVector(Segment1D<?, ?>, double, double) - Method in interface org.arakhne.afc.math.geometry.d1.GeomFactory1D
Create a vector.
newVector(Segment1D<?, ?>, double, double) - Method in class org.arakhne.afc.math.geometry.d1.ImmutableGeomFactory
 
newVector(Segment1D<?, ?>, int, int) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationGeomFactory
 
newVector(Segment1D<?, ?>, int, int) - Method in class org.arakhne.afc.math.geometry.d1.d.GeomFactory1d
 
newVector(Segment1D<?, ?>, int, int) - Method in class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
 
newVector(Segment1D<?, ?>, int, int) - Method in interface org.arakhne.afc.math.geometry.d1.GeomFactory1D
Create a vector.
newVector(Segment1D<?, ?>, int, int) - Method in class org.arakhne.afc.math.geometry.d1.ImmutableGeomFactory
 
next() - Method in class org.arakhne.afc.attrs.collection.AttributeIterator
 
next() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegmentIterator
 
next() - Method in class org.arakhne.afc.gis.tree.BudgetIterator
 
next() - Method in class org.arakhne.afc.javafx.changes.ListNonIterableChange
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.CirclePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.TransformedCirclePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.EllipsePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.TransformedEllipsePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.AbstractMultiShapePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.OrientedRectanglePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.TransformedOrientedRectanglePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.ParallelogramPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.ProjectionToParallelogramLocalCoordinateSystemPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.TransformedParallelogramPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.FlatteningPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.PathPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.TransformedPathPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.PathIteratorWrapper
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.RectanglePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.TransformedRectanglePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.RoundRectanglePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.TransformedRoundRectanglePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.Segment2afp.SegmentPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TransformedTrianglePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TrianglePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.CirclePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.CirclePerimeterIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.TransformedCirclePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.AbstractMultiShapePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.MultiShapePointIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.FlatteningPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.PathPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.PixelIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.TransformedPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.PathIteratorWrapper
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.RectanglePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.RectangleSideIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.TransformedRectanglePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.BresenhamLineIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.SegmentPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.TransformedSegmentPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.AbstractMultiShapePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.FlatteningPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PathPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.TransformedPathPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.afp.PathIteratorWrapper
 
next() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.RectanglePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.TransformedRectanglePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.afp.Segment3afp.SegmentPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.SpherePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.TransformedCirclePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.AbstractMultiShapePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.MultiShapePointIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.FlatteningPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PathPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PixelIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.TransformedPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.PathIteratorWrapper
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.RectanglePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.RectangleSideIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.TransformedRectanglePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.BresenhamLineIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.SegmentPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.TransformedSegmentPathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.SpherePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.SpherePerimeterIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.TransformedCirclePathIterator
 
next() - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendIterator
 
next() - Method in class org.arakhne.afc.math.graph.GraphIterator
 
next() - Method in class org.arakhne.afc.math.tree.iterator.AbstractBroadFirstTreeIterator
 
next() - Method in class org.arakhne.afc.math.tree.iterator.AbstractDataTreeIterator
 
next() - Method in class org.arakhne.afc.math.tree.iterator.AbstractInfixDepthFirstTreeIterator
 
next() - Method in class org.arakhne.afc.math.tree.iterator.AbstractPostfixDepthFirstTreeIterator
 
next() - Method in class org.arakhne.afc.math.tree.iterator.AbstractPrefixDepthFirstTreeIterator
 
next() - Method in class org.arakhne.afc.math.tree.iterator.BroadFirstForestIterator
 
next() - Method in class org.arakhne.afc.math.tree.iterator.DataBroadFirstForestIterator
 
next() - Method in class org.arakhne.afc.math.tree.iterator.DataDepthFirstForestIterator
 
next() - Method in class org.arakhne.afc.math.tree.iterator.DepthFirstForestIterator
 
next() - Method in class org.arakhne.afc.sizediterator.ArraySizedIterator
 
next() - Method in class org.arakhne.afc.sizediterator.CollectionSizedIterator
 
next() - Method in class org.arakhne.afc.sizediterator.EmptyIterator
 
next() - Method in class org.arakhne.afc.sizediterator.ModifiableCollectionSizedIterator
 
next() - Method in class org.arakhne.afc.sizediterator.MultiSizedIterator
 
next() - Method in class org.arakhne.afc.sizediterator.SingleIterator
 
next() - Method in class org.arakhne.afc.sizediterator.UnmodifiableCollectionSizedIterator
 
next() - Method in class org.arakhne.afc.sizediterator.UnmodifiableMapKeySizedIterator
 
next() - Method in class org.arakhne.afc.sizediterator.UnmodifiableMapValueSizedIterator
 
next() - Method in class org.arakhne.afc.sizediterator.UnmodifiableSizedIterator
 
next() - Method in class org.arakhne.afc.util.MultiCollection.MultiIterator
 
next() - Method in class org.arakhne.afc.util.UnmodifiableIterator
 
next(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.BresenhamLineIterator
Replies the next point in the given parameter.
next(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.BresenhamLineIterator
Replies the next point in the given parameter.
nextElement() - Method in class org.arakhne.afc.math.graph.GraphIterator
Replies the next segment.
nextIndex() - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendIterator
 
nextIndex() - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendIterator
 
NGRFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for the NetEditor graphs.
NGRFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.NGRFileFilter
Construct.
NGRFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.NGRFileFilter
Constructor.
NICARAGUA - org.arakhne.afc.util.CountryCode
NI.
NIGER - org.arakhne.afc.util.CountryCode
NE.
NIGERIA - org.arakhne.afc.util.CountryCode
NG.
NIUE - org.arakhne.afc.util.CountryCode
NU.
NO - org.arakhne.afc.math.geometry.d2.afp.Segment2afp.UncertainIntersection
No intersection, certainly.
NO - org.arakhne.afc.math.geometry.d3.afp.Segment3afp.UncertainIntersection
No intersection, certainly.
NO_BUS_NETWORK - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
The primitive is not inside a bus network.
NO_CONSTANT - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
String constant for the true boolean constant.
NO_ENTRY - org.arakhne.afc.gis.road.primitive.TrafficDirection
The road segment is not traversable from the first point to the last, but is traversable from the last to the first point.
NO_ITINERARY_IN_LINE - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
No bus itinerary in a bus line.
NO_LINE_IN_NETWORK - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
No bus line in a bus network.
NO_ROAD_NETWORK - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
The bus network is not linked to a road network.
NO_ROAD_SEGMENT_IN_ITINERARY - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
No road segment attached to the itinerary.
NO_STOP_IN_HALT - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
No bus stop associated to a bus halt.
NO_STOP_IN_HUB - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
No bus stop in a bus hub.
NO_STOP_POSITION - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
The position of a bus stop is not set.
NO_WAY - org.arakhne.afc.gis.road.primitive.TrafficDirection
The road segment is not traversable in both directions.
NoAttributeFoundException - Exception in org.arakhne.afc.attrs.collection
This exception is generated each time an attribute was not found.
NoAttributeFoundException() - Constructor for exception org.arakhne.afc.attrs.collection.NoAttributeFoundException
Construct the exception.
NoAttributeFoundException(Exception) - Constructor for exception org.arakhne.afc.attrs.collection.NoAttributeFoundException
Construct the exception.
NoAttributeFoundException(String) - Constructor for exception org.arakhne.afc.attrs.collection.NoAttributeFoundException
Construct the exception.
NoAttributeProviderFoundException - Exception in org.arakhne.afc.gis.primitive
Thrown when a GISElement is not able to obtain its attribute provider when an action requires one.
NoAttributeProviderFoundException() - Constructor for exception org.arakhne.afc.gis.primitive.NoAttributeProviderFoundException
Constructor.
NODE_ATTRIBUTE - Static variable in class org.arakhne.afc.attrs.xml.XMLAttributeUtil
<attribute />.
NODE_ATTRIBUTES - Static variable in class org.arakhne.afc.attrs.xml.XMLAttributeUtil
<attributes />.
NODE_BUSHALT - Static variable in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
<halt />.
NODE_BUSHALTS - Static variable in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
<halts />.
NODE_BUSHUB - Static variable in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
<hub />.
NODE_BUSHUBS - Static variable in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
<hubs />.
NODE_BUSITINERARIES - Static variable in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
<itineraries />.
NODE_BUSITINERARY - Static variable in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
<itinerary />.
NODE_BUSLINE - Static variable in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
<line />.
NODE_BUSLINES - Static variable in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
<lines />.
NODE_BUSNETWORK - Static variable in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
<busNetwork />.
NODE_BUSSTOP - Static variable in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
<stop />.
NODE_BUSSTOPS - Static variable in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
<stops />.
NODE_CIRCLE - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
<circle />.
NODE_ELEMENTS - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
<elements />.
NODE_GROUP - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
<group />.
NODE_GROUPS - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
<groups />.
NODE_MULTIPOINT - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
<multipoint />.
NODE_POINT - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
<point />.
NODE_POINTS - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
<points />.
NODE_POLYGON - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
<polygon />.
NODE_POLYLINE - Static variable in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
<polyline />.
NODE_RESOURCE - Static variable in class org.arakhne.afc.inputoutput.xml.XMLUtil
<resource />.
NODE_RESOURCES - Static variable in class org.arakhne.afc.inputoutput.xml.XMLUtil
<resources />.
NODE_ROAD - Static variable in class org.arakhne.afc.gis.road.io.XMLRoadUtil
<circle />.
NODE_ROADS - Static variable in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
<roads />.
nodeClosed(AStarNode<ST, PT>, List<AStarNode<ST, PT>>) - Method in interface org.arakhne.afc.math.graph.astar.AStarListener
Invoked when a node is put in the close list.
nodeConsumed(AStarNode<ST, PT>, List<AStarNode<ST, PT>>) - Method in interface org.arakhne.afc.math.graph.astar.AStarListener
Invoked when a node is removed from the open list.
nodeCouldBeTreatedByIterator(N) - Method in class org.arakhne.afc.gis.tree.FrustumSelector
 
nodeCouldBeTreatedByIterator(N) - Method in interface org.arakhne.afc.math.tree.iterator.NodeSelector
Replies if the specified node could be treated by the iterator.
nodeHeight - Variable in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
Size of the child's boxes.
nodeIterator - Variable in class org.arakhne.afc.math.tree.iterator.AbstractDataTreeIterator
Node iterator.
nodeIterator(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
Replies the set of nodes that have an intersection with the specified rectangle.
nodeListeners - Variable in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
List of the event listeners on the tree.
nodeOpened(AStarNode<ST, PT>, List<AStarNode<ST, PT>>) - Method in interface org.arakhne.afc.math.graph.astar.AStarListener
Invoked when a node is put in the open list.
nodeReopened(AStarNode<ST, PT>, List<AStarNode<ST, PT>>) - Method in interface org.arakhne.afc.math.graph.astar.AStarListener
Invoked when the position of a node in the open list has changed.
NodeSelectionTreeIterator<N extends TreeNode<?,​?>> - Interface in org.arakhne.afc.math.tree.iterator
This interface is used to represent an iterator on the tree's data with selection.
NodeSelector<N extends TreeNode<?,​?>> - Interface in org.arakhne.afc.math.tree.iterator
This interface is used to select the nodes to treat by a Data*TreeIterator.
nodeWidth - Variable in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
Size of the child's boxes.
noiseValue(double, MathFunction) - Static method in class org.arakhne.afc.math.stochastic.StochasticGenerator
Add a noise to the specified value.
NON_CONSTANT - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
String constant for the true boolean constant.
NON_ZERO - org.arakhne.afc.math.geometry.PathWindingRule
The winding rule constant for specifying a non-zero rule for determining the interior of a path.
nonTerminalPointReached(SubGraph<ST, PT, ?>, PT, ST) - Method in interface org.arakhne.afc.math.graph.SubGraphBuildListener
Invoked when a non terminal point was added to a subgraph.
NORFOLK_ISLAND - org.arakhne.afc.util.CountryCode
NF.
NORMAL - org.arakhne.afc.nodefx.LevelOfDetails
Normal level of details.
NORMAL - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
normal.
normalize() - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiableVector1D
 
normalize() - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Normalizes this vector in place.
normalize() - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
normalize() - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Normalizes this vector in place.
normalize() - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Normalizes the value of this quaternion in place.
normalize() - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
normalize() - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Normalizes this vector in place.
normalize() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Performs singular value decomposition normalization of this matrix.
normalize(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiableVector1D
 
normalize(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Sets the value of this vector to the normalization of vector vector.
normalize(Rectangle2d, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Static method in class org.arakhne.afc.gis.tree.GISTreeSetUtil
Normalize the given rectangle n to be sure that it has the same coordinates as b when they are closed.
normalize(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
normalize(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Sets the value of this vector to the normalization of vector vector.
normalize(Quaternion) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Sets the value of this quaternion to the normalized value of quaternion q1.
normalize(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
normalize(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Sets the value of this vector to the normalization of vector v1.
normalize(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Perform singular value decomposition normalization of matrix m1 and place the normalized values into this.
normalizeCP() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Perform cross product normalization of this matrix.
normalizeCP() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Perform cross product normalization of this matrix.
normalizeCP(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Perform cross product normalization of matrix m1 and place the normalized values into this.
normalizeCP(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Perform cross product normalization of matrix m1 and place the normalized values into this.
normalizedParameter() - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
First parameter must be normalized.
normalizedParameter(int) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Parameter must be normalized.
normalizedParameters(int...) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Parameters must be normalized together.
normalizeWindowsNativeFilename(String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Normalize the given string contains a Windows® native long filename and replies a Java-standard version.
NORTH - org.arakhne.afc.gis.coordinate.SexagesimalLatitudeAxis
North.
NORTH_EAST - org.arakhne.afc.math.tree.node.IcosepQuadTreeNode.IcosepQuadTreeZone
upper right zone.
NORTH_EAST - org.arakhne.afc.math.tree.node.QuadTreeNode.QuadTreeZone
upper right zone.
NORTH_EAST_BACK - org.arakhne.afc.math.tree.node.IcosepOctTreeNode.IcosepOctTreeZone
This is the index of the child that correspond to the voxel at north-east and back position.
NORTH_EAST_BACK - org.arakhne.afc.math.tree.node.OctTreeNode.OctTreeZone
This is the index of the child that correspond to the voxel at north-east and back position.
NORTH_EAST_FRONT - org.arakhne.afc.math.tree.node.IcosepOctTreeNode.IcosepOctTreeZone
This is the index of the child that correspond to the voxel at north-east and front position.
NORTH_EAST_FRONT - org.arakhne.afc.math.tree.node.OctTreeNode.OctTreeZone
This is the index of the child that correspond to the voxel at north-east and front position.
NORTH_WEST - org.arakhne.afc.math.tree.node.IcosepQuadTreeNode.IcosepQuadTreeZone
upper left zone.
NORTH_WEST - org.arakhne.afc.math.tree.node.QuadTreeNode.QuadTreeZone
upper left zone.
NORTH_WEST_BACK - org.arakhne.afc.math.tree.node.IcosepOctTreeNode.IcosepOctTreeZone
This is the index of the child that correspond to the voxel at north-west and back position.
NORTH_WEST_BACK - org.arakhne.afc.math.tree.node.OctTreeNode.OctTreeZone
This is the index of the child that correspond to the voxel at north-west and back position.
NORTH_WEST_FRONT - org.arakhne.afc.math.tree.node.IcosepOctTreeNode.IcosepOctTreeZone
This is the index of the child that correspond to the voxel at north-west and front position.
NORTH_WEST_FRONT - org.arakhne.afc.math.tree.node.OctTreeNode.OctTreeZone
This is the index of the child that correspond to the voxel at north-west and front position.
NORTHERN_MARIANA_ISLANDS - org.arakhne.afc.util.CountryCode
MP.
NORWAY - org.arakhne.afc.util.CountryCode
NO.
norXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
Replies the property that is the x coordinate of the normal vector.
norXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
Replies the property that is the x coordinate of the normal vector.
norXProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Replies the property that is the x coordinate of the normal vector.
norXProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Replies the property that is the x coordinate of the normal vector.
norYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
Replies the property that is the y coordinate of the normal vector.
norYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
Replies the property that is the y coordinate of the normal vector.
norYProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Replies the property that is the y coordinate of the normal vector.
norYProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Replies the property that is the y coordinate of the normal vector.
norZProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Replies the property that is the y coordinate of the normal vector.
norZProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Replies the property that is the y coordinate of the normal vector.
NOT_ENOUGH_VALID_BUS_HALTS - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
Not enough valid bus halts.
NOT_ENOUGH_VALID_BUS_STOPS - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
Not enough valid bus stops.
NOT_IN_SAME_NETWORK - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
Two primitives are not stored inside the same bus network.
NOT_ORIENTED_SEGMENT_SINGLETON - Static variable in class org.arakhne.afc.gis.road.RoadSegmentIterationComparator
Singleton of a comparator which assumes not-oriented segments.
notNullChildCount - Variable in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
Temporary count of child nodes that are not null.
notNullParameter() - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
First parameter must be not null.
notNullParameter(int) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Parameter must be not null.
NotShapeFileException - Exception in org.arakhne.afc.io.shape
Exception thrown when the file is not a shape file.
NotShapeFileException() - Constructor for exception org.arakhne.afc.io.shape.NotShapeFileException
Constructor.
NTF_E - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
The value of the e constant in the NTF specification.
NULL - org.arakhne.afc.io.shape.ShapeElementType
The element is not set.
NULL - Static variable in class org.arakhne.afc.vmutil.MACNumber
Constant ethernet address object which has the "null address".
NULL_VALUE - Static variable in class org.arakhne.afc.references.AbstractReferencedValueMap
Defines the NULL object inside a WeakValueMap.
NullAttribute - Class in org.arakhne.afc.attrs.attr
Class that is representing a null value for the embedded type of attribute.
NullAttribute(AttributeType) - Constructor for class org.arakhne.afc.attrs.attr.NullAttribute
Construct.
NullFactory() - Constructor for class org.arakhne.afc.io.shape.ESRIFileUtil.NullFactory
Constructor.
NUMBER - org.arakhne.afc.io.dbase.DBaseFieldType
No-floating number.
NUMBER_ELEMENTS - Static variable in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.AbstractCirclePathIterator
4 segments + close.
NUMBER_ELEMENTS - Static variable in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.AbstractEllipsePathIterator
4 segments + close.
NUMBER_ELEMENTS - Static variable in class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.AbstractTrianglePathIterator
Number of path elements.
NUMBER_ELEMENTS - Static variable in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.AbstractSpherePathIterator
4 segments + close.

O

O_CONSTANT - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
String constant for the true boolean constant.
OBJ3DFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for 3D Object file document.
OBJ3DFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.OBJ3DFileFilter
Construct.
OBJ3DFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.OBJ3DFileFilter
Constructor.
OBJECT - org.arakhne.afc.attrs.attr.AttributeType
Represents a java-object value.
ObjectReferenceComparator - Class in org.arakhne.afc.vmutil
This comparator permits to compare two objects according to there references.
ObjectReferenceComparator() - Constructor for class org.arakhne.afc.vmutil.ObjectReferenceComparator
Construct the comparator.
OctTreeNode<D,​N extends OctTreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a tree for which each node has eight children.
OctTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.OctTreeNode
Empty node.
OctTreeNode(boolean) - Constructor for class org.arakhne.afc.math.tree.node.OctTreeNode
Construct a node.
OctTreeNode(boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.OctTreeNode
Construct a node.
OctTreeNode(boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.OctTreeNode
Construct a node.
OctTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.OctTreeNode
Construct a node.
OctTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.OctTreeNode
Construct a node.
OctTreeNode.DefaultOctTreeNode<D> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a oct tree.
OctTreeNode.OctTreeZone - Enum in org.arakhne.afc.math.tree.node
This is the generic implementation of a tree for which each node has eight children.
of(Class<? extends T>) - Static method in class org.arakhne.afc.nodefx.DeferredDrawer
Constructor.
of(List<RoadSegment>) - Static method in class org.arakhne.afc.gis.road.path.RoadPath
Create a road path that is backed to the given list.
OFF - org.arakhne.afc.bootique.log4j.configs.Level
No logging.
OMAN - org.arakhne.afc.util.CountryCode
OM.
onAfterChildNodes(P, int) - Method in class org.arakhne.afc.math.tree.iterator.AbstractBroadFirstTreeIterator
Invoked after all the children of a node were memorized by the iterator.
onAfterNodeData(N) - Method in class org.arakhne.afc.math.tree.iterator.AbstractDataTreeIterator
Invoked after all the data from the given node was treated by the iterator.
onAllBusItineraryHaltRemoved(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Invoked when all the bus itinerary halts were removed from the attached itinerary.
onAllBusItineraryRemoved() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
Invoked when all the bus itineraries were removed from the attached line.
onAllBusLineRemoved() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Invoked when all the bus lines were removed from the attached network.
onAttributeChanged(String) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
This function is invoked by the attribute provider each time an attribute has changed.
onAttributeChanged(String) - Method in class org.arakhne.afc.gis.mapelement.MapElement
This function is invoked by the attribute provider each time an attribute has changed.
onAttributeChangeEvent(AttributeChangeEvent) - Method in interface org.arakhne.afc.attrs.collection.AttributeChangeListener
Invoked when the attribute's value changed.
onAttributeChangeEvent(AttributeChangeEvent) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Invoked when the attribute's value changed.
onAttributeChangeEvent(AttributeChangeEvent) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
onAttributeChangeEvent(AttributeChangeEvent) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
onAttributeChangeEvent(AttributeChangeEvent) - Method in class org.arakhne.afc.gis.primitive.GISEditableChangeAttributeChangeAdapter
 
onBackendDataChange() - Method in class org.arakhne.afc.math.geometry.d2.d.MultiShape2d
 
onBackendDataChange() - Method in class org.arakhne.afc.math.geometry.d2.i.MultiShape2i
 
onBackendDataChange() - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
Invoked each time the backend data has changed.
onBackendDataChange() - Method in class org.arakhne.afc.math.geometry.d3.d.MultiShape3d
 
onBackendDataChange() - Method in class org.arakhne.afc.math.geometry.d3.i.MultiShape3i
 
onBackendDataChange() - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
Invoked each time the backend data has changed.
onBeforeChildNodes(P) - Method in class org.arakhne.afc.math.tree.iterator.AbstractBroadFirstTreeIterator
Invoked before all the children of a node were memorized by the iterator.
onBeforeNodeData(N) - Method in class org.arakhne.afc.math.tree.iterator.AbstractDataTreeIterator
Invoked before any data from the given node was treated by the iterator.
onBoardFirstIterationLevelFinished() - Method in class org.arakhne.afc.math.tree.iterator.AbstractBroadFirstTreeIterator
Invoked when a row of tree nodes was completely replied by the iterator.
onBoardFirstIterationLevelFinished() - Method in interface org.arakhne.afc.math.tree.iterator.BroadFirstIterationListener
Invoked when a row of tree nodes was completely replied by the iterator.
onBusItineraryAdded(BusItinerary, int) - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
Invoked when a bus itinerary was added in the attached line.
onBusItineraryChanged(BusItinerary, int) - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
Invoked when a bus itinerary was changed in the attached line.
onBusItineraryHaltAdded(BusItineraryHalt, int, BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Invoked when a bus itinerary halt was added in the attached itinerary.
onBusItineraryHaltChanged(BusItineraryHalt, int, BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Invoked when a bus itinerary halt was changed in the attached itinerary.
onBusItineraryHaltRemoved(BusItineraryHalt, int, BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Invoked when a bus itinerary halt was removed from the attached itinerary.
onBusItineraryInverted(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Invoked when a bus itinerary is inverted.
onBusItineraryRemoved(BusItinerary, int) - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
Invoked when a bus itinerary was removed from the attached line.
onBusLineAdded(BusLine, int) - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Invoked when a bus line was added in the attached network.
onBusLineChanged(BusLine, int) - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Invoked when a bus line was changed in the attached network.
onBusLineRemoved(BusLine, int) - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Invoked when a bus line was removed from the attached network.
onBusPrimitiveChanged(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusContainer
 
onBusPrimitiveChanged(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.network.BusChangeAdapter
 
onBusPrimitiveChanged(BusChangeEvent) - Method in interface org.arakhne.afc.gis.bus.network.BusChangeListener
Invoked each time the bus primitive changed (excepts for graphical attributes).
onBusPrimitiveChanged(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
onBusPrimitiveChanged(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
 
onBusPrimitiveGraphicalAttributeChanged(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusContainer
 
onBusPrimitiveGraphicalAttributeChanged(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.network.BusChangeAdapter
 
onBusPrimitiveGraphicalAttributeChanged(BusChangeEvent) - Method in interface org.arakhne.afc.gis.bus.network.BusChangeListener
Invoked each time the bus primitive graphical attributes changed.
onBusPrimitiveShapeChanged(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusContainer
 
onBusPrimitiveShapeChanged(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.network.BusChangeAdapter
 
onBusPrimitiveShapeChanged(BusChangeEvent) - Method in interface org.arakhne.afc.gis.bus.network.BusChangeListener
Invoked each time the bus primitive topology changed.
onBusPrimitiveShapeChanged(BusChangeEvent) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
onContentGeometryChange() - Method in class org.arakhne.afc.math.geometry.d2.d.MultiShape2d
Invoked when the geometry of the content has changed.
onContentGeometryChange() - Method in class org.arakhne.afc.math.geometry.d2.i.MultiShape2i
Invoked when the geometry of the content has changed.
onContentGeometryChange() - Method in class org.arakhne.afc.math.geometry.d3.d.MultiShape3d
Invoked when the geometry of the content has changed.
onContentGeometryChange() - Method in class org.arakhne.afc.math.geometry.d3.i.MultiShape3i
Invoked when the geometry of the content has changed.
onDataSelected(N, D) - Method in class org.arakhne.afc.math.tree.iterator.AbstractDataTreeIterator
Invoked when a data was selected by the iterator for the next invocation of AbstractDataTreeIterator.next().
onDrawingEnd() - Method in interface org.arakhne.afc.nodefx.DrawingListener
Drawing is finished.
onDrawingStart() - Method in interface org.arakhne.afc.nodefx.DrawingListener
Drawing is starting.
ONE_HALF_PI - Static variable in class org.arakhne.afc.math.MathConstants
PI + PI/2.
ONE_WAY - org.arakhne.afc.gis.road.primitive.TrafficDirection
The road segment is traversable from the first point to the last, and not from the last to the first point.
oneNotNullParameter(int...) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
One of the parameters must be not null.
onHeaderWritten(ESRIBounds, ShapeElementType, Collection<? extends E>) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Invoked after the header was written.
onHeaderWritten(ESRIBounds, ShapeElementType, Collection<? extends E>) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileWriter
 
onMapElementGraphicalAttributeChanged() - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
Invoked when one of the graphical attributes of this element has changed, including those that change the bounding box.
onMapElementGraphicalAttributeChanged() - Method in class org.arakhne.afc.gis.maplayer.MapElementLayer
 
onMapLayerAttributeChanged(MapLayerAttributeChangeEvent) - Method in class org.arakhne.afc.gis.maplayer.MapLayerAdapter
 
onMapLayerAttributeChanged(MapLayerAttributeChangeEvent) - Method in interface org.arakhne.afc.gis.maplayer.MapLayerListener
Invoked when an event on layer's attribute change.
onMapLayerContentChanged(MapLayerContentEvent) - Method in class org.arakhne.afc.gis.maplayer.MapLayerAdapter
 
onMapLayerContentChanged(MapLayerContentEvent) - Method in interface org.arakhne.afc.gis.maplayer.MapLayerListener
Invoked when an event on layer's content change.
onMapLayerHierarchyChanged(MapLayerHierarchyEvent) - Method in class org.arakhne.afc.gis.maplayer.MapLayerAdapter
 
onMapLayerHierarchyChanged(MapLayerHierarchyEvent) - Method in interface org.arakhne.afc.gis.maplayer.MapLayerListener
Invoked when an event on the layer's hierarchy has occurred.
onProgressionStateChanged(ProgressionEvent) - Method in interface org.arakhne.afc.progress.ProgressionListener
Invoked when the indeterminate/determinate state of the task progression changed.
onProgressionValueChanged(ProgressionEvent) - Method in class org.arakhne.afc.progress.ProgressionConsoleMonitor
 
onProgressionValueChanged(ProgressionEvent) - Method in interface org.arakhne.afc.progress.ProgressionListener
Invoked when the value, the minimum or the maximum has changed.
onRemoveFromIterator(M) - Method in interface org.arakhne.afc.sizediterator.ModifiableCollectionSizedIteratorOwner
Invoked just before an element is removed from a collection through the iterator.
onRoadSegmentAdded(RoadNetwork, RoadSegment) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
onRoadSegmentAdded(RoadNetwork, RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.RoadNetworkAdapter
 
onRoadSegmentAdded(RoadNetwork, RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetworkListener
Invoked when a road segment was added.
onRoadSegmentChanged(RoadNetwork, RoadSegment) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
onRoadSegmentChanged(RoadNetwork, RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.RoadNetworkAdapter
 
onRoadSegmentChanged(RoadNetwork, RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetworkListener
Invoked when a road segment was changed.
onRoadSegmentRemoved(RoadNetwork, RoadSegment) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
onRoadSegmentRemoved(RoadNetwork, RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.RoadNetworkAdapter
 
onRoadSegmentRemoved(RoadNetwork, RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetworkListener
Invoked when a road segment was removed.
OPENBSD - org.arakhne.afc.vmutil.OperatingSystem
Open BSD.
OpenComparator() - Constructor for class org.arakhne.afc.math.graph.astar.AStar.OpenComparator
Construct the comparator for the A* open list.
openConnection(URL) - Method in class org.arakhne.afc.vmutil.file.Handler
 
openConnection(URL) - Method in class org.arakhne.afc.vmutil.resource.Handler
 
OPENGL_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for default OpenGL viewers.
OPENGL_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for default OpenGL viewers.
OPERATING_SYSTEM - org.arakhne.afc.vmutil.OperatingSystemIdentificationType
Identification comes from the Operating System itself.
OperatingSystem - Enum in org.arakhne.afc.vmutil
This is a list of supported operating system.
OperatingSystemAndroidWrapper - Class in org.arakhne.afc.vmutil
Wrapper to the Android functions.
OperatingSystemAndroidWrapper() - Constructor for class org.arakhne.afc.vmutil.OperatingSystemAndroidWrapper
Construct a wrapper.
OperatingSystemDiskUtilWrapper - Class in org.arakhne.afc.vmutil
Wrapper to the MacOS functions.
OperatingSystemDiskUtilWrapper() - Constructor for class org.arakhne.afc.vmutil.OperatingSystemDiskUtilWrapper
Construct the wrapper.
OperatingSystemIdentificationType - Enum in org.arakhne.afc.vmutil
Types of identification of the operating system.
OperatingSystemInfo - Class in org.arakhne.afc.vmutil
This class print on the standard output several informations about your operating system.
OperatingSystemNativeWrapper - Class in org.arakhne.afc.vmutil
Wrapper to the native functions.
OperatingSystemNativeWrapper(OperatingSystemIdentificationType) - Constructor for class org.arakhne.afc.vmutil.OperatingSystemNativeWrapper
Constructor.
OperatingSystemUDevWrapper - Class in org.arakhne.afc.vmutil
Wrapper to the MacOS functions.
OperatingSystemUDevWrapper() - Constructor for class org.arakhne.afc.vmutil.OperatingSystemUDevWrapper
Construct the wrapper.
OperatingSystemUnknownOsWrapper - Class in org.arakhne.afc.vmutil
Wrapper to the native functions.
OperatingSystemUnknownOsWrapper() - Constructor for class org.arakhne.afc.vmutil.OperatingSystemUnknownOsWrapper
Construct the wrapper.
OperatingSystemWrapper - Interface in org.arakhne.afc.vmutil
Wrapper to the OS dependent functions.
operator_add(double) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Add the given angular motion to this motion: this += motion.
operator_add(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Add the given scalar to this matrix: this += scalar.
operator_add(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Add the given scalar to this matrix: this += scalar.
operator_add(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Add the given scalar to this matrix: this += scalar.
operator_add(AgentMotion) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Add the given linear and angular motion to this motion: this += motion.
operator_add(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Translate this shape by adding the given vector: this += v
operator_add(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Add a vector to this vector: this += v.
operator_add(Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Add the given linear motion to this motion: this += motion.
operator_add(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Increment this point with the given vector: this += v.
operator_add(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Increment this point with the given vector: this += v.
operator_add(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Translate this shape by adding the given vector: this += v
operator_add(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
operator_add(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
operator_add(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Add a vector to this vector: this += v.
operator_add(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Increment this point with the given vector: this += v
operator_add(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Translate this shape by adding the given vector: this += v
operator_add(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
 
operator_add(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
operator_add(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Add a vector to this vector: this += v
operator_add(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Add the given matrix to this matrix: this += matrix.
operator_add(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Add the given matrix to this matrix: this += matrix.
operator_add(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Add the given matrix to this matrix: this += matrix.
operator_and(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies if the given point is inside the shape: this && b
operator_and(Shape1D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies if the given shape has an intersection with this shape: this && b
operator_and(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies if the given point is inside the shape: this && b
operator_and(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Replies if the this point is inside the given shape: this && s.
operator_and(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies if the given shape has an intersection with this shape: this && b
operator_and(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies if the given point is inside the shape: this && b
operator_and(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Replies if the this point is inside the given shape: this && s
operator_and(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies if the given shape has an intersection with this shape: this && b
operator_and(IntersectionType) - Method in enum org.arakhne.afc.math.geometry.IntersectionType
Compute the AND-combinaison of two intersection types.
operator_and(IntersectionType, IntersectionType) - Static method in enum org.arakhne.afc.math.geometry.IntersectionType
Compute the AND-combinaison of two intersection types.
operator_divide(double) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Scale this vector: this / factor.
operator_divide(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Scale this vector: this / factor.
operator_divide(double) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Scale this vector: this / f.
operator_divide(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the division of this matrix by the given scalar: this / scalar.
operator_divide(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the division of this matrix by the given scalar: this / scalar.
operator_divide(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the division of this matrix by the given scalar: this / scalar.
operator_divide(double, M) - Static method in class org.arakhne.afc.math.extensions.xtext.MatrixExtensions
Replies the division of this matrix by the given scalar: left / right.
operator_divide(double, V) - Static method in class org.arakhne.afc.math.extensions.xtext.Tuple2DExtensions
Scale this vector: left / right.
operator_doubleDotLessThan(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies the signed angle from v to this: this ..< v.
operator_doubleDotLessThan(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Replies the signed angle from v to this: this ..< v
operator_elvis(Point1D<? extends RP, ? extends RV, ? extends RS>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
If this point is epsilon equal to zero then reply p else reply this: this ?: p.
operator_elvis(Vector1D<? extends RV, ? extends RP, ? extends RS>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
If this vector is epsilon equal to zero then reply v else reply this: this ?: v.
operator_elvis(Point2D<? extends RP, ? extends RV>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
If this point is epsilon equal to zero then reply p else reply this: this ?: p.
operator_elvis(Vector2D<? extends RV, ? extends RP>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
If this vector is epsilon equal to zero then reply v else reply this: this ?: v.
operator_elvis(Point3D<? extends RP, ? extends RV>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
If this point is epsilon equal to zero then reply p else reply this: this ?: p
operator_elvis(Vector3D<? extends RV, ? extends RP>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
If this vector is epsilon equal to zero then reply v else reply this: this ?: v
operator_equals(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Replies if the given vector is equal to this vector: this == v.
operator_equals(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Replies if this vector and the given vector are equal: this == v.
operator_equals(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Replies if the given vector is equal to this vector: this == v.
operator_equals(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies if this vector and the given vector are equal: this == v.
operator_equals(Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Replies if the given vector is equal to this vector: this == v
operator_equals(Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Replies if this vector and the given vector are equal: this == v
operator_greaterThanDoubleDot(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies the signed angle from this to v: this >.. v.
operator_greaterThanDoubleDot(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Replies the signed angle from this to v: this >.. v
operator_minus() - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Negation of this vector: -this.
operator_minus() - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Negation of this vector: -this.
operator_minus() - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Negation of this vector: -this
operator_minus() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the negation of this matrix: -this.
operator_minus() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the negation of this matrix: -this.
operator_minus() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the negation of this matrix: -this.
operator_minus(double) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Replies the subtraction of the given angular motion and this motion: this - motion.
operator_minus(double) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Subtract the scalar to this point: this - scalar.
operator_minus(double) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Subtract a vector to this scalar: this - scalar.
operator_minus(double) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Subtract the scalar to this point: this - scalar.
operator_minus(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Subtract a vector to this scalar: this - scalar.
operator_minus(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the substraction of the given scalar to this matrix: this - scalar.
operator_minus(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the substraction of the given scalar to this matrix: this - scalar.
operator_minus(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the substraction of the given scalar to this matrix: this - scalar.
operator_minus(double, M) - Static method in class org.arakhne.afc.math.extensions.xtext.MatrixExtensions
Replies the substraction of the given scalar to this matrix: left - right.
operator_minus(double, P) - Static method in class org.arakhne.afc.math.extensions.xtext.Tuple2DExtensions
Subtract the scalar to this point: left - right.
operator_minus(double, V) - Static method in class org.arakhne.afc.math.extensions.xtext.Tuple2DExtensions
Subtract a vector to this scalar: left - right.
operator_minus(AgentMotion) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Replies the subtraction of the given linear and angular motion and this motion: this - motion.
operator_minus(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Subtract a vector to this point: this - point.
operator_minus(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Create a new shape by translating this shape of the given vector: this - v
operator_minus(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Subtract a vector to this vector: this - v.
operator_minus(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Subtract the p point to this point: this - p.
operator_minus(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Subtract the p point to this point: this - p.
operator_minus(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Subtract a vector to this point: this - point.
operator_minus(Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Replies the subtraction of the given linear motion and this motion: this - motion.
operator_minus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Subtract the v vector to this point: this - v.
operator_minus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Subtract the v vector to this point: this - v.
operator_minus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Create a new shape by translating this shape of the given vector: this - v
operator_minus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Subtract a vector to this vector: this - v.
operator_minus(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
the p point to this point: this - p
operator_minus(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
the v vector to this point: this - v
operator_minus(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Create a new shape by translating this shape of the given vector: this - v
operator_minus(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Subtract a vector to this vector: this - v
operator_minus(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the substraction of the given matrix to this matrix: this + matrix.
operator_minus(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the substraction of the given matrix to this matrix: this - matrix.
operator_minus(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the substraction of the given matrix to this matrix: this - matrix.
operator_moinsMoins() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Increment this matrix: this--.
operator_moinsMoins() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Increment this matrix: this--.
operator_moinsMoins() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Increment this matrix: this--.
operator_multiply(double) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Scale this vector: this * factor.
operator_multiply(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Scale this vector: this * factor.
operator_multiply(double) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Scale this vector: this * f
operator_multiply(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the multiplication of the given scalar and this matrix: this * scalar.
operator_multiply(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the multiplication of the given scalar and this matrix: this * scalar.
operator_multiply(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the multiplication of the given scalar and this matrix: this * scalar.
operator_multiply(double, M) - Static method in class org.arakhne.afc.math.extensions.xtext.MatrixExtensions
Replies the multiplication of the given scalar and this matrix: left * right.
operator_multiply(double, V) - Static method in class org.arakhne.afc.math.extensions.xtext.Tuple2DExtensions
Scale this vector: left * right.
operator_multiply(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Create a new shape by applying the given transformation: this * t
operator_multiply(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Dot product: this * v.
operator_multiply(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Create a new shape by applying the given transformation: this * t
operator_multiply(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Dot product: this * v
operator_multiply(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the multiplication of the given matrix and this matrix: this * matrix.
operator_multiply(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the multiplication of the given matrix and this matrix: this * matrix.
operator_multiply(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the multiplication of the given matrix and this matrix: this * matrix.
operator_not() - Method in enum org.arakhne.afc.math.geometry.IntersectionType
Invert the intersection classification.
operator_not() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the transposition of this matrix: !this.
operator_not() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the transposition of this matrix: !this.
operator_not() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the transposition of this matrix: !this.
operator_not(IntersectionType) - Static method in enum org.arakhne.afc.math.geometry.IntersectionType
Invert the intersection classification.
operator_notEquals(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Replies if the given vector is different than this vector: this != v.
operator_notEquals(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Replies if this vector and the given vector are different: this != v.
operator_notEquals(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Replies if the given vector is different than this vector: this != v.
operator_notEquals(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies if this vector and the given vector are different: this != v.
operator_notEquals(Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Replies if the given vector is different than this vector: this != v
operator_notEquals(Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Replies if this vector and the given vector are different: this != v
operator_or(IntersectionType) - Method in enum org.arakhne.afc.math.geometry.IntersectionType
Compute the OR-combinaison of two intersection types.
operator_or(IntersectionType, IntersectionType) - Static method in enum org.arakhne.afc.math.geometry.IntersectionType
Compute the OR-combinaison of two intersection types.
operator_plus(double) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Replies the addition of the given angular motion and this motion: this + motion.
operator_plus(double) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Sum of this point and a scalar: this + scalar.
operator_plus(double) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Sum of this vector and the given scalar: this + scalar.
operator_plus(double) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Sum of this point and a scalar: this + scalar.
operator_plus(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Sum of this vector and the given scalar: this + scalar.
operator_plus(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the addition of the given scalar to this matrix: this + scalar.
operator_plus(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the addition of the given scalar to this matrix: this + scalar.
operator_plus(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the addition of the given scalar to this matrix: this + scalar.
operator_plus(double, M) - Static method in class org.arakhne.afc.math.extensions.xtext.MatrixExtensions
Replies the addition of the given scalar to this matrix: left + right.
operator_plus(double, P) - Static method in class org.arakhne.afc.math.extensions.xtext.Tuple2DExtensions
Sum of this point and a scalar: left + right.
operator_plus(double, V) - Static method in class org.arakhne.afc.math.extensions.xtext.Tuple2DExtensions
Sum of this vector and the given scalar: left + right.
operator_plus(AgentMotion) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Replies the addition of the given linear and angular motion and this motion: this + motion.
operator_plus(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Add this vector to a point: this + p.
operator_plus(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Create a new shape by translating this shape of the given vector: this + v
operator_plus(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Sum of this vector and the given vector: this + v.
operator_plus(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Add this vector to a point: this + p.
operator_plus(Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Replies the addition of the given linear motion and this motion: this + motion.
operator_plus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Sum of this point and a vector: this + v.
operator_plus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Sum of this point and a vector: this + v.
operator_plus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Create a new shape by translating this shape of the given vector: this + v
operator_plus(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Sum of this vector and the given vector: this + v.
operator_plus(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Add this vector to a point: this + p
operator_plus(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Sum of this point and a vector: this + v
operator_plus(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Create a new shape by translating this shape of the given vector: this + v
operator_plus(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Sum of this vector and the given vector: this + v
operator_plus(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Replies the addition of the given matrix to this matrix: this + matrix.
operator_plus(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Replies the addition of the given matrix to this matrix: this + matrix.
operator_plus(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Replies the addition of the given matrix to this matrix: this + matrix.
operator_plusPlus() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Increment this matrix: this++.
operator_plusPlus() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Increment this matrix: this++.
operator_plusPlus() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Increment this matrix: this++.
operator_power(int) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Compute the power of this vector: this ** n.
operator_power(int) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Compute the power of this vector: this ** n.
operator_power(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Perp product of this vector and the given vector: this ** v.
operator_power(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Perp product of this vector and the given vector: this ** v.
operator_remove(double) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Subtract the given angular motion to this motion: this -= motion.
operator_remove(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Substract the given scalar to this matrix: this -= scalar.
operator_remove(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Substract the given scalar to this matrix: this -= scalar.
operator_remove(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Substract the given scalar to this matrix: this -= scalar.
operator_remove(AgentMotion) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Subtract the given linear and angular motion to this motion: this -= motion.
operator_remove(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Translate this shape by substracting the given vector: this -= v
operator_remove(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Substract a vector to this vector: this -= v.
operator_remove(Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Subtract the given linear motion to this motion: this -= motion.
operator_remove(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Subtract the v vector to this: this -= v.
operator_remove(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Subtract the v vector to this: this -= v.
operator_remove(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Translate this shape by substracting the given vector: this -= v
operator_remove(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
operator_remove(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
operator_remove(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Substract a vector to this vector: this -= v.
operator_remove(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
the v vector to this: this -= v
operator_remove(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Translate this shape by substracting the given vector: this -= v
operator_remove(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
 
operator_remove(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
operator_remove(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Substract a vector to this vector: this -= v
operator_remove(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Substract the given matrix to this matrix: this -= matrix.
operator_remove(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Substract the given matrix to this matrix: this -= matrix.
operator_remove(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Substract the given matrix to this matrix: this -= matrix.
operator_upTo(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Replies if the distance between this and the p point: this .. p.
operator_upTo(Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies the distance between the given point and this shape: this .. p
operator_upTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Replies if the distance between this and the p point: this .. p.
operator_upTo(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies the distance between the given point and this shape: this .. p
operator_upTo(Shape2D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Replies the distance between this point and the given shape: this .. s.
operator_upTo(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies if the absolute angle between this and v: this .. b.
operator_upTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Replies if the distance between this and the p point: this .. p
operator_upTo(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies the distance between the given point and this shape: this .. p
operator_upTo(Shape3D<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Replies the distance between this point and the given shape: this .. s
operator_upTo(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Replies if the absolute angle between this and v: this .. b
OPTION_DECODE_STRING - Static variable in class org.arakhne.afc.io.dbase.DBaseFileReader
This option forces the reader to decode the string read from dBASE files.
or(IntersectionType) - Method in enum org.arakhne.afc.math.geometry.IntersectionType
Compute the OR-combinaison of two intersection types.
or(IntersectionType, IntersectionType) - Static method in enum org.arakhne.afc.math.geometry.IntersectionType
Compute the OR-combinaison of two intersection types.
ORANGE - Static variable in class org.arakhne.afc.vmutil.ColorNames
The name of the orange color within in W3C Color Standard.
ordinal() - Method in interface org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem
Replies the index of this coordinate in the enumeration of the available coordinate systems of the same type.
org.arakhne.afc.advanced.agentmotion - module org.arakhne.afc.advanced.agentmotion
Agent behaviors.
org.arakhne.afc.advanced.attributes - module org.arakhne.afc.advanced.attributes
Definition of collections of dynamic, variant, generic attributes.
org.arakhne.afc.advanced.dbasefile - module org.arakhne.afc.advanced.dbasefile
Reader and writer of dBase files.
org.arakhne.afc.advanced.javafx - module org.arakhne.afc.advanced.javafx
Helper for including JavaFX in your application.
org.arakhne.afc.advanced.mathfx - module org.arakhne.afc.advanced.mathfx
JavaFX implementation of the geometry objects.
org.arakhne.afc.advanced.nodefx - module org.arakhne.afc.advanced.nodefx
High level JavaFX components.
org.arakhne.afc.advanced.shapefile - module org.arakhne.afc.advanced.shapefile
Reader and writer of ESRI shape files.
org.arakhne.afc.agentmotion - package org.arakhne.afc.agentmotion
 
org.arakhne.afc.agentmotion.common - package org.arakhne.afc.agentmotion.common
 
org.arakhne.afc.agentmotion.kinematic - package org.arakhne.afc.agentmotion.kinematic
 
org.arakhne.afc.agentmotion.steering - package org.arakhne.afc.agentmotion.steering
 
org.arakhne.afc.attrs.attr - package org.arakhne.afc.attrs.attr
 
org.arakhne.afc.attrs.collection - package org.arakhne.afc.attrs.collection
 
org.arakhne.afc.attrs.xml - package org.arakhne.afc.attrs.xml
 
org.arakhne.afc.bootique.applicationdata2 - package org.arakhne.afc.bootique.applicationdata2
 
org.arakhne.afc.bootique.applicationdata2.annotations - package org.arakhne.afc.bootique.applicationdata2.annotations
 
org.arakhne.afc.bootique.applicationdata2.modules - package org.arakhne.afc.bootique.applicationdata2.modules
 
org.arakhne.afc.bootique.bootique_application2 - module org.arakhne.afc.bootique.bootique_application2
Provide application information to the bootique components.
org.arakhne.afc.bootique.bootique_log4j - module org.arakhne.afc.bootique.bootique_log4j
Provide the bootique extension for log4j.
org.arakhne.afc.bootique.bootique_printconfig - module org.arakhne.afc.bootique.bootique_printconfig
Provide the extension for printing the Bootique configuration.
org.arakhne.afc.bootique.bootique_synopsishelp - module org.arakhne.afc.bootique.bootique_synopsishelp
Provide the bootique extension for creating a user-friendly synopsis.
org.arakhne.afc.bootique.bootique_variables - module org.arakhne.afc.bootique.bootique_variables
Provide the bootique extension for declaring and mapping environment variables.
org.arakhne.afc.bootique.log4j - package org.arakhne.afc.bootique.log4j
 
org.arakhne.afc.bootique.log4j.configs - package org.arakhne.afc.bootique.log4j.configs
 
org.arakhne.afc.bootique.log4j.modules - package org.arakhne.afc.bootique.log4j.modules
 
org.arakhne.afc.bootique.printconfig - package org.arakhne.afc.bootique.printconfig
 
org.arakhne.afc.bootique.printconfig.commands - package org.arakhne.afc.bootique.printconfig.commands
 
org.arakhne.afc.bootique.printconfig.configs - package org.arakhne.afc.bootique.printconfig.configs
 
org.arakhne.afc.bootique.printconfig.modules - package org.arakhne.afc.bootique.printconfig.modules
 
org.arakhne.afc.bootique.synopsishelp - package org.arakhne.afc.bootique.synopsishelp
 
org.arakhne.afc.bootique.synopsishelp.annotations - package org.arakhne.afc.bootique.synopsishelp.annotations
 
org.arakhne.afc.bootique.synopsishelp.help - package org.arakhne.afc.bootique.synopsishelp.help
 
org.arakhne.afc.bootique.synopsishelp.modules - package org.arakhne.afc.bootique.synopsishelp.modules
 
org.arakhne.afc.bootique.variables - package org.arakhne.afc.bootique.variables
 
org.arakhne.afc.core.inputoutput - module org.arakhne.afc.core.inputoutput
Utilities related to input and output of files.
org.arakhne.afc.core.mathgen - module org.arakhne.afc.core.mathgen
General math utilities.
org.arakhne.afc.core.mathgeom - module org.arakhne.afc.core.mathgeom
Geometry objects and utilities.
org.arakhne.afc.core.mathgraph - module org.arakhne.afc.core.mathgraph
Mathematic graphs.
org.arakhne.afc.core.mathphysics - module org.arakhne.afc.core.mathphysics
Physic-inspired tools.
org.arakhne.afc.core.mathstochastic - module org.arakhne.afc.core.mathstochastic
Stochastic random number generators.
org.arakhne.afc.core.mathtree - module org.arakhne.afc.core.mathtree
Tree data structure.
org.arakhne.afc.core.references - module org.arakhne.afc.core.references
Utilities and collections with the support of weak and soft-references.
org.arakhne.afc.core.text - module org.arakhne.afc.core.text
Utilities for strings of text.
org.arakhne.afc.core.util - module org.arakhne.afc.core.util
General utilities.
org.arakhne.afc.core.vmutils - module org.arakhne.afc.core.vmutils
Low-level and JRE related utilities.
org.arakhne.afc.gis - package org.arakhne.afc.gis
 
org.arakhne.afc.gis.bus.io.xml - package org.arakhne.afc.gis.bus.io.xml
 
org.arakhne.afc.gis.bus.layer - package org.arakhne.afc.gis.bus.layer
 
org.arakhne.afc.gis.bus.network - package org.arakhne.afc.gis.bus.network
 
org.arakhne.afc.gis.coordinate - package org.arakhne.afc.gis.coordinate
 
org.arakhne.afc.gis.gisbus - module org.arakhne.afc.gis.gisbus
Definition of data structure for bus network.
org.arakhne.afc.gis.gisbusinputoutput - module org.arakhne.afc.gis.gisbusinputoutput
Reader and writer for bus network library.
org.arakhne.afc.gis.giscore - module org.arakhne.afc.gis.giscore
Definition of the data structures for geographical information systems.
org.arakhne.afc.gis.gisinputoutput - module org.arakhne.afc.gis.gisinputoutput
Reader and writer for GIS data structures.
org.arakhne.afc.gis.gisroad - module org.arakhne.afc.gis.gisroad
Definition of the data structures for road network.
org.arakhne.afc.gis.gisroadinputoutput - module org.arakhne.afc.gis.gisroadinputoutput
Reader and writer of road data structures.
org.arakhne.afc.gis.grid - package org.arakhne.afc.gis.grid
 
org.arakhne.afc.gis.io.binary - package org.arakhne.afc.gis.io.binary
 
org.arakhne.afc.gis.io.shape - package org.arakhne.afc.gis.io.shape
 
org.arakhne.afc.gis.io.xml - package org.arakhne.afc.gis.io.xml
 
org.arakhne.afc.gis.location - package org.arakhne.afc.gis.location
 
org.arakhne.afc.gis.mapelement - package org.arakhne.afc.gis.mapelement
 
org.arakhne.afc.gis.maplayer - package org.arakhne.afc.gis.maplayer
 
org.arakhne.afc.gis.primitive - package org.arakhne.afc.gis.primitive
 
org.arakhne.afc.gis.road - package org.arakhne.afc.gis.road
 
org.arakhne.afc.gis.road.io - package org.arakhne.afc.gis.road.io
 
org.arakhne.afc.gis.road.layer - package org.arakhne.afc.gis.road.layer
 
org.arakhne.afc.gis.road.path - package org.arakhne.afc.gis.road.path
 
org.arakhne.afc.gis.road.path.astar - package org.arakhne.afc.gis.road.path.astar
 
org.arakhne.afc.gis.road.primitive - package org.arakhne.afc.gis.road.primitive
 
org.arakhne.afc.gis.road.ui - package org.arakhne.afc.gis.road.ui
 
org.arakhne.afc.gis.road.ui.drawers - package org.arakhne.afc.gis.road.ui.drawers
 
org.arakhne.afc.gis.tree - package org.arakhne.afc.gis.tree
 
org.arakhne.afc.gis.ui - package org.arakhne.afc.gis.ui
 
org.arakhne.afc.gis.ui.drawers - package org.arakhne.afc.gis.ui.drawers
 
org.arakhne.afc.gis.ui.giscorefx - module org.arakhne.afc.gis.ui.giscorefx
JavaFX components for displaying a GIS map.
org.arakhne.afc.gis.ui.gisroadfx - module org.arakhne.afc.gis.ui.gisroadfx
JavaFX components for displaying road networks.
org.arakhne.afc.inputoutput.endian - package org.arakhne.afc.inputoutput.endian
 
org.arakhne.afc.inputoutput.filefilter - package org.arakhne.afc.inputoutput.filefilter
 
org.arakhne.afc.inputoutput.filetype - package org.arakhne.afc.inputoutput.filetype
 
org.arakhne.afc.inputoutput.mime - package org.arakhne.afc.inputoutput.mime
 
org.arakhne.afc.inputoutput.path - package org.arakhne.afc.inputoutput.path
 
org.arakhne.afc.inputoutput.stream - package org.arakhne.afc.inputoutput.stream
 
org.arakhne.afc.inputoutput.xml - package org.arakhne.afc.inputoutput.xml
 
org.arakhne.afc.io.dbase - package org.arakhne.afc.io.dbase
 
org.arakhne.afc.io.dbase.attr - package org.arakhne.afc.io.dbase.attr
 
org.arakhne.afc.io.shape - package org.arakhne.afc.io.shape
 
org.arakhne.afc.javafx.changes - package org.arakhne.afc.javafx.changes
 
org.arakhne.afc.math - package org.arakhne.afc.math
 
org.arakhne.afc.math.extensions.scala - package org.arakhne.afc.math.extensions.scala
 
org.arakhne.afc.math.extensions.xtext - package org.arakhne.afc.math.extensions.xtext
 
org.arakhne.afc.math.geometry - package org.arakhne.afc.math.geometry
 
org.arakhne.afc.math.geometry.coordinatesystem - package org.arakhne.afc.math.geometry.coordinatesystem
 
org.arakhne.afc.math.geometry.d1 - package org.arakhne.afc.math.geometry.d1
 
org.arakhne.afc.math.geometry.d1.afp - package org.arakhne.afc.math.geometry.d1.afp
 
org.arakhne.afc.math.geometry.d1.d - package org.arakhne.afc.math.geometry.d1.d
 
org.arakhne.afc.math.geometry.d1.dfx - package org.arakhne.afc.math.geometry.d1.dfx
 
org.arakhne.afc.math.geometry.d2 - package org.arakhne.afc.math.geometry.d2
 
org.arakhne.afc.math.geometry.d2.afp - package org.arakhne.afc.math.geometry.d2.afp
 
org.arakhne.afc.math.geometry.d2.ai - package org.arakhne.afc.math.geometry.d2.ai
 
org.arakhne.afc.math.geometry.d2.d - package org.arakhne.afc.math.geometry.d2.d
 
org.arakhne.afc.math.geometry.d2.dfx - package org.arakhne.afc.math.geometry.d2.dfx
 
org.arakhne.afc.math.geometry.d2.i - package org.arakhne.afc.math.geometry.d2.i
 
org.arakhne.afc.math.geometry.d2.ifx - package org.arakhne.afc.math.geometry.d2.ifx
 
org.arakhne.afc.math.geometry.d3 - package org.arakhne.afc.math.geometry.d3
 
org.arakhne.afc.math.geometry.d3.afp - package org.arakhne.afc.math.geometry.d3.afp
 
org.arakhne.afc.math.geometry.d3.ai - package org.arakhne.afc.math.geometry.d3.ai
 
org.arakhne.afc.math.geometry.d3.d - package org.arakhne.afc.math.geometry.d3.d
 
org.arakhne.afc.math.geometry.d3.dfx - package org.arakhne.afc.math.geometry.d3.dfx
 
org.arakhne.afc.math.geometry.d3.i - package org.arakhne.afc.math.geometry.d3.i
 
org.arakhne.afc.math.geometry.d3.ifx - package org.arakhne.afc.math.geometry.d3.ifx
 
org.arakhne.afc.math.geometry.fx - package org.arakhne.afc.math.geometry.fx
 
org.arakhne.afc.math.graph - package org.arakhne.afc.math.graph
 
org.arakhne.afc.math.graph.astar - package org.arakhne.afc.math.graph.astar
 
org.arakhne.afc.math.graph.simple - package org.arakhne.afc.math.graph.simple
 
org.arakhne.afc.math.matrix - package org.arakhne.afc.math.matrix
 
org.arakhne.afc.math.physics - package org.arakhne.afc.math.physics
 
org.arakhne.afc.math.physics.kinematic.angular - package org.arakhne.afc.math.physics.kinematic.angular
 
org.arakhne.afc.math.physics.kinematic.linear - package org.arakhne.afc.math.physics.kinematic.linear
 
org.arakhne.afc.math.stochastic - package org.arakhne.afc.math.stochastic
 
org.arakhne.afc.math.tree - package org.arakhne.afc.math.tree
 
org.arakhne.afc.math.tree.builder - package org.arakhne.afc.math.tree.builder
 
org.arakhne.afc.math.tree.io - package org.arakhne.afc.math.tree.io
 
org.arakhne.afc.math.tree.iterator - package org.arakhne.afc.math.tree.iterator
 
org.arakhne.afc.math.tree.node - package org.arakhne.afc.math.tree.node
 
org.arakhne.afc.nodefx - package org.arakhne.afc.nodefx
 
org.arakhne.afc.nodefx.drawers - package org.arakhne.afc.nodefx.drawers
 
org.arakhne.afc.progress - package org.arakhne.afc.progress
 
org.arakhne.afc.references - package org.arakhne.afc.references
 
org.arakhne.afc.sizediterator - package org.arakhne.afc.sizediterator
 
org.arakhne.afc.text - package org.arakhne.afc.text
 
org.arakhne.afc.util - package org.arakhne.afc.util
 
org.arakhne.afc.vmutil - package org.arakhne.afc.vmutil
 
org.arakhne.afc.vmutil.annotations - package org.arakhne.afc.vmutil.annotations
 
org.arakhne.afc.vmutil.asserts - package org.arakhne.afc.vmutil.asserts
 
org.arakhne.afc.vmutil.caller - package org.arakhne.afc.vmutil.caller
 
org.arakhne.afc.vmutil.file - package org.arakhne.afc.vmutil.file
 
org.arakhne.afc.vmutil.json - package org.arakhne.afc.vmutil.json
 
org.arakhne.afc.vmutil.locale - package org.arakhne.afc.vmutil.locale
 
org.arakhne.afc.vmutil.resource - package org.arakhne.afc.vmutil.resource
 
ORIENTED_SEGMENT_SINGLETON - Static variable in class org.arakhne.afc.gis.road.RoadSegmentIterationComparator
Singleton of a comparator which assumes oriented segments.
OrientedPoint2d - Class in org.arakhne.afc.math.geometry.d2.d
2D oriented point with double precision floating-point numbers.
OrientedPoint2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
Construct an empty oriented point.
OrientedPoint2d(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
Construct an oriented point from the two given coordinates.
OrientedPoint2d(double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
Construct an oriented point from the two given coordinates.
OrientedPoint2d(Point2D<?, ?>, Vector2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
Construct an oriented point from a point and a tangent vector.
OrientedPoint2d(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
Constructor by copy.
OrientedPoint2D<RP extends Point2D<? super RP,​? super RV>,​RV extends Vector2D<? super RV,​? super RP>> - Interface in org.arakhne.afc.math.geometry.d2
A 2D point with two orientation vectors relative to the polyline: the direction and the normal to the point.
OrientedPoint2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
2D oriented point with double precison floating point FX properties.
OrientedPoint2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
Construct an empty oriented point.
OrientedPoint2dfx(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
Construct an oriented point from the two given coordinates.
OrientedPoint2dfx(double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
Construct an oriented point from the two given coordinates.
OrientedPoint2dfx(DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
Construct an oriented point from the two given coordinates.
OrientedPoint2dfx(Point2dfx, Vector2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
Constructor by setting from a point and a tangent vector.
OrientedPoint2dfx(Tuple2dfx<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
Constructor by setting.
OrientedPoint2dfx(Point2D<?, ?>, Vector2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
Construct an oriented point from a point and a tangent vector.
OrientedPoint2dfx(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
Constructor by copy.
OrientedPoint2i - Class in org.arakhne.afc.math.geometry.d2.i
2D oriented point with int precision floating-point numbers.
OrientedPoint2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
Construct an empty oriented point.
OrientedPoint2i(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
Construct an oriented point from the two given coordinates.
OrientedPoint2i(int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
Construct an oriented point from the two given coordinates.
OrientedPoint2i(Point2D<?, ?>, Vector2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
Construct an oriented point from a point and a tangent vector.
OrientedPoint2i(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
Construct an oriented point from a point.
OrientedPoint2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
2D oriented point with integer FX properties.
OrientedPoint2ifx() - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
Construct an empty oriented point.
OrientedPoint2ifx(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
Construct an oriented point from the two given coordinates.
OrientedPoint2ifx(int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
Construct an oriented point from the two given coordinates.
OrientedPoint2ifx(IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
Construct an oriented point from the two given coordinates.
OrientedPoint2ifx(Point2ifx, Vector2ifx) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
Constructor by setting from a point and a tangent vector.
OrientedPoint2ifx(Tuple2ifx<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
Constructor by setting.
OrientedPoint2ifx(Point2D<?, ?>, Vector2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
Construct an oriented point from a point and a tangent vector.
OrientedPoint2ifx(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
Constructor by copy.
OrientedPoint3d - Class in org.arakhne.afc.math.geometry.d3.d
2D oriented point with double precision floating-point numbers.
OrientedPoint3d() - Constructor for class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
Construct an empty oriented point.
OrientedPoint3d(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
Construct an oriented point from the two given coordinates.
OrientedPoint3d(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
Construct an oriented point from the given coordinates.
OrientedPoint3d(double, double, double, double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
Construct an oriented point from the given coordinates.
OrientedPoint3d(Point3D<?, ?>, Vector3D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
Construct an oriented point from a point and a tangent vector.
OrientedPoint3d(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
Constructor by copy.
OrientedPoint3D<RP extends Point3D<? super RP,​? super RV>,​RV extends Vector3D<? super RV,​? super RP>> - Interface in org.arakhne.afc.math.geometry.d3
A 3D point with three orientation vectors relative to the polyline: the tangent, the normal and the sway to the point.
OrientedPoint3dfx - Class in org.arakhne.afc.math.geometry.d3.dfx
3D oriented point with double precison floating point FX properties.
OrientedPoint3dfx() - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Construct an empty oriented point.
OrientedPoint3dfx(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Construct an oriented point from the three given coordinates.
OrientedPoint3dfx(double, double, double, double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Construct an oriented point from the two given coordinates.
OrientedPoint3dfx(DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Construct an oriented point from the three given coordinates.
OrientedPoint3dfx(Point3dfx, Vector3dfx, Vector3dfx) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Constructor by setting from a point and a tangent vector.
OrientedPoint3dfx(Tuple3dfx<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Constructor by setting.
OrientedPoint3dfx(Point3D<?, ?>, Vector3D<?, ?>, Vector3D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Construct an oriented point from a point and a tangent vector.
OrientedPoint3dfx(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Constructor by copy.
OrientedPoint3i - Class in org.arakhne.afc.math.geometry.d3.i
2D oriented point with double precision floating-point numbers.
OrientedPoint3i() - Constructor for class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
Construct an empty oriented point.
OrientedPoint3i(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
Construct an oriented point from the two given coordinates.
OrientedPoint3i(int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
Construct an oriented point from the given coordinates.
OrientedPoint3i(int, int, int, int, int, int, int, int, double) - Constructor for class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
Construct an oriented point from the given coordinates.
OrientedPoint3i(Point3D<?, ?>, Vector3D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
Construct an oriented point from a point and a tangent vector.
OrientedPoint3i(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
Constructor by copy.
OrientedPoint3ifx - Class in org.arakhne.afc.math.geometry.d3.ifx
3D oriented point with double precison floating point FX properties.
OrientedPoint3ifx() - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Construct an empty oriented point.
OrientedPoint3ifx(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Construct an oriented point from the three given coordinates.
OrientedPoint3ifx(int, int, int, int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Construct an oriented point from the two given coordinates.
OrientedPoint3ifx(IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Construct an oriented point from the three given coordinates.
OrientedPoint3ifx(Point3ifx, Vector3ifx, Vector3ifx) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Constructor by setting from a point and a tangent vector.
OrientedPoint3ifx(Tuple3ifx<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Constructor by setting.
OrientedPoint3ifx(Point3D<?, ?>, Vector3D<?, ?>, Vector3D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Construct an oriented point from a point and a tangent vector.
OrientedPoint3ifx(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Constructor by copy.
OrientedRectangle2afp<ST extends Shape2afp<?,​?,​IE,​P,​V,​B>,​IT extends OrientedRectangle2afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2afp,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.afp
Fonctional interface that represented a 2D oriented rectangle on a plane.
OrientedRectangle2afp.AbstractOrientedRectanglePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Abstract iterator on the path elements of the oriented rectangle.
OrientedRectangle2afp.OrientedRectanglePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of an oriented rectangle.
OrientedRectangle2afp.ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
An iterator that automatically transform and reply the path elements from the given iterator such that the coordinates of the path elements are projected in the local coordinate system of the given oriented box.
OrientedRectangle2afp.TransformedOrientedRectanglePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of a transformed oriented rectangle.
OrientedRectangle2d - Class in org.arakhne.afc.math.geometry.d2.d
Oriented rectangle with 2 double precision floating-point numbers.
OrientedRectangle2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
Create an empty oriented rectangle.
OrientedRectangle2d(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
Construct an oriented rectangle.
OrientedRectangle2d(Iterable<? extends Point2D<?, ?>>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
Construct an oriented rectangle from the given cloud of points.
OrientedRectangle2d(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
Create an oriented rectangle from the given OBR.
OrientedRectangle2d(Point2D<?, ?>...) - Constructor for class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
Construct an oriented rectangle from the given cloud of points.
OrientedRectangle2d(Point2D<?, ?>, Vector2D<?, ?>, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
Construct an oriented rectangle.
OrientedRectangle2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
Oriented rectangle with 2 double precision floating-point FX properties.
OrientedRectangle2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
Create an empty oriented rectangle.
OrientedRectangle2dfx(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
Construct an oriented rectangle.
OrientedRectangle2dfx(Iterable<? extends Point2D<?, ?>>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
Construct an oriented rectangle from the given cloud of points.
OrientedRectangle2dfx(OrientedRectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
Create an oriented rectangle from the given OBR.
OrientedRectangle2dfx(Point2D<?, ?>...) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
Construct an oriented rectangle from the given cloud of points.
OrientedRectangle2dfx(Point2D<?, ?>, Vector2D<?, ?>, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
Construct an oriented rectangle.
OrientedRectanglePathIterator(OrientedRectangle2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.OrientedRectanglePathIterator
Constructor.
ORTHOGONAL_VECTOR_EPSILON - Static variable in class org.arakhne.afc.math.geometry.GeomConstants
Number precision for testing is the orthogonality of two unit vectors.
OTHER - org.arakhne.afc.gis.road.primitive.RoadType
Pedetrian or other roads.
OTHER - org.arakhne.afc.vmutil.OperatingSystem
Unknown operating systems.
OUI_CONSTANT - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
String constant for the true boolean constant.
OUTER_RING - org.arakhne.afc.io.shape.ShapeMultiPatchType
An outer ring.
OutputParameter<T> - Class in org.arakhne.afc.util
Utilities class that permits to obtain output parameters for Java functions.
OutputParameter() - Constructor for class org.arakhne.afc.util.OutputParameter
Create empty output parameter.
OutputParameter(T) - Constructor for class org.arakhne.afc.util.OutputParameter
Constructor.
OUTSIDE - org.arakhne.afc.math.geometry.IntersectionType
The first object is entirely outside the second one.
OUTSIDE_MAP_BOUNDS - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
The stop is outside the bounds of the map.
OutsideDomainException - Exception in org.arakhne.afc.math.stochastic
Exception thrown when a value is outside its domain.
OutsideDomainException(double) - Constructor for exception org.arakhne.afc.math.stochastic.OutsideDomainException
Construct the exception.
outsideRangeInclusiveParameter(int, Object, Object, Object) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Value is outside range.
outsideRangeInclusiveParameter(Object, Object, Object) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
First parameter value is outside range.
OVERLAP - org.arakhne.afc.gis.bus.layer.BusLayerConstants.BusLayerDrawerType
Each bus line is drawn on the top of the other bus lines on the same road segment.
overrides() - Method in class org.arakhne.afc.bootique.synopsishelp.SynopsisHelpModuleProvider
 

P

PAKISTAN - org.arakhne.afc.util.CountryCode
PK.
PALAU - org.arakhne.afc.util.CountryCode
PW.
PALESTINIAN_TERRITORY - org.arakhne.afc.util.CountryCode
PS.
PANAMA - org.arakhne.afc.util.CountryCode
PA.
panButtonProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
Replies the property for the button that serves for starting the mouse scrolling.
pannableProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
Replies the property that indicates if the user could be able to pan the viewport by using the mouse.
panSensitivityProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
Replies the property that indicates the sensibility of the panning moves.
PAPUA_NEW_GUINEA - org.arakhne.afc.util.CountryCode
PG.
PARAGUAY - org.arakhne.afc.util.CountryCode
PY.
parallelogram - Variable in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.AbstractParallelogramPathIterator
The iterated shape.
Parallelogram2afp<ST extends Shape2afp<?,​?,​IE,​P,​V,​B>,​IT extends Parallelogram2afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2afp,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.afp
Fonctional interface that represented a 2D parallelogram on a plane.
Parallelogram2afp.AbstractParallelogramPathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Abstract iterator on the path elements of the parallelogram.
Parallelogram2afp.ParallelogramPathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of a parallelogram.
Parallelogram2afp.ProjectionToParallelogramLocalCoordinateSystemPathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
An iterator that automatically transform and reply the path elements from the given iterator such that the coordinates of the path elements are projected in the local coordinate system of the given parallelogram.
Parallelogram2afp.TransformedParallelogramPathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of a transformed oriented rectangle.
Parallelogram2afpDrawer - Class in org.arakhne.afc.nodefx.drawers
Drawer of a 2D parallelogram.
Parallelogram2afpDrawer() - Constructor for class org.arakhne.afc.nodefx.drawers.Parallelogram2afpDrawer
 
Parallelogram2d - Class in org.arakhne.afc.math.geometry.d2.d
Parallelogram with 2 double precision floating-point numbers.
Parallelogram2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
Create an empty parallelogram.
Parallelogram2d(double, double, double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
Construct a parallelogram.
Parallelogram2d(Iterable<? extends Point2D<?, ?>>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
Construct a parallelogram from the given cloud of points.
Parallelogram2d(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
Create an parallelogram from the given parallelogram.
Parallelogram2d(Point2D<?, ?>...) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
Construct a parallelogram from the given cloud of points.
Parallelogram2d(Point2D<?, ?>, Vector2D<?, ?>, double, Vector2D<?, ?>, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
Construct a parallelogram.
Parallelogram2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
Parallelogram with 2 double precision floating-point FX properties.
Parallelogram2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
Create an empty parallelogram.
Parallelogram2dfx(double, double, double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
Construct a parallelogram.
Parallelogram2dfx(Iterable<? extends Point2D<?, ?>>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
Construct a parallelogram from the given cloud of points.
Parallelogram2dfx(Parallelogram2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
Create an parallelogram from the given parallelogram.
Parallelogram2dfx(Point2D<?, ?>...) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
Construct a parallelogram from the given cloud of points.
Parallelogram2dfx(Point2D<?, ?>, Vector2D<?, ?>, double, Vector2D<?, ?>, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
Construct a parallelogram.
ParallelogramPathIterator(Parallelogram2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.ParallelogramPathIterator
Constructor.
paramBoolean(String, Map<String, String>) - Static method in class org.arakhne.afc.math.stochastic.StochasticLaw
Extract a parameter value from a map of parameters.
paramDouble(String, Map<String, String>) - Static method in class org.arakhne.afc.math.stochastic.StochasticLaw
Extract a parameter value from a map of parameters.
PARENT_DIRECTORY - Static variable in class org.arakhne.afc.vmutil.FileSystem
String which is representing the parent directory in a relative path.
ParetoStochasticLaw - Class in org.arakhne.afc.math.stochastic
Law that representes a Pareto density.
ParetoStochasticLaw(double, double) - Constructor for class org.arakhne.afc.math.stochastic.ParetoStochasticLaw
Constructor.
ParetoStochasticLaw(Map<String, String>) - Constructor for class org.arakhne.afc.math.stochastic.ParetoStochasticLaw
Construct a law with the following parameters.
parse(String) - Static method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
Replies the best attribute value that is representing the given text.
parse(String) - Static method in class org.arakhne.afc.vmutil.MACNumber
Parse the specified string an repleis the corresponding MAC numbers.
parseAsString(String) - Static method in class org.arakhne.afc.vmutil.MACNumber
Parse the specified string an repleis the corresponding MAC numbers.
parseBEDouble(double) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converts a Java double to a Big Endian int on 8 bytes.
parseBEFloat(float) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converts a Java float to a Big Endian int on 4 bytes.
parseBEInt(int) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converts a Java int to a Big Endian int on 4 bytes.
parseBELong(long) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converts a Java long to a Big Endian int on 8 bytes.
parseBEShort(short) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converts a Java int to a Big Endian int on 2 bytes.
parseColor(String) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Parses an XML/HTML color.
parseDate(String) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Parses an XML/HTML date.
parseHTML(String) - Static method in class org.arakhne.afc.text.TextUtil
Parse the given HTML text and replace all the HTML entities by the corresponding unicode character.
parseLEDouble(double) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converts a Java double to a Little Endian int on 8 bytes.
parseLEFloat(float) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converts a Java float to a Little Endian int on 4 bytes.
parseLEInt(int) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converts a Java int to a Little Endian int on 4 bytes.
parseLELong(long) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converts a Java long to a Little Endian int on 8 bytes.
parseLEShort(short) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converts a Java int to a Little Endian int on 2 bytes.
parseMimeName(String) - Static method in enum org.arakhne.afc.inputoutput.mime.MimeName
Parse the given string to extract a MimeName.
parseMimeType(String) - Static method in enum org.arakhne.afc.inputoutput.mime.MimeName
Parse the given string to extract a MimeType.
parseObject(String) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Deserialize an object from the given XML string.
parseString(String) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Parse a Base64 string with contains a set of bytes.
parseXML(String) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Parse a string representation of an XML document.
partIndex - Variable in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
is the index of this group.
partType - Variable in enum org.arakhne.afc.io.shape.ShapeMultiPatchType
Is the type identifier used inside ESRI shape files.
path - Variable in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.AbstractPathIterator
Path.
path - Variable in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.AbstractPathIterator
Path.
Path2afp<ST extends Shape2afp<?,​?,​IE,​P,​V,​B>,​IT extends Path2afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2afp,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.afp
Fonctional interface that represented a 2D path on a plane.
Path2afp.AbstractPathPathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Abstract iterator on the path elements of the path.
Path2afp.FlatteningPathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
A path iterator that is flattening the path.
Path2afp.PathPathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
A path iterator that does not transform the coordinates.
Path2afp.TransformedPathPathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
A path iterator that transforms the coordinates.
Path2afpDrawer - Class in org.arakhne.afc.nodefx.drawers
Drawer of a 2D path.
Path2afpDrawer() - Constructor for class org.arakhne.afc.nodefx.drawers.Path2afpDrawer
 
Path2ai<ST extends Shape2ai<?,​?,​IE,​P,​V,​B>,​IT extends Path2ai<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2ai,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2ai<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.ai
Fonctional interface that represented a 2D path on a plane.
Path2ai.AbstractPathIterator<E extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
An abstract path iterator.
Path2ai.FlatteningPathIterator<E extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
A path iterator that is flattening the path.
Path2ai.PathPathIterator<E extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
A path iterator that does not transform the coordinates.
Path2ai.PixelIterator<P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d2.ai
Iterator on the pixels of the path.
Path2ai.PrivateAPI - Class in org.arakhne.afc.math.geometry.d2.ai
Private API for Path2ai.
Path2ai.TransformedPathIterator<E extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
A path iterator that transforms the coordinates.
Path2d - Class in org.arakhne.afc.math.geometry.d2.d
Path with 2 double precision floating-point numbers.
Path2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.Path2d
Construct an empty path.
Path2d(Iterator<PathElement2d>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Path2d
Construct a path by copying the given elements.
Path2d(Path2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Path2d
Constructor by copy.
Path2d(PathWindingRule) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Path2d
Create an empty path with the given path winding rule.
Path2d(PathWindingRule, Iterator<PathElement2d>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Path2d
Create an empty path with the given path winding rule, and by copying the given elements.
Path2D<ST extends Shape2D<?,​?,​I,​P,​V,​B>,​IT extends Path2D<?,​?,​I,​P,​V,​B>,​I extends PathIterator2D<?>,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Shape2D<?,​?,​I,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2
2D Path.
Path2D.ArcType - Enum in org.arakhne.afc.math.geometry.d2
Type of drawing to used when drawing an arc.
Path2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
Path with 2 double precision floating-point FX properties.
Path2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Construct an empty path.
Path2dfx(Iterator<PathElement2dfx>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Construct a path by copying the given elements.
Path2dfx(Path2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Constructor by copy.
Path2dfx(PathWindingRule) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Construct a path with the given path winding rule.
Path2dfx(PathWindingRule, Iterator<PathElement2dfx>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Construct a path by copying the given elements, and the given path winding rule.
Path2i - Class in org.arakhne.afc.math.geometry.d2.i
Path with 2 integer numbers.
Path2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.Path2i
Construct an empty path.
Path2i(Iterator<PathElement2i>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Path2i
Construct a path by copying the given elements.
Path2i(Path2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Path2i
Constructor by copy.
Path2i(PathWindingRule) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Path2i
Construct an empty path with the given path winding rule.
Path2i(PathWindingRule, Iterator<PathElement2i>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Path2i
Construct a path with the given path winding rule and by copying the given elements.
Path2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
Path with 2 integer FX properties.
Path2ifx() - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Construct an empty path.
Path2ifx(Iterator<PathElement2ifx>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Construct a path by copying the given elements.
Path2ifx(Path2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Constructor by copy.
Path2ifx(PathWindingRule) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Construct an empty path with the given path winding rule.
Path2ifx(PathWindingRule, Iterator<PathElement2ifx>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Construct a path by copying the given elements, and the given path winding rule.
Path3afp<ST extends Shape3afp<?,​?,​IE,​P,​V,​B>,​IT extends Path3afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement3afp,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.afp
Fonctional interface that represented a 2D path on a plane.
Path3afp.AbstractPathPathIterator<T extends PathElement3afp> - Class in org.arakhne.afc.math.geometry.d3.afp
Abstract iterator on the path elements of the path.
Path3afp.FlatteningPathIterator<T extends PathElement3afp> - Class in org.arakhne.afc.math.geometry.d3.afp
A path iterator that is flattening the path.
Path3afp.PathPathIterator<T extends PathElement3afp> - Class in org.arakhne.afc.math.geometry.d3.afp
A path iterator that does not transform the coordinates.
Path3afp.PointCollection<P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d3.afp
An collection of the points of the path.
Path3afp.PointIterator<P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d3.afp
Iterator on the points of the path.
Path3afp.TransformedPathPathIterator<T extends PathElement3afp> - Class in org.arakhne.afc.math.geometry.d3.afp
A path iterator that transforms the coordinates.
Path3ai<ST extends Shape3ai<?,​?,​IE,​P,​V,​B>,​IT extends Path3ai<?,​?,​IE,​P,​V,​B>,​IE extends PathElement3ai,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3ai<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.ai
Fonctional interface that represented a 2D path on a plane.
Path3ai.AbstractPathIterator<E extends PathElement3ai> - Class in org.arakhne.afc.math.geometry.d3.ai
An abstract path iterator.
Path3ai.FlatteningPathIterator<E extends PathElement3ai> - Class in org.arakhne.afc.math.geometry.d3.ai
A path iterator that is flattening the path.
Path3ai.PathPathIterator<E extends PathElement3ai> - Class in org.arakhne.afc.math.geometry.d3.ai
A path iterator that does not transform the coordinates.
Path3ai.PixelIterator<P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d3.ai
Iterator on the pixels of the path.
Path3ai.PointCollection<P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d3.ai
An collection of the points of the path.
Path3ai.PointIterator<P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d3.ai
Iterator on the points of the path.
Path3ai.PrivateAPI - Class in org.arakhne.afc.math.geometry.d3.ai
Private API for Path3ai.
Path3ai.TransformedPathIterator<E extends PathElement3ai> - Class in org.arakhne.afc.math.geometry.d3.ai
A path iterator that transforms the coordinates.
Path3d - Class in org.arakhne.afc.math.geometry.d3.d
Path with 2 double precision floating-point numbers.
Path3d() - Constructor for class org.arakhne.afc.math.geometry.d3.d.Path3d
Construct an empty path.
Path3d(Iterator<PathElement3d>) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Path3d
Construct a path by copying the given elements.
Path3d(Path3afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Path3d
Constructor by copy.
Path3d(PathWindingRule) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Path3d
Create an empty path with the given path winding rule.
Path3d(PathWindingRule, Iterator<PathElement3d>) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Path3d
Create an empty path with the given path winding rule, and by copying the given elements.
Path3D<ST extends Shape3D<?,​?,​I,​P,​V,​B>,​IT extends Shape3D<?,​?,​I,​P,​V,​B>,​I extends PathIterator3D<?>,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends Shape3D<?,​?,​I,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3
3D Path.
Path3D.ArcType - Enum in org.arakhne.afc.math.geometry.d3
Type of drawing to used when drawing an arc.
Path3dfx - Class in org.arakhne.afc.math.geometry.d3.dfx
Path with 3 double precision floating-point FX properties.
Path3dfx() - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Construct an empty path.
Path3dfx(Iterator<PathElement3dfx>) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Construct a path by copying the given elements.
Path3dfx(Path3afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Constructor by copy.
Path3dfx(PathWindingRule) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Construct a path with the given path winding rule.
Path3dfx(PathWindingRule, Iterator<PathElement3dfx>) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Construct a path by copying the given elements, and the given path winding rule.
Path3i - Class in org.arakhne.afc.math.geometry.d3.i
Path with 2 integer numbers.
Path3i() - Constructor for class org.arakhne.afc.math.geometry.d3.i.Path3i
Construct an empty path.
Path3i(Iterator<PathElement3i>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Path3i
Construct a path by copying the given elements.
Path3i(Path3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Path3i
Constructor by copy.
Path3i(PathWindingRule) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Path3i
Construct an empty path with the given path winding rule.
Path3i(PathWindingRule, Iterator<PathElement3i>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Path3i
Construct a path with the given path winding rule and by copying the given elements.
Path3ifx - Class in org.arakhne.afc.math.geometry.d3.ifx
Path with 3 integer FX properties.
Path3ifx() - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Construct an empty path.
Path3ifx(Iterator<PathElement3ifx>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Construct a path by copying the given elements.
Path3ifx(Path3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Constructor by copy.
Path3ifx(PathWindingRule) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Construct an empty path with the given path winding rule.
Path3ifx(PathWindingRule, Iterator<PathElement3ifx>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Construct a path by copying the given elements, and the given path winding rule.
PathBuilder - Interface in org.arakhne.afc.inputoutput.path
Interface that permits to build absolute paths from relative paths and relative paths from absolute paths.
PathElement2afp - Interface in org.arakhne.afc.math.geometry.d2.afp
An element of the path.
PathElement2ai - Interface in org.arakhne.afc.math.geometry.d2.ai
An element of the path.
PathElement2d - Class in org.arakhne.afc.math.geometry.d2.d
An element of the path with 2 double precision floating-point numbers.
PathElement2d(PathElementType, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.PathElement2d
Constructor.
PathElement2D - Interface in org.arakhne.afc.math.geometry.d2
An element of the path.
PathElement2d.ArcPathElement2d - Class in org.arakhne.afc.math.geometry.d2.d
An element of the path that represents a Arc_TO.
PathElement2d.ClosePathElement2d - Class in org.arakhne.afc.math.geometry.d2.d
An element of the path that represents a CLOSE.
PathElement2d.CurvePathElement2d - Class in org.arakhne.afc.math.geometry.d2.d
An element of the path that represents a CURVE_TO.
PathElement2d.LinePathElement2d - Class in org.arakhne.afc.math.geometry.d2.d
An element of the path that represents a LINE_TO.
PathElement2d.MovePathElement2d - Class in org.arakhne.afc.math.geometry.d2.d
An element of the path that represents a MOVE_TO.
PathElement2d.QuadPathElement2d - Class in org.arakhne.afc.math.geometry.d2.d
An element of the path that represents a QUAD_TO.
PathElement2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
An element of the path.
PathElement2dfx(PathElementType, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Constructor.
PathElement2dfx(PathElementType, Point2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Constructor by setting the destination point.
PathElement2dfx.ArcPathElement2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
An element of the path that represents a ARC_TO.
PathElement2dfx.ClosePathElement2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
An element of the path that represents a CLOSE.
PathElement2dfx.CurvePathElement2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
An element of the path that represents a CURVE_TO.
PathElement2dfx.LinePathElement2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
An element of the path that represents a LINE_TO.
PathElement2dfx.MovePathElement2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
An element of the path that represents a MOVE_TO.
PathElement2dfx.QuadPathElement2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
An element of the path that represents a QUAD_TO.
PathElement2i - Class in org.arakhne.afc.math.geometry.d2.i
An element of the path with 2 integer numbers.
PathElement2i(PathElementType, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.PathElement2i
Constructor.
PathElement2i.ArcPathElement2i - Class in org.arakhne.afc.math.geometry.d2.i
An element of the path that represents a Arc_TO.
PathElement2i.ClosePathElement2i - Class in org.arakhne.afc.math.geometry.d2.i
An element of the path that represents a CLOSE.
PathElement2i.CurvePathElement2i - Class in org.arakhne.afc.math.geometry.d2.i
An element of the path that represents a CURVE_TO.
PathElement2i.LinePathElement2i - Class in org.arakhne.afc.math.geometry.d2.i
An element of the path that represents a LINE_TO.
PathElement2i.MovePathElement2i - Class in org.arakhne.afc.math.geometry.d2.i
An element of the path that represents a MOVE_TO.
PathElement2i.QuadPathElement2i - Class in org.arakhne.afc.math.geometry.d2.i
An element of the path that represents a QUAD_TO.
PathElement2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
An element of the path with 2 integer FX properties.
PathElement2ifx(PathElementType, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Constructor.
PathElement2ifx(PathElementType, Point2ifx) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Constructor by setting.
PathElement2ifx.ArcPathElement2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
An element of the path that represents a ARC_TO.
PathElement2ifx.ClosePathElement2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
An element of the path that represents a CLOSE.
PathElement2ifx.CurvePathElement2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
An element of the path that represents a CURVE_TO.
PathElement2ifx.LinePathElement2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
An element of the path that represents a LINE_TO.
PathElement2ifx.MovePathElement2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
An element of the path that represents a MOVE_TO.
PathElement2ifx.QuadPathElement2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
An element of the path that represents a QUAD_TO.
PathElement3afp - Interface in org.arakhne.afc.math.geometry.d3.afp
An element of the path.
PathElement3ai - Interface in org.arakhne.afc.math.geometry.d3.ai
An element of the path.
PathElement3d - Class in org.arakhne.afc.math.geometry.d3.d
An element of the path with 2 double precision floating-point numbers.
PathElement3d(PathElementType, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.PathElement3d
Constructor.
PathElement3D - Interface in org.arakhne.afc.math.geometry.d3
An element of the path.
PathElement3d.ClosePathElement3d - Class in org.arakhne.afc.math.geometry.d3.d
An element of the path that represents a CLOSE.
PathElement3d.CurvePathElement3d - Class in org.arakhne.afc.math.geometry.d3.d
An element of the path that represents a CURVE_TO.
PathElement3d.LinePathElement3d - Class in org.arakhne.afc.math.geometry.d3.d
An element of the path that represents a LINE_TO.
PathElement3d.MovePathElement3d - Class in org.arakhne.afc.math.geometry.d3.d
An element of the path that represents a MOVE_TO.
PathElement3d.QuadPathElement3d - Class in org.arakhne.afc.math.geometry.d3.d
An element of the path that represents a QUAD_TO.
PathElement3dfx - Class in org.arakhne.afc.math.geometry.d3.dfx
An element of the path.
PathElement3dfx(PathElementType, DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Constructor.
PathElement3dfx(PathElementType, Point3dfx) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Constructor by setting.
PathElement3dfx.ClosePathElement3dfx - Class in org.arakhne.afc.math.geometry.d3.dfx
An element of the path that represents a CLOSE.
PathElement3dfx.CurvePathElement3dfx - Class in org.arakhne.afc.math.geometry.d3.dfx
An element of the path that represents a CURVE_TO.
PathElement3dfx.LinePathElement3dfx - Class in org.arakhne.afc.math.geometry.d3.dfx
An element of the path that represents a LINE_TO.
PathElement3dfx.MovePathElement3dfx - Class in org.arakhne.afc.math.geometry.d3.dfx
An element of the path that represents a MOVE_TO.
PathElement3dfx.QuadPathElement3dfx - Class in org.arakhne.afc.math.geometry.d3.dfx
An element of the path that represents a QUAD_TO.
PathElement3i - Class in org.arakhne.afc.math.geometry.d3.i
An element of the path with 2 integer numbers.
PathElement3i(PathElementType, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.PathElement3i
Constructor.
PathElement3i.ClosePathElement3i - Class in org.arakhne.afc.math.geometry.d3.i
An element of the path that represents a CLOSE.
PathElement3i.CurvePathElement3i - Class in org.arakhne.afc.math.geometry.d3.i
An element of the path that represents a CURVE_TO.
PathElement3i.LinePathElement3i - Class in org.arakhne.afc.math.geometry.d3.i
An element of the path that represents a LINE_TO.
PathElement3i.MovePathElement3i - Class in org.arakhne.afc.math.geometry.d3.i
An element of the path that represents a MOVE_TO.
PathElement3i.QuadPathElement3i - Class in org.arakhne.afc.math.geometry.d3.i
An element of the path that represents a QUAD_TO.
PathElement3ifx - Class in org.arakhne.afc.math.geometry.d3.ifx
An element of the path with 3 integer FX properties.
PathElement3ifx(PathElementType, IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Constructor.
PathElement3ifx(PathElementType, Point3ifx) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Constutor by setting.
PathElement3ifx.ClosePathElement3ifx - Class in org.arakhne.afc.math.geometry.d3.ifx
An element of the path that represents a CLOSE.
PathElement3ifx.CurvePathElement3ifx - Class in org.arakhne.afc.math.geometry.d3.ifx
An element of the path that represents a CURVE_TO.
PathElement3ifx.LinePathElement2ifx - Class in org.arakhne.afc.math.geometry.d3.ifx
An element of the path that represents a LINE_TO.
PathElement3ifx.MovePathElement3ifx - Class in org.arakhne.afc.math.geometry.d3.ifx
An element of the path that represents a MOVE_TO.
PathElement3ifx.QuadPathElement3ifx - Class in org.arakhne.afc.math.geometry.d3.ifx
An element of the path that represents a QUAD_TO.
PathElementType - Enum in org.arakhne.afc.math.geometry
Type of a path element.
PathIterator2afp<T extends PathElement2afp> - Interface in org.arakhne.afc.math.geometry.d2.afp
This interface describes an iterator on path elements.
PathIterator2ai<T extends PathElement2ai> - Interface in org.arakhne.afc.math.geometry.d2.ai
This interface describes an iterator on path elements.
PathIterator2D<T extends PathElement2D> - Interface in org.arakhne.afc.math.geometry.d2
This interface describes an interator on path elements.
PathIterator3afp<T extends PathElement3afp> - Interface in org.arakhne.afc.math.geometry.d3.afp
This interface describes an iterator on path elements.
PathIterator3ai<T extends PathElement3ai> - Interface in org.arakhne.afc.math.geometry.d3.ai
This interface describes an iterator on path elements.
PathIterator3D<T extends PathElement3D> - Interface in org.arakhne.afc.math.geometry.d3
This interface describes an interator on path elements.
PathIteratorWrapper - Class in org.arakhne.afc.math.geometry.d2.afp
Wrapper of a path iterator.
PathIteratorWrapper - Class in org.arakhne.afc.math.geometry.d2.ai
Wrapper of a path iterator.
PathIteratorWrapper - Class in org.arakhne.afc.math.geometry.d3.afp
Wrapper of a path iterator.
PathIteratorWrapper - Class in org.arakhne.afc.math.geometry.d3.ai
Wrapper of a path iterator.
PathIteratorWrapper(GeomFactory2afp<?, ?, ?, ?>, PathIterator2ai<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.PathIteratorWrapper
Create the wrapper.
PathIteratorWrapper(GeomFactory2ai<?, ?, ?, ?>, PathIterator2afp<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.PathIteratorWrapper
Create the wrapper.
PathIteratorWrapper(GeomFactory3afp<?, ?, ?, ?>, PathIterator3ai<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.PathIteratorWrapper
Create the wrapper.
PathIteratorWrapper(GeomFactory3ai<?, ?, ?, ?>, PathIterator3afp<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.PathIteratorWrapper
Create the wrapper.
PathPathIterator(Path2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Path2afp.PathPathIterator
Constructor.
PathPathIterator(Path2ai<?, ?, E, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Path2ai.PathPathIterator
Constructor.
PathPathIterator(Path3afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PathPathIterator
Constructor.
PathPathIterator(Path3ai<?, ?, E, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PathPathIterator
Constructor.
PathShadow3afp<B extends RectangularPrism3afp<?,​?,​?,​?,​?,​B>> - Class in org.arakhne.afc.math.geometry.d3.afp
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
PathShadow3afp(Path3afp<?, ?, ?, ?, ?, B>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.PathShadow3afp
Construct new path shadow.
PathShadow3afp(PathIterator3afp<?>, B) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.PathShadow3afp
Construct new path shadow.
PathShadow3ai<B extends RectangularPrism3ai<?,​?,​?,​?,​?,​B>> - Class in org.arakhne.afc.math.geometry.d3.ai
Shadow of a path that is used for computing the crossing values between a shape and the shadow.
PathShadow3ai(Path3ai<?, ?, ?, ?, ?, B>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.PathShadow3ai
Construct new path shadow.
PathWindingRule - Enum in org.arakhne.afc.math.geometry
The winding rule to determine the interior of a path.
PATTERN - org.arakhne.afc.bootique.log4j.configs.LayoutType
Pattern layout.
PCV - Static variable in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.AbstractEllipsePathIterator
Positive curve tangent size.
PCV - Static variable in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.AbstractCirclePathIterator
ctrlpts contains the control points for a set of 4 cubic bezier curves that approximate a circle of radius 0.5 centered at 0.5, 0.5.
PCV - Static variable in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.AbstractCirclePathIterator
ctrlpts contains the control points for a set of 4 cubic bezier curves that approximate a sphere of radius 0.5 centered at 0.5, 0.5.
PDFFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for PDF document.
PDFFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.PDFFileFilter
Construct.
PDFFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.PDFFileFilter
Constructor.
PDFTeXFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for a TeX part of a PDF document combined with TeX macros.
PDFTeXFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.PDFTeXFileFilter
Construct.
PDFTeXFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.PDFTeXFileFilter
Constructor.
PentaTreeNode<D,​N extends PentaTreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a tree for which each node has five children.
PentaTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.PentaTreeNode
Empty node.
PentaTreeNode(boolean) - Constructor for class org.arakhne.afc.math.tree.node.PentaTreeNode
Constructor.
PentaTreeNode(boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.PentaTreeNode
Constructor.
PentaTreeNode(boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.PentaTreeNode
Constructor.
PentaTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.PentaTreeNode
Construct a node.
PentaTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.PentaTreeNode
Construct a node.
PentaTreeNode.DefaultPentaTreeNode<D> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a quad tree.
PERHAPS - org.arakhne.afc.math.geometry.d2.afp.Segment2afp.UncertainIntersection
Intersection, uncertainly.
PERHAPS - org.arakhne.afc.math.geometry.d3.afp.Segment3afp.UncertainIntersection
Intersection, uncertainly.
perp(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
perp(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
perp(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Compute the the perpendicular product of the two vectors (aka. the determinant of two vectors).
perp(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
perp(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
perp(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Compute the determinant of two vectors.
perpProduct(double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Compute the the perpendicular product of the two vectors (aka. the determinant of two vectors).
perpProduct(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Compute the determinant of two vectors.
PERU - org.arakhne.afc.util.CountryCode
PE.
PhantomReferencedValue(VKT, VVT, ReferenceQueue<VVT>) - Constructor for class org.arakhne.afc.references.AbstractReferencedValueMap.PhantomReferencedValue
Constructor.
PhantomValueHashMap<K,​V> - Class in org.arakhne.afc.references
A Map implementation with phantom values.
PhantomValueHashMap() - Constructor for class org.arakhne.afc.references.PhantomValueHashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
PhantomValueHashMap(int) - Constructor for class org.arakhne.afc.references.PhantomValueHashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
PhantomValueHashMap(int, float) - Constructor for class org.arakhne.afc.references.PhantomValueHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
PhantomValueHashMap(Map<? extends K, ? extends V>) - Constructor for class org.arakhne.afc.references.PhantomValueHashMap
Constructs a new HashMap with the same mappings as the specified Map.
PhantomValueTreeMap<K,​V> - Class in org.arakhne.afc.references
A Map implementation with phantom values.
PhantomValueTreeMap() - Constructor for class org.arakhne.afc.references.PhantomValueTreeMap
Constructs an empty TreeMap.
PhantomValueTreeMap(Comparator<? super K>) - Constructor for class org.arakhne.afc.references.PhantomValueTreeMap
Constructs an empty TreeMap with the specified comparator.
PhantomValueTreeMap(Map<? extends K, ? extends V>) - Constructor for class org.arakhne.afc.references.PhantomValueTreeMap
Constructs a new TreeMap with the same mappings as the specified Map.
PhantomValueTreeMap(SortedMap<K, ? extends V>) - Constructor for class org.arakhne.afc.references.PhantomValueTreeMap
Constructs a new TreeMap with the same mappings and comparator as the specified Map.
phi - Variable in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Phi component in the WSG84 standard.
PHILIPPINES - org.arakhne.afc.util.CountryCode
PH.
PhysicsEngine - Interface in org.arakhne.afc.math.physics
Some physic utility functions implementing in Java.
PhysicsUtil - Class in org.arakhne.afc.math.physics
Some physic utility functions.
PI - Static variable in class org.arakhne.afc.math.MathConstants
PI.
PICOMETER - org.arakhne.afc.math.physics.SpaceUnit
picometer.
PICTURE - org.arakhne.afc.io.dbase.DBaseFieldType
Picture block.
PINK - Static variable in class org.arakhne.afc.vmutil.ColorNames
The name of the pink color within in W3C Color Standard.
PITCAIRN - org.arakhne.afc.util.CountryCode
PN.
pix2pix(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate from "long" pixel coordinate to "system" pixel coordinate.
pix2pix(float) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate from "long" pixel coordinate to "system" pixel coordinate.
pix2pix(long) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate from "long" pixel coordinate to "system" pixel coordinate.
PixelIterator(PathIterator2ai<?>, GeomFactory2ai<?, P, V, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Path2ai.PixelIterator
Constructor.
PixelIterator(PathIterator3ai<?>, GeomFactory3ai<?, P, V, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PixelIterator
Constructor.
PNGFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for PNG pictures.
PNGFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.PNGFileFilter
Construct.
PNGFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.PNGFileFilter
Constructor.
POINT - org.arakhne.afc.attrs.attr.AttributeType
Represents a 2d point value.
POINT - org.arakhne.afc.io.shape.ShapeElementType
The element is a point.
POINT_FUSION_DISTANCE - Static variable in class org.arakhne.afc.gis.mapelement.MapElementConstants
Distance for considering two points as at same location.
POINT_FUSION_SQUARED_DISTANCE - Static variable in class org.arakhne.afc.gis.mapelement.MapElementConstants
Squared distance for considering two points as at same location.
POINT_M - org.arakhne.afc.io.shape.ShapeElementType
The element is a point with a measure.
POINT_Z - org.arakhne.afc.io.shape.ShapeElementType
The element is a point with Z coordinate and a measure.
Point1d - Class in org.arakhne.afc.math.geometry.d1.d
1.5D Point with 2 double precision floating-point numbers.
Point1d() - Constructor for class org.arakhne.afc.math.geometry.d1.d.Point1d
Construct a zero vector.
Point1d(Point1D<?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Point1d
Construct a zero vector.
Point1d(Segment1D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Point1d
Construct a zero vector.
Point1d(Segment1D<?, ?>, double[]) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Point1d
Constructor by copy.
Point1d(Segment1D<?, ?>, double, double) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Point1d
Construct a vector with the given coordinates.
Point1d(Segment1D<?, ?>, float, float) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Point1d
Construct a vector with the given coordinates.
Point1d(Segment1D<?, ?>, int[]) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Point1d
Constructor by copy.
Point1d(Segment1D<?, ?>, int, int) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Point1d
Construct a vector with the given coordinates.
Point1d(Segment1D<?, ?>, long, long) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Point1d
Construct a vector with the given coordinates.
Point1d(Segment1D<?, ?>, Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Point1d
Constructor by copy.
Point1d(Vector1D<?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Point1d
Construct a zero vector.
Point1D<RP extends Point1D<? super RP,​? super RV,​? super RS>,​RV extends Vector1D<? super RV,​? super RP,​? super RS>,​RS extends Segment1D<?,​?>> - Interface in org.arakhne.afc.math.geometry.d1
1.5D Point.
Point1dfx - Class in org.arakhne.afc.math.geometry.d1.dfx
1.5D Point with 2 double precision floating-point FX properties.
Point1dfx() - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Point1dfx
Construct a zero vector.
Point1dfx(ObjectProperty<WeakReference<Segment1D<?, ?>>>, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Point1dfx
Construct a zero point.
Point1dfx(Point1D<?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Point1dfx
Construct a zero vector.
Point1dfx(Segment1D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Point1dfx
Construct a zero vector.
Point1dfx(Segment1D<?, ?>, double[]) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Point1dfx
Constructor by copy.
Point1dfx(Segment1D<?, ?>, double, double) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Point1dfx
Construct a vector with the given coordinates.
Point1dfx(Segment1D<?, ?>, float, float) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Point1dfx
Construct a vector with the given coordinates.
Point1dfx(Segment1D<?, ?>, int[]) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Point1dfx
Constructor by copy.
Point1dfx(Segment1D<?, ?>, int, int) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Point1dfx
Construct a vector with the given coordinates.
Point1dfx(Segment1D<?, ?>, long, long) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Point1dfx
Construct a vector with the given coordinates.
Point1dfx(Segment1D<?, ?>, Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Point1dfx
Constructor by copy.
Point1dfx(Vector1D<?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Point1dfx
Construct a zero vector.
Point2d - Class in org.arakhne.afc.math.geometry.d2.d
2D Point with 2 double precision floating-point numbers.
Point2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.Point2d
Construct a zero point.
Point2d(double[]) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Point2d
Constructor.
Point2d(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Point2d
Construct a point with the given coordinates.
Point2d(float, float) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Point2d
Construct a point with the given coordinates.
Point2d(int[]) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Point2d
Constructor.
Point2d(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Point2d
Construct a point with the given coordinates.
Point2d(long, long) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Point2d
Construct a point with the given coordinates.
Point2d(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Point2d
Constructor by copy.
Point2D<RP extends Point2D<? super RP,​? super RV>,​RV extends Vector2D<? super RV,​? super RP>> - Interface in org.arakhne.afc.math.geometry.d2
2D Point.
Point2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
2D Point with 2 double precision floating-point FX properties.
Point2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Point2dfx
Construct a zero point.
Point2dfx(double[]) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Point2dfx
Constructor by copy.
Point2dfx(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Point2dfx
Construct a point with the given coordinates.
Point2dfx(float, float) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Point2dfx
Construct a point with the given coordinates.
Point2dfx(int[]) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Point2dfx
Constructor by copy.
Point2dfx(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Point2dfx
Construct a point with the given coordinates.
Point2dfx(long, long) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Point2dfx
Construct a point with the given coordinates.
Point2dfx(DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Point2dfx
Construct a point with the given properties for its coordinates.
Point2dfx(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Point2dfx
Constructor by copy.
Point2i - Class in org.arakhne.afc.math.geometry.d2.i
2D Point with 2 integer numbers.
Point2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.Point2i
Construct a zero point.
Point2i(double[]) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Point2i
Constructor by copy.
Point2i(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Point2i
Construct a point with the given coordinates.
Point2i(float, float) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Point2i
Construct a point with the given coordinates.
Point2i(int[]) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Point2i
Constructor by copy.
Point2i(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Point2i
Construct a point with the given coordinates.
Point2i(long, long) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Point2i
Construct a point with the given coordinates.
Point2i(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Point2i
Constructor by copy.
Point2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
2D Point with 2 integer FX properties.
Point2ifx() - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Point2ifx
Construct a zero point.
Point2ifx(double[]) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Point2ifx
Constructor by copy.
Point2ifx(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Point2ifx
Construct a point with the given coordinates.
Point2ifx(float, float) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Point2ifx
Construct a point with the given coordinates.
Point2ifx(int[]) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Point2ifx
Constructor by copy.
Point2ifx(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Point2ifx
Construct a point with the given coordinates.
Point2ifx(long, long) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Point2ifx
Construct a point with the given coordinates.
Point2ifx(IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Point2ifx
Construct a point with the given properties for its coordinates.
Point2ifx(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Point2ifx
Constructor by copy.
Point3d - Class in org.arakhne.afc.math.geometry.d3.d
3D Point with 3 double precision floating-point numbers.
Point3d() - Constructor for class org.arakhne.afc.math.geometry.d3.d.Point3d
Construct a zero point.
Point3d(double[]) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Point3d
Constructor.
Point3d(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Point3d
Construct a point with the given coordinates.
Point3d(float, float, float) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Point3d
Construct a point with the given coordinates.
Point3d(int[]) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Point3d
Constructor.
Point3d(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Point3d
Construct a point with the given coordinates.
Point3d(long, long, long) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Point3d
Construct a point with the given coordinates.
Point3d(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Point3d
Constructor.
Point3D<RP extends Point3D<? super RP,​? super RV>,​RV extends Vector3D<? super RV,​? super RP>> - Interface in org.arakhne.afc.math.geometry.d3
3D Point.
POINT3D - org.arakhne.afc.attrs.attr.AttributeType
Represents a 3d point value.
Point3dfx - Class in org.arakhne.afc.math.geometry.d3.dfx
3D Point with 3 double precision floating-point FX properties.
Point3dfx() - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Point3dfx
Construct a zero point.
Point3dfx(double[]) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Point3dfx
Constructor by copy.
Point3dfx(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Point3dfx
Construct a point with the given coordinates.
Point3dfx(float, float, float) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Point3dfx
Construct a point with the given coordinates.
Point3dfx(int[]) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Point3dfx
Constructor by copy.
Point3dfx(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Point3dfx
Construct a point with the given coordinates.
Point3dfx(long, long, long) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Point3dfx
Construct a point with the given coordinates.
Point3dfx(DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Point3dfx
Construct a point with the given properties for its coordinates.
Point3dfx(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Point3dfx
Constructor by copy.
Point3i - Class in org.arakhne.afc.math.geometry.d3.i
2D Point with 2 integer numbers.
Point3i() - Constructor for class org.arakhne.afc.math.geometry.d3.i.Point3i
Construct a zero point.
Point3i(double[]) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Point3i
Constructor by copy.
Point3i(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Point3i
Construct a point with the given coordinates.
Point3i(float, float, float) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Point3i
Construct a point with the given coordinates.
Point3i(int[]) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Point3i
Constructor by copy.
Point3i(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Point3i
Construct a point with the given coordinates.
Point3i(long, long, long) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Point3i
Construct a point with the given coordinates.
Point3i(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Point3i
Constructor.
Point3ifx - Class in org.arakhne.afc.math.geometry.d3.ifx
3D Point with 3 integer FX properties.
Point3ifx() - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Point3ifx
Construct a zero point.
Point3ifx(double[]) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Point3ifx
Constructor by copy.
Point3ifx(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Point3ifx
Construct a point with the given coordinates.
Point3ifx(float, float, float) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Point3ifx
Construct a point with the given coordinates.
Point3ifx(int[]) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Point3ifx
Constructor by copy.
Point3ifx(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Point3ifx
Construct a point with the given coordinates.
Point3ifx(long, long, long) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Point3ifx
Construct a point with the given coordinates.
Point3ifx(IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Point3ifx
Construct a point with the given properties for its coordinates.
Point3ifx(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Point3ifx
Constructor by copy.
PointCollection<P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d2.afp
An collection of the points of the path.
PointCollection<P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d2.ai
An collection of the points of the path.
PointCollection(Path2afp<?, ?, ?, P, V, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.PointCollection
Constructor.
PointCollection(Path2ai<?, ?, ?, P, V, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.PointCollection
Constructor.
PointCollection(Path3afp<?, ?, ?, P, V, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
Constructor.
PointCollection(Path3ai<?, ?, ?, P, V, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
Constructor.
PointFusionValidator - Interface in org.arakhne.afc.gis.mapelement
This interface describes an object that is able to compare two points and reply if they should be assumed as the same point.
PointGroup(int) - Constructor for class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
Constructor.
pointIterator() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies the iterator on the points.
pointIterator() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
pointIterator() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the iterator on the points.
pointIterator() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
pointIterator() - Method in class org.arakhne.afc.math.graph.GraphPath
 
pointIterator() - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
Replies an iterator on the path's points.
PointIterator(Path3afp<?, ?, ?, P, V, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointIterator
Constructor.
PointIterator(Path3ai<?, ?, ?, P, V, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointIterator
Constructor.
points() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
Replies the points that are composing this element.
points() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Replies the iterator on the points.
points() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
points() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the iterator on the points.
points() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
points() - Method in class org.arakhne.afc.math.graph.GraphPath
 
points() - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
Replies an iterator on the path's points.
POLAND - org.arakhne.afc.util.CountryCode
PL.
POLYGON - org.arakhne.afc.io.shape.ShapeElementType
The element is a polygon.
POLYGON_M - org.arakhne.afc.io.shape.ShapeElementType
The element is a polygonwith a measure.
POLYGON_Z - org.arakhne.afc.io.shape.ShapeElementType
The element is a polygon with Z coordinate and a measure.
POLYLINE - org.arakhne.afc.attrs.attr.AttributeType
Represents a list of 2d points.
POLYLINE - org.arakhne.afc.io.shape.ShapeElementType
The element is a polyline.
POLYLINE_M - org.arakhne.afc.io.shape.ShapeElementType
The element is a polyline with a measure.
POLYLINE_Z - org.arakhne.afc.io.shape.ShapeElementType
The element is a polyline with Z coordinate and a measure.
POLYLINE3D - org.arakhne.afc.attrs.attr.AttributeType
Represents a list of 3d points.
popPreferredClassLoader() - Static method in class org.arakhne.afc.vmutil.ClassLoaderFinder
Pop the preferred class loader.
PORTUGAL - org.arakhne.afc.util.CountryCode
PT.
positiveOrZeroParameter() - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Positive or zero parameter.
positiveOrZeroParameter(int) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Positive or zero parameter.
positiveStrictlyParameter() - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Positive parameter.
positiveStrictlyParameter(int) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Positive parameter.
postAttributeReadingStage(E) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileReader
Called just after the dBase attributes was red.
postAttributeReadingStage(E) - Method in interface org.arakhne.afc.io.shape.ElementFactory
Invoked after the element's attributes were red from the dBase source.
postAttributeReadingStage(E) - Method in class org.arakhne.afc.io.shape.ShapeFileReader
 
postEntryReadingStage(E) - Method in interface org.arakhne.afc.io.shape.ElementFactory
Called just after an entry was red but just before the dBase attributes were red.
POSTFIX - org.arakhne.afc.math.tree.iterator.DepthFirstNodeOrder
The parent node will be treated after all its children.
PostfixDataDepthFirstTreeIterator<D,​N extends TreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.iterator
This class is an postfixed iterator on a tree data.
PostfixDataDepthFirstTreeIterator(N) - Constructor for class org.arakhne.afc.math.tree.iterator.PostfixDataDepthFirstTreeIterator
Constructor.
PostfixDataDepthFirstTreeIterator(N, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.PostfixDataDepthFirstTreeIterator
Constructor.
PostfixDataDepthFirstTreeIterator(N, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.PostfixDataDepthFirstTreeIterator
Constructor.
PostfixDataDepthFirstTreeIterator(N, NodeSelector<N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.PostfixDataDepthFirstTreeIterator
Constructor.
PostfixDataDepthFirstTreeIterator(Tree<D, N>) - Constructor for class org.arakhne.afc.math.tree.iterator.PostfixDataDepthFirstTreeIterator
Constructor.
PostfixDataDepthFirstTreeIterator(Tree<D, N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.PostfixDataDepthFirstTreeIterator
Constructor.
PostfixDataDepthFirstTreeIterator(Tree<D, N>, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.PostfixDataDepthFirstTreeIterator
Constructor.
PostfixDataDepthFirstTreeIterator(Tree<D, N>, NodeSelector<N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.PostfixDataDepthFirstTreeIterator
Constructor.
PostfixDepthFirstTreeIterator<N extends TreeNode<?,​N>> - Class in org.arakhne.afc.math.tree.iterator
This class is an postfixed iterator on a tree.
PostfixDepthFirstTreeIterator(N) - Constructor for class org.arakhne.afc.math.tree.iterator.PostfixDepthFirstTreeIterator
Constructor.
PostfixDepthFirstTreeIterator(N, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.PostfixDepthFirstTreeIterator
Constructor.
PostfixDepthFirstTreeIterator(Tree<?, N>) - Constructor for class org.arakhne.afc.math.tree.iterator.PostfixDepthFirstTreeIterator
Constructor.
PostfixDepthFirstTreeIterator(Tree<?, N>, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.PostfixDepthFirstTreeIterator
Constructor.
postHeaderReadingStage() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Called just after the header was read.
postHeaderReadingStage() - Method in class org.arakhne.afc.io.shape.AbstractShapeFileReader
 
postHeaderReadingStage() - Method in interface org.arakhne.afc.io.shape.ElementFactory
Called after the header of the shape file was red.
postHeaderReadingStage() - Method in class org.arakhne.afc.io.shape.ShapeFileIndexReader
 
postHeaderReadingStage() - Method in class org.arakhne.afc.io.shape.ShapeFileReader
 
postReadingStage(boolean) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Called after all the entries was read.
postReadingStage(boolean) - Method in interface org.arakhne.afc.io.shape.ElementFactory
Called after all the entries was red.
postReadingStage(boolean) - Method in class org.arakhne.afc.io.shape.ShapeFileReader
 
postRecordReadingStage(E) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Called just after an entry was read but just before the dBase attributes were read.
postRecordReadingStage(E) - Method in class org.arakhne.afc.io.shape.ShapeFileReader
 
postShapeReadingStage(E) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileReader
Called just after the shape was red but before the attributes were retreived.
postShapeReadingStage(E) - Method in interface org.arakhne.afc.io.shape.ElementFactory
Invoked after the element's shape was red but before the attributes were retrieved.
postShapeReadingStage(E) - Method in class org.arakhne.afc.io.shape.ShapeFileReader
 
power(int) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Compute the power of this vector.
power(int) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Compute the power of this vector.
PowerResult(double) - Constructor for class org.arakhne.afc.math.geometry.d2.Vector2D.PowerResult
Construct a result for even power.
PowerResult(double) - Constructor for class org.arakhne.afc.math.geometry.d3.Vector3D.PowerResult
Construct a result for even power.
PowerResult(T) - Constructor for class org.arakhne.afc.math.geometry.d2.Vector2D.PowerResult
Construct a result for the odd power.
PowerResult(T) - Constructor for class org.arakhne.afc.math.geometry.d3.Vector3D.PowerResult
Construct a result for the odd power.
predictionDuration - Variable in class org.arakhne.afc.agentmotion.common.AbstractTargetPositionPredictionAlgorithm
Duration of prediction.
predictTargetPosition(Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.common.AbstractTargetPositionPredictionAlgorithm
Predict the next position of the target.
predictTargetPosition(Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.EvadingMotionAlgorithm
Predict the next position of the target.
predictTargetPosition(Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.agentmotion.PursuingMotionAlgorithm
Predict the next position of the target.
prefHeight(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
PREFIX - org.arakhne.afc.math.tree.iterator.DepthFirstNodeOrder
The parent node will be treated before all its children.
PREFIX - Static variable in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Prefix for the configuration entries of the log4j modules.
PrefixDataDepthFirstTreeIterator<D,​N extends TreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.iterator
This class is an prefixed iterator on a tree data.
PrefixDataDepthFirstTreeIterator(N) - Constructor for class org.arakhne.afc.math.tree.iterator.PrefixDataDepthFirstTreeIterator
Constructor.
PrefixDataDepthFirstTreeIterator(N, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.PrefixDataDepthFirstTreeIterator
Constructor.
PrefixDataDepthFirstTreeIterator(N, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.PrefixDataDepthFirstTreeIterator
Constructor.
PrefixDataDepthFirstTreeIterator(N, NodeSelector<N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.PrefixDataDepthFirstTreeIterator
Constructor.
PrefixDataDepthFirstTreeIterator(Tree<D, N>) - Constructor for class org.arakhne.afc.math.tree.iterator.PrefixDataDepthFirstTreeIterator
Constructor.
PrefixDataDepthFirstTreeIterator(Tree<D, N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.PrefixDataDepthFirstTreeIterator
Constructor.
PrefixDataDepthFirstTreeIterator(Tree<D, N>, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.PrefixDataDepthFirstTreeIterator
Constructor.
PrefixDataDepthFirstTreeIterator(Tree<D, N>, NodeSelector<N>, DataSelector<D>) - Constructor for class org.arakhne.afc.math.tree.iterator.PrefixDataDepthFirstTreeIterator
Constructor.
PrefixDepthFirstTreeIterator<N extends TreeNode<?,​N>> - Class in org.arakhne.afc.math.tree.iterator
This class is an prefixed iterator on a tree.
PrefixDepthFirstTreeIterator(N) - Constructor for class org.arakhne.afc.math.tree.iterator.PrefixDepthFirstTreeIterator
Constructor.
PrefixDepthFirstTreeIterator(N, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.PrefixDepthFirstTreeIterator
Constructor.
PrefixDepthFirstTreeIterator(Tree<?, N>) - Constructor for class org.arakhne.afc.math.tree.iterator.PrefixDepthFirstTreeIterator
Constructor.
PrefixDepthFirstTreeIterator(Tree<?, N>, NodeSelector<N>) - Constructor for class org.arakhne.afc.math.tree.iterator.PrefixDepthFirstTreeIterator
Constructor.
prefWidth(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
prepareRendering() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Prepare the rendering by reseting the budget and the state.
preReadingStage() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Called after the reader was initialized and before the header of the shape file was read.
preReadingStage() - Method in interface org.arakhne.afc.io.shape.ElementFactory
Called after the reader was initialized and before the header of the shape file was red.
preReadingStage() - Method in class org.arakhne.afc.io.shape.ShapeFileReader
 
previous() - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendIterator
 
previous() - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendIterator
 
previousIndex() - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendIterator
 
previousIndex() - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendIterator
 
previousSegment - Variable in class org.arakhne.afc.math.graph.GraphIterationElement
Previous element in the iteration.
PRIMITIVE_ADDED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
Addition of a primitive not catched by one of the other event types.
PRIMITIVE_CHANGED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
Change in a primitive not catched by one of the other event types.
PRIMITIVE_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
Removal of a primitive not catched by one of the other event types.
PrintConfigCommand - Class in org.arakhne.afc.bootique.printconfig.commands
Command for showing configuration.
PrintConfigCommand(Provider<BootLogger>, Provider<ModulesMetadata>, Injector) - Constructor for class org.arakhne.afc.bootique.printconfig.commands.PrintConfigCommand
Constructor.
PrintConfigCommandModule - Class in org.arakhne.afc.bootique.printconfig.modules
Module for the command that prints out the configuration values.
PrintConfigCommandModule() - Constructor for class org.arakhne.afc.bootique.printconfig.modules.PrintConfigCommandModule
 
PrintConfigModuleProvider - Class in org.arakhne.afc.bootique.printconfig
Provider of a Bootique module for configuration printer.
PrintConfigModuleProvider() - Constructor for class org.arakhne.afc.bootique.printconfig.PrintConfigModuleProvider
 
printDetailedDescription(SynopsisHelpGenerator.SynopsisHelpAppender, String) - Method in class org.arakhne.afc.bootique.synopsishelp.help.SynopsisHelpGenerator
Print the detailed description of the command.
printLongDescription(String...) - Method in class org.arakhne.afc.bootique.synopsishelp.help.SynopsisHelpGenerator.SynopsisHelpAppender
Print a long description.
printSynopsis(HelpAppender, String, String) - Method in class org.arakhne.afc.bootique.synopsishelp.help.SynopsisHelpGenerator
Print the synopsis of the command.
Prism3afp<ST extends Shape3afp<?,​?,​IE,​P,​V,​B>,​IT extends Prism3afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement3afp,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.afp
Base class for Prisms.
Prism3ai<ST extends Shape3ai<?,​?,​IE,​P,​V,​B>,​IT extends Prism3ai<?,​?,​IE,​P,​V,​B>,​IE extends PathElement3ai,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3ai<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.ai
Fonctional interface that represented a rectangular shape on a plane.
PRIVACY_PATH - org.arakhne.afc.gis.road.primitive.RoadType
Privacy access or path.
Progression - Interface in org.arakhne.afc.progress
An object that permits to indicates the progression of a task.
ProgressionConsoleMonitor - Class in org.arakhne.afc.progress
An object that permits to indicates the progression of a task.
ProgressionConsoleMonitor() - Constructor for class org.arakhne.afc.progress.ProgressionConsoleMonitor
Construct a monitor.
ProgressionEvent - Class in org.arakhne.afc.progress
Task progression event.
ProgressionEvent(Progression, boolean) - Constructor for class org.arakhne.afc.progress.ProgressionEvent
Constructor.
ProgressionInputStream - Class in org.arakhne.afc.progress
InputStream that is able to notify about the reading progression.
ProgressionInputStream(InputStream, int, Progression) - Constructor for class org.arakhne.afc.progress.ProgressionInputStream
Constructor.
ProgressionInputStream(InputStream, Progression) - Constructor for class org.arakhne.afc.progress.ProgressionInputStream
Constructor.
ProgressionListener - Interface in org.arakhne.afc.progress
Listener on a task progression.
ProgressionOuputStream - Class in org.arakhne.afc.progress
OutputStream that is able to notify about the writing progression.
ProgressionOuputStream(OutputStream, int, Progression) - Constructor for class org.arakhne.afc.progress.ProgressionOuputStream
Construct a progression output stream.
ProgressionUtil - Class in org.arakhne.afc.progress
Utilities around task progression.
ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator(double, double, double, double, PathIterator2afp<T>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator
Constructor.
ProjectionToParallelogramLocalCoordinateSystemPathIterator(double, double, double, double, double, double, PathIterator2afp<T>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.ProjectionToParallelogramLocalCoordinateSystemPathIterator
Constructor.
projectsOnPlane(double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
projectsOnPlane(double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
projectsOnPlane(double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
projectsOnPlane(double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.DefaultSegment1d
 
projectsOnPlane(double, double, Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Segment1D
Replies the 2D position and the 2D tangent at the position on the segment.
projectsOnPlane(double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
projectsOnPlane(double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
projectsOnPlane(double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
projectsOnPlane(double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.DefaultSegment1d
 
projectsOnPlane(double, Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Segment1D
Replies the 2D position and the 2D tangent at the position on the segment.
PropertyOwner - Interface in org.arakhne.afc.util
This interface defines the services for an objects that is owning properties.
protectNull(Object, AttributeType) - Static method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
Ensure that the null value for rawAttributeValue is catched and replaced by a dedicated representant object.
provideHelpGenerator(ApplicationMetadata, Injector, Terminal) - Method in class org.arakhne.afc.bootique.synopsishelp.modules.SynopsisHelpGeneratorModule
Provide the help generator with synopsis.
providePrintConfigCommand(Provider<BootLogger>, Provider<ModulesMetadata>, Injector) - Method in class org.arakhne.afc.bootique.printconfig.modules.PrintConfigCommandModule
Provide the command for running the command for printing out the configuration values.
provideRootLogger(ConfigurationFactory, Provider<Log4jIntegrationConfig>) - Method in class org.arakhne.afc.bootique.log4j.modules.Log4jIntegrationModule
Provide the root logger.
PUERTO_RICO - org.arakhne.afc.util.CountryCode
PR.
PursuingAlgorithm - Class in org.arakhne.afc.agentmotion.common
Agent is changing its position for pursuing the target point.
PursuingAlgorithm(SeekingMotionAlgorithm, double) - Constructor for class org.arakhne.afc.agentmotion.common.PursuingAlgorithm
Constructor.
PursuingMotionAlgorithm - Interface in org.arakhne.afc.agentmotion
Agent is changing its position for pursuing the target point.
put(K, V) - Method in class org.arakhne.afc.references.AbstractReferencedValueMap
 
putAttributeIn(E, String, AttributeValue) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileReader
Invoked to put an attribute in the element.
putAttributeIn(E, String, AttributeValue) - Method in interface org.arakhne.afc.io.shape.ElementFactory
Invoked to put an attribute in the element.
putAttributeIn(E, String, AttributeValue) - Method in class org.arakhne.afc.io.shape.ShapeFileReader
 
putAttributeIn(MapElement, String, AttributeValue) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileReader
 
putHaltOnRoad(BusItineraryHalt, RoadSegment) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Put the given bus itinerary halt on the nearest point on road.
putHaltOnRoad(BusItineraryHalt, RoadSegment, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Put the given bus itinerary halt on the nearest point on road depending on nearPoint position.
putInvalidHaltsOnRoads(BusItineraryHalt...) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Try to put the invalid halts on the roads traversed by the bus itinerary.

Q

QATAR - org.arakhne.afc.util.CountryCode
QA.
QUAD_TO - org.arakhne.afc.math.geometry.PathElementType
Quadratic curve to the next point.
QuadPathElement2d(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.PathElement2d.QuadPathElement2d
Constructor.
QuadPathElement2dfx(DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
Constructor.
QuadPathElement2dfx(Point2dfx, Point2dfx, Point2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
Constructor by setting.
QuadPathElement2i(int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.PathElement2i.QuadPathElement2i
Constructor.
QuadPathElement2ifx(IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
Constructor.
QuadPathElement2ifx(Point2ifx, Point2ifx, Point2ifx) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
Constructor by setting.
QuadPathElement3d(double, double, double, double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
Constructor.
QuadPathElement3dfx(DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
Constructor.
QuadPathElement3dfx(Point3dfx, Point3dfx, Point3dfx) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
Constructor by setting.
QuadPathElement3i(int, int, int, int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
Constructor.
QuadPathElement3ifx(IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
Constructor.
QuadPathElement3ifx(Point3ifx, Point3ifx, Point3ifx) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
Constructor by setting.
quadraticCurveTo(double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Adds segments to the current path to make a quadratic Bezier curve.
Quadruplet<A,​B,​C,​D> - Class in org.arakhne.afc.util
This class implements quadruplet of values.
Quadruplet() - Constructor for class org.arakhne.afc.util.Quadruplet
Construct the quadruplet.
Quadruplet(A, B, C, D) - Constructor for class org.arakhne.afc.util.Quadruplet
Construct the quadruplet.
Quadruplet(Quadruplet<? extends A, ? extends B, ? extends C, ? extends D>) - Constructor for class org.arakhne.afc.util.Quadruplet
Construct the quadruplet.
quadTo(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2, y2), using the specified point (x1, y1) as a quadratic parametric control point.
quadTo(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
quadTo(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
quadTo(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.
quadTo(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
quadTo(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
quadTo(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2, y2), using the specified point (x1, y1) as a quadratic parametric control point.
quadTo(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
quadTo(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
quadTo(int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.
quadTo(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
quadTo(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
quadTo(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
quadTo(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
quadTo(Point2D<?, ?>, Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
quadTo(Point2D<?, ?>, Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
quadTo(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2, y2), using the specified point (x1, y1) as a quadratic parametric control point.
quadTo(Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
quadTo(Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
quadTo(Point3D<?, ?>, Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
quadTo(Point3D<?, ?>, Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
quadTo(Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.
QuadTreeNode<D,​N extends QuadTreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a tree for which each node has four children.
QuadTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.QuadTreeNode
Empty node.
QuadTreeNode(boolean) - Constructor for class org.arakhne.afc.math.tree.node.QuadTreeNode
Constructor.
QuadTreeNode(boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.QuadTreeNode
Constructor.
QuadTreeNode(boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.QuadTreeNode
Constructor.
QuadTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.QuadTreeNode
Construct a node.
QuadTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.QuadTreeNode
Construct a node.
QuadTreeNode.DefaultQuadTreeNode<D> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a quad tree.
QuadTreeNode.QuadTreeZone - Enum in org.arakhne.afc.math.tree.node
Available zones of a quad tree.
QUARTER_PI - Static variable in class org.arakhne.afc.math.MathConstants
PI/4.
Quaternion - Interface in org.arakhne.afc.math.geometry.d3
A 4 element unit quaternion represented by x, y, z, w coordinates.
Quaternion.AxisAngle - Class in org.arakhne.afc.math.geometry.d3
A representation of axis-angle.
Quaternion.EulerAngles - Class in org.arakhne.afc.math.geometry.d3
A representation of Euler Angles.

R

RADIANS_PER_SECOND - org.arakhne.afc.math.physics.AngularUnit
radians/second.
RADIUS - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
radius.
radiusProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
Replies the property that is the radius of the circle.
radiusProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
Replies the property that is the radius of the circle.
radiusProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
Replies the property that is the radius of the circle.
radiusProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
Replies the property that is the radius of the sphere.
radiusXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
radiusXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Replies the property for the radius along the x axis.
radiusXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
radiusXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Replies the property for the radius along the x axis.
radiusYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
radiusYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Replies the property for the radius along the y axis.
radiusYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
radiusYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Replies the property for the radius along the y axis.
random(double) - Static method in class org.arakhne.afc.math.stochastic.BernoulliStochasticLaw
Replies a random value that respect the current stochastic law.
random(double, double) - Static method in class org.arakhne.afc.math.stochastic.CauchyStochasticLaw
Replies a random value that respect the current stochastic law.
random(double, double) - Static method in class org.arakhne.afc.math.stochastic.ExponentialStochasticLaw
Replies a random value that respect the current stochastic law.
random(double, double) - Static method in class org.arakhne.afc.math.stochastic.GaussianStochasticLaw
Replies a random value that respect the current stochastic law.
random(double, double) - Static method in class org.arakhne.afc.math.stochastic.LinearStochasticLaw
Replies a random value that respect the current stochastic law.
random(double, double) - Static method in class org.arakhne.afc.math.stochastic.LogisticStochasticLaw
Replies a random value that respect the current stochastic law.
random(double, double) - Static method in class org.arakhne.afc.math.stochastic.LogNormalStochasticLaw
Replies a random value that respect the current stochastic law.
random(double, double) - Static method in class org.arakhne.afc.math.stochastic.ParetoStochasticLaw
Replies a random value that respect the current stochastic law.
random(double, double) - Static method in class org.arakhne.afc.math.stochastic.UniformStochasticLaw
Replies a random value that respect the current stochastic law.
random(double, double, boolean) - Static method in class org.arakhne.afc.math.stochastic.LinearStochasticLaw
Replies a random value that respect the current stochastic law.
random(double, double, double) - Static method in class org.arakhne.afc.math.stochastic.TriangularStochasticLaw
Replies a random value that respect the current stochastic law.
RandomAlgorithm - Class in org.arakhne.afc.agentmotion.common
Agent is changing randomly its position and orientation.
RandomAlgorithm(double, double, double, FacingMotionAlgorithm, SeekingMotionAlgorithm) - Constructor for class org.arakhne.afc.agentmotion.common.RandomAlgorithm
Constructor.
RandomKinematicAlgorithm - Class in org.arakhne.afc.agentmotion.kinematic
Agent is changing randomly its position and orientation.
RandomKinematicAlgorithm() - Constructor for class org.arakhne.afc.agentmotion.kinematic.RandomKinematicAlgorithm
 
RandomMotionAlgorithm - Interface in org.arakhne.afc.agentmotion
Agent is changing randomly its position and orientation.
RAW_FORMAT_STYLE - Static variable in class org.arakhne.afc.vmutil.locale.LocaleMessageFormat
String that corresponds to the raw format style.
read() - Method in class org.arakhne.afc.gis.io.binary.GISLayerReader
Read the next layer from the input.
read() - Method in class org.arakhne.afc.inputoutput.filetype.BufferedMagicNumberStream
 
read() - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumberStream
 
read() - Method in class org.arakhne.afc.inputoutput.stream.ReaderInputStream
 
read() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Read the elements for a shape file.
read() - Method in class org.arakhne.afc.progress.ProgressionInputStream
 
read(byte[]) - Method in class org.arakhne.afc.inputoutput.stream.UnclosableInputStream
Call directly the function InputStream.read(byte[]) on the filtered stream.
read(byte[]) - Method in class org.arakhne.afc.progress.ProgressionInputStream
 
read(byte[], int, int) - Method in class org.arakhne.afc.inputoutput.stream.UnclosableInputStream
Call directly the function InputStream.read(byte[], int, int) on the filtered stream.
read(byte[], int, int) - Method in class org.arakhne.afc.progress.ProgressionInputStream
 
read(int) - Method in class org.arakhne.afc.inputoutput.filetype.BufferedMagicNumberStream
Replies a byte at the specified offset.
read(int) - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumberStream
Replies a byte at the specified offset.
read(int, int) - Method in class org.arakhne.afc.inputoutput.filetype.BufferedMagicNumberStream
Replies the bytes at the specified offset.
read(int, int) - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumberStream
Replies the bytes at the specified offset.
read(Class<T>) - Method in class org.arakhne.afc.gis.io.binary.GISLayerReader
Read the next layer of the given type from the input.
readAttributeContainer(Element, AttributeCollection, PathBuilder, XMLResources, boolean) - Static method in class org.arakhne.afc.attrs.xml.XMLAttributeUtil
Put the attributes in the given container from the given XML element.
readBEDouble() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Read a Big Endian double on 8 bytes.
readBEDouble() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Read a big endian 8-byte floating point number.
readBEFloat() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Read a Big Endian float on 4 bytes.
readBEInt() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Read an Big Endian int on 4 bytes.
readBEInt() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Read a big endian 4-byte integer.
readBELong() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Read a Big Endian long on 8 bytes.
readBEShort() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Read a Big Endian short on 2 bytes.
readBusNetwork(Element, RoadNetwork, PathBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
Create and reply the bus network which is described by the given XML representation.
readDBFFields() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Read the field definitions.
readDBFHeader() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Read the header of the DBF file.
ReaderInputStream - Class in org.arakhne.afc.inputoutput.stream
An output stream that is writing inside a Writer.
ReaderInputStream(Reader) - Constructor for class org.arakhne.afc.inputoutput.stream.ReaderInputStream
Construct.
readGISElementAttributes(Element, GISElement, PathBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
Read the attributes of a GISElement from the XML description.
readGISElementContainer(Element, GISElementContainer<T>, String, PathBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
Read map elements from the XML description.
readGISElementContainer(Element, GISElementContainer<T>, PathBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
Read map elements from the XML description.
readHeader() - Method in class org.arakhne.afc.gis.io.binary.GISLayerReader
Read the header of the file.
readHeader() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Read the header of the shape file.
readLEDouble() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Read a Little Endian double on 8 bytes.
readLEDouble() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Read a little endian 8-byte floating point number.
readLEFloat() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Read a Little Endian float on 4 bytes.
readLEInt() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Read an Little Endian int on 4 bytes.
readLEInt() - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Read a little endian 4-byte integer.
readLELong() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Read a Little Endian long on 8 bytes.
readLEShort() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Read a Little Endian short on 2 bytes.
readLine(int) - Method in class org.arakhne.afc.inputoutput.filetype.BufferedMagicNumberStream
Replies the bytes until the next end of the first line (inclusive).
readLine(int) - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumberStream
Replies the bytes until the next end of the first line (inclusive).
readMapElement(Element, String, Class<T>, PathBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
Read a map element from the XML description.
readMapElement(Element, String, PathBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
Read a map element from the XML description.
readNextAttributeProvider() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Read the next record.
readNextDBFRecord() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Read the next record.
ReadOnlyUnitVectorProperty - Interface in org.arakhne.afc.math.geometry.d2.dfx
A JavaFX read-only property that is representing a unit vector.
ReadOnlyUnitVectorProperty - Interface in org.arakhne.afc.math.geometry.d3.dfx
A JavaFX read-only property that is representing a unit vector.
ReadOnlyUnitVectorWrapper - Class in org.arakhne.afc.math.geometry.d2.dfx
A convenient class to define read-only properties for unit vectors.
ReadOnlyUnitVectorWrapper - Class in org.arakhne.afc.math.geometry.d3.dfx
A convenient class to define read-only properties for unit vectors.
ReadOnlyUnitVectorWrapper(Object, String, GeomFactory2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.ReadOnlyUnitVectorWrapper
Construct a property.
ReadOnlyUnitVectorWrapper(Object, String, GeomFactory3dfx) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.ReadOnlyUnitVectorWrapper
Construct a property.
readRecord(int) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Read a record according to its type.
readRecord(int) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileReader
 
readRecord(int) - Method in class org.arakhne.afc.io.shape.ShapeFileIndexReader
 
readResources(Element, XMLResources) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read the given resources from the given XML node.
readResourceURL(Element, XMLResources, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies the resource URL that is contained inside the XML attribute defined in the given node and with the given XML path.
readRestOfDBFRecords() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Read all the records.
readRoadNetwork(Element, RoadNetwork, PathBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.road.io.XMLRoadUtil
Read the roads from the XML description.
readRoadNetwork(Element, PathBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.road.io.XMLRoadUtil
Read the roads from the XML description.
readRoadPolyline(Element, PathBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.road.io.XMLRoadUtil
Read a road from the XML description.
readRoadSegment(Element, PathBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.road.io.XMLRoadUtil
Read a road from the XML description.
readXML(File) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an XML file and replies the DOM document.
readXML(InputStream) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an XML file and replies the DOM document.
readXML(Reader) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an XML file and replies the DOM document.
readXML(String) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an XML file and replies the DOM document.
readXML(URL) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an XML file and replies the DOM document.
readXMLFragment(File) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an XML fragment from an XML file.
readXMLFragment(File, boolean) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an XML fragment from an XML file.
readXMLFragment(InputStream) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an XML fragment from an XML file.
readXMLFragment(InputStream, boolean) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an XML fragment from an XML file.
readXMLFragment(Reader) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an XML fragment from an XML file.
readXMLFragment(Reader, boolean) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an XML fragment from an XML file.
readXMLFragment(String) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an XML fragment from an XML file.
readXMLFragment(String, boolean) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an XML fragment from an XML file.
readXMLFragment(URL) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an XML fragment from an XML file.
readXMLFragment(URL, boolean) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Read an XML fragment from an XML file.
REAL - org.arakhne.afc.attrs.attr.AttributeType
Represents a floating number.
rebuild() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
rebuild() - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
Rebuild the primitive and all the primitive inside.
rebuild(boolean) - Method in class org.arakhne.afc.gis.bus.network.BusHub
 
rebuild(boolean) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
rebuild(boolean) - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
 
rebuild(boolean) - Method in class org.arakhne.afc.gis.bus.network.BusLine
 
rebuild(boolean) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
 
rebuild(boolean) - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
Rebuild the primitive and all the primitive inside.
rebuild(boolean) - Method in class org.arakhne.afc.gis.bus.network.BusStop
 
rect(double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Adds path elements to the current path to make a rectangle.
rectangle - Variable in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.AbstractOrientedRectanglePathIterator
The iterated shape.
rectangle - Variable in class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.AbstractRoundRectanglePathIterator
The iterator round rectangle.
Rectangle1afp<ST extends Shape1afp<?,​?,​P,​V,​S,​B>,​IT extends Rectangle1afp<?,​?,​P,​V,​S,​B>,​P extends Point1D<? super P,​? super V,​? super S>,​V extends Vector1D<? super V,​? super P,​? super S>,​S extends Segment1D<?,​?>,​B extends Rectangle1afp<?,​?,​P,​V,​S,​B>> - Interface in org.arakhne.afc.math.geometry.d1.afp
Fonctional interface that represented a 2D rectangle on a plane.
Rectangle1d - Class in org.arakhne.afc.math.geometry.d1.d
A rectangle with 2 double precision floating-point numbers.
Rectangle1d() - Constructor for class org.arakhne.afc.math.geometry.d1.d.Rectangle1d
Construct an empty rectangle.
Rectangle1d(Rectangle1d) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Rectangle1d
Constructor by copy.
Rectangle1d(Point1D<?, ?, ?>, Point1D<?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Rectangle1d
Construct a rectangle with the given minimum and maxium corners.
Rectangle1d(Segment1D<?, ?>, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Rectangle1d
Construct a rectangle with the given minimum corner and sizes.
Rectangle1dfx - Class in org.arakhne.afc.math.geometry.d1.dfx
A rectangle with 2 double precision floating-point numbers.
Rectangle1dfx() - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
Construct an empty rectangle.
Rectangle1dfx(Rectangle1dfx) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
Constructor by copy.
Rectangle1dfx(Point1D<?, ?, ?>, Point1D<?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
Construct a rectangle with the given minimum and maxium corners.
Rectangle1dfx(Segment1D<?, ?>, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
Construct a rectangle with the given minimum corner and sizes.
Rectangle2afp<ST extends Shape2afp<?,​?,​IE,​P,​V,​B>,​IT extends Rectangle2afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2afp,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.afp
Fonctional interface that represented a 2D rectangle on a plane.
Rectangle2afp.RectanglePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of the rectangle.
Rectangle2afp.TransformedRectanglePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of the rectangle.
Rectangle2afpDrawer - Class in org.arakhne.afc.nodefx.drawers
Drawer of a 2D rectangle.
Rectangle2afpDrawer() - Constructor for class org.arakhne.afc.nodefx.drawers.Rectangle2afpDrawer
 
Rectangle2ai<ST extends Shape2ai<?,​?,​IE,​P,​V,​B>,​IT extends Rectangle2ai<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2ai,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2ai<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.ai
Fonctional interface that represented a 2D rectangle on a plane.
Rectangle2ai.RectanglePathIterator<E extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
Iterator on the path elements of the rectangle.
Rectangle2ai.RectangleSideIterator<P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d2.ai
Iterates on points on the sides of a rectangle.
Rectangle2ai.Side - Enum in org.arakhne.afc.math.geometry.d2.ai
Sides of a rectangle.
Rectangle2ai.TransformedRectanglePathIterator<E extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
Iterator on the path elements of the rectangle.
Rectangle2d - Class in org.arakhne.afc.math.geometry.d2.d
A rectangle with 2 double precision floating-point numbers.
Rectangle2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.Rectangle2d
Construct an empty rectangle.
Rectangle2d(double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Rectangle2d
Construct a rectangle with the given minimum corner and sizes.
Rectangle2d(Rectangle2d) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Rectangle2d
Constructor by copy.
Rectangle2d(Point2D<?, ?>, Point2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Rectangle2d
Construct a rectangle with the given minimum and maxium corners.
Rectangle2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
Rectangle with 2 double precision floating-point FX properties.
Rectangle2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
Construct an empty rectangle.
Rectangle2dfx(double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
Construct a rectangle.
Rectangle2dfx(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
Constructor by copy.
Rectangle2dfx(Point2dfx, Point2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
Construct a rectangle by setting the given minimum and maximum corners.
Rectangle2dfx(Rectangle2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
Constructor by setting.
Rectangle2dfx(Point2D<?, ?>, Point2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
Construct a rectangle with the given minimum and maximum corners.
Rectangle2i - Class in org.arakhne.afc.math.geometry.d2.i
A rectangle with 2 integer numbers.
Rectangle2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.Rectangle2i
Construct an empty rectangle.
Rectangle2i(int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Rectangle2i
Construct a rectangle with the given minimum corner and sizes.
Rectangle2i(Rectangle2i) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Rectangle2i
Constructor by copy.
Rectangle2i(Point2D<?, ?>, Point2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Rectangle2i
Construct a rectangle with the given minimum and maximum corners.
Rectangle2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
A rectangle with 2 integer FX properties.
Rectangle2ifx() - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
Construct an empty rectangle.
Rectangle2ifx(int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
Construct a rectangle with the given minimum corner and sizes.
Rectangle2ifx(Rectangle2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
Constructor by copy.
Rectangle2ifx(Point2ifx, Point2ifx) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
Construct a rectangle by setting the given minimum and maximum corners.
Rectangle2ifx(Rectangle2ifx) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
Constructor by setting.
Rectangle2ifx(Point2D<?, ?>, Point2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
Construct a rectangle with the given minimum and maximum corners.
RectanglePathIterator(Rectangle2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.RectanglePathIterator
Constructor.
RectanglePathIterator(Rectangle2ai<?, ?, E, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.RectanglePathIterator
Constructor.
RectanglePathIterator(RectangularPrism3afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.RectanglePathIterator
Constructor.
RectanglePathIterator(RectangularPrism3ai<?, ?, E, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.RectanglePathIterator
Constructor.
RectangleSideIterator(Rectangle2ai<?, ?, ?, P, V, ?>, Rectangle2ai.Side) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.RectangleSideIterator
Constructor.
RectangleSideIterator(RectangularPrism3ai<?, ?, ?, P, V, ?>, RectangularPrism3ai.Side) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.RectangleSideIterator
Constructor.
RectangularPrism3afp<ST extends Shape3afp<?,​?,​IE,​P,​V,​B>,​IT extends RectangularPrism3afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement3afp,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.afp
Fonctional interface that represented a 2D rectangle on a plane.
RectangularPrism3afp.RectanglePathIterator<T extends PathElement3afp> - Class in org.arakhne.afc.math.geometry.d3.afp
Iterator on the path elements of the rectangle.
RectangularPrism3afp.TransformedRectanglePathIterator<T extends PathElement3afp> - Class in org.arakhne.afc.math.geometry.d3.afp
Iterator on the path elements of the rectangle.
RectangularPrism3ai<ST extends Shape3ai<?,​?,​IE,​P,​V,​B>,​IT extends RectangularPrism3ai<?,​?,​IE,​P,​V,​B>,​IE extends PathElement3ai,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3ai<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.ai
Fonctional interface that represented a 2D rectangle on a plane.
RectangularPrism3ai.RectanglePathIterator<E extends PathElement3ai> - Class in org.arakhne.afc.math.geometry.d3.ai
Iterator on the path elements of the rectangle.
RectangularPrism3ai.RectangleSideIterator<P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d3.ai
Iterates on points on the sides of a rectangle.
RectangularPrism3ai.Side - Enum in org.arakhne.afc.math.geometry.d3.ai
Sides of a prism.
RectangularPrism3ai.TransformedRectanglePathIterator<E extends PathElement3ai> - Class in org.arakhne.afc.math.geometry.d3.ai
Iterator on the path elements of the rectangle.
RectangularPrism3d - Class in org.arakhne.afc.math.geometry.d3.d
A rectangle with 2 double precision floating-point numbers.
RectangularPrism3d() - Constructor for class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
Construct an empty rectangular prism.
RectangularPrism3d(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
Construct a rectangle with the given minimum corner and sizes.
RectangularPrism3d(RectangularPrism3d) - Constructor for class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
Constructor by copy.
RectangularPrism3d(Point3D<?, ?>, Point3D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
Construct a rectangular prism with the given minimum and maxium corners.
RectangularPrism3dfx - Class in org.arakhne.afc.math.geometry.d3.dfx
Rectangular Prism with 3 double precision floating-point FX properties.
RectangularPrism3dfx() - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
Construct an empty rectangular prism.
RectangularPrism3dfx(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
Construct a rectangle.
RectangularPrism3dfx(RectangularPrism3afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
Constructor by copy.
RectangularPrism3dfx(Point3dfx, Point3dfx) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
Construct a recatngular prism by setting the minimum and maximum corners.
RectangularPrism3dfx(RectangularPrism3dfx) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
Constructor by setting.
RectangularPrism3dfx(Point3D<?, ?>, Point3D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
Construct a rectangular prism with the given minimum and maximum corners.
RectangularPrism3i - Class in org.arakhne.afc.math.geometry.d3.i
A rectangle with 2 integer numbers.
RectangularPrism3i() - Constructor for class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
Construct an empty rectangular prism.
RectangularPrism3i(int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
Construct a rectangle with the given minimum corner and sizes.
RectangularPrism3i(RectangularPrism3i) - Constructor for class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
Constructor by copy.
RectangularPrism3i(Point3D<?, ?>, Point3D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
Construct a rectangular prism with the given minimum and maximum corners.
RectangularPrism3ifx - Class in org.arakhne.afc.math.geometry.d3.ifx
A rectangular prism with 3 integer FX properties.
RectangularPrism3ifx() - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
Construct an empty rectangle.
RectangularPrism3ifx(int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
Construct a rectangle with the given minimum corner and sizes.
RectangularPrism3ifx(RectangularPrism3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
Constructor by copy.
RectangularPrism3ifx(Point3ifx, Point3ifx) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
Construct a rectangular prism by setting the given minimum and maximum corners.
RectangularPrism3ifx(RectangularPrism3ifx) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
Constructor by setting.
RectangularPrism3ifx(Point3D<?, ?>, Point3D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
Construct a rectangular prism with the given minimum and maximum corners.
RectangularShape1afp<ST extends Shape1afp<?,​?,​P,​V,​S,​B>,​IT extends RectangularShape1afp<?,​?,​P,​V,​S,​B>,​P extends Point1D<? super P,​? super V,​? super S>,​V extends Vector1D<? super V,​? super P,​? super S>,​S extends Segment1D<?,​?>,​B extends Rectangle1afp<?,​?,​P,​V,​S,​B>> - Interface in org.arakhne.afc.math.geometry.d1.afp
Fonctional interface that represented a rectangular shape on a plane.
RectangularShape2afp<ST extends Shape2afp<?,​?,​IE,​P,​V,​B>,​IT extends RectangularShape2afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2afp,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.afp
Fonctional interface that represented a rectangular shape on a plane.
RectangularShape2ai<ST extends Shape2ai<?,​?,​IE,​P,​V,​B>,​IT extends RectangularShape2ai<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2ai,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2ai<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.ai
Fonctional interface that represented a rectangular shape on a plane.
RED - Static variable in class org.arakhne.afc.vmutil.ColorNames
The name of the red color within in W3C Color Standard.
reduceCohenSutherlandZoneRectangleSegment(double, double, double, double, double, double, double, double, double, double, double, double, int, int, Point3D<?, ?>, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Update the given Cohen-Sutherland code that corresponds to the given segment in order to obtain a segment restricted to a single Cohen-Sutherland zone.
reduceCohenSutherlandZoneRectangularPrismSegment(int, int, int, int, int, int, int, int, int, int, int, int, int, int, Point3D<?, ?>, Point3D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
Update the given Cohen-Sutherland code that corresponds to the given segment in order to obtain a segment restricted to a single Cohen-Sutherland zone.
reducesCohenSutherlandZoneRectangleSegment(double, double, double, double, double, double, double, double, int, int, Tuple2D<?>, Tuple2D<?>) - Static method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Update the given Cohen-Sutherland code that corresponds to the given segment in order to obtain a segment restricted to a single Cohen-Sutherland zone.
reducesCohenSutherlandZoneRectangleSegment(int, int, int, int, int, int, int, int, int, int, Point2D<?, ?>, Point2D<?, ?>) - Static method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
Update the given Cohen-Sutherland code that corresponds to the given segment in order to obtain a segment restricted to a single Cohen-Sutherland zone.
ReferenceComparator(Comparator<? super E>) - Constructor for class org.arakhne.afc.references.AbstractReferencedSet.ReferenceComparator
Construct a comparator reference.
ReferenceListener - Interface in org.arakhne.afc.references
Listener on the release of a reference.
referenceReleased(int) - Method in class org.arakhne.afc.gis.tree.WeakGISTreeSetNode
 
referenceReleased(int) - Method in interface org.arakhne.afc.references.ReferenceListener
Invoked when at least one reference was released.
ReflectionUtil - Class in org.arakhne.afc.vmutil
This utility class provides a way to extend the reflection API and the Class class with autoboxing-compliant functions.
relaunchVM() - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Launch a VM with the same parameters as ones saved by VMCommandLine.saveVMParameters(Class, String[]).
reload() - Static method in class org.arakhne.afc.nodefx.Drawers
Reload the drawers' definition.
removal(Class<?>) - Static method in enum org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
Replies the removal type according to the given type.
REMOVAL - org.arakhne.afc.attrs.collection.AttributeChangeEvent.Type
An attribute was removed.
remove() - Method in class org.arakhne.afc.attrs.collection.AttributeIterator
 
remove() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegmentIterator
 
remove() - Method in class org.arakhne.afc.gis.tree.BudgetIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.AbstractEllipsePathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.AbstractOrientedRectanglePathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.AbstractParallelogramPathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.ProjectionToParallelogramLocalCoordinateSystemPathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.AbstractPathPathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.FlatteningPathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.RectanglePathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.TransformedRectanglePathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.AbstractRoundRectanglePathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.afp.Segment2afp.SegmentPathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.AbstractTrianglePathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.AbstractCirclePathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.AbstractPathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.FlatteningPathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.PixelIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.AbstractSegmentPathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.BresenhamLineIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.AbstractPathPathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.FlatteningPathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.RectanglePathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.TransformedRectanglePathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.afp.Segment3afp.SegmentPathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.AbstractPathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.FlatteningPathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PixelIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.RectanglePathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.RectangleSideIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.TransformedRectanglePathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.AbstractSegmentPathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.BresenhamLineIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.AbstractCirclePathIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.SpherePerimeterIterator
 
remove() - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendIterator
 
remove() - Method in class org.arakhne.afc.math.graph.GraphIterator
 
remove() - Method in class org.arakhne.afc.math.tree.iterator.AbstractBroadFirstTreeIterator
 
remove() - Method in class org.arakhne.afc.math.tree.iterator.AbstractDataTreeIterator
 
remove() - Method in class org.arakhne.afc.math.tree.iterator.AbstractInfixDepthFirstTreeIterator
 
remove() - Method in class org.arakhne.afc.math.tree.iterator.AbstractPostfixDepthFirstTreeIterator
 
remove() - Method in class org.arakhne.afc.math.tree.iterator.AbstractPrefixDepthFirstTreeIterator
 
remove() - Method in class org.arakhne.afc.math.tree.iterator.DataBroadFirstForestIterator
 
remove() - Method in class org.arakhne.afc.math.tree.iterator.DataDepthFirstForestIterator
 
remove() - Method in class org.arakhne.afc.math.tree.iterator.DepthFirstForestIterator
 
remove() - Method in class org.arakhne.afc.sizediterator.CollectionSizedIterator
 
remove() - Method in class org.arakhne.afc.sizediterator.ModifiableCollectionSizedIterator
 
remove(byte[]) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Remove the given embedded data from this classifier.
remove(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Remove the point with the given coordinates.
remove(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
remove(double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
remove(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Remove the point with the given coordinates.
remove(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
remove(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
remove(int) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
remove(int) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
remove(int) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
remove(int) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
remove(int) - Method in class org.arakhne.afc.math.graph.GraphPath
 
remove(int) - Method in class org.arakhne.afc.references.WeakArrayList
 
remove(int) - Method in class org.arakhne.afc.util.InformedArrayList
 
remove(int) - Method in class org.arakhne.afc.util.IntegerList
 
remove(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Remove the point with the given coordinates.
remove(int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
remove(int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
remove(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Remove the point with the given coordinates.
remove(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
remove(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
remove(long) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Remove the resource with the given identifier.
remove(File) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Remove the given file from this classifier.
remove(Class<T>, T) - Method in class org.arakhne.afc.util.ListenerCollection
Removes the listener as a listener of the specified type.
remove(Object) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
remove(Object) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
 
remove(Object) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
remove(Object) - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
 
remove(Object) - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
 
remove(Object) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
remove(Object) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
remove(Object) - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
 
remove(Object) - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
 
remove(Object) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
remove(Object) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
remove(Object) - Method in class org.arakhne.afc.math.graph.GraphPath
 
remove(Object) - Method in class org.arakhne.afc.math.tree.AbstractForest
 
remove(Object) - Method in class org.arakhne.afc.util.InformedArrayList
 
remove(Object) - Method in class org.arakhne.afc.util.IntegerList
 
remove(Object) - Method in class org.arakhne.afc.util.MultiCollection
This function is not supported, see MultiCollection.removeCollection(Collection).
remove(URL) - Method in class org.arakhne.afc.inputoutput.xml.XMLResources
Remove the given url from this classifier.
remove(List<E>, Comparator<? super E>, E) - Static method in class org.arakhne.afc.util.ListUtil
Remove the given element from the list using a dichotomic algorithm.
remove(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Remove the point from this path.
remove(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Remove the point from this path.
remove(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Remove the point from this path.
remove(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Remove the point from this path.
remove(SGraphSegment) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
Remove the given segment from the connection.
REMOVE_ALL - org.arakhne.afc.attrs.collection.AttributeChangeEvent.Type
All attributes were removed.
REMOVE_ALL_CHILDREN - org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent.Type
All the layers are removed from a container.
REMOVE_CHILD - org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent.Type
The layer was removed from its container.
removeAccents(String) - Static method in class org.arakhne.afc.text.TextUtil
Remove the accents inside the specified string.
removeAccents(String, Map<Character, String>) - Static method in class org.arakhne.afc.text.TextUtil
Remove the accents inside the specified string.
removeAfter(ST) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements after the specified one.
removeAfter(ST, PT) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements after the specified one which is starting at the specified point.
removeAfterLast(ST) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements after the specified one.
removeAfterLast(ST, PT) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements after the specified one which is starting at the specified point.
removeAll(Collection<?>) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
removeAll(Collection<?>) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
 
removeAll(Collection<?>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
removeAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
 
removeAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
 
removeAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
removeAll(Collection<?>) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
removeAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
 
removeAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
 
removeAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
removeAll(Collection<?>) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
removeAll(Collection<?>) - Method in class org.arakhne.afc.math.graph.GraphPath
 
removeAll(Collection<?>) - Method in class org.arakhne.afc.math.tree.AbstractForest
 
removeAll(Collection<?>) - Method in class org.arakhne.afc.util.IntegerList
 
removeAll(Collection<?>) - Method in class org.arakhne.afc.util.MultiCollection
This function is not supported, see MultiCollection.removeCollection(Collection).
removeAllAttributes() - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Remove all the attributes.
removeAllAttributes() - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
removeAllAttributes() - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
removeAllAttributes() - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
removeAllAttributes() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
removeAllAttributes() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
removeAllAttributes() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
removeAllAttributes() - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
removeAllBusHalts() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Remove all the bus halts from the current itinerary.
removeAllBusHubs() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Remove all the bus hubs from the current network.
removeAllBusItineraries() - Method in class org.arakhne.afc.gis.bus.network.BusLine
Remove all the bus itineraries from the current line.
removeAllBusLines() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Remove all the bus lines from the current network.
removeAllBusStops() - Method in class org.arakhne.afc.gis.bus.network.BusHub
Remove all the bus stops from the current hub.
removeAllBusStops() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Remove all the bus stops from the current network.
removeAllMapElements() - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
Remove all the map elements from this container.
removeAllMapElements() - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
 
removeAllMapElements() - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
 
removeAllMapElements() - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
 
removeAllMapElements() - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
removeAllRoadSegments() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Remove all the road segments from the current itinerary.
removeAllUserData() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
removeAllUserData() - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
removeAllUserData() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
removeAllUserData() - Method in interface org.arakhne.afc.math.tree.TreeNode
Remove all the user data associated to this node.
removeAllValues() - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
Remove all the values from the data source.
removeAnyScheme(String) - Static method in enum org.arakhne.afc.vmutil.URISchemeType
Remove any supported URI scheme from the given string.
removeAStarListener(AStarListener<ST, PT>) - Method in class org.arakhne.afc.math.graph.astar.AStar
Remove listener on A* algorithm events.
removeAt(int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
Remove the point at the specified index.
removeAttribute(String) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Remove the given attribute.
removeAttribute(String) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
removeAttribute(String) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
removeAttribute(String) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
removeAttribute(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
removeAttribute(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
removeAttribute(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
removeAttribute(String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
removeAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeCollection
 
removeAttributeChangeListener(AttributeChangeListener) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Remove a listener on the attribute value changes.
removeAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
removeAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
removeAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
removeAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
removeAttributeChangeListener(AttributeChangeListener) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
removeAttributeContainer(AttributeProvider) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
removeAttributeContainer(AttributeProvider) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
Remove a container in this set.
removeBefore(ST) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements before the specified one.
removeBefore(ST) - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
Remove the path's elements before the specified one.
removeBefore(ST, PT) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements before the specified one which is starting at the specified point.
removeBefore(ST, PT) - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
Remove the path's elements before the specified one which is starting at the specified point.
removeBeforeLast(ST) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements before the specified one.
removeBeforeLast(ST) - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
Remove the path's elements before the specified one.
removeBeforeLast(ST, PT) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements before the specified one which is starting at the specified point.
removeBeforeLast(ST, PT) - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
Remove the path's elements before the specified one which is starting at the specified point.
removeBusChangeListener(BusChangeListener) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
removeBusChangeListener(BusChangeListener) - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
Remove listener.
removeBusHalt(int) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Remove the bus halt at the specified index.
removeBusHalt(String) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Remove the bus halt with the given name.
removeBusHalt(BusItineraryHalt) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Remove a bus bus from this itinerary.
removeBusHalt(BusItineraryHalt) - Method in class org.arakhne.afc.gis.bus.network.BusStop
Remove a bus halt reference.
removeBusHub(String) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Remove the bus hub with the given name.
removeBusHub(BusHub) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Remove a bus hubs from this network.
removeBusHub(BusHub) - Method in class org.arakhne.afc.gis.bus.network.BusStop
Remove a hub reference.
removeBusItinerary(int) - Method in class org.arakhne.afc.gis.bus.network.BusLine
Remove the bus itinerary at the specified index.
removeBusItinerary(BusItinerary) - Method in class org.arakhne.afc.gis.bus.network.BusLine
Remove a bus itinerary from this line.
removeBusLine(int) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Remove the bus line at the specified index.
removeBusLine(String) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Remove the bus line with the given name.
removeBusLine(BusLine) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Remove a bus line from this network.
removeBusStop(int) - Method in class org.arakhne.afc.gis.bus.network.BusHub
Remove the bus stop at the specified index.
removeBusStop(String) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Remove the bus stops with the given name.
removeBusStop(BusStop) - Method in class org.arakhne.afc.gis.bus.network.BusHub
Remove a bus stop from this hub.
removeBusStop(BusStop) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Remove a bus stop from this network.
removeCellAt(int, int) - Method in class org.arakhne.afc.gis.grid.Grid
Remove the cell at the specified location.
removeCellLink(GridCell<P>) - Method in class org.arakhne.afc.gis.grid.GridCellElement
Add a reference from this element to a cell that is containing this element.
removeChild(N) - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
 
removeChild(N) - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
 
removeChild(N) - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
 
removeChild(N) - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
 
removeChild(N) - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
 
removeChild(N) - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
 
removeChild(N) - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
 
removeChild(N) - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
 
removeChild(N) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
 
removeChild(N) - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
 
removeChild(N) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
removeChild(N) - Method in interface org.arakhne.afc.math.tree.TreeNode
Remove the specified node from this node if it is a child.
removeCollection(Collection<? extends E>) - Method in class org.arakhne.afc.util.MultiCollection
Remove a collection from this multicollection.
removeConnectedSegment(RoadSegment, boolean) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
Remove a connection with a segment.
REMOVED_FROM_PARENT - org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent.Type
The layer was removed from its container.
removeDeeplyFromParent() - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
 
removeDeeplyFromParent() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
removeDeeplyFromParent() - Method in interface org.arakhne.afc.math.tree.TreeNode
Remove this node from its parent and remove the parent if it is becoming empty, and so one.
removeDrawingListener(DrawingListener) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
removeDrawingListener(DrawingListener) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
removeDrawingListener(DrawingListener) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Remove a drawing listener.
removeElement(P) - Method in class org.arakhne.afc.gis.grid.Grid
Remove the element at the specified location.
removeElement(P) - Method in class org.arakhne.afc.gis.grid.GridCell
Remove the specified element from the cell.
removeElementInSegment(int, int) - Method in class org.arakhne.afc.util.IntegerList
Remove the element in the segment starting at index segmentIndex.
removeElements(Class<T>, T[], T...) - Static method in class org.arakhne.afc.util.ArrayUtil
Remove the given elements from the array.
removeExtension(File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Remove the extension from the specified filename.
removeExtension(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Remove the extension from the specified filename.
removeForestListener(ForestListener) - Method in class org.arakhne.afc.math.tree.AbstractForest
Remove forest listener.
removeFrom(ST) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements after the specified one.
removeFrom(ST, PT) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements after the specified one which is starting at the specified point.
removeFromLast(ST) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements after the specified one.
removeFromLast(ST, PT) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements after the specified one which is starting at the specified point.
removeFromParent() - Method in interface org.arakhne.afc.math.tree.IterableNode
Remove this node from its parent.
removeFromParent() - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
 
removeFromParent() - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
removeGISEditableChangeListener(GISEditableChangeListener) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
removeGISEditableChangeListener(GISEditableChangeListener) - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
 
removeGISEditableChangeListener(GISEditableChangeListener) - Method in class org.arakhne.afc.gis.mapelement.MapElement
 
removeGISEditableChangeListener(GISEditableChangeListener) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
 
removeGISEditableChangeListener(GISEditableChangeListener) - Method in interface org.arakhne.afc.gis.primitive.GISEditable
Remove listener.
removeGroupAt(int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Remove the specified group.
removeIterationElements(Iterable<GraphIterationElement<ST, PT>>) - Method in class org.arakhne.afc.math.graph.BreadthFirstGraphCourseModel
 
removeIterationElements(Iterable<GraphIterationElement<ST, PT>>) - Method in class org.arakhne.afc.math.graph.DepthFirstGraphCourseModel
 
removeIterationElements(Iterable<GraphIterationElement<ST, PT>>) - Method in interface org.arakhne.afc.math.graph.GraphCourseModel
Remove the specified iteration elements.
removeIterationElements(Iterable<GraphIterationElement<ST, PT>>) - Method in class org.arakhne.afc.math.graph.ShortestSegmentFirstGraphCourseModel
 
removeLast() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
removeLast() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
removeLast() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
removeLast() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
removeLast() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Remove the last action.
removeLast() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
removeLast() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
removeLast() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
removeLast() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
removeLast() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Remove the last action.
removeLayerListener(MapLayerListener) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Remove a listener on the layer's events.
removeLayerListener(MapLayerListener) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Remove a listener on the layer's events.
removeListener(Class<T>, T) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Remove a listener.
removeListeningIterator(StandardRoadConnection.IClockwiseIterator) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
Remove a listening iterator.
removeMapElement(MapElement) - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
Remove a map element from this container.
removeMapElement(MapElement) - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
 
removeMapElement(MapElement) - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
 
removeMapElement(MapElement) - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
 
removeMapElement(MapElement) - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
removeMapLayer(MapLayer) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Remove a map layer from this container.
removeMapLayer(MapLayer) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
removeMapLayerAt(int) - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Remove the map layer inside this container.
removeMapLayerAt(int) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
removeMnemonicChar(String) - Static method in class org.arakhne.afc.text.TextUtil
Remove the mnemonic char from the specified string.
removeNextIterationElement() - Method in class org.arakhne.afc.math.graph.BreadthFirstGraphCourseModel
 
removeNextIterationElement() - Method in class org.arakhne.afc.math.graph.DepthFirstGraphCourseModel
 
removeNextIterationElement() - Method in interface org.arakhne.afc.math.graph.GraphCourseModel
Replies the next element and removes it from the iterator list.
removeNextIterationElement() - Method in class org.arakhne.afc.math.graph.ShortestSegmentFirstGraphCourseModel
 
removeOption(int) - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Remove the specified option.
removePointAt(int, int) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Remove the specified point at the given index in the specified group.
removeProgressionListener(ProgressionListener) - Method in class org.arakhne.afc.progress.DefaultProgression
 
removeProgressionListener(ProgressionListener) - Method in interface org.arakhne.afc.progress.Progression
Remove a listener on this model.
removeProvider() - Static method in class org.arakhne.afc.vmutil.ThreadServiceFinder
Remove a provider.
removeRange(int, int) - Method in class org.arakhne.afc.util.InformedArrayList
 
removeReferenceListener(ReferenceListener) - Method in class org.arakhne.afc.references.WeakArrayList
Remove listener on reference's release.
removeRoadNetworkListener(RoadNetworkListener) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Remove a listener.
removeRoadNetworkListener(RoadNetworkListener) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
removeRoadSegment(int) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Remove a road segment from this itinerary.
removeRoadSegment(RoadSegment) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Remove a road segment from this itinerary.
removeRoadSegment(RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
Remove a segment from this network.
removeRoadSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
removeRoadSegment(RoadSegment, boolean) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Remove a road segment from this itinerary.
removeRoadSegmentAt(int) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Remove the road segment at the given index.
removeScheme(String) - Method in enum org.arakhne.afc.vmutil.URISchemeType
Remove this URI scheme from the given string.
removeSegment(int) - Method in class org.arakhne.afc.util.IntegerList
Remove the element in the segment starting at index segmentIndex.
removeShapeGeometryChangeListener(ShapeGeometryChangeListener) - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractShape2d
Remove listener on geometry changes.
removeShapeGeometryChangeListener(ShapeGeometryChangeListener) - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractShape2i
Remove listener on geometry changes.
removeShapeGeometryChangeListener(ShapeGeometryChangeListener) - Method in class org.arakhne.afc.math.geometry.d3.d.AbstractShape3d
Remove listener on geometry changes.
removeShapeGeometryChangeListener(ShapeGeometryChangeListener) - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractShape3i
Remove listener on geometry changes.
removeTreeNodeListener(TreeNodeListener) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
removeTreeNodeListener(TreeNodeListener) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
removeTreeNodeListener(TreeNodeListener) - Method in interface org.arakhne.afc.math.tree.TreeNode
Remove a listener on the node events.
removeUntil(int, boolean) - Method in class org.arakhne.afc.math.graph.GraphPath
Package access to avoid compilation error.
removeUntil(ST) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements before the specified one.
removeUntil(ST) - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
Remove the path's elements before the specified one.
removeUntil(ST, PT) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements before the specified one which is starting at the specified point.
removeUntilLast(ST) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements before the specified one.
removeUntilLast(ST) - Method in interface org.arakhne.afc.math.graph.GraphSegmentList
Remove the path's elements before the specified one.
removeUntilLast(ST, PT) - Method in class org.arakhne.afc.math.graph.GraphPath
Remove the path's elements before the specified one which is starting at the specified point.
removeUserData(int) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
removeUserData(int) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
removeUserData(int) - Method in interface org.arakhne.afc.math.tree.TreeNode
Remove a user data associated to this node.
removeUserData(D) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
removeUserData(D) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
removeUserData(D) - Method in interface org.arakhne.afc.math.tree.TreeNode
Remove a user data associated to this node.
removeUserData(Object) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
Remove a user data from the data associated to this point.
removeUserData(Object) - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
Remove a user data from the data associated to this point.
removeUserData(String, Object) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
removeUserData(String, Object) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Remove an user data associated to this segment.
removeUserData(String, Object) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
removeUserData(String, Object) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
removeUserData(Collection<D>) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
removeUserData(Collection<D>) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
removeUserData(Collection<D>) - Method in interface org.arakhne.afc.math.tree.TreeNode
Remove a user data associated to this node.
removeUserData(Collection<P>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
removeValue(String) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
Remove a value from the data source.
RENAME - org.arakhne.afc.attrs.collection.AttributeChangeEvent.Type
An attribute was renamed.
renameAttribute(String, String) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeCollection
 
renameAttribute(String, String) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Rename the attribute.
renameAttribute(String, String) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
renameAttribute(String, String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
renameAttribute(String, String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
renameAttribute(String, String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
renameAttribute(String, String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
renameAttribute(String, String, boolean) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Rename the attribute .
renameAttribute(String, String, boolean) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
renameAttribute(String, String, boolean) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
renameAttribute(String, String, boolean) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
renameAttribute(String, String, boolean) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
renameAttribute(String, String, boolean) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
renameAttribute(String, String, boolean) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
renameAttribute(String, String, boolean) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
repaint() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Send a repainting query.
replaceExtension(File, String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replace the extension of the specified filename by the given extension.
replaceExtension(URL, String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replace the extension of the specified filename by the given extension.
replaceSegment(int, ST) - Method in class org.arakhne.afc.math.graph.astar.AStar
Invoked to replace a segment before adding it to the shortest path.
replaceSegment(int, ST) - Method in interface org.arakhne.afc.math.graph.astar.AStarSegmentReplacer
Replies a instance of segment to add inside the shortest path in place of the given segment.
replied - Variable in class org.arakhne.afc.math.graph.GraphIterationElement
Indicates if this element was replied by the iterator.
reset() - Method in class org.arakhne.afc.inputoutput.stream.ReaderInputStream
 
reset() - Method in class org.arakhne.afc.javafx.changes.ListNonIterableChange
 
reset() - Method in class org.arakhne.afc.progress.ProgressionInputStream
 
resetBoundingBox() - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
 
resetBoundingBox() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
 
resetBoundingBox() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
 
resetBoundingBox() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
resetBoundingBox() - Method in class org.arakhne.afc.gis.bus.network.BusLine
 
resetBoundingBox() - Method in class org.arakhne.afc.gis.mapelement.MapElement
 
resetBoundingBox() - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Clear the current bounding box to force the computation of it at the next call to AbstractBoundedGISElement.getBoundingBox().
resetBoundingBox() - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Clear the current bounding box to force the computation of it at the next call to AbstractBoundedGISElement.getBoundingBox().
resetBoundingBox() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
resetBoundingBox() - Method in class org.arakhne.afc.gis.primitive.AbstractBoundedGISElement
 
resetBoundingBox() - Method in interface org.arakhne.afc.gis.primitive.BoundedGISElement
Clear the current bounding box to force the computation of it at the next call to BoundedElement2afp.getBoundingBox().
resetBoundingBox() - Method in interface org.arakhne.afc.gis.primitive.GISContainer
Clear the current bounding box to force the computation of it at the next call to BoundedElement2afp.getBoundingBox().
resetOverridingStream() - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumberStream
resetScale() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Reset the scale value to avoid any zoom out or in.
resetViewportCenter() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Reset the viewer center to match the center of the document.
resize(double, double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
resolveEntity(String, String) - Method in class org.arakhne.afc.inputoutput.xml.DefaultXMLEntityResolver
 
RESOURCE - org.arakhne.afc.vmutil.URISchemeType
In the Java programming language a resource is a piece of data that can be accessed by the code of an application.
RESOURCE_PREFIX - Static variable in class org.arakhne.afc.vmutil.StandardJREResourceWrapper
Prefix (or directory name) where resources may be located.
ResourceNotFoundException - Exception in org.arakhne.afc.vmutil
The exception ResourceNotFoundException is thrown when a required Java resource was not found.
ResourceNotFoundException() - Constructor for exception org.arakhne.afc.vmutil.ResourceNotFoundException
Construct the exception.
ResourceNotFoundException(String) - Constructor for exception org.arakhne.afc.vmutil.ResourceNotFoundException
Construct the exception.
ResourceNotFoundException(String, Throwable) - Constructor for exception org.arakhne.afc.vmutil.ResourceNotFoundException
Construct the exception.
ResourceNotFoundException(Throwable) - Constructor for exception org.arakhne.afc.vmutil.ResourceNotFoundException
Construct the exception.
Resources - Class in org.arakhne.afc.vmutil
This utility class provides to load resources.
ResourceWrapper - Interface in org.arakhne.afc.vmutil
This interface provides implementations to load resources.
rest() - Method in class org.arakhne.afc.sizediterator.ArraySizedIterator
 
rest() - Method in class org.arakhne.afc.sizediterator.CollectionSizedIterator
 
rest() - Method in class org.arakhne.afc.sizediterator.EmptyIterator
 
rest() - Method in class org.arakhne.afc.sizediterator.ModifiableCollectionSizedIterator
 
rest() - Method in class org.arakhne.afc.sizediterator.MultiSizedIterator
 
rest() - Method in class org.arakhne.afc.sizediterator.SingleIterator
 
rest() - Method in interface org.arakhne.afc.sizediterator.SizedIterator
Replies the count of elements which are not replied by the iterator.
rest() - Method in class org.arakhne.afc.sizediterator.UnmodifiableCollectionSizedIterator
 
rest() - Method in class org.arakhne.afc.sizediterator.UnmodifiableMapKeySizedIterator
 
rest() - Method in class org.arakhne.afc.sizediterator.UnmodifiableMapValueSizedIterator
 
rest() - Method in class org.arakhne.afc.sizediterator.UnmodifiableSizedIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.CirclePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.TransformedCirclePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.EllipsePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.TransformedEllipsePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.MultiShapePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.TransformedMultiShapePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.OrientedRectanglePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.TransformedOrientedRectanglePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.ParallelogramPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.ProjectionToParallelogramLocalCoordinateSystemPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.TransformedParallelogramPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.FlatteningPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.PathPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.Path2afp.TransformedPathPathIterator
 
restartIterations() - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathIterator2afp
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.PathIteratorWrapper
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.RectanglePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.TransformedRectanglePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.RoundRectanglePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.TransformedRoundRectanglePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.Segment2afp.SegmentPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TransformedTrianglePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TrianglePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.CirclePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.TransformedCirclePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.MultiShapePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.TransformedMultiShapePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.FlatteningPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.PathPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.ai.Path2ai.TransformedPathIterator
 
restartIterations() - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathIterator2ai
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.ai.PathIteratorWrapper
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.RectanglePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.TransformedRectanglePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.SegmentPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.TransformedSegmentPathIterator
 
restartIterations() - Method in interface org.arakhne.afc.math.geometry.d2.PathIterator2D
Replies a reset instance of this iterator.
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.MultiShapePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.TransformedMultiShapePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.FlatteningPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PathPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.TransformedPathPathIterator
 
restartIterations() - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathIterator3afp
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.afp.PathIteratorWrapper
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.RectanglePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.TransformedRectanglePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.afp.Segment3afp.SegmentPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.SpherePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.TransformedCirclePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.MultiShapePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.TransformedMultiShapePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.FlatteningPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PathPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.TransformedPathIterator
 
restartIterations() - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathIterator3ai
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.ai.PathIteratorWrapper
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.RectanglePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.TransformedRectanglePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.SegmentPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.TransformedSegmentPathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.SpherePathIterator
 
restartIterations() - Method in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.TransformedCirclePathIterator
 
restartIterations() - Method in interface org.arakhne.afc.math.geometry.d3.PathIterator3D
Replies a reset instance of this iterator.
restore() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Pops the state off of the stack, setting the following attributes to their value at the time when that state was pushed onto the stack.
restrictArray(T[], Class<T>, ArrayUtil.Filter<T>) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies an array in which all the elements must respect the given comparator.
retainAll(String...) - Method in class org.arakhne.afc.vmutil.json.JsonBuffer
Keep the specified keys into the Json and remove the other keys.
retainAll(Collection<?>) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
retainAll(Collection<?>) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
 
retainAll(Collection<?>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
retainAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
 
retainAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
 
retainAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
retainAll(Collection<?>) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
retainAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
 
retainAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
 
retainAll(Collection<?>) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
retainAll(Collection<?>) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
retainAll(Collection<?>) - Method in class org.arakhne.afc.math.graph.GraphPath
 
retainAll(Collection<?>) - Method in class org.arakhne.afc.math.tree.AbstractForest
 
retainAll(Collection<?>) - Method in class org.arakhne.afc.util.IntegerList
 
retainAll(Collection<?>) - Method in class org.arakhne.afc.util.MultiCollection
This function is not supported, see MultiCollection.removeCollection(Collection).
REUNION - org.arakhne.afc.util.CountryCode
RE.
revalidate() - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
 
revalidate() - Method in interface org.arakhne.afc.gis.bus.layer.BusLayer
Check if the validity of this layer is correctly set and change its values if necessary.
revalidate() - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
 
revalidate() - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
 
revalidate() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusContainer
 
revalidate() - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
revalidate() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
revalidate() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
Check if the validity of this primitive is correctly set and change its values if necessary.
revalidate() - Method in interface org.arakhne.afc.gis.bus.network.BusPrimitive
Check if the validity of this primitive is correctly set and change its values if necessary.
reverse(T[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Reverse the specified array.
reverseIterator() - Method in interface org.arakhne.afc.gis.maplayer.GISLayerContainer
Replies a reverse iterator (from bottom to top).
reverseIterator() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
reverseIterator(List<T>) - Static method in class org.arakhne.afc.util.ListUtil
Replies an iterator that goes from end to start of the given list.
REVERTED_DIRECTION - org.arakhne.afc.math.geometry.d1.Direction1D
Reverted direction then a Segment1D.
rgb(int) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Parse the given RGB color.
rgba(int) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Parse the given RGBA color.
rgba(int, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Parse the given RGBA color.
rgba(Color, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Parse the given RGBA color.
RIGHT - org.arakhne.afc.gis.road.primitive.LegalTrafficSide
Vehicles are moving on right side of the roads.
RIGHT - org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.Side
Right.
RIGHT - org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.Side
Right.
RIGHT - org.arakhne.afc.math.tree.node.BinaryTreeNode.BinaryTreeZone
This is the index of the child that correspond to the voxel at back/right/down position.
RIGHT - org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode.IcosepBinaryTreeZone
This is the index of the child that correspond to the voxel at back/right/down position.
RING - org.arakhne.afc.io.shape.ShapeMultiPatchType
A ring.
ROAD_COLOR - Static variable in class org.arakhne.afc.gis.road.ui.drawers.RoadPolylineDrawer
Default color for roads' interior.
RoadAStar - Class in org.arakhne.afc.gis.road.path.astar
This class provides an implementation of the A* algorithm dedicated to roads.
RoadAStar() - Constructor for class org.arakhne.afc.gis.road.path.astar.RoadAStar
Create the A* algorithm with the euclidian distance heuristic.
RoadAStar(RoadAStarPathFactory) - Constructor for class org.arakhne.afc.gis.road.path.astar.RoadAStar
Create the A* algorithm with the euclidian distance heuristic.
RoadAStar(AStarHeuristic<? super RoadConnection>) - Constructor for class org.arakhne.afc.gis.road.path.astar.RoadAStar
Constructor.
RoadAStar(AStarHeuristic<? super RoadConnection>, RoadAStarPathFactory) - Constructor for class org.arakhne.afc.gis.road.path.astar.RoadAStar
Constructor.
RoadAStar.VirtualCandidate - Class in org.arakhne.afc.gis.road.path.astar
This is a graph point connected to a RoadAStar.VirtualPoint that is a valid candidate for the A* algorithm.
RoadAStar.VirtualConnection - Class in org.arakhne.afc.gis.road.path.astar
This is the relationship between a RoadAStar.VirtualPoint and a RoadAStar.VirtualSegment.
RoadAStar.VirtualPoint - Class in org.arakhne.afc.gis.road.path.astar
This virtual point corresponds to a virtual graph connection point that could be the start or the end of the A* search.
RoadAStar.VirtualSegment - Class in org.arakhne.afc.gis.road.path.astar
Is a road segment that connects a virtual point to a real road connection.
RoadAStarDistanceHeuristic - Class in org.arakhne.afc.gis.road.path.astar
This class implements a euclidian distance heuristic for the A* algorithm.
RoadAStarDistanceHeuristic() - Constructor for class org.arakhne.afc.gis.road.path.astar.RoadAStarDistanceHeuristic
 
RoadAStarPathFactory - Class in org.arakhne.afc.gis.road.path.astar
This class is the factory used to create a road path during the execution of the A* algorithm.
RoadAStarPathFactory() - Constructor for class org.arakhne.afc.gis.road.path.astar.RoadAStarPathFactory
 
RoadAStarSegmentOrientation - Class in org.arakhne.afc.gis.road.path.astar
This class implements the default road segment orientation tool for the A* algorithm.
RoadAStarSegmentOrientation() - Constructor for class org.arakhne.afc.gis.road.path.astar.RoadAStarSegmentOrientation
 
RoadConnection - Interface in org.arakhne.afc.gis.road.primitive
This class represents the connection point inside a road network.
RoadConnection.ClockwiseBoundType - Enum in org.arakhne.afc.gis.road.primitive
Describes the type of treatment for the bounds of a (counter)clockwise iterator on the segments.
RoadConnectionWithArrivalSegment - Class in org.arakhne.afc.gis.road
This class represents the connection point inside a road network and which is knowing the road segment from which it was obtained.
RoadConnectionWithArrivalSegment(StandardRoadConnection, RoadSegment, boolean) - Constructor for class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
Create a new road connection.
RoadNetwork - Interface in org.arakhne.afc.gis.road.primitive
This interface describes a road network.
RoadNetworkAdapter - Class in org.arakhne.afc.gis.road.primitive
Listener on road network events.
RoadNetworkAdapter() - Constructor for class org.arakhne.afc.gis.road.primitive.RoadNetworkAdapter
 
RoadNetworkConstants - Class in org.arakhne.afc.gis.road.primitive
Constants for the road network API.
RoadNetworkDrawer - Class in org.arakhne.afc.gis.road.ui.drawers
Drawer of a map road polyline.
RoadNetworkDrawer() - Constructor for class org.arakhne.afc.gis.road.ui.drawers.RoadNetworkDrawer
Constructor.
RoadNetworkDrawer(Drawer<RoadPolyline>) - Constructor for class org.arakhne.afc.gis.road.ui.drawers.RoadNetworkDrawer
Constructor.
RoadNetworkDrawerConstants - Class in org.arakhne.afc.gis.road.ui.drawers
Constants for the road network drawers.
RoadNetworkException - Exception in org.arakhne.afc.gis.road.primitive
This exception is thrown by the road network classes.
RoadNetworkException() - Constructor for exception org.arakhne.afc.gis.road.primitive.RoadNetworkException
Constructor.
RoadNetworkException(String) - Constructor for exception org.arakhne.afc.gis.road.primitive.RoadNetworkException
Constructor.
RoadNetworkException(String, Throwable) - Constructor for exception org.arakhne.afc.gis.road.primitive.RoadNetworkException
Constructor.
RoadNetworkException(Throwable) - Constructor for exception org.arakhne.afc.gis.road.primitive.RoadNetworkException
Constructor.
RoadNetworkIterator - Class in org.arakhne.afc.gis.road
This class is an iterator on the segments of a road network.
RoadNetworkIterator(RoadSegmentContainer, RoadSegment, RoadConnection, boolean, boolean, double) - Constructor for class org.arakhne.afc.gis.road.RoadNetworkIterator
Constructor.
RoadNetworkLayer - Class in org.arakhne.afc.gis.road.layer
This class permits to display a road network.
RoadNetworkLayer(UUID, AttributeCollection, StandardRoadNetwork) - Constructor for class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
Create a new layer.
RoadNetworkLayer(UUID, StandardRoadNetwork) - Constructor for class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
Create a new layer.
RoadNetworkLayer(AttributeCollection, StandardRoadNetwork) - Constructor for class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
Create a new layer.
RoadNetworkLayer(StandardRoadNetwork) - Constructor for class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
Create a new layer.
RoadNetworkLayerConstants - Class in org.arakhne.afc.gis.road.layer
Constants for the road network layer API.
RoadNetworkListener - Interface in org.arakhne.afc.gis.road.primitive
Listener on road network events.
RoadPath - Class in org.arakhne.afc.gis.road.path
This class describes a path inside a road network.
RoadPath() - Constructor for class org.arakhne.afc.gis.road.path.RoadPath
Constructor.
RoadPath(List<RoadSegment>) - Constructor for class org.arakhne.afc.gis.road.path.RoadPath
Constructor of road path that is backed to the given list.
RoadPath(RoadPath) - Constructor for class org.arakhne.afc.gis.road.path.RoadPath
Constructor.
RoadPath(RoadSegment) - Constructor for class org.arakhne.afc.gis.road.path.RoadPath
Constructor.
RoadPath(RoadSegment, RoadConnection) - Constructor for class org.arakhne.afc.gis.road.path.RoadPath
Constructor.
RoadPolyline - Class in org.arakhne.afc.gis.road
This class describes a road segment
RoadPolyline() - Constructor for class org.arakhne.afc.gis.road.RoadPolyline
Create a new road segment.
RoadPolyline(UUID) - Constructor for class org.arakhne.afc.gis.road.RoadPolyline
Create a new road segment.
RoadPolyline(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.road.RoadPolyline
Create a new road segment.
RoadPolyline(AttributeCollection) - Constructor for class org.arakhne.afc.gis.road.RoadPolyline
Create a new road segment.
RoadPolylineDrawer - Class in org.arakhne.afc.gis.road.ui.drawers
Drawer of a map road polyline.
RoadPolylineDrawer() - Constructor for class org.arakhne.afc.gis.road.ui.drawers.RoadPolylineDrawer
 
RoadSegment - Interface in org.arakhne.afc.gis.road.primitive
This interface describes a road segment
RoadSegmentComparator - Class in org.arakhne.afc.gis.road.primitive
Comparator of road segments.
RoadSegmentComparator() - Constructor for class org.arakhne.afc.gis.road.primitive.RoadSegmentComparator
 
RoadSegmentContainer - Interface in org.arakhne.afc.gis.road.primitive
This interface describes a road segment container.
RoadSegmentIterationComparator - Class in org.arakhne.afc.gis.road
This class permits to compare two road segments.
roadSegments() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the list of the road segments of the bus itinerary.
roadSegments() - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Replies an iterator on the road segments in this ClusteredRoadPath.
roadSegmentsIterator() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the list of the road segments of the bus itinerary.
RoadType - Enum in org.arakhne.afc.gis.road.primitive
Standard types of roads.
ROMANIA - org.arakhne.afc.util.CountryCode
RO.
ROMBasedAttributeCollection - Interface in org.arakhne.afc.attrs.collection
This interface representes a provider of attributes that is partly based on data stored on a ROM (read-only memory).
rotate(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
rotate(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Roate the parallelogram around its center.
rotate(double) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Rotate the object (theta).
rotate(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Rotates the current transform in radians.
rotate(Quaternion) - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Rotate the object.
rotationXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
rotationXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Replies the property for the rotation of the x axis.
rotationXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
rotationXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Replies the property for the rotation of the x axis.
RoundRectangle2afp<ST extends Shape2afp<?,​?,​IE,​P,​V,​B>,​IT extends RoundRectangle2afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2afp,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.afp
Fonctional interface that represented a 2D round rectangle on a plane.
RoundRectangle2afp.AbstractRoundRectanglePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Abstract iterator on the path elements of the round rectangle.
RoundRectangle2afp.RoundRectanglePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of the rectangle.
RoundRectangle2afp.TransformedRoundRectanglePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of the rectangle.
RoundRectangle2afpDrawer - Class in org.arakhne.afc.nodefx.drawers
Drawer of a 2D rounded rectangle.
RoundRectangle2afpDrawer() - Constructor for class org.arakhne.afc.nodefx.drawers.RoundRectangle2afpDrawer
 
RoundRectangle2d - Class in org.arakhne.afc.math.geometry.d2.d
A round rectangle with 2 double precision floating-point numbers.
RoundRectangle2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
Construct an empty round rectangle.
RoundRectangle2d(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
Construct a round rectangle with the given corners and arcs.
RoundRectangle2d(RectangularShape2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
Construct a round rectangle with the corners of the given shape, and zero arcs.
RoundRectangle2d(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
Constructor by copy.
RoundRectangle2d(Point2D<?, ?>, Point2D<?, ?>, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
Construct a round rectangle with the given corners and arcs.
RoundRectangle2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
Round rectangle with 2 double precision floating-point FX properties.
RoundRectangle2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
Construct an empty round rectangle.
RoundRectangle2dfx(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
Construct a round rectangle.
RoundRectangle2dfx(RectangularShape2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
Constructor by copy.
RoundRectangle2dfx(RoundRectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
Constructor by copy.
RoundRectangle2dfx(Point2D<?, ?>, Point2D<?, ?>, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
Constructor.
RoundRectanglePathIterator(RoundRectangle2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.RoundRectanglePathIterator
Constructor.
row() - Method in class org.arakhne.afc.gis.grid.GridCell
Replies the row index of the cell.
run(Cli) - Method in class org.arakhne.afc.bootique.printconfig.commands.PrintConfigCommand
 
runCommand(String...) - Static method in class org.arakhne.afc.vmutil.AbstractOperatingSystemWrapper
Run a shell command.
runProviderEvents - Variable in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
Boolean indicates that enable event handling from the providers, or not.
RUSSIAN_FEDERATION - org.arakhne.afc.util.CountryCode
RU.
RWANDA - org.arakhne.afc.util.CountryCode
RW.

S

SAINT_BARTHELEMY - org.arakhne.afc.util.CountryCode
BL.
SAINT_EUSTATIUS_AND_SABA_BONAIRE - org.arakhne.afc.util.CountryCode
BQ.
SAINT_HELENA - org.arakhne.afc.util.CountryCode
SH.
SAINT_KITTS_AND_NEVIS - org.arakhne.afc.util.CountryCode
KN.
SAINT_LUCIA - org.arakhne.afc.util.CountryCode
LC.
SAINT_MARTIN_FRENCH_SIDE - org.arakhne.afc.util.CountryCode
MF.
SAINT_PIERRE_AND_MIQUELON - org.arakhne.afc.util.CountryCode
PM.
SAINT_VINCENT_AND_THE_GRENADINES - org.arakhne.afc.util.CountryCode
VC.
SAME - org.arakhne.afc.math.geometry.IntersectionType
The second object is the same as the first one.
SAMOA - org.arakhne.afc.util.CountryCode
WS.
SAN_MARINO - org.arakhne.afc.util.CountryCode
SM.
SAO_TOME_AND_PRINCIPE - org.arakhne.afc.util.CountryCode
ST.
SAUDI_ARABIA - org.arakhne.afc.util.CountryCode
SA.
save() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Saves the following attributes onto a stack.
saveValue(String, AttributeValue) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
Save a value into the data source.
saveVMParameters(Class<?>, String...) - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Save parameters that permit to relaunch a VM with VMCommandLine.relaunchVM().
saveVMParameters(String, String...) - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Save parameters that permit to relaunch a VM with VMCommandLine.relaunchVM().
saveVMParametersIfNotSet(Class<?>, String...) - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Save parameters that permit to relaunch a VM with VMCommandLine.relaunchVM().
saveVMParametersIfNotSet(String, String...) - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Save parameters that permit to relaunch a VM with VMCommandLine.relaunchVM().
ScalaOperator - Annotation Type in org.arakhne.afc.vmutil.annotations
Annotation for marking functions that are implementations of Scala operators.
scale(double) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
scale(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
scale(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
scale(double) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
scale(double) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Concatenates this transform with a scaling transformation.
scale(double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the value of this tuple to the scalar multiplication of the scale factor with this.
scale(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
scale(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
scale(double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
scale(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the value of this tuple to the scalar multiplication of the scale factor with this.
scale(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
scale(double, double) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Concatenates this transform with a scaling transformation.
scale(double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Scales the current transform by x, y.
scale(double, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
scale(double, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
scale(double, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
scale(double, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
scale(double, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the value of this tuple to the scalar multiplication of tuple t1.
scale(double, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
scale(double, Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
scale(double, Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
scale(double, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the value of this tuple to the scalar multiplication of tuple t1.
scale(double, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
scale(int) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
scale(int) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
scale(int) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
scale(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
scale(int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the value of this tuple to the scalar multiplication of the scale factor with this.
scale(int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
scale(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
scale(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
scale(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the value of this tuple to the scalar multiplication of the scale factor with this.
scale(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
scale(int, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
scale(int, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
scale(int, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
scale(int, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
scale(int, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the value of this tuple to the scalar multiplication of tuple t1.
scale(int, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
scale(int, Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
scale(int, Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
scale(int, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the value of this tuple to the scalar multiplication of tuple t1.
scale(int, Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
scale(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Concatenates this transform with a scaling transformation.
SCALE_CHANGE_PROPERTY - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Name of the property for the factor to apply when zooming in or out.
SCALE_VALUE_PROPERTY - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Name of the property that contains the zooming/scale value.
scaleAdd(double, Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
 
scaleAdd(double, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiableVector1D
 
scaleAdd(double, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple vector (this = s*this + vector).
scaleAdd(double, Vector1D<?, ?, ?>, Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
 
scaleAdd(double, Vector1D<?, ?, ?>, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiableVector1D
 
scaleAdd(double, Vector1D<?, ?, ?>, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Sets the value of this tuple to the scalar multiplication of the tuple vector1 plus the tuple vector2 (this = s*vector1 + vector2).
scaleAdd(double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
scaleAdd(double, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
scaleAdd(double, Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*point + vector).
scaleAdd(double, Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
scaleAdd(double, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
scaleAdd(double, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
scaleAdd(double, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
scaleAdd(double, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
scaleAdd(double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + vector).
scaleAdd(double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
scaleAdd(double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
scaleAdd(double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple vector (this = s*this + vector).
scaleAdd(double, Vector2D<?, ?>, Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
scaleAdd(double, Vector2D<?, ?>, Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
scaleAdd(double, Vector2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*vector + point).
scaleAdd(double, Vector2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
scaleAdd(double, Vector2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
scaleAdd(double, Vector2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
scaleAdd(double, Vector2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
scaleAdd(double, Vector2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Sets the value of this tuple to the scalar multiplication of the tuple vector1 plus the tuple vector2 (this = s*vector1 + vector2).
scaleAdd(double, Point3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
scaleAdd(double, Point3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
scaleAdd(double, Point3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*t1 + t2).
scaleAdd(double, Point3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
 
scaleAdd(double, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
scaleAdd(double, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
scaleAdd(double, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
scaleAdd(double, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
scaleAdd(double, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + t1).
scaleAdd(double, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
 
scaleAdd(double, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
scaleAdd(double, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + t1).
scaleAdd(double, Vector3D<?, ?>, Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
scaleAdd(double, Vector3D<?, ?>, Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
scaleAdd(double, Vector3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*t1 + t2).
scaleAdd(double, Vector3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
 
scaleAdd(double, Vector3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
scaleAdd(double, Vector3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
scaleAdd(double, Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
scaleAdd(double, Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*t1 + t2).
scaleAdd(int, Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
 
scaleAdd(int, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiableVector1D
 
scaleAdd(int, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple vector (this = s*this + vector).
scaleAdd(int, Vector1D<?, ?, ?>, Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
 
scaleAdd(int, Vector1D<?, ?, ?>, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiableVector1D
 
scaleAdd(int, Vector1D<?, ?, ?>, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*t1 + t2).
scaleAdd(int, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
scaleAdd(int, Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
scaleAdd(int, Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*point + vector).
scaleAdd(int, Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
scaleAdd(int, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
scaleAdd(int, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
scaleAdd(int, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
scaleAdd(int, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
scaleAdd(int, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + vector).
scaleAdd(int, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
scaleAdd(int, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
scaleAdd(int, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple vector (this = s*this + vector).
scaleAdd(int, Vector2D<?, ?>, Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
scaleAdd(int, Vector2D<?, ?>, Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
scaleAdd(int, Vector2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*vector + point).
scaleAdd(int, Vector2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
scaleAdd(int, Vector2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
scaleAdd(int, Vector2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
scaleAdd(int, Vector2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
scaleAdd(int, Vector2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*t1 + t2).
scaleAdd(int, Point3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
scaleAdd(int, Point3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
scaleAdd(int, Point3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*t1 + t2).
scaleAdd(int, Point3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
 
scaleAdd(int, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
scaleAdd(int, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
scaleAdd(int, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
scaleAdd(int, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
scaleAdd(int, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + t1).
scaleAdd(int, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
 
scaleAdd(int, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
scaleAdd(int, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + t1).
scaleAdd(int, Vector3D<?, ?>, Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
scaleAdd(int, Vector3D<?, ?>, Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
scaleAdd(int, Vector3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*t1 + t2).
scaleAdd(int, Vector3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
 
scaleAdd(int, Vector3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
scaleAdd(int, Vector3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
scaleAdd(int, Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
scaleAdd(int, Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*t1 + t2).
scaleChangeProperty() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
scaleChangeProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
scaleChangeProperty() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the property for the delta value that is applied when zooming in or out.
scaleValueProperty() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
scaleValueProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
scaleValueProperty() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the property for the scale value.
sec(double) - Static method in class org.arakhne.afc.math.MathUtil
Replies the secant of the specified angle.
SECOND_AXIS - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
secondAxis.
SECOND_AXIS_EXTENT - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
secondAxisExtent.
SECOND_CORNER - org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TriangleFeature
The second triangle point.
SECOND_SEGMENT - org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TriangleFeature
The second triangle segment.
SECONDARY_ROAD - org.arakhne.afc.gis.road.primitive.RoadType
Secondrary roads.
secondAxisExtentProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
Replies the property for the extent of the second rectangle axis.
secondAxisExtentProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
Replies the property for the extent of the second axis.
secondAxisProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
Replies the property for the second rectangle axis.
secondAxisProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
Replies the property for the second axis.
seek(int) - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Move the reading head at the specified record index.
seek(int) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Move the reading head at the specified record index.
seek(int) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileReader
 
seek(int) - Method in class org.arakhne.afc.io.shape.ShapeFileIndexReader
Move the reading head at the specified record index.
seeking - Variable in class org.arakhne.afc.agentmotion.common.PursuingAlgorithm
Seeking algorithm to delegate to.
seeking - Variable in class org.arakhne.afc.agentmotion.common.RandomAlgorithm
Seeking algorithm to delegate to.
SeekingAlgorithm - Class in org.arakhne.afc.agentmotion.common
Agent is changing its position for seeking the target point.
SeekingAlgorithm() - Constructor for class org.arakhne.afc.agentmotion.common.SeekingAlgorithm
 
SeekingMotionAlgorithm - Interface in org.arakhne.afc.agentmotion
Agent is changing its position for seeking the target point.
SeekOperationDisabledException - Exception in org.arakhne.afc.io.shape
Exception when the seek operation cannot be applied on a Shape file.
SeekOperationDisabledException() - Constructor for exception org.arakhne.afc.io.shape.SeekOperationDisabledException
Constructor.
SeekOperationDisabledException(String) - Constructor for exception org.arakhne.afc.io.shape.SeekOperationDisabledException
Constructor.
segment - Variable in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
x coordinate.
segment - Variable in class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
segment reference.
segment - Variable in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
segment reference.
segment - Variable in class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.AbstractSegmentPathIterator
Element.
segment - Variable in class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.AbstractSegmentPathIterator
Element.
SEGMENT - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
segment.
SEGMENT_ADDED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A road segment was added into a bus itinerary.
SEGMENT_DIRECTION - org.arakhne.afc.math.geometry.d1.Direction1D
Same direction as a Segment1D.
SEGMENT_OUTSIDE_ROAD_NETWORK - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
The segment is outside the road network linked to the bus network.
SEGMENT_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A road segment was removed from a bus itinerary.
Segment1D<RP extends Point2D<?,​?>,​RV extends Vector2D<?,​?>> - Interface in org.arakhne.afc.math.geometry.d1
This class represents a segment is a 1.5D coordinate space.
Segment2afp<ST extends Shape2afp<?,​?,​IE,​P,​V,​B>,​IT extends Segment2afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2afp,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.afp
Fonctional interface that represented a 2D segment/line on a plane.
Segment2afp.SegmentPathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of the segment.
Segment2afp.UncertainIntersection - Enum in org.arakhne.afc.math.geometry.d2.afp
Result of the intersection between segments in a context where a single test is not enough.
Segment2afpDrawer - Class in org.arakhne.afc.nodefx.drawers
Drawer of a 2D segment.
Segment2afpDrawer() - Constructor for class org.arakhne.afc.nodefx.drawers.Segment2afpDrawer
 
Segment2ai<ST extends Shape2ai<?,​?,​IE,​P,​V,​B>,​IT extends Segment2ai<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2ai,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2ai<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.ai
Fonctional interface that represented a 2D segment/line on a plane.
Segment2ai.AbstractSegmentPathIterator<IE extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
Abstract iterator on the path elements of the segment.
Segment2ai.BresenhamLineIterator<P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d2.ai
The Bresenham line algorithm is an algorithm which determines which points in an n-dimensional raster should be plotted in order to form a close approximation to a straight line between two given points.
Segment2ai.SegmentPathIterator<IE extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
Iterator on the path elements of the segment.
Segment2ai.TransformedSegmentPathIterator<IE extends PathElement2ai> - Class in org.arakhne.afc.math.geometry.d2.ai
Iterator on the path elements of the segment.
Segment2d - Class in org.arakhne.afc.math.geometry.d2.d
A 2D segment/line with 2 double precision floating-point numbers.
Segment2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.Segment2d
Construct an empty segment.
Segment2d(double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Segment2d
Construct a segment from the two given points.
Segment2d(Segment2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Segment2d
Constructor by copy.
Segment2d(Point2D<?, ?>, Point2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Segment2d
Construct a segment from the two given points.
Segment2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
A 2D segment/line encapsulating points with 2 double precision FX properties.
Segment2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
Construct an empty segment.
Segment2dfx(double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
Construct a segment with the two given points.
Segment2dfx(Segment2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
Constructor by copy.
Segment2dfx(Point2dfx, Point2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
Constructor by setting the two given points.
Segment2dfx(Segment2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
Constructor by setting.
Segment2dfx(Point2D<?, ?>, Point2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
Construct a segment with the two given points.
Segment2i - Class in org.arakhne.afc.math.geometry.d2.i
A 2D segment/line with 2 integer numbers.
Segment2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.Segment2i
Construct an empty segment.
Segment2i(int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Segment2i
Construct a segment with the two given points.
Segment2i(Segment2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Segment2i
Constructor by copy.
Segment2i(Point2D<?, ?>, Point2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Segment2i
Construct a segment with the two given points.
Segment2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
A 2D segment/line encapsulating points with 2 integer FX properties.
Segment2ifx() - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
Construct an empty segment.
Segment2ifx(int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
Construct a segment with the two given points.
Segment2ifx(Segment2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
Constructor by copy.
Segment2ifx(Point2ifx, Point2ifx) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
Construct a segment by setting the two given points.
Segment2ifx(Segment2ifx) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
Constructor by setting.
Segment2ifx(Point2D<?, ?>, Point2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
Construct a segment with the two given points.
Segment3afp<ST extends Shape3afp<?,​?,​IE,​P,​V,​B>,​IT extends Segment3afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement3afp,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.afp
Fonctional interface that represented a 2D segment/line on a plane.
Segment3afp.SegmentPathIterator<T extends PathElement3afp> - Class in org.arakhne.afc.math.geometry.d3.afp
Iterator on the path elements of the segment.
Segment3afp.UncertainIntersection - Enum in org.arakhne.afc.math.geometry.d3.afp
Result of the intersection between segments in a context where a single test is not enough.
Segment3ai<ST extends Shape3ai<?,​?,​IE,​P,​V,​B>,​IT extends Segment3ai<?,​?,​IE,​P,​V,​B>,​IE extends PathElement3ai,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3ai<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.ai
Fonctional interface that represented a 2D segment/line on a plane.
Segment3ai.AbstractSegmentPathIterator<IE extends PathElement3ai> - Class in org.arakhne.afc.math.geometry.d3.ai
Abstract iterator on the path elements of the segment.
Segment3ai.BresenhamLineIterator<P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d3.ai
The Bresenham line algorithm is an algorithm which determines which points in an n-dimensional raster should be plotted in order to form a close approximation to a straight line between two given points.
Segment3ai.SegmentPathIterator<IE extends PathElement3ai> - Class in org.arakhne.afc.math.geometry.d3.ai
Iterator on the path elements of the segment.
Segment3ai.TransformedSegmentPathIterator<IE extends PathElement3ai> - Class in org.arakhne.afc.math.geometry.d3.ai
Iterator on the path elements of the segment.
Segment3d - Class in org.arakhne.afc.math.geometry.d3.d
A 2D segment/line with 2 double precision floating-point numbers.
Segment3d() - Constructor for class org.arakhne.afc.math.geometry.d3.d.Segment3d
Construct an empty segment.
Segment3d(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Segment3d
Construct a segment from the two given points.
Segment3d(Segment3afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Segment3d
Constructor by copy.
Segment3d(Point3D<?, ?>, Point3D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Segment3d
Construct a segment from the two given points.
Segment3dfx - Class in org.arakhne.afc.math.geometry.d3.dfx
A 3D segment/line with 3 double precision FX properties.
Segment3dfx() - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
Construct an empty segment.
Segment3dfx(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
Construct a segment with the two given points.
Segment3dfx(Segment3afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
Constructor by copy.
Segment3dfx(Point3dfx, Point3dfx) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
Construct a segment with the two given points.
Segment3dfx(Segment3dfx) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
Constructor by setting.
Segment3dfx(Point3D<?, ?>, Point3D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
Construct a segment with the two given points.
Segment3i - Class in org.arakhne.afc.math.geometry.d3.i
A 2D segment/line with 2 integer numbers.
Segment3i() - Constructor for class org.arakhne.afc.math.geometry.d3.i.Segment3i
Construct an empty segment.
Segment3i(int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Segment3i
Construct a segment with the two given points.
Segment3i(Segment3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Segment3i
Constructor by copy.
Segment3i(Point3D<?, ?>, Point3D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Segment3i
Construct a segment with the two given points.
Segment3ifx - Class in org.arakhne.afc.math.geometry.d3.ifx
A 3D segment/line with 3 integer FX properties.
Segment3ifx() - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
Construct an empty segment.
Segment3ifx(int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
Construct a segment with the two given points.
Segment3ifx(Segment3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
Construct by copy.
Segment3ifx(Point3ifx, Point3ifx) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
Construct a segment by setting the two given points.
Segment3ifx(Segment3ifx) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
Construct by setting.
Segment3ifx(Point3D<?, ?>, Point3D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
Construct a segment with the two given points.
segmentAdded(SubGraph<ST, PT, ?>, GraphIterationElement<ST, PT>) - Method in interface org.arakhne.afc.math.graph.SubGraphBuildListener
Invoked when a segment was added to a subgraph.
segmentIterator() - Method in class org.arakhne.afc.util.IntegerList
Returns an iterator over the segments in this list in proper sequence.
segmentList - Variable in class org.arakhne.afc.math.graph.GraphPath
Package access to avoid comiplation error.
SegmentPathIterator(Segment2afp<?, ?, T, ?, ?, ?>, Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Segment2afp.SegmentPathIterator
Constructor.
SegmentPathIterator(Segment2ai<?, ?, IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.SegmentPathIterator
Constructor.
SegmentPathIterator(Segment3afp<?, ?, T, ?, ?, ?>, Transform3D) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.Segment3afp.SegmentPathIterator
Constructor.
SegmentPathIterator(Segment3ai<?, ?, IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.SegmentPathIterator
Constructor.
SegmentPoint2d - Class in org.arakhne.afc.math.geometry.d2.d
A 2D segment/line encapsulating points with 2 double precision numbers.
SegmentPoint2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
Construct an empty segment.
SegmentPoint2d(double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
Construct a segment from the two given points.
SegmentPoint2d(Segment2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
Constructor by copy.
SegmentPoint2d(Point2d, Point2d) - Constructor for class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
Construct a segment from the two given points.
SegmentPoint2d(SegmentPoint2d) - Constructor for class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
Constructor by copy.
SegmentPoint2d(Point2D<?, ?>, Point2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
Construct a segment from the two given points.
SegmentPoint2i - Class in org.arakhne.afc.math.geometry.d2.i
A 2D segment/line encapsulating points with 2 integer numbers.
SegmentPoint2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
Construct an empty segment.
SegmentPoint2i(int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
Construct a segment with the two given points.
SegmentPoint2i(Segment2ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
Constructor by copy.
SegmentPoint2i(Point2i, Point2i) - Constructor for class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
Construct a segment with the two given points.
SegmentPoint2i(SegmentPoint2i) - Constructor for class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
Constructor by copy.
SegmentPoint2i(Point2D<?, ?>, Point2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
Construct a segment with the two given points.
SegmentPoint3d - Class in org.arakhne.afc.math.geometry.d3.d
A 3D segment/line encapsulating points with 3 double precision numbers.
SegmentPoint3d() - Constructor for class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
Construct an empty segment.
SegmentPoint3d(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
Construct a segment from the two given points.
SegmentPoint3d(Segment3afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
Constructor by copy.
SegmentPoint3d(Point3d, Point3d) - Constructor for class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
Construct a segment from the two given points.
SegmentPoint3d(SegmentPoint3d) - Constructor for class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
Constructor by copy.
SegmentPoint3d(Point3D<?, ?>, Point3D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
Construct a segment from the two given points.
SegmentPoint3i - Class in org.arakhne.afc.math.geometry.d3.i
A 3D segment/line encapsulating points with 3 integer numbers.
SegmentPoint3i() - Constructor for class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
Construct an empty segment.
SegmentPoint3i(int, int, int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
Construct a segment with the two given points.
SegmentPoint3i(Segment3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
Constructor by copy.
SegmentPoint3i(Point3i, Point3i) - Constructor for class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
Construct a segment with the two given points.
SegmentPoint3i(SegmentPoint3i) - Constructor for class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
Constructor by copy.
SegmentPoint3i(Point3D<?, ?>, Point3D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
Construct a segment with the two given points.
segmentProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
Replies the segment property.
segmentProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Replies the segment property.
selectAllColumns() - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Clear the list of column that must be replied.
selectColumn(DBaseFileField) - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Indicates to this reader that the specified column could be replied.
SELECTED_ROAD_COLOR - Static variable in class org.arakhne.afc.gis.road.ui.drawers.RoadPolylineDrawer
Default color for selected roads' interior.
SENEGAL - org.arakhne.afc.util.CountryCode
SN.
SERBIA - org.arakhne.afc.util.CountryCode
RS.
set(double[]) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
set(double[]) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
set(double[]) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
set(double[]) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
set(double[]) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the value of this tuple from the 2 values specified in the array.
set(double[]) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
set(double[]) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
set(double[]) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
set(double[]) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the value of this tuple from the 2 values specified in the array.
set(double[]) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
set(double[]) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the values in this Matrix2f equal to the row-major array parameter (ie, the first two elements of the array will be copied into the first row of this matrix, etc.).
set(double[]) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the values in this Matrix3f equal to the row-major array parameter (ie, the first three elements of the array will be copied into the first row of this matrix, etc.).
set(double[]) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the values in this Matrix4f equal to the row-major array parameter (ie, the first four elements of the array will be copied into the first row of this matrix, etc.).
set(double, double) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
set(double, double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
set(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
set(double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.UnitVectorProperty
Change the coordinates of the vector.
set(double, double) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
set(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the value of this tuple to the specified x and y coordinates.
set(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
set(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Change the frame of the circle.
set(double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Circle2d
 
set(double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
 
set(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
set(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.UnitVectorProperty3dfx
Change the coordinates of the vector.
set(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
set(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the value of this tuple to the specified x and y and z coordinates.
set(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
set(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Change the frame of the rectangle.
set(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Change the frame of the rectangle.
set(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Change the line.
set(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Segment2d
 
set(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
set(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
set(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Change the point and its orientation vector.
set(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Change the frame of the sphere.
set(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.Sphere3d
 
set(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
 
set(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Set the quaternion coordinates.
set(double, double, double, double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Set the components of the matrix.
set(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Set the oriented rectangle.
set(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Set the oriented rectangle.
set(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
Change the frame of the rectangle.
set(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Change the triangle.
set(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
set(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
set(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
set(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
set(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Set the components of the transformation.
set(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Change the frame of the prism.
set(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Change the line.
set(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
set(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
set(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
set(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Change the point and its tangent vector.
set(double, double, double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Set the oriented rectangle.
set(double, double, double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the oriented rectangle.
set(double, double, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
set(double, double, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
set(double, double, double, double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Change the point its tangent and normal vectors.
set(double, double, double, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Set the components of the matrix.
set(double, double, double, double, double, double, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Set the components of the transformation.
set(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the components of the matrix.
set(int[]) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
set(int[]) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
set(int[]) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
set(int[]) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
set(int[]) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the value of this tuple from the 2 values specified in the array.
set(int[]) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
set(int[]) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
set(int[]) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
set(int[]) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the value of this tuple from the 3 values specified in the array.
set(int[]) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
set(int, double, double) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
Set the point at the specified index.
set(int, int) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
set(int, int) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
set(int, int) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
set(int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
set(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the value of this tuple to the specified x and y coordinates.
set(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
set(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Change the circle.
set(int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.Circle2i
 
set(int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
 
set(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
set(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
set(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the value of this tuple to the specified x and y and z coordinates.
set(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
set(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Change the frame of the rectangle.
set(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Change the line.
set(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.Segment2i
 
set(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
set(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
set(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Change the point and its tangent vector.
set(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Change the sphere.
set(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.Sphere3i
 
set(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
 
set(int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Change the frame of the prism.
set(int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Change the line.
set(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
set(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
set(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
set(int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Change the point and its tangent vector.
set(int, CT) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
set(int, CT) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
set(int, CT) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
set(int, CT) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
set(int, E) - Method in class org.arakhne.afc.util.InformedArrayList
 
set(int, Integer) - Method in class org.arakhne.afc.util.IntegerList
 
set(int, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
Set the point at the specified index.
set(int, ST) - Method in class org.arakhne.afc.math.graph.GraphPath
 
set(int, T) - Method in class org.arakhne.afc.references.WeakArrayList
 
set(CT) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendIterator
 
set(CT) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendIterator
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Set this shape with the attributes of the given shape.
set(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Set this shape with the attributes of the given shape.
set(IT) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
set(IT) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Set this shape with the attributes of the given shape.
set(SortedSet<? extends Number>) - Method in class org.arakhne.afc.util.IntegerList
Set the content of this list from the specified collection.
set(DoubleProperty, DoubleProperty) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
Change the x and y properties.
set(DoubleProperty, DoubleProperty, DoubleProperty) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
Change the x, y and z properties.
set(ObjectProperty<WeakReference<Segment1D<?, ?>>>, DoubleProperty, DoubleProperty) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Change the x and y properties.
set(AgentMotion) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Set the linear and angular motion by copying the motion from the given object.
set(Point1D<? extends RP, ? extends RV, ? extends RS>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Set this point from the given informations.
set(Point1D<? extends RP, ? extends RV, ? extends RS>) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiablePoint1D
 
set(Segment1D<?, ?>, double, double) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
 
set(Segment1D<?, ?>, double, double) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
Change the attributes of the tuple.
set(Segment1D<?, ?>, double, double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Change the attributes of the tuple.
set(Path2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Set the path.
set(Path2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Set the path.
set(Path2d) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
set(Path2dfx) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
set(Vector2dfx) - Method in class org.arakhne.afc.math.geometry.d2.dfx.UnitVectorProperty
 
set(Path2i) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
set(Path2ifx) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
set(Point2D<?, ?>, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Change the frame of the circle.
set(Point2D<?, ?>, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Change the circle.
set(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Change the frame of the rectangle.
set(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Change the frame of the rectangle.
set(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Change the line.
set(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Change the frame of the rectangle.
set(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Change the line.
set(Point2D<?, ?>, Vector2D<?, ?>, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
Set the oriented rectangle.
set(Point2D<?, ?>, Vector2D<?, ?>, double, Vector2D<?, ?>, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the parallelogram.
set(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
set(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
set(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
set(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
set(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the value of this tuple to the value of tuple t1.
set(Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
set(Path3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Set the path.
set(Path3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Set the path.
set(Path3d) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
set(Path3dfx) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
set(Vector3dfx) - Method in class org.arakhne.afc.math.geometry.d3.dfx.UnitVectorProperty3dfx
 
set(Path3i) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
set(Path3ifx) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
set(Point3D<?, ?>, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Change the frame of the sphere.
set(Point3D<?, ?>, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Change the sphere.
set(Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Change the frame of the prism.
set(Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Change the line.
set(Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Change the frame of the prism.
set(Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Change the line.
set(Quaternion) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Set the quaternion coordinates.
set(Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
set(Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
set(Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the value of this tuple to the value of tuple t1.
set(Tuple3D<?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
set(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the value of this matrix to the value of the Matrix2f argument.
set(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the value of this matrix to the double value of the Matrix3f argument.
set(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the value of this matrix to the double value of the Matrix3.
set(RS, double, double) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Set this point from the given informations.
set(RS, double, double) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiablePoint1D
 
set(RS, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Set this point from the given informations.
set(RS, Tuple2D<?>) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiablePoint1D
 
set(T) - Method in class org.arakhne.afc.util.OutputParameter
Set the parameter.
setA(A) - Method in class org.arakhne.afc.util.Quadruplet
Set the first value of the pair.
setA(A) - Method in class org.arakhne.afc.util.Triplet
Set the first value of the pair.
setAdjusting(boolean) - Method in class org.arakhne.afc.progress.DefaultProgression
 
setAdjusting(boolean) - Method in interface org.arakhne.afc.progress.Progression
This attribute indicates that any upcoming changes to the value of the model should be considered a single event.
setAngular(double) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Set the angular motion.
setAngular(AgentMotion) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Set the angular motion by copying the motion from the given object.
setAppend(boolean) - Method in class org.arakhne.afc.bootique.log4j.configs.FileAppenderConfig
Set if the appender writes at the end of the existing file or not.
setAppenders(List<AppenderConfig>) - Method in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Change the appenders' configurations.
setArcHeight(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
Set the height of the arc that rounds off the corners.
setArcHeight(double) - Method in class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
 
setArcHeight(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
 
setArcWidth(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
Set the width of the arc that rounds off the corners.
setArcWidth(double) - Method in class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
 
setArcWidth(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
 
setArrivalConnection(RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualCandidate
 
setArrivalConnection(ST) - Method in class org.arakhne.afc.math.graph.astar.AStar.Candidate
 
setArrivalConnection(ST) - Method in interface org.arakhne.afc.math.graph.astar.AStarNode
Set the connection to reach the node.
setAttribute(String, boolean) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(String, boolean) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(String, boolean) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(String, boolean) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(String, boolean) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(String, boolean) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(String, boolean) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(String, boolean) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttribute(String, double) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(String, double) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(String, double) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(String, double) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(String, double) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(String, double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(String, double) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(String, double) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttribute(String, float) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(String, float) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(String, float) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(String, float) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(String, float) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(String, float) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(String, float) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(String, float) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttribute(String, int) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(String, int) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(String, int) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(String, int) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(String, int) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(String, int) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(String, int) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(String, int) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttribute(String, long) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(String, long) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(String, long) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(String, long) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(String, long) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(String, long) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(String, long) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(String, long) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttribute(String, Class<?>) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(String, Class<?>) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(String, Class<?>) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(String, Class<?>) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(String, Class<?>) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(String, Class<?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(String, Class<?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(String, Class<?>) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttribute(String, Enum<?>) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(String, Enum<?>) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(String, Enum<?>) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(String, Enum<?>) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(String, Enum<?>) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(String, Enum<?>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(String, Enum<?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(String, Enum<?>) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttribute(String, String) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(String, String) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(String, String) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(String, String) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(String, String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(String, String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(String, String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(String, String) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttribute(String, InetAddress) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(String, InetAddress) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(String, InetAddress) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(String, InetAddress) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(String, InetAddress) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(String, InetAddress) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(String, InetAddress) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(String, InetAddress) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttribute(String, InetSocketAddress) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(String, InetSocketAddress) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(String, InetSocketAddress) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(String, InetSocketAddress) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(String, InetSocketAddress) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(String, InetSocketAddress) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(String, InetSocketAddress) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(String, InetSocketAddress) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttribute(String, URI) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(String, URI) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(String, URI) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(String, URI) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(String, URI) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(String, URI) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(String, URI) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(String, URI) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttribute(String, URL) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(String, URL) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(String, URL) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(String, URL) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(String, URL) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(String, URL) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(String, URL) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(String, URL) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttribute(String, Date) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(String, Date) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(String, Date) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(String, Date) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(String, Date) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(String, Date) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(String, Date) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(String, Date) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttribute(String, UUID) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(String, UUID) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(String, UUID) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(String, UUID) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(String, UUID) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(String, UUID) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(String, UUID) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(String, UUID) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttribute(String, AttributeValue) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(String, AttributeValue) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(String, AttributeValue) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(String, AttributeValue) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(String, AttributeValue) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(String, AttributeValue) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(String, AttributeValue) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(String, AttributeValue) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttribute(Attribute) - Method in interface org.arakhne.afc.attrs.attr.Attribute
The this value with the content of the specified one.
setAttribute(Attribute) - Method in class org.arakhne.afc.attrs.attr.AttributeImpl
 
setAttribute(Attribute) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the value for the given attribute.
setAttribute(Attribute) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttribute(Attribute) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttribute(Attribute) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttribute(Attribute) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttribute(Attribute) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttribute(Attribute) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttribute(Attribute) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttributeEnum(Node, Class<T>, boolean, T, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Write an enumeration value.
setAttributeEnum(Node, Class<T>, T, String...) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Write an enumeration value.
setAttributeExhibitable(Boolean) - Static method in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Set if the attributes of the bus network elements should be exhibited by the layers that are displaying them.
setAttributeFromRawValue(String, AttributeType, Object) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
Set the attribute value.
setAttributeFromRawValue(String, AttributeValue) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
Set the attribute value.
setAttributes(Map<String, Object>) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the content of this collection from the given map.
setAttributes(Map<String, Object>) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttributes(Map<String, Object>) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttributes(Map<String, Object>) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttributes(Map<String, Object>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttributes(Map<String, Object>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttributes(Map<String, Object>) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttributes(AttributeProvider) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the content of this collection from the given map.
setAttributes(AttributeProvider) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttributes(AttributeProvider) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttributes(AttributeProvider) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttributes(AttributeProvider) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttributes(AttributeProvider) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttributes(AttributeProvider) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAttributeType(String, AttributeType) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set the type of the attribute with the given name.
setAttributeType(String, AttributeType) - Method in class org.arakhne.afc.attrs.collection.BufferedAttributeCollection
 
setAttributeType(String, AttributeType) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
setAttributeType(String, AttributeType) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setAttributeType(String, AttributeType) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setAttributeType(String, AttributeType) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setAttributeType(String, AttributeType) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setAttributeType(String, AttributeType) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setAxisAngle(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Sets the value of this quaternion to the equivalent rotation of the Axis-Angle arguments.
setAxisAngle(Vector3D<?, ?>, double) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Sets the value of this quaternion to the equivalent rotation of the Axis-Angle arguments.
setB(B) - Method in class org.arakhne.afc.util.Quadruplet
Set the second value of the pair.
setB(B) - Method in class org.arakhne.afc.util.Triplet
Set the second value of the pair.
setBackedDrawers(Iterable<Drawer<?>>) - Static method in class org.arakhne.afc.nodefx.Drawers
Change the collection of drawers.
setBoolean(boolean) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setBoolean(boolean) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setBoundingBox(Rectangle2d) - Method in class org.arakhne.afc.gis.primitive.AbstractBoundedGISElement
Set the bounding box of this element.
setBroadFirstIterationListener(BroadFirstIterationListener) - Method in class org.arakhne.afc.math.tree.iterator.AbstractBroadFirstTreeIterator
Set the listener invoked when a level of the tree has been treated.
setBusHaltBinding(Map<BusItineraryHalt, Pair<Integer, Float>>) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Set the binding informations for all the bus halts of this itinerary.
setBusStop(BusStop) - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Set the bus stop associated to this halt.
setBusStopDrawable(Boolean) - Static method in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Set if the bus stops should be drawn or not.
setBusStopNamesDrawable(Boolean) - Static method in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Set if the bus stops should be drawn or not.
setBusStopNoHaltBindingDrawable(Boolean) - Static method in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Set if the bus stops stops with no binding to bus halt should be drawn or not.
setBusStopNoHaltBindingNamesDrawable(Boolean) - Static method in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Set if the bus stops stops with no binding to bus halt should have their names drawn or not.
setC(C) - Method in class org.arakhne.afc.util.Quadruplet
Set the third value of the pair.
setC(C) - Method in class org.arakhne.afc.util.Triplet
Set the third value of the pair.
setCenter(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Change the center.
setCenter(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the center.
setCenter(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
setCenter(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
setCenter(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
setCenter(double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
setCenter(double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
setCenter(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Set the center.
setCenter(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Change the center.
setCenter(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Change the circle's center.
setCenter(int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
 
setCenter(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Change the sphere's center.
setCenter(Point2dfx) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
Set the center.
setCenter(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Change the center.
setCenter(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the center.
setCenter(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Change the circle's center.
setCenter(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
 
setCenter(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Set the center.
setCenter(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Change the center.
setCenter(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Change the sphere's center.
setCenterX(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the center's x.
setCenterX(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
setCenterX(double) - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
setCenterX(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
setCenterX(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
setCenterX(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
setCenterX(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Set the center's x.
setCenterY(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the center's y.
setCenterY(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
setCenterY(double) - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
setCenterY(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
setCenterY(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
setCenterY(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
setCenterY(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Set the center's y.
setCenterZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Set the center's z.
setChildAt(int, N) - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
 
setChildAt(int, N) - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
 
setChildAt(int, N) - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
Set the child at the given index in this node.
setChildAt(int, N) - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
 
setChildAt(int, N) - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
 
setChildAt(int, N) - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
 
setChildAt(int, N) - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
 
setChildAt(int, N) - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
 
setChildAt(int, N) - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
 
setChildAt(int, N) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
 
setChildAt(int, N) - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
 
setChildAt(int, N) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
setChildAt(int, N) - Method in interface org.arakhne.afc.math.tree.TreeNode
Set the n-th child in this node.
setChildAt(BinaryTreeNode.BinaryTreeZone, N) - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
Set the child for the specified zone.
setChildAt(OctTreeNode.OctTreeZone, N) - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
Set the child at the specified zone.
setChildAt(QuadTreeNode.QuadTreeZone, N) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
Set the child at the specified zone.
setChildAtWithoutEventFiring(int, N) - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
Invoked by the inner classes to set the child at the given index without firing the events.
setChildAtWithoutEventFiring(int, N) - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
 
setChildAtWithoutEventFiring(int, N) - Method in class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode
 
setChildAtWithoutEventFiring(int, N) - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
 
setChildAtWithoutEventFiring(int, N) - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
 
setChildAtWithoutEventFiring(int, N) - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
 
setChildAtWithoutEventFiring(int, N) - Method in class org.arakhne.afc.math.tree.node.NaryTreeNode
 
setChildAtWithoutEventFiring(int, N) - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
 
setChildAtWithoutEventFiring(int, N) - Method in class org.arakhne.afc.math.tree.node.PentaTreeNode
 
setChildAtWithoutEventFiring(int, N) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
 
setChildAtWithoutEventFiring(int, N) - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
 
setClickable(boolean) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Set if this layer accepts the user clicks.
setClosedNodeReopeningEnabled(boolean) - Method in class org.arakhne.afc.math.graph.astar.AStar
Change the flag that permits to reopen the closed A* nodes.
setCodePage(DBaseCodePage) - Method in class org.arakhne.afc.io.dbase.DBaseFileWriter
Replies the output language to use in the dBASE file.
setColor(int) - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
 
setColor(int) - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
 
setColor(int) - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
 
setColor(int) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
setColor(int) - Method in class org.arakhne.afc.gis.mapelement.MapElement
 
setColor(int) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
 
setColor(int) - Method in interface org.arakhne.afc.gis.primitive.GISBrowsable
Set the color of this element.
setColor(int) - Method in interface org.arakhne.afc.gis.primitive.GISEditable
Set the color of this element.
setColor(Color) - Method in class org.arakhne.afc.nodefx.ZoomablePane.ColorSquare
Change the color.
setColumn(int, double[]) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the specified column of this Matrix2f to the two values provided.
setColumn(int, double[]) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the specified column of this Matrix3f to the three values provided.
setColumn(int, double[]) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the specified column of this Matrix4f to the three values provided.
setColumn(int, double, double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the specified column of this Matrix2f to the two values provided.
setColumn(int, double, double, double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the specified column of this Matrix3f to the three values provided.
setColumn(int, double, double, double, double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the specified column of this Matrix4f to the three values provided.
setColumn(int, Tuple2D<?>) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the specified column of this Matrix2f to the vector provided.
setColumn(int, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the specified column of this Matrix3f to the vector provided.
setColumnIndex(int) - Method in class org.arakhne.afc.io.dbase.DBaseFileField
Set the index of this column.
setComment(String) - Method in class org.arakhne.afc.progress.DefaultProgression
 
setComment(String) - Method in interface org.arakhne.afc.progress.Progression
Set the comment associated to the currect task.
setContainer(C) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
Sets the container of this MapElement.
setContainer(C) - Method in interface org.arakhne.afc.gis.primitive.GISContentElement
Sets the container of this MapElement.
setContainer(BusNetwork) - Method in class org.arakhne.afc.gis.bus.network.BusStop
 
setContainer(GISLayerContainer<?>) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
 
setContainerColorUse(boolean) - Method in class org.arakhne.afc.gis.mapelement.MapElement
Set the flag that indicates if this element use its color or the container's color.
setContainerColorUse(boolean) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Set the flag that indicates if this element use its color or the container's color.
setCost(double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualCandidate
 
setCost(double) - Method in class org.arakhne.afc.math.graph.astar.AStar.Candidate
 
setCost(double) - Method in interface org.arakhne.afc.math.graph.astar.AStarNode
Set the cost to reach the node.
setCostComputer(AStarCostComputer<? super ST, ? super PT>) - Method in class org.arakhne.afc.math.graph.astar.AStar
Set the tool that permits to compute the costs of the nodes and the edges.
setCurrentDirectory(File) - Method in interface org.arakhne.afc.inputoutput.path.PathBuilder
Set the default/current directory used to make absolute the reltive paths.
setCurrentDirectory(File) - Method in class org.arakhne.afc.inputoutput.path.SimplePathBuilder
 
setCurrentDirectory(String) - Method in interface org.arakhne.afc.inputoutput.path.PathBuilder
Set the default/current directory used to make absolute the reltive paths.
setCurrentDirectory(String) - Method in class org.arakhne.afc.inputoutput.path.SimplePathBuilder
 
setCurrentDirectory(URL) - Method in interface org.arakhne.afc.inputoutput.path.PathBuilder
Set the default/current directory used to make absolute the reltive paths.
setCurrentDirectory(URL) - Method in class org.arakhne.afc.inputoutput.path.SimplePathBuilder
 
setCurrentOS(OperatingSystem) - Static method in enum org.arakhne.afc.vmutil.OperatingSystem
Force the type of the current OS replied by the functions of this class.
setCurvilineCoordinate(double) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Set the curviline coordinate.
setCurvilineCoordinate(double) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiablePoint1D
 
setD(D) - Method in class org.arakhne.afc.util.Quadruplet
Set the fourth value of the pair.
setDataSelector(DataSelector<D>) - Method in class org.arakhne.afc.math.tree.iterator.AbstractDataTreeIterator
 
setDataSelector(DataSelector<D>) - Method in interface org.arakhne.afc.math.tree.iterator.DataSelectionTreeIterator
Set the data selector used by this iterator.
setDate(Date) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setDate(Date) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setDeeplyExpurge(boolean) - Method in class org.arakhne.afc.references.AbstractReferencedSet
Set if this map expurge all the released references even if they are not enqueued by the virtual machine.
setDeeplyExpurge(boolean) - Method in class org.arakhne.afc.references.AbstractReferencedValueMap
Set if this map expurge all the released references even if they are not enqueued by the virtual machine.
setDefaultCoordinateSystem(CoordinateSystem2D) - Static method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Set the default coordinate system.
setDefaultCoordinateSystem(CoordinateSystem3D) - Static method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem3D
Set the default coordinate system.
setDepth(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Change the depth of the prism, not the min corner.
setDepth(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Change the depth of the prism, not the min corner.
setDiagonal(double, double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets this matrix as diagonal.
setDiagonal(double, double, double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets this matrix as diagonal.
setDiagonal(double, double, double, double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets this matrix as diagonal.
setDiameter(double) - Method in class org.arakhne.afc.gis.mapelement.MapCircle
Set the diameter.
setDistanceEpsilon(double) - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
Replies the precision used to test a distance value.
setDocumentDrawer(Drawer<? super T>) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
setDocumentDrawer(Drawer<? super T>) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
setDocumentDrawer(Drawer<? super T>) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Change the drawer of the document.
setDocumentModel(T) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
setDocumentModel(T) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
setDocumentModel(T) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Change the model of the document.
setDoubleFramed(boolean) - Method in class org.arakhne.afc.gis.mapelement.MapMultiPoint
Set if this point must be drawn with a double frame.
setDoubleFramed(boolean) - Method in class org.arakhne.afc.gis.mapelement.MapPoint
Set if this point must be drawn with a double frame.
setDrawableElementBudget(int) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
setDrawableElementBudget(int) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
setDrawableElementBudget(int) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Change the maximal number of drawable elements to be render.
setDrawer(Drawer<? super T>) - Method in class org.arakhne.afc.gis.ui.drawers.GisElementContainerDrawer
 
setDrawer(Drawer<? super T>) - Method in class org.arakhne.afc.gis.ui.drawers.GisLayerContainerDrawer
 
setDrawer(Drawer<? super T>) - Method in interface org.arakhne.afc.nodefx.DrawerReference
Change the preferred drawer for this drawable object.
setEffect(Effect) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the effect to be applied after the next draw call, or null to disable effects.
setElement(int, int, double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the specified element of this Matrix2f to the value provided.
setElement(int, int, double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the specified element of this matrix3f to the value provided.
setElement(int, int, double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the specified element of this matrix3. to the value provided.
setElementAttributeSourceURL(URL) - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
Set the URL from which the attributes of the elements in this container were read.
setElementAttributeSourceURL(URL) - Method in class org.arakhne.afc.gis.maplayer.MapElementLayer
 
setElementAttributeSourceURL(URL) - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
setElementGeometrySource(URL, MapMetricProjection) - Method in interface org.arakhne.afc.gis.mapelement.GISElementContainer
Set the URL from which the geometry of the elements in this container were read.
setElementGeometrySource(URL, MapMetricProjection) - Method in class org.arakhne.afc.gis.maplayer.MapElementLayer
 
setElementGeometrySource(URL, MapMetricProjection) - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
setElementType(Class<? extends E>) - Method in class org.arakhne.afc.util.InformedArrayList
Change the class of the elements in this iterable object.
setEnable(boolean) - Static method in class org.arakhne.afc.vmutil.LibraryLoader
Replies if this library loader is enable.
setEncoding(String) - Method in class org.arakhne.afc.bootique.log4j.configs.ConsoleAppenderConfig
Change the console encoding.
setEncoding(String) - Method in class org.arakhne.afc.bootique.log4j.configs.FileAppenderConfig
Change the console encoding.
setEndPoint(StandardRoadConnection) - Method in class org.arakhne.afc.gis.road.RoadPolyline
Move the end point of a road segment.
setEnumeration(Enum<?>) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setEnumeration(Enum<?>) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setEstimatedCost(double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualCandidate
 
setEstimatedCost(double) - Method in class org.arakhne.afc.math.graph.astar.AStar.Candidate
 
setEstimatedCost(double) - Method in interface org.arakhne.afc.math.graph.astar.AStarNode
Set the cost from the node to the target point.
setEulerAngles(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Set the quaternion with the Euler angles.
setEulerAngles(double, double, double, CoordinateSystem3D) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Set the quaternion with the Euler angles.
setEulerAngles(Quaternion.EulerAngles) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Set the quaternion with the Euler angles.
setEvaluationHeuristic(AStarHeuristic<? super PT>) - Method in class org.arakhne.afc.math.graph.astar.AStar
Set the evaluation heuristic used by the A* algorithm.
setEventFirable(boolean) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeCollection
 
setEventFirable(boolean) - Method in interface org.arakhne.afc.attrs.collection.AttributeCollection
Set if the events are fired by this container.
setEventFirable(boolean) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeCollection
 
setEventFirable(boolean) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setEventFirable(boolean) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setEventFirable(boolean) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setEventFirable(boolean) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection
 
setFile(File) - Method in class org.arakhne.afc.bootique.log4j.configs.FileAppenderConfig
Change the target file.
setFill(Paint) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the current fill paint attribute.
setFillRule(FillRule) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Set the filling rule attribute for determining the interior of paths in fill or clip operations.
setFirstAxis(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the first axis of the rectangle.
setFirstAxis(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the first axis of the rectangle.
setFirstAxis(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Set the first axis of the rectangle.
setFirstAxis(double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
setFirstAxis(double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
setFirstAxis(double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
setFirstAxis(double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
setFirstAxis(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the first axis of the rectangle.
setFirstAxis(Vector2D<?, ?>, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the first axis of the rectangle.
setFirstAxisExtent(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Change the demi-size of the rectangle along its first axis.
setFirstAxisExtent(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
setFirstAxisExtent(double) - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
setFirstAxisExtent(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
setFirstAxisExtent(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
setFirstAxisExtent(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
setFirstChild(N) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
setFirstChild(N) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
Set the first child of this node.
setFirstSegmentReversable(boolean) - Method in class org.arakhne.afc.math.graph.GraphPath
Set if this first segment could be reversed when the second segment is inserted to fit the order of the insertions.
setFlag(int) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
setFlag(int) - Method in class org.arakhne.afc.gis.mapelement.MapElement
 
setFlag(int) - Method in interface org.arakhne.afc.gis.primitive.FlagContainer
Set the flag.
setFlag(int) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setFlag(int) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setFont(Font) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the current Font.
setFontSmoothingType(FontSmoothingType) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the current Font Smoothing Type.
setFourthChild(N) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
setFourthChild(N) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
Set the Fourth child of this node.
setFromCenter(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Sets the framing rectangle of this Shape based on the specified center point coordinates and corner point coordinates.
setFromCenter(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Sets the framing rectangle of this Shape based on the specified center point coordinates and corner point coordinates.
setFromCenter(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Sets the framing rectangle of this Shape based on the specified center point coordinates and corner point coordinates.
setFromCenter(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Sets the framing rectangular prism of this Shape based on the specified center point coordinates and corner point coordinates.
setFromCenter(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Sets the framing rectangular prism of this Shape based on the specified center point coordinates and corner point coordinates.
setFromCenter(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Sets the framing rectangle of this Shape based on the specified center point coordinates and corner point coordinates.
setFromCenter(int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Sets the framing rectangle of this Shape based on the specified center point coordinates and corner point coordinates.
setFromCenter(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Sets the framing rectangle of this Shape based on the specified center point coordinates and corner point coordinates.
setFromCenter(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Sets the framing rectangle of this Shape based on the specified center point coordinates and corner point coordinates.
setFromCenter(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Sets the framing rectangle of this Shape based on the specified center point coordinates and corner point coordinates.
setFromCenter(Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Sets the framing rectangular prism of this Shape based on the specified center point coordinates and corner point coordinates.
setFromCenter(Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Sets the framing rectangle of this Shape based on the specified center point coordinates and corner point coordinates.
setFromCorners(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Change the frame of the rectangle conserving previous min and max if needed.
setFromCorners(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractRectangularShape1d
 
setFromCorners(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d1.d.Rectangle1d
 
setFromCorners(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
 
setFromCorners(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
 
setFromCorners(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Change the frame of the rectangle conserving previous min and max if needed.
setFromCorners(double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Change the frame of the rectangle conserving previous min and max if needed.
setFromCorners(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractRectangularShape2d
 
setFromCorners(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Rectangle2d
 
setFromCorners(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
 
setFromCorners(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
 
setFromCorners(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
 
setFromCorners(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
 
setFromCorners(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp
Change the frame of the rectangle.
setFromCorners(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
 
setFromCorners(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx
 
setFromCorners(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Change the frame of the rectangular prism conserving previous min and max if needed.
setFromCorners(double, double, double, double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Change the frame of the rectangular prism conserving previous min and max if needed.
setFromCorners(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
 
setFromCorners(double, double, double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
setFromCorners(int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Change the frame of the rectangle conserving previous min and max if needed.
setFromCorners(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractRectangularShape2i
 
setFromCorners(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.Rectangle2i
 
setFromCorners(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
 
setFromCorners(int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
 
setFromCorners(int, int, int, int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Change the frame of the prism conserving previous min and max if needed.
setFromCorners(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
 
setFromCorners(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
 
setFromCorners(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
setFromCorners(int, int, int, int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
setFromCorners(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Change the frame of the rectangle conserving previous min and max if needed.
setFromCorners(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Change the frame of the rectangle conserving previous min and max if needed.
setFromCorners(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Change the frame of the rectangle conserving previous min and max if needed.
setFromCorners(Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Change the frame of the rectangular prism conserving previous min and max if needed.
setFromCorners(Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Change the frame of the prism conserving previous min and max if needed.
setFromMatrix(Matrix3d) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Sets the value of this quaternion to the rotational component of the passed matrix.
setFromMatrix(Matrix4d) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Sets the value of this quaternion to the rotational component of the passed matrix.
setFromPointCloud(Iterable<? extends Point2D<?, ?>>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
setFromPointCloud(Iterable<? extends Point2D<?, ?>>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the parallelogram from a could of points.
setFromPointCloud(Iterable<? extends Point2D<?, ?>>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
setFromPointCloud(Point2D<?, ?>...) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the oriented rectangle from a could of points.
setGISCoordinateSystemAsDefault() - Static method in class org.arakhne.afc.gis.location.GeoLocationUtil
Force the GIS coordinate systems to be the default coordinates systems.
setGlobalAlpha(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the global alpha of the current state.
setGlobalBlendMode(BlendMode) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the global blend mode.
setGlobalSplineApproximationRatio(Double) - Static method in class org.arakhne.afc.math.geometry.AbstractGeomFactoryBase
Change the maximum distance that the line segments used to approximate the curved segments are allowed to deviate from any point on the original curve.
setHeight(double) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Change the height of the rectangle, not the min corner.
setHeight(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Change the height of the rectangle, not the min corner.
setHeight(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Change the height of the prism, not the min corner.
setHeight(int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Change the height of the rectangle, not the min corner.
setHeight(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Change the height of the prism, not the min corner.
setIcosepChild(N) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
setIcosepChild(N) - Method in interface org.arakhne.afc.math.tree.IcosepTreeNodeContainer
Set the icosep child of this node.
setIcosepChild(N) - Method in class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode
 
setIcosepChild(N) - Method in class org.arakhne.afc.math.tree.node.IcosepOctTreeNode
 
setIcosepChild(N) - Method in class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode
 
setIdentity() - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Set this transformation as identify, ie all set to zero and no path.
setIdentity() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets this Matrix2f to identity.
setIdentity() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets this Matrix3f to identity.
setIdentity() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets this Matrix4f to identity.
setImmediateFlush(boolean) - Method in class org.arakhne.afc.bootique.log4j.configs.ConsoleAppenderConfig
Change if the text is flushed as soon as it it given to the logger.
setImmediateFlush(boolean) - Method in class org.arakhne.afc.bootique.log4j.configs.FileAppenderConfig
Change if the text is flushed as soon as it it given to the logger.
setIndeterminate(boolean) - Method in class org.arakhne.afc.progress.DefaultProgression
 
setIndeterminate(boolean) - Method in interface org.arakhne.afc.progress.Progression
Sets the indeterminate property of the task progression, which determines whether the progression is in determinate or indeterminate mode.
setInetAddress(String) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
Set the value of this metadata.
setInetAddress(InetAddress) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setInetAddress(InetAddress) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setInetAddress(InetSocketAddress) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
Set the value of this metadata.
setInteger(int) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setInteger(int) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setInteger(long) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setInteger(long) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setInternalValue(Object) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
Set this value with the content of the specified one.
setInternalValue(Object) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider.ManyValueAttributeValue
 
setInternalValue(Object, AttributeType) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
Set this value with the content of the specified one.
setInternalValue(Object, AttributeType) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider.ManyValueAttributeValue
 
setIntersection(RectangularShape2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Compute the intersection of this rectangle and the given rectangle.
setIntersection(RectangularShape2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
Compute the intersection of this rectangle and the given rectangle.
setIntersection(Prism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Compute the intersection of this rectangle and the given rectangle.
setIntersection(Prism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
Compute the intersection of this rectangular prism and the given prism.
setInvalidListIndex(int) - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Set the unique id in the sorted list of invalid halts.
setInvertedAxisX(boolean) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
setInvertedAxisX(boolean) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
setInvertedAxisX(boolean) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Change the flag if the x axis of the displayed data is inverted regarding to the standard JavaFX coordinate system.
setInvertedAxisY(boolean) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
setInvertedAxisY(boolean) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
setInvertedAxisY(boolean) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Change the flag if the Y axis of the displayed data is inverted regarding to the standard JavaFX coordinate system.
setJavaClass(Class<?>) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setJavaClass(Class<?>) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setJavaObject(Object) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setJavaObject(T) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setLastPoint(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Change the coordinates of the last inserted point.
setLastPoint(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
setLastPoint(double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
setLastPoint(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Change the coordinates of the last inserted point.
setLastPoint(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
setLastPoint(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
setLastPoint(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Change the coordinates of the last inserted point.
setLastPoint(int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
setLastPoint(int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
setLastPoint(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Change the coordinates of the last inserted point.
setLastPoint(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
setLastPoint(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
setLastPoint(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
setLastPoint(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
setLastPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
setLastPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
setLastPoint(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Change the coordinates of the last inserted point.
setLastPoint(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
setLastPoint(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
setLastPoint(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Change the coordinates of the last inserted point.
setLateralDistance(double) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Set the shift distance.
setLateralDistance(double) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiablePoint1D
 
setLayerAutoUpdated(boolean) - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
Set if this layer is automatically updated when a bus itinerary was removed or added.
setLayerAutoUpdated(boolean) - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
Set if this layer is automatically updated when a bus itinerary was removed or added.
setLayerAutoUpdated(boolean) - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
Set if this layer is automatically updated when a bus itinerary was removed or added.
setLayout(LayoutType) - Method in class org.arakhne.afc.bootique.log4j.configs.AppenderConfig
Change the type of layout that should be used by this appender.
setLeftChild(N) - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
Set the left child of this node.
setLeftChild(N) - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
Set the left child of this node.
setLength(double) - Method in class org.arakhne.afc.math.geometry.d1.d.DefaultSegment1d
Change the length of the segment.
setLength(double) - Method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
 
setLength(double) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiableVector1D
 
setLength(double) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Change the length of the vector.
setLength(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
setLength(double) - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
setLength(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
setLength(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Change the length of the vector.
setLength(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
setLength(double) - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
setLength(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
setLength(double) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Change the length of the vector.
setLength(double) - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
Set the length of the segment.
setLevel(Level) - Method in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Change the level.
setLinear(double, double) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Set the linear motion.
setLinear(AgentMotion) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Set the linear motion by copying the motion from the given object.
setLinear(Vector2D<?, ?>) - Method in class org.arakhne.afc.agentmotion.AgentMotion
Set the linear motion.
setLineCap(StrokeLineCap) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the current stroke line cap.
setLineDashesInMeters(double...) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the current stroke line dash pattern in meters to a normalized copy of the argument.
setLineDashesInPixels(double...) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the current stroke line dash pattern in pixels to a normalized copy of the argument.
setLineDashOffsetInMeters(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the line dash offset in meters.
setLineDashOffsetInPixels(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the line dash offset in pixels.
setLineJoin(StrokeLineJoin) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the current stroke line join.
setLineWidthInMeters(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the current line width in meters.
setLineWidthInPixels(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the current line width in pixels.
setLocation(double, double) - Method in class org.arakhne.afc.gis.mapelement.MapPonctualElement
Set the position of this point.
setLocation(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapPonctualElement
Set the position of this point.
setLogFormat(String) - Method in class org.arakhne.afc.bootique.log4j.configs.AppenderConfig
Change the format of the log.
setLogFormat(String) - Method in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Change the format of the log.
setLogger(Logger) - Method in class org.arakhne.afc.nodefx.ZoomablePane
Change the logger associated to this pane.
setLogger(Logger) - Method in class org.arakhne.afc.progress.ProgressionConsoleMonitor
Change the logger used by this monitor.
setM(double) - Method in class org.arakhne.afc.io.shape.ESRIPoint
Set the measure associated to this point.
setM00(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Set the first matrix element in the first row.
setM00(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Set the first matrix element in the first row.
setM00(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the first matrix element in the first row.
setM01(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Set the second matrix element in the first row.
setM01(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Set the second matrix element in the first row.
setM01(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the second matrix element in the first row.
setM02(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Set the third matrix element in the first row.
setM02(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the third matrix element in the first row.
setM03(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the fourth matrix element in the first row.
setM10(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Set first matrix element in the second row.
setM10(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Set first matrix element in the second row.
setM10(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set first matrix element in the second row.
setM11(double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Set the second matrix element in the second row.
setM11(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Set the second matrix element in the second row.
setM11(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the second matrix element in the second row.
setM12(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Set the third matrix element in the second row.
setM12(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the third matrix element in the second row.
setM13(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the fourth matrix element in the second row.
setM20(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Set the first matrix element in the third row.
setM20(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the first matrix element in the third row.
setM21(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Set the second matrix element in the third row.
setM21(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the second matrix element in the third row.
setM22(double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Set the third matrix element in the third row.
setM22(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the third matrix element in the third row.
setM23(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the fourth matrix element in the third row.
setM30(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the first matrix element in the fourth row.
setM31(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the second matrix element in the fourth row.
setM32(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the third matrix element in the fourth row.
setM33(double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Set the fourth matrix element in the fourth row.
setMapElementType(Class<? extends MapElement>) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Replies the type of map element replied by this reader.
setMapLayerAt(int, L) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
Put the given layer at the given index but do not fire any event.
setMapMetricProjection(MapMetricProjection) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileReader
Set the map metric projection used by the coordinates in the source file.
setMapMetricProjection(MapMetricProjection) - Method in class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Set the map metric projection used by the coordinates in the source file.
setMaximum(int) - Method in class org.arakhne.afc.progress.DefaultProgression
 
setMaximum(int) - Method in interface org.arakhne.afc.progress.Progression
Sets the model's maximum to newMaximum.
setMaxScaleValue(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
setMaxScaleValue(double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
setMaxScaleValue(double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Change the maximum scale value.
setMaxX(double) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Set the max X conserving previous max if needed.
setMaxX(double) - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractRectangularShape1d
 
setMaxX(double) - Method in class org.arakhne.afc.math.geometry.d1.d.Rectangle1d
 
setMaxX(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
 
setMaxX(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
 
setMaxX(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Set the max X conserving previous max if needed.
setMaxX(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Set the max X conserving previous max if needed.
setMaxX(double) - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractRectangularShape2d
 
setMaxX(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Rectangle2d
 
setMaxX(double) - Method in class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
 
setMaxX(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
 
setMaxX(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
 
setMaxX(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Set the max X conserving previous max if needed.
setMaxX(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Set the max X conserving previous max if needed.
setMaxX(double) - Method in class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
 
setMaxX(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
setMaxX(int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Set the max X conserving previous max if needed.
setMaxX(int) - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractRectangularShape2i
 
setMaxX(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Rectangle2i
 
setMaxX(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
 
setMaxX(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
 
setMaxX(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Set the max X conserving previous max if needed.
setMaxX(int) - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
 
setMaxX(int) - Method in class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
 
setMaxX(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
setMaxX(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
setMaxY(double) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Set the max Y conserving previous max if needed.
setMaxY(double) - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractRectangularShape1d
 
setMaxY(double) - Method in class org.arakhne.afc.math.geometry.d1.d.Rectangle1d
 
setMaxY(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
 
setMaxY(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
 
setMaxY(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Set the max Y conserving previous max if needed.
setMaxY(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Set the max Y conserving previous max if needed.
setMaxY(double) - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractRectangularShape2d
 
setMaxY(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Rectangle2d
 
setMaxY(double) - Method in class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
 
setMaxY(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
 
setMaxY(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
 
setMaxY(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Set the max Y conserving previous max if needed.
setMaxY(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Set the max Y conserving previous max if needed.
setMaxY(double) - Method in class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
 
setMaxY(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
setMaxY(int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Set the max Y conserving previous max if needed.
setMaxY(int) - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractRectangularShape2i
 
setMaxY(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Rectangle2i
 
setMaxY(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
 
setMaxY(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
 
setMaxY(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Set the max Y conserving previous max if needed.
setMaxY(int) - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
 
setMaxY(int) - Method in class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
 
setMaxY(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
setMaxY(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
setMaxZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Set the max Z conserving previous max if needed.
setMaxZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Set the max Z conserving previous max if needed.
setMaxZ(double) - Method in class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
 
setMaxZ(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
setMaxZ(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Set the max Z conserving previous max if needed.
setMaxZ(int) - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
 
setMaxZ(int) - Method in class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
 
setMaxZ(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
setMaxZ(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
setMiddleChild(N) - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
Set the middle child of this node.
setMinimum(int) - Method in class org.arakhne.afc.progress.DefaultProgression
 
setMinimum(int) - Method in interface org.arakhne.afc.progress.Progression
Sets the model's minimum to newMinimum.
setMinScaleValue(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
setMinScaleValue(double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
setMinScaleValue(double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Change the minimum scale value.
setMinX(double) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Set the min X conserving previous min if needed.
setMinX(double) - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractRectangularShape1d
 
setMinX(double) - Method in class org.arakhne.afc.math.geometry.d1.d.Rectangle1d
 
setMinX(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
 
setMinX(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
 
setMinX(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Set the min X conserving previous min if needed.
setMinX(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Set the min X conserving previous min if needed.
setMinX(double) - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractRectangularShape2d
 
setMinX(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Rectangle2d
 
setMinX(double) - Method in class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
 
setMinX(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
 
setMinX(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
 
setMinX(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Set the min X conserving previous min if needed.
setMinX(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Set the min X conserving previous min if needed.
setMinX(double) - Method in class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
 
setMinX(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
setMinX(int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Set the min X conserving previous min if needed.
setMinX(int) - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractRectangularShape2i
 
setMinX(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Rectangle2i
 
setMinX(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
 
setMinX(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
 
setMinX(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Set the min X conserving previous min if needed.
setMinX(int) - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
 
setMinX(int) - Method in class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
 
setMinX(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
setMinX(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
setMinY(double) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Set the min Y conserving previous min if needed.
setMinY(double) - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractRectangularShape1d
 
setMinY(double) - Method in class org.arakhne.afc.math.geometry.d1.d.Rectangle1d
 
setMinY(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
 
setMinY(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
 
setMinY(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Set the min Y conserving previous min if needed.
setMinY(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Set the min Y conserving previous min if needed.
setMinY(double) - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractRectangularShape2d
 
setMinY(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Rectangle2d
 
setMinY(double) - Method in class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d
 
setMinY(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
 
setMinY(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
 
setMinY(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Set the min Y conserving previous min if needed.
setMinY(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Set the min Y conserving previous min if needed.
setMinY(double) - Method in class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
 
setMinY(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
setMinY(int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Set the min Y conserving previous min if needed.
setMinY(int) - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractRectangularShape2i
 
setMinY(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Rectangle2i
 
setMinY(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
 
setMinY(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
 
setMinY(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Set the min Y conserving previous min if needed.
setMinY(int) - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
 
setMinY(int) - Method in class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
 
setMinY(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
setMinY(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
setMinZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Set the min Z conserving previous min if needed.
setMinZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Set the min Z conserving previous min if needed.
setMinZ(double) - Method in class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d
 
setMinZ(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
 
setMinZ(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Set the min Z conserving previous min if needed.
setMinZ(int) - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i
 
setMinZ(int) - Method in class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i
 
setMinZ(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
 
setMinZ(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
 
setMiterLimitInMeters(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the current miter limit in meters.
setMiterLimitInPixels(double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the current miter limit in pixels.
setModel(Progression) - Method in class org.arakhne.afc.progress.ProgressionConsoleMonitor
Change the task progression model.
setMultipleDifferentValues(boolean) - Method in class org.arakhne.afc.util.MultiValue
Set if this MultiValue contains different values.
setMultipleValues(boolean) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider.ManyValueAttributeValue
Set if this attribute has multiple values.
setName(String) - Method in interface org.arakhne.afc.attrs.attr.Attribute
Set the name of this metadata.
setName(String) - Method in class org.arakhne.afc.attrs.attr.AttributeImpl
 
setName(String) - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
 
setName(String) - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
 
setName(String) - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
 
setName(String) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
setName(String) - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Set the name of the element.
setName(String) - Method in class org.arakhne.afc.gis.bus.network.BusLine
Set the name of the element.
setName(String) - Method in class org.arakhne.afc.gis.bus.network.BusStop
Set the name of the element.
setName(String) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
setName(String) - Method in interface org.arakhne.afc.gis.primitive.GISBrowsable
Set the name of the element.
setName(String) - Method in interface org.arakhne.afc.gis.primitive.GISEditable
Set the name of the element.
setName(String) - Method in interface org.arakhne.afc.gis.primitive.GISElement
Set the name of the element.
setName(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setName(String) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Set the name of the road.
setName(String) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
setName(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setNodeFactory(GISTreeSetNodeFactory<P, N>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
setNodeFactory(GISTreeSetNodeFactory<P, N>) - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Set the node factory used by this tree.
setNodeFactory(GISTreeSetNodeFactory<P, GISTreeSetNode<P>>) - Method in class org.arakhne.afc.gis.tree.StandardGISTreeSet
Set the node factory used by this tree.
setNodeFactory(GISTreeSetNodeFactory<P, WeakGISTreeSetNode<P>>) - Method in class org.arakhne.afc.gis.tree.WeakGISTreeSet
 
setNodeSelector(NodeSelector<N>) - Method in class org.arakhne.afc.math.tree.iterator.AbstractDataTreeIterator
 
setNodeSelector(NodeSelector<N>) - Method in class org.arakhne.afc.math.tree.iterator.BroadFirstTreeIterator
 
setNodeSelector(NodeSelector<N>) - Method in interface org.arakhne.afc.math.tree.iterator.DataSelectionTreeIterator
Set the node selector used by this iterator.
setNodeSelector(NodeSelector<N>) - Method in class org.arakhne.afc.math.tree.iterator.InfixDepthFirstTreeIterator
 
setNodeSelector(NodeSelector<N>) - Method in interface org.arakhne.afc.math.tree.iterator.NodeSelectionTreeIterator
Set the node selector used by this iterator.
setNodeSelector(NodeSelector<N>) - Method in class org.arakhne.afc.math.tree.iterator.PostfixDepthFirstTreeIterator
 
setNodeSelector(NodeSelector<N>) - Method in class org.arakhne.afc.math.tree.iterator.PrefixDepthFirstTreeIterator
 
setNormal(Vector3dfx) - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
setNormal(Vector3ifx) - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
setNormal(RV) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Sets the given vector as the new normal to this point.
setNormalX(double) - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
setNormalX(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
setNormalX(double) - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
setNormalX(double) - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
setNormalX(double) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Sets a new value in the X normal of the point.
setNormalX(int) - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
setNormalX(int) - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
setNormalX(int) - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
setNormalX(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
setNormalX(int) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Sets a new value in the X normal of the point.
setNormalY(double) - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
setNormalY(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
setNormalY(double) - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
setNormalY(double) - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
setNormalY(double) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Sets a new value in the Y normal of the point.
setNormalY(int) - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
setNormalY(int) - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
setNormalY(int) - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
setNormalY(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
setNormalY(int) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Sets a new value in the Y normal of the point.
setNormalZ(double) - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
setNormalZ(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
setNormalZ(double) - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
setNormalZ(double) - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
setNormalZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Sets a new value in the Z normal of the point.
setNormalZ(int) - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
setNormalZ(int) - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
setNormalZ(int) - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
setNormalZ(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
setNormalZ(int) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Sets a new value in the Z normal of the point.
setOption(int, boolean) - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Set or unset the specified option.
setOverridingStream(InputStream) - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumberStream
Set the input stream which may be used in place of the original input stream.
setP1(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Change the first point.
setP1(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Change the first point.
setP1(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
setP1(double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
setP1(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Change the first point.
setP1(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
setP1(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
setP1(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Change the first point.
setP1(int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
setP1(int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
setP1(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Change the first point.
setP1(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
setP1(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
setP1(Point2d) - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
Set the first point of the segment.
setP1(Point2dfx) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
Set the oriented point as the first point of this Segment2dfx to preserve length.
setP1(Point2i) - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
Set the first point of the segment.
setP1(OrientedPoint2ifx) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
Set the oriented point as the first point of this SegmentPoint2dfx to preserve length.
setP1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Change the first point.
setP1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Change the first point.
setP1(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Change the first point.
setP1(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
setP1(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
setP1(Point3d) - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
Sets the first point of the segment.
setP1(Point3dfx) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
Set the point as the first point of this segment.
setP1(Point3i) - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
Sets the first point of the segment.
setP1(Point3ifx) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
Set the point as the first point of this segment.
setP1(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Change the first point.
setP1(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Change the first point.
setP1(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
setP1(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
setP2(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Change the second point.
setP2(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Change the second point.
setP2(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
setP2(double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
setP2(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Change the first point.
setP2(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
setP2(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
setP2(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Change the second point.
setP2(int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
setP2(int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
setP2(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Change the second point.
setP2(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
setP2(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
setP2(Point2d) - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
Set the second point of the segment.
setP2(Point2dfx) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
Set the oriented point as the second point of this Segment2dfx to preserve length.
setP2(Point2i) - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
Set the second point of the segment.
setP2(OrientedPoint2ifx) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
Set the oriented point as the second point of this SegmentPoint2dfx to preserve length.
setP2(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Change the second point.
setP2(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Change the second point.
setP2(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Change the second point.
setP2(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
setP2(Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
setP2(Point3d) - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
Sets the second point of the segment.
setP2(Point3dfx) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
Set the point as the second point of this segment.
setP2(Point3i) - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
Sets the second point of the segment.
setP2(Point3ifx) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
Set the point as the second point of this segment.
setP2(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Change the second point.
setP2(Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Change the second point.
setP2(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
setP2(Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
setP3(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Change the third point.
setP3(Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Change the third point.
setPanButton(MouseButton) - Method in class org.arakhne.afc.nodefx.ZoomablePane
Change the button that serves for starting the mouse scrolling.
setPannable(boolean) - Method in class org.arakhne.afc.nodefx.ZoomablePane
Change the property that indicates if the user could be able to pan the viewport by using the mouse.
setPanSensitivity(double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
Change the sensibility of the panning moves.
setParentNodeReference(N, boolean) - Method in class org.arakhne.afc.math.tree.node.AbstractTreeNode
Set the reference to the parent node.
setPath(List<? extends S>) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Set the path used by this transformation.
setPath(List<? extends S>, Direction1D) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Set the path used by this transformation.
setPathFactory(AStarPathFactory<GP, ST, PT>) - Method in class org.arakhne.afc.math.graph.astar.AStar
Set the path factory used by the A* algorithm.
setPathType(Class<? extends GP>) - Method in class org.arakhne.afc.math.graph.astar.AStar
Set the path factory used by the A* algorithm.
setPhysicsEngine(PhysicsEngine) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Set the current physics engine.
setPoint(float, float) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setPoint(float, float) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setPoint(Point2D<?, ?>) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setPoint(Point2D<?, ?>) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setPoint3D(float, float, float) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setPoint3D(float, float, float) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setPoint3D(Point3D<?, ?>) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setPoint3D(Point3D<?, ?>) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setPointAt(int, double, double) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Set the specified point at the given index.
setPointAt(int, double, double, boolean) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Set the specified point at the given index.
setPointAt(int, int, double, double) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Set the specified point at the given index in the specified group.
setPointAt(int, int, double, double, boolean) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Set the specified point at the given index in the specified group.
setPointAt(int, int, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Set the specified point at the given index in the specified group.
setPointAt(int, int, Point2D<?, ?>, boolean) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Set the specified point at the given index in the specified group.
setPointAt(int, Point2D<?, ?>) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Set the specified point at the given index.
setPointAt(int, Point2D<?, ?>, boolean) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
Set the specified point at the given index.
setPointSize(double) - Method in class org.arakhne.afc.gis.mapelement.MapMultiPoint
Set the size of this point in pixels.
setPointSize(double) - Method in class org.arakhne.afc.gis.mapelement.MapPoint
Set the size of this point in meters.
setPolyline(Collection<? extends Point2D<?, ?>>) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setPolyline(Collection<? extends Point2D<?, ?>>) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setPolyline(Point2D<?, ?>...) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setPolyline(Point2D<?, ?>...) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setPolyline3D(Collection<? extends Point3D<?, ?>>) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setPolyline3D(Collection<? extends Point3D<?, ?>>) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setPolyline3D(Point3D<?, ?>...) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setPolyline3D(Point3D<?, ?>...) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setPosition(GeoLocationPoint) - Method in class org.arakhne.afc.gis.bus.network.BusStop
Set the position of the element.
setPosition(Point2D<?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
Set the temporary buffer of the position of the road connection.
setPositionOnSegment(double) - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Set the position on the segment.
setPreferredAttributeNameForLaneCount(String) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Set the preferred name for the number of lanes of the roads.
setPreferredAttributeNameForRoadName(String) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Set the preferred name for the name of the roads.
setPreferredAttributeNameForRoadNumber(String) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Set the preferred name for the numbers of the roads.
setPreferredAttributeNameForRoadType(String) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Set the preferred name for the types of the roads.
setPreferredAttributeNameForRoadWidth(String) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Set the preferred name for the width of the roads.
setPreferredAttributeNameForTrafficDirection(String) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Set the preferred name for the traffic direction on the roads.
setPreferredAttributeValueForRoadType(RoadType, String) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Set the preferred value of road type used in the attributes for the types of the roads.
setPreferredAttributeValueForTrafficDirection(TrafficDirection, int, String) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Set the preferred value of traffic direction used in the attributes for the traffic direction on the roads.
setPreferredAttributeValuesForTrafficDirection(TrafficDirection, String...) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Set the preferred values of traffic direction used in the attributes for the traffic direction on the roads.
setPreferredAttributeValuesForTrafficDirection(TrafficDirection, List<String>) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Set the preferred values of traffic direction used in the attributes for the traffic direction on the roads.
setPreferredBorderColor(RoadType, Integer) - Static method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Set the preferred color to draw the borders of the roads of the given type.
setPreferredClassLoader(ClassLoader) - Static method in class org.arakhne.afc.vmutil.ClassLoaderFinder
Set the preferred class loader.
setPreferredColor(int) - Static method in class org.arakhne.afc.gis.mapelement.MapElementConstants
Set the default color for map elements.
setPreferredLaneCount(int) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Set the preferred number of lanes for a road segment.
setPreferredLaneWidth(double) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Set the preferred width of a lane for a road segment.
setPreferredLegalTrafficSide(LegalTrafficSide) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Set the preferred side of traffic for vehicles on road segments.
setPreferredLineDrawingAlgorithm(BusLayerConstants.BusLayerDrawerType) - Static method in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Set if the bus network should be drawn with the algorithm.
setPreferredRadius(double) - Static method in class org.arakhne.afc.gis.mapelement.MapElementConstants
Set the default radius for map elements.
setPreferredRoadBorderSize(Integer) - Static method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Set the preferred size of the roazd borders (in pixels).
setPreferredRoadColor(RoadType, Integer) - Static method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Set the preferred color to draw the content of the roads of the given type.
setPreferredRoadConnectionDistance(double) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Set the preferred distance below which roads may be connected.
setPreferredRoadInternColor(Integer) - Static method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Set the color of the internal data structures used when they are drawn on the displayers.
setPreferredRoadInternDrawing(Boolean) - Static method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayerConstants
Set if the internal data structure used to store the road network may be drawn on the displayers.
setPreferredRoadType(RoadType) - Static method in class org.arakhne.afc.gis.road.primitive.RoadNetworkConstants
Set the preferred type of road segment.
setPreferredStringRepresentation(GeodesicPositionStringRepresentation, boolean) - Static method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Set the preferred format of the string representation of a geodesic position.
setPrimitiveValidity(BusPrimitiveInvalidity) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Set if this component has invalid or not.
setPriorizedDecodingCharsets(Charset[]) - Static method in class org.arakhne.afc.vmutil.locale.Locale
Change the charsets for decoding that must be used prior to the installed charsets.
setProgression(Progression) - Method in class org.arakhne.afc.gis.io.binary.GISLayerReader
Set the task progression associated to this reader.
setProgression(Progression) - Method in class org.arakhne.afc.gis.io.binary.GISLayerWriter
Set the task progression associated to this writer.
setProperties(int, int, int, boolean) - Method in class org.arakhne.afc.progress.DefaultProgression
 
setProperties(int, int, int, boolean) - Method in interface org.arakhne.afc.progress.Progression
This method sets all of the model's data with a single method call.
setProperties(int, int, int, boolean, String) - Method in class org.arakhne.afc.progress.DefaultProgression
 
setProperties(int, int, int, boolean, String) - Method in interface org.arakhne.afc.progress.Progression
This method sets all of the model's data with a single method call.
setProperties(Map<String, Object>) - Method in interface org.arakhne.afc.util.PropertyOwner
Set the properties of the model object, except the UUID.
setRadius(double) - Method in class org.arakhne.afc.gis.mapelement.MapCircle
Set the radius.
setRadius(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Set the radius.
setRadius(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Circle2d
 
setRadius(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
 
setRadius(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Set the radius.
setRadius(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Sphere3d
 
setRadius(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
 
setRadius(int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Change the radius.
setRadius(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Circle2i
 
setRadius(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
 
setRadius(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Change the radius.
setRadius(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Sphere3i
 
setRadius(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
 
setReadingPosition(int, int) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Set the reading position, excluding the header.
setReadOnlyObject(boolean) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
Set if this editable object want to be seen as a reed-only object.
setReadOnlyObject(boolean) - Method in class org.arakhne.afc.gis.mapelement.MapElement
Set if this editable object want to be seen as a reed-only object.
setReadOnlyObject(boolean) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Replies if this editable object want to be seen as a reed-only object.
setReal(double) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setReal(double) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setRemovable(boolean) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Set if this layer is removable from this container.
setRenderingEnable(boolean) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
Change the rendering state of the canvas.
setRightChild(N) - Method in class org.arakhne.afc.math.tree.node.BinaryTreeNode
Set the right child of this node.
setRightChild(N) - Method in class org.arakhne.afc.math.tree.node.TernaryTreeNode
Set the right child of this node.
setRoadNetwork(StandardRoadNetwork) - Method in class org.arakhne.afc.gis.road.RoadPolyline
Set the road network that contains this segment.
setRoadNumber(String) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setRoadNumber(String) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Set the number of the road segment.
setRoadNumber(String) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
setRoadNumber(String) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setRoadSegmentIndex(int) - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Set the index of the road segment on which this bus halt was.
setRoadType(RoadType) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setRoadType(RoadType) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Set the type of the road segment.
setRoadType(RoadType) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
setRoadType(RoadType) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setRoot(N) - Method in class org.arakhne.afc.math.tree.LinkedTree
 
setRoot(N) - Method in interface org.arakhne.afc.math.tree.Tree
Set the root of the tree.
setRotation(double) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Change the rotation of this matrix.
setRotation(double) - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Set this transform's rotation.
setRotation(Quaternion) - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Set the rotation for the object but do not change the translation.
setRow(int, double[]) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the specified row of this Matrix2f to the two values provided.
setRow(int, double[]) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the specified row of this Matrix3f to the three values provided.
setRow(int, double[]) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the specified row of this Matrix4f to the three values provided.
setRow(int, double, double) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the specified row of this Matrix2f to the 4 values provided.
setRow(int, double, double, double) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the specified row of this Matrix3f to the 3 values provided.
setRow(int, double, double, double, double) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the specified row of this Matrix4f to the 4 values provided.
setRow(int, Tuple2D<?>) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the specified row of this Matrix2f to the Vector provided.
setRow(int, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the specified row of this Matrix3f to the Vector provided.
setScale(double, double) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Change the scale of this matrix.
setScale(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Set the scale.
setScaleChange(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
setScaleChange(double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
setScaleChange(double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Change the change factor that is applied when zooming in or out.
setScaleValue(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
setScaleValue(double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
setScaleValue(double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Change the scale value.
setScaleValue(double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
setScaleValue(double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
setScaleValue(double, double, double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Change the zoom factor and center the view point at the given given position.
setScaleValueToFit(boolean) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Zoom to fit the content.
setSecondAxis(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the second axis of the rectangle.
setSecondAxis(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the second axis of the rectangle.
setSecondAxis(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Set the second axis of the rectangle.
setSecondAxis(double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
setSecondAxis(double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
setSecondAxis(double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
setSecondAxis(double, double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
setSecondAxis(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the second axis of the rectangle.
setSecondAxis(Vector2D<?, ?>, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Set the second axis of the rectangle.
setSecondAxisExtent(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
Change the demi-size of the rectangle along its second axis.
setSecondAxisExtent(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
setSecondAxisExtent(double) - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d
 
setSecondAxisExtent(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d
 
setSecondAxisExtent(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx
 
setSecondAxisExtent(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx
 
setSecondChild(N) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
setSecondChild(N) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
Set the second child of this node.
setSegment(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractShape1d
 
setSegment(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
Set the segment.
setSegment(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
 
setSegment(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Set the segment.
setSegment(RS) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Set the segment.
setSegment(RS) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiablePoint1D
 
setSegment(S) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Set the segment.
setSegmentOrientationTool(AStarSegmentOrientation<ST, PT>) - Method in class org.arakhne.afc.math.graph.astar.AStar
Set the tool that permits to retreive the orinetation of the segments.
setSegmentReplacer(AStarSegmentReplacer<ST>) - Method in class org.arakhne.afc.math.graph.astar.AStar
Set the object to use to replace the segments in the shortest path.
setSelectionColor(Integer) - Static method in class org.arakhne.afc.gis.bus.layer.BusLayerConstants
Set the default color selection.
setSpecialChars(String[][]) - Method in class org.arakhne.afc.vmutil.StringEscaper
Change the special characters.
setSplineApproximationRatio(Double) - Method in class org.arakhne.afc.math.geometry.AbstractGeomFactoryBase
 
setSplineApproximationRatio(Double) - Method in interface org.arakhne.afc.math.geometry.GeomFactoryBase
Change the maximum distance that the line segments used to approximate the curved segments are allowed to deviate from any point on the original curve.
setSplittingCount(int) - Method in interface org.arakhne.afc.math.tree.builder.TreeBuilder
Set the maximal count of elements inside a tree's node over each the node must be splitted.
setStartPoint(StandardRoadConnection) - Method in class org.arakhne.afc.gis.road.RoadPolyline
Move the start point of a road segment.
setState(int) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Change the user-defined state of the context.
setString(String) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setString(String) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setStroke(Paint) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the current stroke paint attribute.
setTangent(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Change the tangent vector.
setTangent(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Change the tangent vector.
setTangent(Vector2dfx) - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
setTangent(Vector2ifx) - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
setTangent(Vector3dfx) - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
setTangent(Vector3ifx) - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
setTangent(RV) - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Sets the given vector as the new tangent to this point.
setTangent(RV) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Sets the given vector as the new tangent to this point.
setTangentX(double) - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
 
setTangentX(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
setTangentX(double) - Method in class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
 
setTangentX(double) - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
setTangentX(double) - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Sets a new value in the X direction of the point.
setTangentX(double) - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
setTangentX(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
setTangentX(double) - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
setTangentX(double) - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
setTangentX(double) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Sets a new value in the X tangent of the point.
setTangentX(int) - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
 
setTangentX(int) - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
setTangentX(int) - Method in class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
 
setTangentX(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
setTangentX(int) - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Sets a new value in the X direction of the point.
setTangentX(int) - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
setTangentX(int) - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
setTangentX(int) - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
setTangentX(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
setTangentX(int) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Sets a new value in the X tangent of the point.
setTangentY(double) - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
 
setTangentY(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
setTangentY(double) - Method in class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
 
setTangentY(double) - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
setTangentY(double) - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Sets a new value in the Y direction of the point.
setTangentY(double) - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
setTangentY(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
setTangentY(double) - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
setTangentY(double) - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
setTangentY(double) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Sets a new value in the Y tangent of the point.
setTangentY(int) - Method in class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d
 
setTangentY(int) - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
 
setTangentY(int) - Method in class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i
 
setTangentY(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
 
setTangentY(int) - Method in interface org.arakhne.afc.math.geometry.d2.OrientedPoint2D
Sets a new value in the Y direction of the point.
setTangentY(int) - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
setTangentY(int) - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
setTangentY(int) - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
setTangentY(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
setTangentY(int) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Sets a new value in the Y tangent of the point.
setTangentZ(double) - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
setTangentZ(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
setTangentZ(double) - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
setTangentZ(double) - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
setTangentZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Sets a new value in the Z tangent of the point.
setTangentZ(int) - Method in class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d
 
setTangentZ(int) - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
 
setTangentZ(int) - Method in class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i
 
setTangentZ(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
 
setTangentZ(int) - Method in interface org.arakhne.afc.math.geometry.d3.OrientedPoint3D
Sets a new value in the Z tangent of the point.
setTarget(ConsoleTarget) - Method in class org.arakhne.afc.bootique.log4j.configs.ConsoleAppenderConfig
Change the console target.
setTaskProgression(Progression) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Set the task progression associated to this writer.
setTaskProgression(Progression) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Set the task progression associated to this writer.
setTerminalSegment(boolean) - Method in class org.arakhne.afc.math.graph.GraphIterationElement
Set the flag that indicating if this segment is the last which will be reached by the iterator.
setTextAlign(TextAlignment) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Defines horizontal text alignment, relative to the text x origin.
setTextBaseline(VPos) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Sets the current Text Baseline.
setThirdChild(N) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
setThirdChild(N) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
Set the third child of this node.
setThreshold(Level) - Method in class org.arakhne.afc.bootique.log4j.configs.ConsoleAppenderConfig
Set the threshold level.
setThreshold(Level) - Method in class org.arakhne.afc.bootique.log4j.configs.FileAppenderConfig
Set the threshold level.
setTimestamp(long) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setTimestamp(long) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setToDefault() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value to its default.
setToDefault() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setToDefaultIfUninitialized() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value to its default if not init.
setToDefaultIfUninitialized() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setTopType(AttributeType) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider.ManyValueAttributeValue
Set the top type associated to this attribute value.
setTrafficDirection(TrafficDirection) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setTrafficDirection(TrafficDirection) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Set the traffic direction on this road segment.
setTrafficDirection(TrafficDirection) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
setTrafficDirection(TrafficDirection) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setTranslation(double, double) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Set the position.
setTranslation(double, double) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Set the position.
setTranslation(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Set the position.
setTranslation(List<? extends S>, double, double) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Set the position.
setTranslation(List<? extends S>, Direction1D, double, double) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Set the position.
setTranslation(List<? extends S>, Direction1D, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Set the position.
setTranslation(List<? extends S>, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Set the position.
setTranslation(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Set the position.
setTranslation(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Set the position.
setTranslation(Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Set the position.
setType(AttributeType) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Change the type of this attribute.
setType(AttributeType) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setType(BusItineraryHalt.BusItineraryHaltType) - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
Set the type of the bus halt.
setTypeRecomputedAfterRemoval(boolean) - Method in interface org.arakhne.afc.gis.GISSet
Set if this informed tree set is trying to compute the best fitting type after a removal.
setTypeRecomputedAfterRemoval(boolean) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
setTypeRecomputedAfterRemoval(boolean) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
setTypeRecomputedAfterRemoval(boolean) - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Set if this informed tree set is trying to compute the best fitting type after a removal.
setTypeRecomputedAfterRemoval(boolean) - Method in class org.arakhne.afc.util.InformedArrayList
Set if this informed array list is trying to compute the best fitting type after a removal.
setUnion(RectangularShape2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
Compute the union of this rectangle and the given rectangle and change this rectangle with the result of the union.
setUnion(RectangularShape2ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai
Compute the union of this rectangle and the given rectangle and change this rectangle with the result of the union.
setUnion(Prism3afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp
Compute the union of this rectangle and the given rectangle and change this rectangle with the result of the union.
setUnion(Prism3ai<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai
Compute the union of this rectangular prism and the given prism.
setupKeying() - Method in class org.arakhne.afc.nodefx.ZoomablePane
Setup the response of the pane to key events.
setupListeners() - Method in class org.arakhne.afc.nodefx.ZoomablePane
Setup the response based on listeners.
setupMousing() - Method in class org.arakhne.afc.nodefx.ZoomablePane
Setup the response of the pane to mouse events.
setupRoadBorders(ZoomableGraphicsContext, RoadPolyline) - Method in class org.arakhne.afc.gis.road.ui.drawers.RoadPolylineDrawer
Setup for drawing the road borders.
setupRoadDetails(ZoomableGraphicsContext, RoadPolyline) - Method in class org.arakhne.afc.gis.road.ui.drawers.RoadPolylineDrawer
Setup for drawing the road details.
setupRoadInterior(ZoomableGraphicsContext, RoadPolyline) - Method in class org.arakhne.afc.gis.road.ui.drawers.RoadPolylineDrawer
Setup for drawing the road interior.
setURI(String) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
Set the value of this metadata.
setURI(URI) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setURI(URI) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setURL(String) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
Set the value of this metadata.
setURL(URL) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setURL(URL) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setUseLog4jConfig(boolean) - Method in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Change the flag that indicates if the configuration should be used for configuring the Log4j loggers.
setUserData(D) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
setUserData(D) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
setUserData(D) - Method in interface org.arakhne.afc.math.tree.TreeNode
Set the user data associated to this node.
setUserData(String, Object) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setUserData(String, Object) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Set an user data associated to this segment.
setUserData(String, Object) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
setUserData(String, Object) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setUserData(Collection<D>) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
setUserData(Collection<D>) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
setUserData(Collection<D>) - Method in interface org.arakhne.afc.math.tree.TreeNode
Set the user data associated to this node.
setUserData(Collection<P>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
setUserDataAt(int, D) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
setUserDataAt(int, D) - Method in class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
setUserDataAt(int, D) - Method in interface org.arakhne.afc.math.tree.TreeNode
Set the user data associated to this node at the specified index.
setUserDataAt(int, Object) - Method in class org.arakhne.afc.math.graph.simple.SGraphPoint
Set the user data at the given index.
setUserDataAt(int, Object) - Method in class org.arakhne.afc.math.graph.simple.SGraphSegment
Set the user data at the given index.
setUserDataAt(int, P) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
setUUID(String) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
Set the value of this metadata.
setUUID(UUID) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set the value of this metadata.
setUUID(UUID) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setUUID(UUID) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
setUUID(UUID) - Method in class org.arakhne.afc.gis.mapelement.MapElement
Set the unique identifier for element.
setUUID(UUID) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
Set the unique identifier for element.
setUUID(UUID) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
Set the unique identifier for element.
setUUID(UUID) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
Set the unique identifier for element.
setValidCharRange(int, int) - Method in class org.arakhne.afc.vmutil.StringEscaper
Change the range of the valid characters that should not be escaped.
setValue(int) - Method in class org.arakhne.afc.progress.DefaultProgression
 
setValue(int) - Method in interface org.arakhne.afc.progress.Progression
Sets the model's current value to newValue if newValue satisfies the model's constraints.
setValue(int, String) - Method in class org.arakhne.afc.progress.DefaultProgression
 
setValue(int, String) - Method in interface org.arakhne.afc.progress.Progression
Sets the model's current value to newValue if newValue satisfies the model's constraints.
setValue(Object) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set this value with the content of the specified one.
setValue(Object) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setValue(AttributeValue) - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set this value with the content of the specified one.
setValue(AttributeValue) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
setValue(Progression, int) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Set the value of the given task progression, if not null.
setValue(Progression, int, String) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Set the value of the given task progression, if not null.
setValue(SubProgressionModel, double, String) - Method in class org.arakhne.afc.progress.DefaultProgression
Set the value with a float-point precision.
setValue(VVT) - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.PhantomReferencedValue
 
setValue(VVT) - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.SoftReferencedValue
 
setValue(VVT) - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.WeakReferencedValue
 
setViewportCenter(double, double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
setViewportCenter(double, double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
setViewportCenter(double, double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Change the coordinates of the viewport center in document coordinates.
setViewportCenterX(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
setViewportCenterX(double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
setViewportCenterX(double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Change the x coordinate of the viewport center in document coordinates.
setViewportCenterY(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
setViewportCenterY(double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
setViewportCenterY(double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Change the y coordinate of the viewport center in document coordinates.
setVisible(boolean) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
 
setVisible(boolean) - Method in interface org.arakhne.afc.gis.primitive.GISBrowsable
Set if this element is assumed to be visible inside a displayer.
setVisible(boolean, boolean) - Method in class org.arakhne.afc.gis.maplayer.MapLayer
 
setVisible(boolean, boolean) - Method in interface org.arakhne.afc.gis.primitive.GISBrowsable
Set if this element is assumed to be visible inside a displayer.
setVisualizationType(MapElement.VisualizationType) - Method in class org.arakhne.afc.gis.mapelement.MapElement
Set the type of visualization that must be used by this element.
setW(double) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Set the W coordinate.
setWidePolyline(boolean) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Set if this polyline must be drawn with a wide height.
setWidth(double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
setWidth(double) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Set the road width in the geo-located referencial.
setWidth(double) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
setWidth(double) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
setWidth(double) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
Change the width of the rectangle, not the min corner.
setWidth(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
Change the width of the rectangle, not the min corner.
setWidth(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
Change the width of the prism, not the min corner.
setWidth(int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
Change the width of the rectangle, not the min corner.
setWidth(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
Change the width of the prism, not the min corner.
setWindingRule(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
setWindingRule(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
setWindingRule(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
setWindingRule(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
setWindingRule(PathWindingRule) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Set the winding rule for the path.
setWindingRule(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
setWindingRule(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
setWindingRule(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
setWindingRule(PathWindingRule) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
setWindingRule(PathWindingRule) - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Set the winding rule for the path.
setX(double) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
setX(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Change the x coordinate of the center.
setX(double) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Circle2d
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
 
setX(double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Set the x coordinate.
setX(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
setX(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Change the x coordinate of the center.
setX(double) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Sphere3d
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
setX(double) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
setX(double) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Set the X coordinate.
setX(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Set the x coordinate.
setX(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
 
setX(int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Change the center X.
setX(int) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Circle2i
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
 
setX(int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Set the x coordinate.
setX(int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
setX(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Change the center X.
setX(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Sphere3i
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
 
setX(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
setX(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Set the x coordinate.
setX(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
setX1(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Sets a new value in the X of the first point.
setX1(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Change the x coordinate of the first point.
setX1(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Segment2d
 
setX1(double) - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
setX1(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
setX1(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
setX1(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
setX1(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Sets a new value in the X of the first point.
setX1(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
setX1(double) - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
setX1(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
setX1(int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Change the X of the first point.
setX1(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Segment2i
 
setX1(int) - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
setX1(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
setX1(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Change the X of the first point.
setX1(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
setX1(int) - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
setX1(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
setX2(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Sets a new value in the X of the second point.
setX2(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Change the x coordinate of the second point.
setX2(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Segment2d
 
setX2(double) - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
setX2(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
setX2(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
setX2(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
setX2(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Sets a new value in the X of the second point.
setX2(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
setX2(double) - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
setX2(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
setX2(int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Change the X of the second point.
setX2(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Segment2i
 
setX2(int) - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
setX2(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
setX2(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Change the X of the second point.
setX2(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
setX2(int) - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
setX2(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
setX3(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Change the x coordinate of the third point.
setX3(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
setX3(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
setY(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
Change the y coordinate of the center.
setY(double) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Circle2d
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
 
setY(double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Set the y coordinate.
setY(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
setY(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Change the y coordinate of the center.
setY(double) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Sphere3d
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
setY(double) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
setY(double) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Set the Y coordinate.
setY(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Set the y coordinate.
setY(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
 
setY(int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
Change the center Y.
setY(int) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Circle2i
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
 
setY(int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Set the y coordinate.
setY(int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
setY(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Change the center Y.
setY(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Sphere3i
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
 
setY(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
setY(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Set the y coordinate.
setY(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
setY1(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Sets a new value in the Y of the first point.
setY1(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Change the y coordinate of the first point.
setY1(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Segment2d
 
setY1(double) - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
setY1(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
setY1(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
setY1(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
setY1(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Sets a new value in the Y of the first point.
setY1(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
setY1(double) - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
setY1(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
setY1(int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Change the Y of the first point.
setY1(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Segment2i
 
setY1(int) - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
setY1(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
setY1(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Change the Y of the first point.
setY1(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
setY1(int) - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
setY1(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
setY2(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Sets a new value in the Y of the second point.
setY2(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Change the y coordinate of the second point.
setY2(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Segment2d
 
setY2(double) - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
setY2(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
setY2(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
setY2(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
setY2(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Sets a new value in the Y of the second point.
setY2(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
setY2(double) - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
setY2(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
setY2(int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Change the Y of the second point.
setY2(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Segment2i
 
setY2(int) - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
setY2(int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
setY2(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Change the Y of the second point.
setY2(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
setY2(int) - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
setY2(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
setY3(double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
Change the y coordinate of the third point.
setY3(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Triangle2d
 
setY3(double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
 
setZ(double) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
setZ(double) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
setZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
Change the z coordinate of the center.
setZ(double) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
setZ(double) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
setZ(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Sphere3d
 
setZ(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
setZ(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
 
setZ(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
setZ(double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
setZ(double) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
setZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.Quaternion
Set the Z coordinate.
setZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Set the z coordinate.
setZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
setZ(int) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
setZ(int) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
setZ(int) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
setZ(int) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
setZ(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
Change the center Z.
setZ(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
setZ(int) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
setZ(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Sphere3i
 
setZ(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
setZ(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
 
setZ(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
setZ(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Set the z coordinate.
setZ(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
setZ1(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Sets a new value in the Z of the first point.
setZ1(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
setZ1(double) - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
setZ1(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
setZ1(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Change the Z of the first point.
setZ1(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
setZ1(int) - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
setZ1(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
setZ2(double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Sets a new value in the Z of the second point.
setZ2(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Segment3d
 
setZ2(double) - Method in class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d
 
setZ2(double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
 
setZ2(int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Change the Z of the second point.
setZ2(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Segment3i
 
setZ2(int) - Method in class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i
 
setZ2(int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
 
setZero() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets this matrix to all zeros.
setZero() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets this matrix to all zeros.
setZero() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets this matrix to all zeros.
SexagesimalLatitudeAxis - Enum in org.arakhne.afc.gis.coordinate
Describes the axis used to express a latitude in a sexagesimal representation.
SexagesimalLongitudeAxis - Enum in org.arakhne.afc.gis.coordinate
Describes the axis used to express a latitude in a sexagesimal representation.
SEYCHELLES - org.arakhne.afc.util.CountryCode
SC.
SGraph - Class in org.arakhne.afc.math.graph.simple
This class provides a simple implementation of a graph.
SGraph() - Constructor for class org.arakhne.afc.math.graph.simple.SGraph
Construct a simple empty graph.
SGraphPoint - Class in org.arakhne.afc.math.graph.simple
This class provides a simple implementation of a graph's point for a SGraph.
SGraphPoint(SGraph) - Constructor for class org.arakhne.afc.math.graph.simple.SGraphPoint
Constructor.
SGraphSegment - Class in org.arakhne.afc.math.graph.simple
This class provides a simple implementation of a graph's segment for a SGraph.
SGraphSegment(SGraph) - Constructor for class org.arakhne.afc.math.graph.simple.SGraphSegment
Constructor.
SGraphSegment(SGraph, double) - Constructor for class org.arakhne.afc.math.graph.simple.SGraphSegment
Constructor.
sha(String) - Static method in class org.arakhne.afc.text.Encryption
Replies a SHA key.
SHAPE_AND_ICON - org.arakhne.afc.gis.mapelement.MapElement.VisualizationType
The shape and the icon of the element must be displayed.
SHAPE_FILE_CODE - Static variable in class org.arakhne.afc.io.shape.ESRIFileUtil
Code which is identifying the ESRI shape files.
SHAPE_FILE_VERSION - Static variable in class org.arakhne.afc.io.shape.ESRIFileUtil
Version of the ESRI shape file syntax.
SHAPE_INTERSECTS - Static variable in class org.arakhne.afc.math.geometry.GeomConstants
The rectangle intersection test counts the number of times that the path crosses through the shadow that the rectangle projects to the right towards (x => +INFINITY).
SHAPE_ONLY - org.arakhne.afc.gis.mapelement.MapElement.VisualizationType
Only the shape of the element must be displayed.
Shape1afp<ST extends Shape1afp<?,​?,​P,​V,​S,​B>,​IT extends Shape1afp<?,​?,​P,​V,​S,​B>,​P extends Point1D<? super P,​? super V,​? super S>,​V extends Vector1D<? super V,​? super P,​? super S>,​S extends Segment1D<?,​?>,​B extends Rectangle1afp<?,​?,​P,​V,​S,​B>> - Interface in org.arakhne.afc.math.geometry.d1.afp
2D shape with 2D floating coordinates.
Shape1d<IT extends Shape1d<?>> - Interface in org.arakhne.afc.math.geometry.d1.d
1.5D shape with 2 integer numbers.
Shape1D<ST extends Shape1D<?,​?,​P,​V,​S,​B>,​IT extends Shape1D<?,​?,​P,​V,​S,​B>,​P extends Point1D<? super P,​? super V,​? super S>,​V extends Vector1D<? super V,​? super P,​? super S>,​S extends Segment1D<?,​?>,​B extends Shape1D<?,​?,​P,​V,​S,​B>> - Interface in org.arakhne.afc.math.geometry.d1
1D shape.
Shape1dfx<IT extends Shape1dfx<?>> - Interface in org.arakhne.afc.math.geometry.d1.dfx
1.5D shape with 2 double precision floating-point FX properties.
Shape2afp<ST extends Shape2afp<?,​?,​IE,​P,​V,​B>,​IT extends Shape2afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2afp,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.afp
2D shape with 2D floating coordinates.
Shape2ai<ST extends Shape2ai<?,​?,​IE,​P,​V,​B>,​IT extends Shape2ai<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2ai,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2ai<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.ai
2D shape with 2d floating coordinates.
Shape2d<IT extends Shape2d<?>> - Interface in org.arakhne.afc.math.geometry.d2.d
2D shape with 2 integer numbers.
Shape2D<ST extends Shape2D<?,​?,​I,​P,​V,​B>,​IT extends Shape2D<?,​?,​I,​P,​V,​B>,​I extends PathIterator2D<?>,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Shape2D<?,​?,​I,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2
2D shape.
Shape2dfx<IT extends Shape2dfx<?>> - Interface in org.arakhne.afc.math.geometry.d2.dfx
2D shape with 2 double precision floating-point FX properties.
Shape2i<IT extends Shape2i<?>> - Interface in org.arakhne.afc.math.geometry.d2.i
2D shape with 2 double precision floating-point numbers.
Shape2ifx<IT extends Shape2ifx<?>> - Interface in org.arakhne.afc.math.geometry.d2.ifx
2D shape with 2 double precision floating-point FX properties.
Shape3afp<ST extends Shape3afp<?,​?,​IE,​P,​V,​B>,​IT extends Shape3afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement3afp,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.afp
2D shape with 2D floating coordinates.
Shape3ai<ST extends Shape3ai<?,​?,​IE,​P,​V,​B>,​IT extends Shape3ai<?,​?,​IE,​P,​V,​B>,​IE extends PathElement3ai,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3ai<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.ai
3D shape with 3d integer coordinates.
Shape3d<IT extends Shape3d<?>> - Interface in org.arakhne.afc.math.geometry.d3.d
3D shape with 3 integer numbers.
Shape3D<ST extends Shape3D<?,​?,​I,​P,​V,​B>,​IT extends Shape3D<?,​?,​I,​P,​V,​B>,​I extends PathIterator3D<?>,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends Shape3D<?,​?,​I,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3
3D shape.
Shape3dfx<IT extends Shape3dfx<?>> - Interface in org.arakhne.afc.math.geometry.d3.dfx
3D shape with 3 double precision floating-point FX properties.
Shape3i<IT extends Shape3i<?>> - Interface in org.arakhne.afc.math.geometry.d3.i
2D shape with 2 double precision floating-point numbers.
Shape3ifx<IT extends Shape3ifx<?>> - Interface in org.arakhne.afc.math.geometry.d3.ifx
3D shape with 3 double precision floating-point FX properties.
ShapeElementType - Enum in org.arakhne.afc.io.shape
Supported types of elements in an ESRI shape file.
ShapeFileException - Exception in org.arakhne.afc.io.shape
Something wrong appends on ESRI Shape file.
ShapeFileException() - Constructor for exception org.arakhne.afc.io.shape.ShapeFileException
Constructor.
ShapeFileException(String) - Constructor for exception org.arakhne.afc.io.shape.ShapeFileException
Constructor.
ShapeFileException(Throwable) - Constructor for exception org.arakhne.afc.io.shape.ShapeFileException
Constructor.
ShapeFileFilter - Class in org.arakhne.afc.io.shape
This class permits to filter the files to show only the SHAPE files.
ShapeFileFilter() - Constructor for class org.arakhne.afc.io.shape.ShapeFileFilter
Constructor.
ShapeFileFilter(boolean) - Constructor for class org.arakhne.afc.io.shape.ShapeFileFilter
Constructor.
ShapeFileFormatException - Exception in org.arakhne.afc.io.shape
Exception thrown when the shape file contains errors.
ShapeFileFormatException() - Constructor for exception org.arakhne.afc.io.shape.ShapeFileFormatException
Constructor.
ShapeFileIndexFilter - Class in org.arakhne.afc.io.shape
This class permits to filter the files to show only the SHAPE files.
ShapeFileIndexFilter() - Constructor for class org.arakhne.afc.io.shape.ShapeFileIndexFilter
Constructor.
ShapeFileIndexFilter(boolean) - Constructor for class org.arakhne.afc.io.shape.ShapeFileIndexFilter
Constructor.
ShapeFileIndexReader - Class in org.arakhne.afc.io.shape
This class is a shape file index reader.
ShapeFileIndexReader(File) - Constructor for class org.arakhne.afc.io.shape.ShapeFileIndexReader
Constructor.
ShapeFileIndexReader(InputStream) - Constructor for class org.arakhne.afc.io.shape.ShapeFileIndexReader
Constructor.
ShapeFileIndexReader(URL) - Constructor for class org.arakhne.afc.io.shape.ShapeFileIndexReader
Constructor.
ShapeFileIndexReader(ReadableByteChannel) - Constructor for class org.arakhne.afc.io.shape.ShapeFileIndexReader
Constructor.
ShapeFileIndexRecord - Class in org.arakhne.afc.io.shape
This class describes a record inside a shape file index.
ShapeFileIndexRecord(int, int, boolean, int) - Constructor for class org.arakhne.afc.io.shape.ShapeFileIndexRecord
Constructor.
ShapeFileIndexWriter - Class in org.arakhne.afc.io.shape
This class is a shape file index writer.
ShapeFileIndexWriter(File, ShapeElementType, ESRIBounds) - Constructor for class org.arakhne.afc.io.shape.ShapeFileIndexWriter
Constructor.
ShapeFileIndexWriter(OutputStream, ShapeElementType, ESRIBounds) - Constructor for class org.arakhne.afc.io.shape.ShapeFileIndexWriter
Constructor.
ShapeFileIndexWriter(URL, ShapeElementType, ESRIBounds) - Constructor for class org.arakhne.afc.io.shape.ShapeFileIndexWriter
Constructor.
ShapeFileIndexWriter(WritableByteChannel, ShapeElementType, ESRIBounds) - Constructor for class org.arakhne.afc.io.shape.ShapeFileIndexWriter
Constructor.
ShapeFileReader<E> - Class in org.arakhne.afc.io.shape
This class is a shape file reader that instance the default elements.
ShapeFileReader(File, DBaseFileReader, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified file.
ShapeFileReader(File, DBaseFileReader, ShapeFileIndexReader, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified file.
ShapeFileReader(File, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified file.
ShapeFileReader(File, ShapeFileIndexReader, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified file.
ShapeFileReader(InputStream, DBaseFileReader, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified input stream.
ShapeFileReader(InputStream, DBaseFileReader, ShapeFileIndexReader, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified input stream.
ShapeFileReader(InputStream, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified input stream.
ShapeFileReader(InputStream, ShapeFileIndexReader, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified input stream.
ShapeFileReader(URL, DBaseFileReader, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified URL.
ShapeFileReader(URL, DBaseFileReader, ShapeFileIndexReader, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified URL.
ShapeFileReader(URL, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified URL.
ShapeFileReader(URL, ShapeFileIndexReader, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified URL.
ShapeFileReader(ReadableByteChannel, DBaseFileReader, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified channel.
ShapeFileReader(ReadableByteChannel, DBaseFileReader, ShapeFileIndexReader, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified channel.
ShapeFileReader(ReadableByteChannel, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified channel .
ShapeFileReader(ReadableByteChannel, ShapeFileIndexReader, ElementFactory<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileReader
Create a reader of shapes from specified channel.
ShapeFileWriter<E> - Class in org.arakhne.afc.io.shape
This class permits to write an ESRI Shape file.
ShapeFileWriter(File, ShapeElementType, ElementExporter<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
ShapeFileWriter(File, ShapeElementType, ElementExporter<E>, DBaseFileWriter) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
ShapeFileWriter(File, ShapeElementType, ElementExporter<E>, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
ShapeFileWriter(File, ShapeElementType, ElementExporter<E>, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
ShapeFileWriter(OutputStream, ShapeElementType, ElementExporter<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
ShapeFileWriter(OutputStream, ShapeElementType, ElementExporter<E>, DBaseFileWriter) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
ShapeFileWriter(OutputStream, ShapeElementType, ElementExporter<E>, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
ShapeFileWriter(OutputStream, ShapeElementType, ElementExporter<E>, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
ShapeFileWriter(URL, ShapeElementType, ElementExporter<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
ShapeFileWriter(URL, ShapeElementType, ElementExporter<E>, DBaseFileWriter) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
ShapeFileWriter(URL, ShapeElementType, ElementExporter<E>, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
ShapeFileWriter(URL, ShapeElementType, ElementExporter<E>, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
ShapeFileWriter(WritableByteChannel, ShapeElementType, ElementExporter<E>) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
ShapeFileWriter(WritableByteChannel, ShapeElementType, ElementExporter<E>, DBaseFileWriter) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
ShapeFileWriter(WritableByteChannel, ShapeElementType, ElementExporter<E>, DBaseFileWriter, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
ShapeFileWriter(WritableByteChannel, ShapeElementType, ElementExporter<E>, ShapeFileIndexWriter) - Constructor for class org.arakhne.afc.io.shape.ShapeFileWriter
Constructor.
shapeGeometryChange(Shape2d<?>) - Method in interface org.arakhne.afc.math.geometry.d2.d.ShapeGeometryChangeListener
Invoked when the given shape has change of geometry.
shapeGeometryChange(Shape2i<?>) - Method in interface org.arakhne.afc.math.geometry.d2.i.ShapeGeometryChangeListener
Invoked when the given shape has change of geometry.
shapeGeometryChange(Shape3d<?>) - Method in interface org.arakhne.afc.math.geometry.d3.d.ShapeGeometryChangeListener
Invoked when the given shape has change of geometry.
shapeGeometryChange(Shape3i<?>) - Method in interface org.arakhne.afc.math.geometry.d3.i.ShapeGeometryChangeListener
Invoked when the given shape has change of geometry.
ShapeGeometryChangeListener - Interface in org.arakhne.afc.math.geometry.d2.d
A shape has change its geometry.
ShapeGeometryChangeListener - Interface in org.arakhne.afc.math.geometry.d2.i
A shape has change its geometry.
ShapeGeometryChangeListener - Interface in org.arakhne.afc.math.geometry.d3.d
A shape has change its geometry.
ShapeGeometryChangeListener - Interface in org.arakhne.afc.math.geometry.d3.i
A shape has change its geometry.
ShapeMultiPatchType - Enum in org.arakhne.afc.io.shape
Supported types of multipatches in an ESRI shape file.
shapeType - Variable in enum org.arakhne.afc.io.shape.ShapeElementType
Is the type identifier used inside ESRI shape files.
shear(double, double) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Concatenates this transform with a shearing transformation.
shear(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Concatenates this transform with a shearing transformation.
SHIFT - org.arakhne.afc.gis.bus.layer.BusLayerConstants.BusLayerDrawerType
Each bus line is drawn on the side of the other bus lines on the same road segment.
shiftCommandLineParameters() - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Shift the command line parameters by one on the left.
shiftParameters() - Method in class org.arakhne.afc.vmutil.VMCommandLine
Shift the command line parameters by one on the left.
shortBasename(File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Reply the basename of the specified file without all the extensions.
shortBasename(String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Reply the basename of the specified file without all the extensions.
shortBasename(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Reply the basename of the specified file without all the extensions.
ShortestSegmentFirstGraphCourseModel<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Class in org.arakhne.afc.math.graph
This class permits to implement a shortest path algorithm to make a course inside a graph.
ShortestSegmentFirstGraphCourseModel() - Constructor for class org.arakhne.afc.math.graph.ShortestSegmentFirstGraphCourseModel
 
shuffle(boolean[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
shuffle(boolean[], Random) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
shuffle(byte[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
shuffle(byte[], Random) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
shuffle(char[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
shuffle(char[], Random) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
shuffle(double[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
shuffle(double[], Random) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
shuffle(float[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
shuffle(float[], Random) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
shuffle(int[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
shuffle(int[], Random) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
shuffle(long[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
shuffle(long[], Random) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
shuffle(T[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
shuffle(T[], Random) - Static method in class org.arakhne.afc.util.ArrayUtil
Shuffle the specified array.
SIERRA_LEONE - org.arakhne.afc.util.CountryCode
SL.
sign(double) - Static method in class org.arakhne.afc.math.MathUtil
Returns the sign of the argument; zero if the argument is zero, 1 if the argument is greater than zero, -1 if the argument is less than zero.
signedAngle(double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Compute the signed angle between two vectors.
signedAngle(double, double, double, double, double, double) - Static method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Compute the signed angle between two vectors.
signedAngle(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Compute a signed angle between this vector and the given vector.
signedAngle(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Compute a signed angle between this vector and the given vector.
signNoZero(double) - Static method in class org.arakhne.afc.math.MathUtil
Returns the sign of the argument; 1 if the argument is greater than or equal to zero, -1 if the argument is less than zero.
SIMPLE - org.arakhne.afc.bootique.log4j.configs.LayoutType
Simple layout.
SIMPLE_INTERSECTION_WHEN_NOT_POLYGON - org.arakhne.afc.math.geometry.CrossingComputationType
When the path is not a polygon, i.e. not closed, the crossings will only consider the shape intersection only.
SimpleListUpdateChange<E> - Class in org.arakhne.afc.javafx.changes
Simple event for JavaFX changes.
SimpleListUpdateChange(int, int, ObservableList<E>) - Constructor for class org.arakhne.afc.javafx.changes.SimpleListUpdateChange
Constructor.
SimpleListUpdateChange(int, ObservableList<E>) - Constructor for class org.arakhne.afc.javafx.changes.SimpleListUpdateChange
Constructor.
SimplePathBuilder - Class in org.arakhne.afc.inputoutput.path
Simple implementation of a tool that permits to convert filenames from absolute to relative and the opposite..
SimplePathBuilder() - Constructor for class org.arakhne.afc.inputoutput.path.SimplePathBuilder
Constructor.
SimplePathBuilder(File) - Constructor for class org.arakhne.afc.inputoutput.path.SimplePathBuilder
Constructor with current directory.
SimplePathBuilder(String) - Constructor for class org.arakhne.afc.inputoutput.path.SimplePathBuilder
Constructor with current directory.
SimplePathBuilder(URL) - Constructor for class org.arakhne.afc.inputoutput.path.SimplePathBuilder
Constructor with current directory.
SimpleViewer - Class in org.arakhne.afc.gis.road.ui
Application for viewing GIS primitives.
SimpleViewer() - Constructor for class org.arakhne.afc.gis.road.ui.SimpleViewer
 
SIMULATION_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for simulation spaces.
SIMULATION_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for simulation spaces.
SINGAPORE - org.arakhne.afc.util.CountryCode
SG.
SingleIterator<OBJECT> - Class in org.arakhne.afc.sizediterator
Single iterator.
SingleIterator(OBJECT) - Constructor for class org.arakhne.afc.sizediterator.SingleIterator
Construct an iterator.
singleton() - Static method in class org.arakhne.afc.sizediterator.EmptyIterator
Replies the singleton.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationGeomFactory
Singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d1.d.GeomFactory1d
The singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d1.dfx.GeomFactory1dfx
The singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d1.ImmutableGeomFactory
Singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationGeomFactory
Singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationGeomFactory
Singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d2.d.GeomFactory2d
The singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d2.dfx.GeomFactory2dfx
The singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d2.i.GeomFactory2i
The singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d2.ifx.GeomFactory2ifx
The singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d2.ImmutableGeomFactory
Singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationGeomFactory3afp
Singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationGeomFactory
Singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d3.d.GeomFactory3d
The singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d3.dfx.GeomFactory3dfx
The singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d3.i.GeomFactory3i
The singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d3.ifx.GeomFactory3ifx
The singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.math.geometry.d3.ImmutableGeomFactory3D
Singleton of the factory.
SINGLETON - Static variable in class org.arakhne.afc.vmutil.ClassComparator
Singleton of a class comparator.
SINGLETON - Static variable in class org.arakhne.afc.vmutil.ObjectReferenceComparator
Singleton of a class comparator.
SingularMatrixException - Exception in org.arakhne.afc.math.matrix
Exception for all the singular matrices.
SingularMatrixException() - Constructor for exception org.arakhne.afc.math.matrix.SingularMatrixException
Construct the exception.
SingularMatrixException(String) - Constructor for exception org.arakhne.afc.math.matrix.SingularMatrixException
Construct the exception.
SingularMatrixException(String, Throwable) - Constructor for exception org.arakhne.afc.math.matrix.SingularMatrixException
Construct the exception.
SingularMatrixException(Throwable) - Constructor for exception org.arakhne.afc.math.matrix.SingularMatrixException
Construct the exception.
SINT_MAARTEN_DUTCH_SIDE - org.arakhne.afc.util.CountryCode
SX.
size() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the count of map elements inside this container.
size() - Method in class org.arakhne.afc.gis.bus.network.BusLine
 
size() - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
 
size() - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
size() - Method in class org.arakhne.afc.gis.location.GeoLocationPointList
Replies the count of points.
size() - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement.PointGroup
Replies the count of points.
size() - Method in class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer
 
size() - Method in class org.arakhne.afc.gis.maplayer.GridMapElementLayer
 
size() - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
size() - Method in class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
 
size() - Method in interface org.arakhne.afc.gis.primitive.GISContainer
Replies the count of map elements inside this container.
size() - Method in class org.arakhne.afc.gis.road.layer.RoadNetworkLayer
 
size() - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
 
size() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
size() - Method in class org.arakhne.afc.io.dbase.DBaseFileRecord
Replies the count of columns.
size() - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
 
size() - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
 
size() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
size() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
size() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
size() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
size() - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
size() - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
size() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the number of points in the path.
size() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
 
size() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
 
size() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
size() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
size() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
size() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
size() - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
size() - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
size() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the number of points in the path.
size() - Method in class org.arakhne.afc.math.graph.GraphPath
 
size() - Method in class org.arakhne.afc.math.tree.AbstractForest
 
size() - Method in class org.arakhne.afc.references.AbstractReferencedSet
 
size() - Method in class org.arakhne.afc.references.WeakArrayList
 
size() - Method in class org.arakhne.afc.util.IntegerList
 
size() - Method in class org.arakhne.afc.util.ListenerCollection
Returns the total number of listeners for this listener list.
size() - Method in class org.arakhne.afc.util.MultiCollection
 
sizedIterator(boolean[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
sizedIterator(byte[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
sizedIterator(char[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
sizedIterator(double[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
sizedIterator(float[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
sizedIterator(int[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
sizedIterator(long[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
sizedIterator(short[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
sizedIterator(T[]) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a sized iterator on the objects.
SizedIterator<M> - Interface in org.arakhne.afc.sizediterator
A sized iterator is an Iterator that is able to reply the size of the iterated collection and the number of elements that may be encountered in the next iterations.
skip(int) - Method in class org.arakhne.afc.io.dbase.DBaseFileReader
Move the reading head by the specified record count amount.
skip(long) - Method in class org.arakhne.afc.inputoutput.stream.ReaderInputStream
 
skip(long) - Method in class org.arakhne.afc.progress.ProgressionInputStream
 
skipBytes(int) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileReader
Skip an amount of bytes.
skipDouble() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Skip a double (8 bytes).
skipFloat() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Skip a float (4 bytes).
skipInt() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Skip an integer (4 bytes).
skipLong() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Skip an integer (8 bytes).
skipShort() - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataInputStream
Skip a short (2 bytes).
SLOVAKIA - org.arakhne.afc.util.CountryCode
SK.
SLOVENIA - org.arakhne.afc.util.CountryCode
SI.
slowContains(Object) - Method in interface org.arakhne.afc.gis.GISSet
Replies if the given object is inside the set by user a depth-first iteration on the internal tree.
slowContains(Object) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
slowContains(Object) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
slowContains(Object) - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Replies if the given object is inside the set by user a depth-first iteration on the internal tree.
SoftHashSet<E> - Class in org.arakhne.afc.references
A Set implementation with soft values.
SoftHashSet() - Constructor for class org.arakhne.afc.references.SoftHashSet
Constructs an empty HashSet.
SoftHashSet(int) - Constructor for class org.arakhne.afc.references.SoftHashSet
Constructs a new, empty set; the backing HashSet instance has the specified initial capacity and default load factor (0.75).
SoftHashSet(int, float) - Constructor for class org.arakhne.afc.references.SoftHashSet
Constructs a new, empty set; the backing HashSet instance has the specified initial capacity and the specified load factor.
SoftHashSet(Collection<? extends E>) - Constructor for class org.arakhne.afc.references.SoftHashSet
Constructs a new set containing the elements in the specified collection.
SoftReferencedValue(VKT, VVT, ReferenceQueue<VVT>) - Constructor for class org.arakhne.afc.references.AbstractReferencedValueMap.SoftReferencedValue
Constructor.
SoftTreeSet<E> - Class in org.arakhne.afc.references
A Set implementation with soft values.
SoftTreeSet() - Constructor for class org.arakhne.afc.references.SoftTreeSet
Constructs an empty TreeSet.
SoftTreeSet(Collection<? extends E>) - Constructor for class org.arakhne.afc.references.SoftTreeSet
Constructs a new tree set containing the elements in the specified collection, sorted according to the natural ordering of its elements.
SoftTreeSet(Comparator<? super E>) - Constructor for class org.arakhne.afc.references.SoftTreeSet
Constructs a new, empty tree set, sorted according to the specified comparator.
SoftTreeSet(SortedSet<? extends E>) - Constructor for class org.arakhne.afc.references.SoftTreeSet
Constructs a new tree set containing the same elements and using the same ordering as the specified sorted set.
SoftValueHashMap<K,​V> - Class in org.arakhne.afc.references
A Map implementation with soft values.
SoftValueHashMap() - Constructor for class org.arakhne.afc.references.SoftValueHashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
SoftValueHashMap(int) - Constructor for class org.arakhne.afc.references.SoftValueHashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
SoftValueHashMap(int, float) - Constructor for class org.arakhne.afc.references.SoftValueHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
SoftValueHashMap(Map<? extends K, ? extends V>) - Constructor for class org.arakhne.afc.references.SoftValueHashMap
Constructs a new HashMap with the same mappings as the specified Map.
SoftValueTreeMap<K,​V> - Class in org.arakhne.afc.references
A Map implementation with soft values.
SoftValueTreeMap() - Constructor for class org.arakhne.afc.references.SoftValueTreeMap
Constructs an empty TreeMap.
SoftValueTreeMap(Comparator<? super K>) - Constructor for class org.arakhne.afc.references.SoftValueTreeMap
Constructs an empty TreeMap with the specified comparator.
SoftValueTreeMap(Map<? extends K, ? extends V>) - Constructor for class org.arakhne.afc.references.SoftValueTreeMap
Constructs a new TreeMap with the same mappings as the specified Map.
SoftValueTreeMap(SortedMap<K, ? extends V>) - Constructor for class org.arakhne.afc.references.SoftValueTreeMap
Constructs a new TreeMap with the same mappings and comparator as the specified Map.
SOLARIS - org.arakhne.afc.vmutil.OperatingSystem
Solaris®.
SOLOMON_ISLANDS - org.arakhne.afc.util.CountryCode
SB.
solve(RoadConnection, RoadConnection) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar
 
solve(RoadConnection, Point2D<?, ?>, RoadNetwork) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar
Run the A* algorithm from the nearest segment to startPoint to the nearest segment to endPoint.
solve(Point2D<?, ?>, RoadConnection, RoadNetwork) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar
Run the A* algorithm from the nearest segment to startPoint to the nearest segment to endPoint.
solve(Point2D<?, ?>, Point2D<?, ?>, RoadNetwork) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar
Run the A* algorithm from the nearest segment to startPoint to the nearest segment to endPoint.
solve(AStarNode<ST, PT>, PT) - Method in class org.arakhne.afc.math.graph.astar.AStar
Run the A* algorithm assuming that the graph is oriented is an orientation tool was passed to the constructor.
solve(PT, PT) - Method in class org.arakhne.afc.math.graph.astar.AStar
Run the A* algorithm assuming that the graph is oriented is an orientation tool was passed to the constructor.
SOMALIA - org.arakhne.afc.util.CountryCode
SO.
sources() - Method in annotation type org.arakhne.afc.math.Unefficient
Defines the documentation sources from which information may be found to improve the function.
SOUTH - org.arakhne.afc.gis.coordinate.SexagesimalLatitudeAxis
South.
SOUTH_AFRICA - org.arakhne.afc.util.CountryCode
ZA.
SOUTH_EAST - org.arakhne.afc.math.tree.node.IcosepQuadTreeNode.IcosepQuadTreeZone
lower right zone.
SOUTH_EAST - org.arakhne.afc.math.tree.node.QuadTreeNode.QuadTreeZone
lower right zone.
SOUTH_EAST_BACK - org.arakhne.afc.math.tree.node.IcosepOctTreeNode.IcosepOctTreeZone
This is the index of the child that correspond to the voxel at south-east and back position.
SOUTH_EAST_BACK - org.arakhne.afc.math.tree.node.OctTreeNode.OctTreeZone
This is the index of the child that correspond to the voxel at south-east and back position.
SOUTH_EAST_FRONT - org.arakhne.afc.math.tree.node.IcosepOctTreeNode.IcosepOctTreeZone
This is the index of the child that correspond to the voxel at south-east and front position.
SOUTH_EAST_FRONT - org.arakhne.afc.math.tree.node.OctTreeNode.OctTreeZone
This is the index of the child that correspond to the voxel at south-east and front position.
SOUTH_GEORGIA_AND_THE_SOUTH_SANDWICH_ISLANDS - org.arakhne.afc.util.CountryCode
GS.
SOUTH_WEST - org.arakhne.afc.math.tree.node.IcosepQuadTreeNode.IcosepQuadTreeZone
lower left zone.
SOUTH_WEST - org.arakhne.afc.math.tree.node.QuadTreeNode.QuadTreeZone
lower left zone.
SOUTH_WEST_BACK - org.arakhne.afc.math.tree.node.IcosepOctTreeNode.IcosepOctTreeZone
This is the index of the child that correspond to the voxel at south-west and back position.
SOUTH_WEST_BACK - org.arakhne.afc.math.tree.node.OctTreeNode.OctTreeZone
This is the index of the child that correspond to the voxel at south-west and back position.
SOUTH_WEST_FRONT - org.arakhne.afc.math.tree.node.IcosepOctTreeNode.IcosepOctTreeZone
This is the index of the child that correspond to the voxel at south-west and front position.
SOUTH_WEST_FRONT - org.arakhne.afc.math.tree.node.OctTreeNode.OctTreeZone
This is the index of the child that correspond to the voxel at south-west and front position.
SpaceUnit - Enum in org.arakhne.afc.math.physics
A SpaceUnit represents space distance at a given unit of granularity.
SPAIN - org.arakhne.afc.util.CountryCode
ES.
SPANNING - org.arakhne.afc.math.geometry.IntersectionType
The first object is intersecting the second one.
SpecialAttributeValue(boolean) - Constructor for class org.arakhne.afc.gis.maplayer.MapLayer.SpecialAttributeValue
Constructor.
speed(double, double) - Method in class org.arakhne.afc.math.physics.JavaPhysicsEngine
 
speed(double, double) - Method in interface org.arakhne.afc.math.physics.PhysicsEngine
Replies the new speed according to a previous speed and a mouvement during a given time.
speed(double, double) - Static method in class org.arakhne.afc.math.physics.PhysicsUtil
Replies the new velocity according to a previous velocity and a mouvement during a given time.
SpeedUnit - Enum in org.arakhne.afc.math.physics
A SpeedUnit represents speed at a given unit of granularity.
sphere - Variable in class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.AbstractSpherePathIterator
The iterated shape.
sphere - Variable in class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.AbstractCirclePathIterator
The element factory.
Sphere3afp<ST extends Shape3afp<?,​?,​IE,​P,​V,​B>,​IT extends Sphere3afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement3afp,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.afp
Fonctional interface that represented a 2D sphere on a plane.
Sphere3afp.AbstractSpherePathIterator<T extends PathElement3afp> - Class in org.arakhne.afc.math.geometry.d3.afp
Abstract iterator on the path elements of the sphere.
Sphere3afp.SpherePathIterator<T extends PathElement3afp> - Class in org.arakhne.afc.math.geometry.d3.afp
Iterator on the path elements of the sphere.
Sphere3afp.TransformedCirclePathIterator<T extends PathElement3afp> - Class in org.arakhne.afc.math.geometry.d3.afp
Iterator on the path elements of the sphere.
Sphere3ai<ST extends Shape3ai<?,​?,​IE,​P,​V,​B>,​IT extends Sphere3ai<?,​?,​IE,​P,​V,​B>,​IE extends PathElement3ai,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3ai<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d3.ai
Fonctional interface that represented a 3D sphere.
Sphere3ai.AbstractCirclePathIterator<IE extends PathElement3ai> - Class in org.arakhne.afc.math.geometry.d3.ai
Abstract iterator on the path elements of the sphere.
Sphere3ai.SpherePathIterator<IE extends PathElement3ai> - Class in org.arakhne.afc.math.geometry.d3.ai
Iterator on the path elements of the sphere.
Sphere3ai.SpherePerimeterIterator<P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>> - Class in org.arakhne.afc.math.geometry.d3.ai
Iterates on points on the perimeter of a sphere.
Sphere3ai.TransformedCirclePathIterator<IE extends PathElement3ai> - Class in org.arakhne.afc.math.geometry.d3.ai
Iterator on the path elements of the sphere.
Sphere3d - Class in org.arakhne.afc.math.geometry.d3.d
A sphere with 3 double precision floating-point numbers.
Sphere3d() - Constructor for class org.arakhne.afc.math.geometry.d3.d.Sphere3d
Construct an empty circle.
Sphere3d(double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Sphere3d
Construct a circle at the given position, and with the given radius.
Sphere3d(Sphere3afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Sphere3d
Construct a sphere from a sphere.
Sphere3d(Point3D<?, ?>, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Sphere3d
Construct a circle at the given position, and with the given radius.
Sphere3dfx - Class in org.arakhne.afc.math.geometry.d3.dfx
Sphere with 3 double precision floating-point FX properties.
Sphere3dfx() - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
Construct an empty sphere.
Sphere3dfx(double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
Construct a sphere with the given position and radius.
Sphere3dfx(Sphere3afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
Constructor by copy.
Sphere3dfx(Point3dfx, double) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
Construct a sphere by setting the given position and radius.
Sphere3dfx(Sphere3dfx) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
Constructor by setting.
Sphere3dfx(Point3D<?, ?>, double) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
Construct a sphere with the given position and radius.
Sphere3i - Class in org.arakhne.afc.math.geometry.d3.i
A circle with 2 integer numbers.
Sphere3i() - Constructor for class org.arakhne.afc.math.geometry.d3.i.Sphere3i
Construct an empty sphere.
Sphere3i(int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Sphere3i
Construct a sphere at the given position and with the given radius.
Sphere3i(Sphere3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Sphere3i
Construct a sphere from a sphere.
Sphere3i(Point3D<?, ?>, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Sphere3i
Construct a Sphere at the given position and with the given radius.
Sphere3ifx - Class in org.arakhne.afc.math.geometry.d3.ifx
A sphere with 3 integer FX properties.
Sphere3ifx() - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
Construct an empty sphere.
Sphere3ifx(int, int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
Construct a sphere at the given position and with the given radius.
Sphere3ifx(Sphere3ai<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
Constructor by copy.
Sphere3ifx(Point3ifx, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
Construct a sphere by setting the given position and radius.
Sphere3ifx(Sphere3ifx) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
Construct by setting.
Sphere3ifx(Point3D<?, ?>, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
Construct a sphere at the given position and with the given radius.
SpherePathIterator(Sphere3afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.SpherePathIterator
Constructor.
SpherePathIterator(Sphere3ai<?, ?, IE, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.SpherePathIterator
Constructor.
SpherePerimeterIterator(GeomFactory3D<V, P>, int, int, int, int, int, int, boolean) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.SpherePerimeterIterator
Construct the iterator from the initialOctant (inclusive) to the lastOctant (exclusive).
SPLINE_APPROXIMATION_RATIO - Static variable in class org.arakhne.afc.math.geometry.GeomConstants
The maximum distance that the line segments used to approximate the curved segments are allowed to deviate from any point on the original curve.
split(char, char, String) - Static method in class org.arakhne.afc.text.TextUtil
Split the given string according to the separators.
split(File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the parts of a path.
split(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the parts of a path.
SPLIT_COUNT - Static variable in class org.arakhne.afc.gis.tree.GISTreeSetConstants
Default count of entity over which the node will be splitted.
splitAfter(ST) - Method in class org.arakhne.afc.math.graph.GraphPath
Split this path and retains the first part of the part in this object and reply the second part.
splitAfter(ST, PT) - Method in class org.arakhne.afc.math.graph.GraphPath
Split this path and retains the first part of the part in this object and reply the second part.
splitAfterLast(ST) - Method in class org.arakhne.afc.math.graph.GraphPath
Split this path and retains the first part of the part in this object and reply the second part.
splitAfterLast(ST, PT) - Method in class org.arakhne.afc.math.graph.GraphPath
Split this path and retains the first part of the part in this object and reply the second part.
splitAsList(char, char, String) - Static method in class org.arakhne.afc.text.TextUtil
Split the given string according to separators.
splitAsUUIDs(char, char, String) - Static method in class org.arakhne.afc.text.TextUtil
Split the given string according to separators.
splitAt(int) - Method in class org.arakhne.afc.math.graph.GraphPath
Split this path and retains the first part of the part in this object and reply the second part.
splitAt(ST) - Method in class org.arakhne.afc.math.graph.GraphPath
Split this path and retains the first part of the part in this object and reply the second part.
splitAt(ST, PT) - Method in class org.arakhne.afc.math.graph.GraphPath
Split this path and retains the first part of the part in this object and reply the second part.
splitAtLast(ST) - Method in class org.arakhne.afc.math.graph.GraphPath
Split this path and retains the first part of the part in this object and reply the second part.
splitAtLast(ST, PT) - Method in class org.arakhne.afc.math.graph.GraphPath
Split this path and retains the first part of the part in this object and reply the second part.
splitBrackets(String) - Static method in class org.arakhne.afc.text.TextUtil
Split the given string according to brackets.
splitBracketsAsList(String) - Static method in class org.arakhne.afc.text.TextUtil
Split the given string according to brackets.
splitBracketsAsUUIDs(String) - Static method in class org.arakhne.afc.text.TextUtil
Split the given string according to brackets.
spliterator() - Method in class org.arakhne.afc.util.IntegerList
 
splitOptionsAndParameters(String...) - Static method in class org.arakhne.afc.vmutil.VMCommandLine
Analyse the command line to extract the options.
SQRT_2 - Static variable in class org.arakhne.afc.math.MathConstants
Square root of 2.
SRI_LANKA - org.arakhne.afc.util.CountryCode
LK.
SSH - org.arakhne.afc.vmutil.URISchemeType
The ssh scheme (also known as sftp - for Secure FTP) is very similar to the ftp scheme, and is used to locate files available via SSH (Secure SHell).
StackTraceCaller - Class in org.arakhne.afc.vmutil.caller
This utility class provides a way to determine which class call a function.
StackTraceCaller() - Constructor for class org.arakhne.afc.vmutil.caller.StackTraceCaller
 
STANDARD - org.arakhne.afc.math.geometry.CrossingComputationType
The crossing is computed with the default standard approach.
StandardGISGridSet<P extends GISPrimitive> - Class in org.arakhne.afc.gis.grid
This class describes a grid that contains GIS primitives and that permits to find them according to there geo-location.
StandardGISGridSet(int, int, double, double, double, double) - Constructor for class org.arakhne.afc.gis.grid.StandardGISGridSet
Constructor.
StandardGISGridSet(int, int, Rectangle2d) - Constructor for class org.arakhne.afc.gis.grid.StandardGISGridSet
Constructor.
StandardGISTreeSet<P extends GISPrimitive> - Class in org.arakhne.afc.gis.tree
This class describes a quad tree that contains GIS primitives and thatp permits to find them according to there geo-location.
StandardGISTreeSet() - Constructor for class org.arakhne.afc.gis.tree.StandardGISTreeSet
Create an empty tree.
StandardGISTreeSet(double, double, double, double) - Constructor for class org.arakhne.afc.gis.tree.StandardGISTreeSet
Constructor.
StandardGISTreeSet(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.tree.StandardGISTreeSet
Constructor.
StandardJREResourceWrapper - Class in org.arakhne.afc.vmutil
This interface provides the standard JRE implementation to load resources.
StandardJREResourceWrapper() - Constructor for class org.arakhne.afc.vmutil.StandardJREResourceWrapper
Construct a wrapper.
StandardRoadConnection - Class in org.arakhne.afc.gis.road
This class represents the connection point inside a road network.
StandardRoadConnection() - Constructor for class org.arakhne.afc.gis.road.StandardRoadConnection
Create a new road connection.
StandardRoadConnection.Connection - Class in org.arakhne.afc.gis.road
This class represents the information on a connected segment.
StandardRoadConnection.IClockwiseIterator - Interface in org.arakhne.afc.gis.road
Iterator that replies the segments connected to the associated point in a counterclockwise order.
StandardRoadNetwork - Class in org.arakhne.afc.gis.road
This class describes a road network.
StandardRoadNetwork(UUID, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.road.StandardRoadNetwork
Constructor.
StandardRoadNetwork(UUID, Rectangle2afp<?, ?, ?, ?, ?, ?>, AttributeCollection) - Constructor for class org.arakhne.afc.gis.road.StandardRoadNetwork
Constructor.
StandardRoadNetwork(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.road.StandardRoadNetwork
Constructor.
StandardRoadNetwork(Rectangle2afp<?, ?, ?, ?, ?, ?>, AttributeCollection) - Constructor for class org.arakhne.afc.gis.road.StandardRoadNetwork
Constructor.
StandardRoadNetwork.EventHandler - Class in org.arakhne.afc.gis.road
Default evant handler for the road network.
start(Stage) - Method in class org.arakhne.afc.gis.road.ui.SimpleViewer
 
STDERR - org.arakhne.afc.bootique.log4j.configs.ConsoleTarget
Standard error.
STDOUT - org.arakhne.afc.bootique.log4j.configs.ConsoleTarget
Standard output.
StochasticGenerator - Class in org.arakhne.afc.math.stochastic
Generator of random values according to stochastic laws.
StochasticLaw - Class in org.arakhne.afc.math.stochastic
Abstract implementation of a stochastic law that provides the bounds of a law.
StochasticLaw() - Constructor for class org.arakhne.afc.math.stochastic.StochasticLaw
Construct a stochastic law.
STOP_ADDED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A bus stop was added into a bus network.
STOP_CHANGED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A bus stop has changed.
STOP_NOT_IN_NETWORK - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
The bus stop is not inside a bus network.
STOP_ON_DEMAND - org.arakhne.afc.gis.bus.network.BusItineraryHalt.BusItineraryHaltType
Stop on demand.
STOP_REMOVED - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
A bus stop was removed from a bus network.
stopAngle - Variable in class org.arakhne.afc.agentmotion.kinematic.AligningKinematicAlgorithm
Angle to the target under which the agent could stop.
stopAngle - Variable in class org.arakhne.afc.agentmotion.steering.AligningSteeringAlgorithm
Angle to the target under which the agent could stop.
stopDistance - Variable in class org.arakhne.afc.agentmotion.steering.ArrivingSteeringAlgorithm
Square distance to the target under which the agent could stop.
stopSquaredDistance - Variable in class org.arakhne.afc.agentmotion.kinematic.ArrivingKinematicAlgorithm
Square distance to the target under which the agent could stop.
STRING - org.arakhne.afc.attrs.attr.AttributeType
Represents a string.
STRING - org.arakhne.afc.io.dbase.DBaseFieldType
String.
StringEscaper - Class in org.arakhne.afc.vmutil
String Escaper.
StringEscaper() - Constructor for class org.arakhne.afc.vmutil.StringEscaper
Constructor with the default Java escape character.
StringEscaper(CharSequence, CharSequence...) - Constructor for class org.arakhne.afc.vmutil.StringEscaper
Constructor with the given escape character.
stroke() - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Strokes the path with the current stroke paint.
stroke(ZoomableGraphicsContext, T) - Method in class org.arakhne.afc.gis.ui.drawers.AbstractMapCircleDrawer
Stroke the circle.
strokeArc(double, double, double, double, double, double, ArcType) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Strokes an Arc using the current stroke paint.
strokeLine(double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Strokes a line using the current stroke paint.
strokeOval(double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Strokes an oval using the current stroke paint.
strokeRect(double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Strokes a rectangle using the current stroke paint.
strokeRoundRect(double, double, double, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Strokes a rounded rectangle using the current stroke paint.
strokeText(String, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Draws the given string of text at position x, y with the current stroke paint attribute.
strokeText(String, double, double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Draws text with stroke paint and includes a maximum width of the string.
sub(double) - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Substract the given values to this point.
sub(double) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiablePoint1D
 
sub(double, double) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
sub(double, double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
sub(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
sub(double, double) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
sub(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the value of this tuple to the difference of itself and x and y.
sub(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
sub(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
sub(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
sub(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the value of this tuple to the difference of itself and x, y and z.
sub(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
sub(int, int) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
sub(int, int) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
sub(int, int) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
sub(int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
sub(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the value of this tuple to the difference of itself and x and y.
sub(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
sub(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
sub(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
sub(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the value of this tuple to the difference of itself and x, y and z.
sub(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
sub(Point1D<?, ?, ?>, Point1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
 
sub(Point1D<?, ?, ?>, Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiableVector1D
 
sub(Point1D<?, ?, ?>, Point1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Sets the value of this tuple to the difference of tuples point1 and point2 (this = point1 - point2).
sub(Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
 
sub(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiableVector1D
 
sub(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Sets the value of this tuple to the difference of itself and vector (this = this - vector).
sub(Vector1D<?, ?, ?>, Vector1D<?, ?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
 
sub(Vector1D<?, ?, ?>, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiableVector1D
 
sub(Vector1D<?, ?, ?>, Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Sets the value of this tuple to the difference of tuples vector1 and vector2 (this = vector1 - vector2).
sub(Point2D<?, ?>, Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
sub(Point2D<?, ?>, Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
sub(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
sub(Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Sets the value of this tuple to the difference of tuples point1 and point2 (this = point1 - point2).
sub(Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
sub(Point2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
sub(Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Sets the value of this tuple to the difference of tuples point and vector (this = point - vector).
sub(Point2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
sub(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
sub(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
sub(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
sub(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
sub(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Sets the value of this tuple to the difference of itself and the given vector (this = this - vector).
sub(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
sub(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
sub(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Sets the value of this tuple to the difference of itself and vector (this = this - vector).
sub(Vector2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
sub(Vector2D<?, ?>, Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
sub(Vector2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
sub(Vector2D<?, ?>, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Sets the value of this tuple to the difference of tuples vector1 and vector2 (this = vector1 - vector2).
sub(Point3D<?, ?>, Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
sub(Point3D<?, ?>, Point3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
sub(Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
sub(Point3D<?, ?>, Point3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Sets the value of this tuple to the difference of tuples t1 and t2 (this = t1 - t2).
sub(Point3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
sub(Point3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
sub(Point3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Sets the value of this tuple to the difference of tuples t1 and t2 (this = t1 - t2).
sub(Point3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
 
sub(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
sub(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
sub(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
sub(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
sub(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Sets the value of this tuple to the difference of itself and t1 (this = this - t1).
sub(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
 
sub(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
sub(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Sets the value of this tuple to the difference of itself and t1 (this = this - t1).
sub(Vector3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
sub(Vector3D<?, ?>, Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
sub(Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
sub(Vector3D<?, ?>, Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Sets the value of this tuple to the difference of tuples t1 and t2 (this = t1 - t2).
sub(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the value of this matrix to the matrix difference of itself and matrix m1 (this = this - m1).
sub(Matrix2d, Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the value of this matrix to the matrix difference of matrices m1 and m2.
sub(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the value of this matrix to the matrix difference of itself and matrix m1 (this = this - m1).
sub(Matrix3d, Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the value of this matrix to the matrix difference of matrices m1 and m2.
sub(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the value of this matrix to the matrix difference of itself and matrix m1 (this = this - m1).
sub(Matrix4d, Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the value of this matrix to the matrix difference of matrices m1 and m2.
sub(Progression, int) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Create and replies a task progression model that is for a subtask of the task associated to the given progression model.
sub(Progression, int, boolean) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Create and replies a task progression model that is for a subtask of the task associated to the given progression model.
SubGraph<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>,​GP extends GraphPath<GP,​ST,​PT>> - Class in org.arakhne.afc.math.graph
A subgraph.
SubGraph(Collection<ST>, int, Comparator<GraphIterationElement<ST, PT>>, Comparator<GraphIterationElement<ST, PT>>) - Constructor for class org.arakhne.afc.math.graph.SubGraph
Constructor.
SubGraph(GraphIterationElementComparator<ST, PT>, GraphIterationElementComparator<ST, PT>) - Constructor for class org.arakhne.afc.math.graph.SubGraph
Build a subgraph in which graph segments are stored inside a WeakArrayList instance.
SubGraphBuildListener<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>> - Interface in org.arakhne.afc.math.graph
This interface is a listener invoked by the subgraph builder each time a new subgraph segment was reached.
subList(int, int) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
subList(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
subList(int, int) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
subList(int, int) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
subList(int, int) - Method in class org.arakhne.afc.math.graph.GraphPath
 
subList(int, int) - Method in class org.arakhne.afc.util.IntegerList
 
SubProgressionModel - Class in org.arakhne.afc.progress
An object that permits to indicates the progression of a task.
SubProgressionModel(DefaultProgression, double, double, boolean, boolean, boolean) - Constructor for class org.arakhne.afc.progress.SubProgressionModel
Create a progress model with the specified determinate state.
SubProgressionModel(DefaultProgression, double, double, int, int, boolean, boolean, boolean) - Constructor for class org.arakhne.afc.progress.SubProgressionModel
Create a progress model with the specified determinate state.
SubRoadNetwork - Class in org.arakhne.afc.gis.road
This class describes a road network sub graph.
SubRoadNetwork() - Constructor for class org.arakhne.afc.gis.road.SubRoadNetwork
Constructor.
SubRoadNetwork(UUID) - Constructor for class org.arakhne.afc.gis.road.SubRoadNetwork
Constructor.
SubRoadNetwork.AbstractWrapConnection - Class in org.arakhne.afc.gis.road
Internal connection.
SubRoadNetwork.TerminalConnection - Class in org.arakhne.afc.gis.road
Internal connection.
SubRoadNetwork.WrapConnection - Class in org.arakhne.afc.gis.road
Internal connection.
SubRoadNetwork.WrapGraphPointConnection - Class in org.arakhne.afc.gis.road
Internal graph point connection.
SubRoadNetwork.WrapSegment - Class in org.arakhne.afc.gis.road
Internal segment wrapper.
SubRoadNetwork.WrapSegmentIterable - Class in org.arakhne.afc.gis.road
Internal iterator.
SubRoadNetwork.WrapSegmentIterator - Class in org.arakhne.afc.gis.road
Internal iterator.
subSet(Integer, Integer) - Method in class org.arakhne.afc.util.IntegerList
 
subTask(int) - Method in class org.arakhne.afc.progress.DefaultProgression
 
subTask(int) - Method in interface org.arakhne.afc.progress.Progression
Enter into a subtask.
subTask(int, boolean) - Method in class org.arakhne.afc.progress.DefaultProgression
 
subTask(int, boolean) - Method in interface org.arakhne.afc.progress.Progression
Enter into a subtask.
subTask(int, int, int) - Method in class org.arakhne.afc.progress.DefaultProgression
 
subTask(int, int, int) - Method in interface org.arakhne.afc.progress.Progression
Enter into a subtask.
subTask(int, int, int, boolean) - Method in class org.arakhne.afc.progress.DefaultProgression
 
subTask(int, int, int, boolean) - Method in interface org.arakhne.afc.progress.Progression
Enter into a subtask.
subToEnd(Progression) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Create and replies a task progression model that is for a subtask of the task associated to the given progression model.
subToEnd(Progression, boolean) - Static method in class org.arakhne.afc.progress.ProgressionUtil
Create and replies a task progression model that is for a subtask of the task associated to the given progression model.
subX(double) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
subX(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
subX(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
subX(double) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
subX(double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the x value of this tuple to the difference of itself and x.
subX(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
subX(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
subX(double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
subX(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the x value of this tuple to the difference of itself and x.
subX(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
subX(int) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
subX(int) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
subX(int) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
subX(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
subX(int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the x value of this tuple to the difference of itself and x.
subX(int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
subX(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
subX(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
subX(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the x value of this tuple to the difference of itself and x.
subX(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
subY(double) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
subY(double) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
subY(double) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
subY(double) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
subY(double) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the y value of this tuple to the difference of itself and y.
subY(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
subY(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
subY(double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
subY(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the y value of this tuple to the difference of itself and y.
subY(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
subY(int) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
subY(int) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
subY(int) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
subY(int) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
subY(int) - Method in interface org.arakhne.afc.math.geometry.d2.Tuple2D
Sets the y value of this tuple to the difference of itself and y.
subY(int) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableTuple2D
 
subY(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
subY(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
subY(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the y value of this tuple to the difference of itself and y.
subY(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
subZ(double) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
subZ(double) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
subZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the z value of this tuple to the difference of itself and z.
subZ(double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
subZ(int) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
subZ(int) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
subZ(int) - Method in interface org.arakhne.afc.math.geometry.d3.Tuple3D
Sets the z value of this tuple to the difference of itself and z.
subZ(int) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableTuple3D
 
SUDAN - org.arakhne.afc.util.CountryCode
SD.
SURINAME - org.arakhne.afc.util.CountryCode
SR.
SVALBARD_AND_JAN_MAYEN - org.arakhne.afc.util.CountryCode
SJ.
SVGFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for SVG files.
SVGFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.SVGFileFilter
Construct.
SVGFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.SVGFileFilter
Constructor.
SWAY - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
sway.
swayProperty - Variable in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Sway vector to the point.
swayXProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Replies the property that is the x coordinate of the sway vector.
swayXProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Replies the property that is the x coordinate of the sway vector.
swayYProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Replies the property that is the y coordinate of the sway vector.
swayYProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Replies the property that is the y coordinate of the sway vector.
swayZProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Replies the property that is the z coordinate of the sway vector.
swayZProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Replies the property that is the z coordinate of the sway vector.
SWAZILAND - org.arakhne.afc.util.CountryCode
SZ.
SWEDEN - org.arakhne.afc.util.CountryCode
SE.
sweepFlagProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
sweepFlagProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Replies the property for the sweep ellipse arc flag.
sweepFlagProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
sweepFlagProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Replies the property for the sweep ellipse arc flag.
switchFlag(int) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
switchFlag(int) - Method in class org.arakhne.afc.gis.mapelement.MapElement
 
switchFlag(int) - Method in interface org.arakhne.afc.gis.primitive.FlagContainer
Switch the value of the specified flag on this element.
switchFlag(int) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
switchFlag(int) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
SWITZERLAND - org.arakhne.afc.util.CountryCode
CH.
sync() - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Force this clustered path to count the number of road segments in the clusters.
SynopsisHelpAppender(ConsoleAppender) - Constructor for class org.arakhne.afc.bootique.synopsishelp.help.SynopsisHelpGenerator.SynopsisHelpAppender
Constructor.
SynopsisHelpGenerator - Class in org.arakhne.afc.bootique.synopsishelp.help
A generator of command-line help that displays the synopsis in addition to the other sections provided by DefaultHelpGenerator.
SynopsisHelpGenerator(ApplicationMetadata, String, String, int) - Constructor for class org.arakhne.afc.bootique.synopsishelp.help.SynopsisHelpGenerator
Constructor.
SynopsisHelpGenerator.SynopsisHelpAppender - Class in org.arakhne.afc.bootique.synopsishelp.help
Appender for the synopsis help.
SynopsisHelpGeneratorModule - Class in org.arakhne.afc.bootique.synopsishelp.modules
Module for creating the help generator with synopsis.
SynopsisHelpGeneratorModule() - Constructor for class org.arakhne.afc.bootique.synopsishelp.modules.SynopsisHelpGeneratorModule
 
SynopsisHelpModuleProvider - Class in org.arakhne.afc.bootique.synopsishelp
Provider of a Bootique module for synopsis help generator.
SynopsisHelpModuleProvider() - Constructor for class org.arakhne.afc.bootique.synopsishelp.SynopsisHelpModuleProvider
 
SYRIAN_ARAB_REPUBLIC - org.arakhne.afc.util.CountryCode
SY.
SYSTEMATIC_STOP - org.arakhne.afc.gis.bus.network.BusItineraryHalt.BusItineraryHaltType
Stop everytimes.

T

T_CONSTANT - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
String constant for the true boolean constant.
tailSet(Integer) - Method in class org.arakhne.afc.util.IntegerList
 
TAIWAN - org.arakhne.afc.util.CountryCode
TW.
TAJIKISTAN - org.arakhne.afc.util.CountryCode
TJ.
tangent - Variable in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
Tangent vector to this point.
tangent - Variable in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Tangent vector to this point.
TANGENT - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
tangent.
tanXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
Replies the property that is the x coordinate of the tangent vector.
tanXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
Replies the property that is the x coordinate of the tangent vector.
tanXProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Replies the property that is the x coordinate of the tangent vector.
tanXProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Replies the property that is the x coordinate of the tangent vector.
tanYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx
Replies the property that is the y coordinate of the tangent vector.
tanYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx
Replies the property that is the y coordinate of the tangent vector.
tanYProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Replies the property that is the y coordinate of the tangent vector.
tanYProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Replies the property that is the y coordinate of the tangent vector.
TANZANIA - org.arakhne.afc.util.CountryCode
TZ.
tanZProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx
Replies the property that is the y coordinate of the tangent vector.
tanZProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx
Replies the property that is the y coordinate of the tangent vector.
TELNET - org.arakhne.afc.vmutil.URISchemeType
The telnet scheme has identical syntax to the ftp scheme, with the exception that there is no pathame.
TERAMETER - org.arakhne.afc.math.physics.SpaceUnit
terameter.
TerminalConnection(RoadConnection, RoadSegment, boolean) - Constructor for class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
Constructor.
terminalPointReached(SubGraph<ST, PT, ?>, PT, ST) - Method in interface org.arakhne.afc.math.graph.SubGraphBuildListener
Invoked when a terminal point was added to a subgraph.
TernaryTreeNode<D,​N extends TernaryTreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a ternary tree.
TernaryTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.TernaryTreeNode
Empty node.
TernaryTreeNode(boolean) - Constructor for class org.arakhne.afc.math.tree.node.TernaryTreeNode
Constructor.
TernaryTreeNode(boolean, boolean, List<D>) - Constructor for class org.arakhne.afc.math.tree.node.TernaryTreeNode
Constructor.
TernaryTreeNode(boolean, D) - Constructor for class org.arakhne.afc.math.tree.node.TernaryTreeNode
Constructor.
TernaryTreeNode(D) - Constructor for class org.arakhne.afc.math.tree.node.TernaryTreeNode
Construct a node.
TernaryTreeNode(Collection<D>) - Constructor for class org.arakhne.afc.math.tree.node.TernaryTreeNode
Construct a node.
TernaryTreeNode.DefaultTernaryTreeNode<D> - Class in org.arakhne.afc.math.tree.node
This is the generic implementation of a ternary tree.
TextUtil - Class in org.arakhne.afc.text
This class permits to manipulate texts.
TextUtil.CutStringCritera - Interface in org.arakhne.afc.text
Define the cutting critera of the string.
THAILAND - org.arakhne.afc.util.CountryCode
TH.
THIRD_CORNER - org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TriangleFeature
The third triangle point.
THIRD_SEGMENT - org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TriangleFeature
The third triangle segment.
ThreadServiceFinder - Class in org.arakhne.afc.vmutil
This class permits to centralize the identify of the thread service providers.
ThreadServiceFinder.DefaultProvider - Class in org.arakhne.afc.vmutil
Thread service provider.
ThreadServiceProvider - Interface in org.arakhne.afc.vmutil
This interface describes a provider of thread's service.
THREE_QUARTER_PI - Static variable in class org.arakhne.afc.math.MathConstants
3*PI/4.
Timestamp - Class in org.arakhne.afc.attrs.attr
Container of timestamp.
Timestamp(long) - Constructor for class org.arakhne.afc.attrs.attr.Timestamp
Construct.
TIMESTAMP - org.arakhne.afc.attrs.attr.AttributeType
Represents a timestamp value.
TIMOR_LESTE - org.arakhne.afc.util.CountryCode
TL.
to - Variable in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Target point.
to - Variable in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Target point.
to - Variable in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Target point.
to - Variable in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Target point.
toArray() - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
toArray() - Method in class org.arakhne.afc.gis.location.GeoLocationPointList
Replies the coordinates of this geo-location.
toArray() - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
 
toArray() - Method in class org.arakhne.afc.gis.road.path.RoadPath
 
toArray() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ClosePathElement2d
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.CurvePathElement2d
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.LinePathElement2d
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.MovePathElement2d
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.QuadPathElement2d
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
Copy the coords into an array, except the source point.
toArray() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.LinePathElement2dfx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.MovePathElement2dfx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Copy the coords into an array, except the source point.
toArray() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ClosePathElement2i
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.CurvePathElement2i
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.LinePathElement2i
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.MovePathElement2i
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.QuadPathElement2i
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
Copy the coords into an array, except the source point.
toArray() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.LinePathElement2ifx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.MovePathElement2ifx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Copy the coords into an array, except the source point.
toArray() - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
toArray() - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d
Copy the coords into an array, except the source point.
toArray() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Copy the coords into an array, except the source point.
toArray() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i
Copy the coords into an array, except the source point.
toArray() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
toArray() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Copy the coords into an array, except the source point.
toArray() - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
toArray() - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
toArray() - Method in class org.arakhne.afc.math.graph.GraphPath
 
toArray() - Method in class org.arakhne.afc.math.tree.AbstractForest
 
toArray() - Method in class org.arakhne.afc.util.IntegerList
 
toArray() - Method in class org.arakhne.afc.util.MultiCollection
 
toArray(double[]) - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
Copy the coords into the given array, except the source point.
toArray(double[]) - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
Copy the coords into the given array, except the source point.
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ClosePathElement2d
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.CurvePathElement2d
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.LinePathElement2d
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.MovePathElement2d
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.QuadPathElement2d
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.LinePathElement2dfx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.MovePathElement2dfx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ClosePathElement2i
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.CurvePathElement2i
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.LinePathElement2i
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.MovePathElement2i
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.QuadPathElement2i
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.LinePathElement2ifx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.MovePathElement2ifx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
toArray(double[]) - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathElement3afp
Copy the coords into the given array, except the source point.
toArray(double[]) - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathElement3ai
Copy the coords into the given array, except the source point.
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
toArray(double[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
toArray(int[]) - Method in interface org.arakhne.afc.math.geometry.d2.afp.PathElement2afp
Copy the coords into the given array, except the source point.
toArray(int[]) - Method in interface org.arakhne.afc.math.geometry.d2.ai.PathElement2ai
Copy the coords into the given array, except the source point.
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ArcPathElement2d
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.ClosePathElement2d
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.CurvePathElement2d
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.LinePathElement2d
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.MovePathElement2d
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d.QuadPathElement2d
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.LinePathElement2dfx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.MovePathElement2dfx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ArcPathElement2i
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.ClosePathElement2i
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.CurvePathElement2i
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.LinePathElement2i
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.MovePathElement2i
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i.QuadPathElement2i
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.LinePathElement2ifx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.MovePathElement2ifx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
toArray(int[]) - Method in interface org.arakhne.afc.math.geometry.d3.afp.PathElement3afp
Copy the coords into the given array, except the source point.
toArray(int[]) - Method in interface org.arakhne.afc.math.geometry.d3.ai.PathElement3ai
Copy the coords into the given array, except the source point.
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.ClosePathElement3d
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.CurvePathElement3d
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.LinePathElement3d
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.MovePathElement3d
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d.QuadPathElement3d
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.ClosePathElement3i
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.CurvePathElement3i
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.LinePathElement3i
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.MovePathElement3i
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i.QuadPathElement3i
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
toArray(int[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
toArray(Collection<? extends T>, Class<T>) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies an array that corresponds to the given collection.
toArray(DoubleProperty[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ArcPathElement2dfx
 
toArray(DoubleProperty[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.ClosePathElement2dfx
 
toArray(DoubleProperty[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.CurvePathElement2dfx
 
toArray(DoubleProperty[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.LinePathElement2dfx
 
toArray(DoubleProperty[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.MovePathElement2dfx
 
toArray(DoubleProperty[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx.QuadPathElement2dfx
 
toArray(DoubleProperty[]) - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Copy the coords into the given array, except the source point.
toArray(DoubleProperty[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.ClosePathElement3dfx
 
toArray(DoubleProperty[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.CurvePathElement3dfx
 
toArray(DoubleProperty[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.LinePathElement3dfx
 
toArray(DoubleProperty[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.MovePathElement3dfx
 
toArray(DoubleProperty[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx.QuadPathElement3dfx
 
toArray(DoubleProperty[]) - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Copy the coords into the given array, except the source point.
toArray(IntegerProperty[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ArcPathElement2ifx
 
toArray(IntegerProperty[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.ClosePathElement2ifx
 
toArray(IntegerProperty[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.CurvePathElement2ifx
 
toArray(IntegerProperty[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.LinePathElement2ifx
 
toArray(IntegerProperty[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.MovePathElement2ifx
 
toArray(IntegerProperty[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx.QuadPathElement2ifx
 
toArray(IntegerProperty[]) - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Copy the coords into the given array, except the source point.
toArray(IntegerProperty[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.ClosePathElement3ifx
 
toArray(IntegerProperty[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.CurvePathElement3ifx
 
toArray(IntegerProperty[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.LinePathElement2ifx
 
toArray(IntegerProperty[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.MovePathElement3ifx
 
toArray(IntegerProperty[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx.QuadPathElement3ifx
 
toArray(IntegerProperty[]) - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Copy the coords into the given array, except the source point.
toArray(T[]) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
toArray(T[]) - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
 
toArray(T[]) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
toArray(T[]) - Method in class org.arakhne.afc.math.geometry.d2.afp.PointCollection
 
toArray(T[]) - Method in class org.arakhne.afc.math.geometry.d2.ai.PointCollection
 
toArray(T[]) - Method in class org.arakhne.afc.math.geometry.d2.MultiShape2D.BackendList
 
toArray(T[]) - Method in interface org.arakhne.afc.math.geometry.d2.MultiShape2D
 
toArray(T[]) - Method in class org.arakhne.afc.math.geometry.d3.afp.Path3afp.PointCollection
 
toArray(T[]) - Method in class org.arakhne.afc.math.geometry.d3.ai.Path3ai.PointCollection
 
toArray(T[]) - Method in class org.arakhne.afc.math.geometry.d3.MultiShape3D.BackendList
 
toArray(T[]) - Method in interface org.arakhne.afc.math.geometry.d3.MultiShape3D
 
toArray(T[]) - Method in class org.arakhne.afc.math.graph.GraphPath
 
toArray(T[]) - Method in class org.arakhne.afc.util.IntegerList
 
toArray(T[]) - Method in class org.arakhne.afc.util.MultiCollection
 
toArray(TT[]) - Method in class org.arakhne.afc.math.tree.AbstractForest
 
toArrayAndClear(Collection<? extends T>, Class<T>) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies an array that corresponds to the given collection.
toAttributeType() - Method in enum org.arakhne.afc.io.dbase.DBaseFieldType
Replies the attribute type corresponding to the field type.
toBEDouble(int, int, int, int, int, int, int, int) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converting eight bytes to a Big Endian double.
toBEFloat(int, int, int, int) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converting four bytes to a Big Endian float.
toBEInt(int, int, int, int) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converting four bytes to a Big Endian integer.
toBELong(int, int, int, int, int, int, int, int) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converting eight bytes to a Big Endian integer.
toBEShort(int, int) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converting two bytes to a Big Endian short.
toBinaryTreeZone() - Method in enum org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode.IcosepBinaryTreeZone
Replies the octtree zone that is corresponding to this zone.
toBoundingBox() - Method in interface org.arakhne.afc.math.geometry.d1.afp.Shape1afp
 
toBoundingBox() - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies the bounding box of this shape.
toBoundingBox() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
 
toBoundingBox() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d2.d.MultiShape2d
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d2.dfx.MultiShape2dfx
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d2.i.MultiShape2i
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d2.ifx.MultiShape2ifx
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
toBoundingBox() - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies the bounding box of this shape.
toBoundingBox() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
 
toBoundingBox() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d3.d.MultiShape3d
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d3.dfx.MultiShape3dfx
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d3.i.MultiShape3i
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d3.ifx.MultiShape3ifx
 
toBoundingBox() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
toBoundingBox() - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies the bounding box of this shape.
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Replies the bounds of the shape.
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Replies the bounds of the shape.
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
toBoundingBox(B) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Replies the bounds of the shape.
toBoundingBox(Rectangle2d) - Method in class org.arakhne.afc.math.geometry.d2.d.MultiShape2d
 
toBoundingBox(Rectangle2d) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
toBoundingBox(Rectangle2dfx) - Method in class org.arakhne.afc.math.geometry.d2.dfx.MultiShape2dfx
 
toBoundingBox(Rectangle2dfx) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
toBoundingBox(Rectangle2i) - Method in class org.arakhne.afc.math.geometry.d2.i.MultiShape2i
 
toBoundingBox(Rectangle2i) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
toBoundingBox(Rectangle2ifx) - Method in class org.arakhne.afc.math.geometry.d2.ifx.MultiShape2ifx
 
toBoundingBox(Rectangle2ifx) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
toBoundingBox(RectangularPrism3d) - Method in class org.arakhne.afc.math.geometry.d3.d.MultiShape3d
 
toBoundingBox(RectangularPrism3d) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
toBoundingBox(RectangularPrism3dfx) - Method in class org.arakhne.afc.math.geometry.d3.dfx.MultiShape3dfx
 
toBoundingBox(RectangularPrism3dfx) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
toBoundingBox(RectangularPrism3i) - Method in class org.arakhne.afc.math.geometry.d3.i.MultiShape3i
 
toBoundingBox(RectangularPrism3i) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
toBoundingBox(RectangularPrism3ifx) - Method in class org.arakhne.afc.math.geometry.d3.ifx.MultiShape3ifx
 
toBoundingBox(RectangularPrism3ifx) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
toBoundingBoxWithCtrlPoints() - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
toBoundingBoxWithCtrlPoints() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
toBoundingBoxWithCtrlPoints() - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
toBoundingBoxWithCtrlPoints() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
toBoundingBoxWithCtrlPoints() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the bounding box of all the points added in this path.
toBoundingBoxWithCtrlPoints() - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
toBoundingBoxWithCtrlPoints() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
toBoundingBoxWithCtrlPoints() - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
toBoundingBoxWithCtrlPoints() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
toBoundingBoxWithCtrlPoints() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the bounding box of all the points added in this path.
toBoundingBoxWithCtrlPoints(B) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Compute the bounding box of all the points added in this path.
toBoundingBoxWithCtrlPoints(B) - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Compute the bounding box of all the points added in this path.
toBoundingBoxWithCtrlPoints(Rectangle2d) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
toBoundingBoxWithCtrlPoints(Rectangle2dfx) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
toBoundingBoxWithCtrlPoints(Rectangle2i) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
toBoundingBoxWithCtrlPoints(Rectangle2ifx) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
toBoundingBoxWithCtrlPoints(RectangularPrism3d) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
toBoundingBoxWithCtrlPoints(RectangularPrism3dfx) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
toBoundingBoxWithCtrlPoints(RectangularPrism3i) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
toBoundingBoxWithCtrlPoints(RectangularPrism3ifx) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
toBounds2D() - Method in class org.arakhne.afc.gis.location.GeoId
Extract the primitive bounds from this geoId.
toBounds2D() - Method in interface org.arakhne.afc.gis.location.GeoLocation
Replies the area cover by this location.
toBounds2D() - Method in class org.arakhne.afc.gis.location.GeoLocationArea
 
toBounds2D() - Method in class org.arakhne.afc.gis.location.GeoLocationNowhere
 
toBounds2D() - Method in class org.arakhne.afc.gis.location.GeoLocationPoint
 
toBounds2D() - Method in class org.arakhne.afc.gis.location.GeoLocationPointList
 
toBroadFirstIterable() - Method in class org.arakhne.afc.math.tree.AbstractTree
 
toBroadFirstIterable() - Method in interface org.arakhne.afc.math.tree.BroadFirstIterableTree
Replies the broad-first iterator on the tree.
toBusHaltArray() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies an array of the bus halts inside this itinerary.
toByte() - Method in enum org.arakhne.afc.io.dbase.DBaseFieldType
Replies the byte representation of this type.
toCenterX(double) - Method in class org.arakhne.afc.nodefx.CenteringTransform
Change the coordinate system of x from the global document coordinate system to the "centered" graphical coordinate system.
toCenterY(double) - Method in class org.arakhne.afc.nodefx.CenteringTransform
Change the coordinate system of y from the global document coordinate system to the "centered" graphical coordinate system.
toClockwiseIterator(RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toClockwiseIterator(RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toClockwiseIterator(RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a clockwise order from the specified segment.
toClockwiseIterator(RoadSegment) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toClockwiseIterator(RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toClockwiseIterator(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toClockwiseIterator(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a clockwise order from the specified start segment to the specified end segment.
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a clockwise order from the specified start segment to the specified end segment.
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a clockwise order from the specified start segment to the specified end segment.
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, CoordinateSystem2D) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a clockwise order from the specified start segment to the specified end segment.
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toClockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toClockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toClockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toClockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a clockwise order from the specified segment.
toClockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toClockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toClockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toClockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toClockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toClockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toClockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a clockwise order from the specified segment.
toClockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toClockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toClockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toClockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toClockwiseIterator(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toClockwiseIterator(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toClockwiseIterator(RoadSegment, RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a clockwise order from the first occurrence. of specified start segment to the first occurrence. of the specified end segment.
toClockwiseIterator(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toClockwiseIterator(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toClockwiseIterator(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toClockwiseIterator(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toClockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toClockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toClockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a clockwise order from the first occurrence. of specified start segment to the first occurrence. of the specified end segment.
toClockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toClockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toClockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toClockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toClockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toClockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toClockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a clockwise order from the first occurrence. of specified start segment to the first occurrence. of the specified end segment.
toClockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toClockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toClockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toClockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toClockwiseIterator(RoadSegment, RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toClockwiseIterator(RoadSegment, RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toClockwiseIterator(RoadSegment, RoadSegment, CoordinateSystem2D) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a clockwise order from the first occurrence. of specified start segment to the first occurrence. of the specified end segment.
toClockwiseIterator(RoadSegment, RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toClockwiseIterator(RoadSegment, RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toClockwiseIterator(RoadSegment, RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toClockwiseIterator(RoadSegment, RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toClockwiseIterator(RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toClockwiseIterator(RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toClockwiseIterator(RoadSegment, CoordinateSystem2D) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a clockwise order from the specified segment.
toClockwiseIterator(RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toClockwiseIterator(RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toClockwiseIterator(RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toClockwiseIterator(RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toColinearVector(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies a vector of the given length that is colinear to this vector.
toColinearVector(double) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Replies a vector of the given length that is colinear to this vector.
toCollection() - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
 
toCollection() - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
 
toCollection() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the collection that is contains all the points of the path.
toCollection() - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
 
toCollection() - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
 
toCollection() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the collection that is contains all the points of the path.
toColor(int) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies an XML/HTML color.
toColor(int, int, int, int) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies an XML/HTML color.
toCoordinateSystem3D() - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Replies the 3D coordinate system which is corresponding to this 2D coordinate system.
toCounterclockwiseIterator(RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toCounterclockwiseIterator(RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toCounterclockwiseIterator(RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a counterclockwise order from the specified segment.
toCounterclockwiseIterator(RoadSegment) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toCounterclockwiseIterator(RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toCounterclockwiseIterator(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toCounterclockwiseIterator(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a counterclockwise order from the specified start segment to the specified end segment.
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a counterclockwise order from the specified start segment to the specified end segment.
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a counterclockwise order from the specified start segment to the specified end segment.
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, CoordinateSystem2D) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a counterclockwise order from the specified start segment to the specified end segment.
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toCounterclockwiseIterator(RoadSegment, Boolean, RoadSegment, Boolean, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toCounterclockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toCounterclockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toCounterclockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a counterclockwise order from the specified segment.
toCounterclockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toCounterclockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toCounterclockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toCounterclockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toCounterclockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toCounterclockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toCounterclockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a counterclockwise order from the specified segment.
toCounterclockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toCounterclockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toCounterclockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toCounterclockwiseIterator(RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toCounterclockwiseIterator(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a counterclockwise order from the first occurrence. of specified start segment to the first occurrence. of the specified end segment.
toCounterclockwiseIterator(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toCounterclockwiseIterator(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a counterclockwise order from the first occurrence. of specified start segment to the first occurrence. of the specified end segment.
toCounterclockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a counterclockwise order from the first occurrence. of specified start segment to the first occurrence. of the specified end segment.
toCounterclockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, RoadConnection.ClockwiseBoundType, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, CoordinateSystem2D) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a counterclockwise order from the first occurrence. of specified start segment to the first occurrence. of the specified end segment.
toCounterclockwiseIterator(RoadSegment, RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toCounterclockwiseIterator(RoadSegment, RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toCounterclockwiseIterator(RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toCounterclockwiseIterator(RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.primitive.ExclusionRoadConnection
 
toCounterclockwiseIterator(RoadSegment, CoordinateSystem2D) - Method in interface org.arakhne.afc.gis.road.primitive.RoadConnection
Replies an iterator which loop on the segment in a counterclockwise order from the specified segment.
toCounterclockwiseIterator(RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toCounterclockwiseIterator(RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toCounterclockwiseIterator(RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toCounterclockwiseIterator(RoadSegment, CoordinateSystem2D) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
 
toDataBroadFirstIterable() - Method in class org.arakhne.afc.math.tree.AbstractTree
 
toDataBroadFirstIterable() - Method in interface org.arakhne.afc.math.tree.BroadFirstIterableTree
Replies the broad-first iterator on the tree.
toDataDepthFirstIterable() - Method in class org.arakhne.afc.math.tree.AbstractTree
 
toDataDepthFirstIterable() - Method in interface org.arakhne.afc.math.tree.DepthFirstIterableTree
Replies the depth first iterator on the tree.
toDataDepthFirstIterable(int) - Method in class org.arakhne.afc.math.tree.AbstractTree
 
toDataDepthFirstIterable(int) - Method in interface org.arakhne.afc.math.tree.DepthFirstIterableTree
Replies the infixed depth first iterator on the tree.
toDataDepthFirstIterable(DepthFirstNodeOrder) - Method in class org.arakhne.afc.math.tree.AbstractTree
 
toDataDepthFirstIterable(DepthFirstNodeOrder) - Method in interface org.arakhne.afc.math.tree.DepthFirstIterableTree
Replies the depth first iterator on the tree.
toDecimalDegreeMinuteString(double, double, boolean) - Static method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the string representation of the longitude/latitude coordinates in the Decimal Degree Minute format: coordinate containing degrees (integer) and minutes (integer, or real number).
toDecimalDegreeString(double, double, boolean) - Static method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the string representation of the longitude/latitude coordinates in the Decimal Degree format: coordinate containing only degrees (integer, or real number).
toDefault(double) - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Convert the specified rotation into the default coordinate system.
toDefault(Point2D<?, ?>) - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Convert the specified point into the default coordinate system.
toDefault(Transform2D) - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Convert the specified transformation matrix from the default coordinate system.
toDefault(Vector2D<?, ?>) - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Convert the specified vector from the default coordinate system.
toDepthFirstIterable() - Method in class org.arakhne.afc.math.tree.AbstractTree
 
toDepthFirstIterable() - Method in interface org.arakhne.afc.math.tree.DepthFirstIterableTree
Replies the depth first iterator on the tree.
toDepthFirstIterable(int) - Method in class org.arakhne.afc.math.tree.AbstractTree
 
toDepthFirstIterable(int) - Method in interface org.arakhne.afc.math.tree.DepthFirstIterableTree
Replies the infixed depth first iterator on the tree.
toDepthFirstIterable(DepthFirstNodeOrder) - Method in class org.arakhne.afc.math.tree.AbstractTree
 
toDepthFirstIterable(DepthFirstNodeOrder) - Method in interface org.arakhne.afc.math.tree.DepthFirstIterableTree
Replies the depth first iterator on the tree.
toDMSString(double, double, boolean) - Static method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the string representation of the longitude/latitude coordinates in the DMS format: coordinate containing degrees (integer), minutes (integer), and seconds (integer, or real number).
toDocumentPosition(double, double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the position inside the document that corresponds to the given position on screen.
toDocumentPosition(Point2D<?, ?>) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the position inside the document that corresponds to the given position on screen.
toDocumentPositionX(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
toDocumentPositionX(double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
toDocumentPositionX(double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the X position inside the document that corresponds to the given X position on screen.
toDocumentPositionY(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
toDocumentPositionY(double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
toDocumentPositionY(double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the Y position inside the document that corresponds to the given Y position on screen.
toDocumentRect(double, double, double, double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the position inside the document that corresponds to the given rectangle on the screen..
toDocumentRect(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the position inside the document that corresponds to the given rectangle on the screen..
toDocumentSize(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
toDocumentSize(double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
toDocumentSize(double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the size inside the document that corresponds to the given size on screen.
toDoubleArray() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the coordinates of this path in an array of double precision floating-point numbers.
toDoubleArray() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the coordinates of this path in an array of double precision floating-point numbers.
toDoubleArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
toDoubleArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
toDoubleArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
toDoubleArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
toDoubleArray(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the coordinates of this path in an array of double precision floating-point numbers.
toDoubleArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
toDoubleArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
toDoubleArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
toDoubleArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
toDoubleArray(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the coordinates of this path in an array of double precision floating-point numbers.
toEnvironmentVariableName(String) - Static method in class org.arakhne.afc.bootique.variables.VariableNames
Replies the name of an environment variable that corresponds to the name of a bootique variable.
toESRI(double) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Translate a floating point value into ESRI standard.
toESRI(float) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Translate a floating point value into ESRI standard.
toESRI(Class<? extends MapElement>) - Static method in class org.arakhne.afc.gis.io.shape.GISShapeFileWriter
Replies the type of map element which is corresponding to the given GIS class.
toESRI_m(double) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Translate a M-coordinate from Java standard to ESRI standard.
toESRI_x(double) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Translate a x-coordinate from Java standard to ESRI standard.
toESRI_y(double) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Translate a y-coordinate from Java standard to ESRI standard.
toESRI_z(double) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Translate a z-coordinate from Java standard to ESRI standard.
toESRIWords(int) - Static method in class org.arakhne.afc.io.shape.ESRIFileUtil
Replies the count of words to put inside an ESRI file and which is corresponding to the given byte amount.
toFloatArray() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the coordinates of this path in an array of single precision floating-point numbers.
toFloatArray() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the coordinates of this path in an array of single precision floating-point numbers.
toFloatArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
toFloatArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
toFloatArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
toFloatArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
toFloatArray(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the coordinates of this path in an array of single precision floating-point numbers.
toFloatArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
toFloatArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
toFloatArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
toFloatArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
toFloatArray(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the coordinates of this path in an array of single precision floating-point numbers.
toGeodesicPosition() - Method in interface org.arakhne.afc.gis.location.GeoLocation
Replies the WSG84 (GPS) representation of this point.
toGeodesicPosition() - Method in class org.arakhne.afc.gis.location.GeoLocationArea
 
toGeodesicPosition() - Method in class org.arakhne.afc.gis.location.GeoLocationNowhere
 
toGeodesicPosition() - Method in class org.arakhne.afc.gis.location.GeoLocationPoint
 
toGeodesicPosition() - Method in class org.arakhne.afc.gis.location.GeoLocationPointList
 
toGeoId() - Method in interface org.arakhne.afc.gis.location.GeoLocation
Replies the GeoId representation of the geo-location.
toGeoId() - Method in class org.arakhne.afc.gis.location.GeoLocationArea
 
toGeoId() - Method in class org.arakhne.afc.gis.location.GeoLocationNowhere
 
toGeoId() - Method in class org.arakhne.afc.gis.location.GeoLocationPoint
 
toGeoId() - Method in class org.arakhne.afc.gis.location.GeoLocationPointList
 
toGlobalX(double) - Method in class org.arakhne.afc.nodefx.CenteringTransform
Change the coordinate system of x from the "centered" graphical coordinate system to the global document coordinate system.
toGlobalY(double) - Method in class org.arakhne.afc.nodefx.CenteringTransform
Change the coordinate system of y from the "centered" graphical coordinate system to the global document coordinate system.
TOGO - org.arakhne.afc.util.CountryCode
TG.
toHTML(String) - Static method in class org.arakhne.afc.text.TextUtil
Translate all the special character from the given text to their equivalent HTML entities.
toIntArray() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the coordinates of this path in an array of integer numbers.
toIntArray() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the coordinates of this path in an array of integer numbers.
toIntArray() - Method in class org.arakhne.afc.util.IntegerList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toIntArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
toIntArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
toIntArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
toIntArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
toIntArray(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the coordinates of this path in an array of integer numbers.
toIntArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
toIntArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
toIntArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
toIntArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
toIntArray(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the coordinates of this path in an array of integer numbers.
toInteger() - Method in enum org.arakhne.afc.math.geometry.d1.Direction1D
Replies integer value that is corresponding to the direction.
toInvalidBusHaltArray() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies an array of the invalid bus halts inside this itinerary.
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.gis.GISSet
Replies the set of elements that have an intersection with the specified rectangle.
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
 
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegmentContainer
Iterates on the segments that intersect the specified bounds.
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
 
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Replies the set of elements that have an intersection with the specified rectangle.
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in interface org.arakhne.afc.gis.GISSet
Replies the set of elements that have an intersection with the specified rectangle.
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
 
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in interface org.arakhne.afc.gis.road.primitive.RoadNetwork
 
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegmentContainer
Iterates on the segments that intersect the specified bounds.
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
 
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
toIterable(Rectangle2afp<?, ?, ?, ?, ?, ?>, int) - Method in interface org.arakhne.afc.gis.tree.GISTreeSet
Replies the set of elements that have an intersection with the specified rectangle.
toJarURL(File, File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the jar-schemed URL composed of the two given components.
toJarURL(File, String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the jar-schemed URL composed of the two given components.
toJarURL(URL, File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the jar-schemed URL composed of the two given components.
toJarURL(URL, String) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies the jar-schemed URL composed of the two given components.
toJavaFX(FileFilter) - Static method in class org.arakhne.afc.gis.road.ui.SimpleViewer
Convert the given standard file filter to its equivalent JavaFX file filter.
toJavaString(String) - Static method in class org.arakhne.afc.text.TextUtil
Translate the given string to its Java string equivalent.
toJson(Object, JsonBuffer) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the string representation of the given object.
toJson(JsonBuffer) - Method in class org.arakhne.afc.attrs.attr.AttributeImpl
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider.ManyValueAttributeValue
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.bus.layer.BusItineraryLayer
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.bus.layer.BusLineLayer
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.bus.layer.BusNetworkLayer
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.bus.network.BusHub
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.bus.network.BusItineraryHalt
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.bus.network.BusLine
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.bus.network.BusNetwork
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.bus.network.BusStop
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.mapelement.MapCircle
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.mapelement.MapComposedElement
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.mapelement.MapElement
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.mapelement.MapMultiPoint
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.mapelement.MapPoint
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.mapelement.MapPonctualElement
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.maplayer.MapElementLayer
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.maplayer.MultiMapLayer
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.primitive.AbstractBoundedGISElement
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.road.StandardRoadNetwork
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractShape1d
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d1.ImmutablePoint1D
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d1.ImmutableVector1D
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractShape2d
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractShape2dfx
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractShape2i
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractShape2ifx
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d2.ImmutablePoint2D
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d2.ImmutableVector2D
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d3.d.AbstractShape3d
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d3.dfx.AbstractShape3dfx
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractShape3i
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractShape3ifx
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.graph.GraphIterationElement
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.stochastic.BernoulliStochasticLaw
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.stochastic.CauchyStochasticLaw
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.stochastic.ConstantStochasticLaw
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.stochastic.ExponentialStochasticLaw
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.stochastic.GaussianStochasticLaw
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.stochastic.LinearStochasticLaw
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.stochastic.LogisticStochasticLaw
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.stochastic.LogNormalStochasticLaw
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.stochastic.ParetoStochasticLaw
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.stochastic.TriangularStochasticLaw
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.stochastic.UniformStochasticLaw
 
toJson(JsonBuffer) - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
Replies the Json representation of this node.
toJson(JsonBuffer) - Method in interface org.arakhne.afc.vmutil.json.JsonableObject
Replies the Json representation of this node.
toJsonString() - Method in enum org.arakhne.afc.bootique.log4j.configs.ConsoleTarget
Replies the preferred string representation of the console target within a Json stream.
toJsonString() - Method in enum org.arakhne.afc.bootique.log4j.configs.LayoutType
Replies the preferred string representation of the layout type within a Json stream.
toJsonString() - Method in enum org.arakhne.afc.bootique.log4j.configs.Level
Replies the preferred string representation of the level within a Json stream.
toJsonString(String) - Static method in class org.arakhne.afc.text.TextUtil
Translate the given string to its Json string equivalent.
toJul() - Method in enum org.arakhne.afc.bootique.log4j.configs.Level
Replies the JUL level.
TOKELAU - org.arakhne.afc.util.CountryCode
TK.
toLEDouble(int, int, int, int, int, int, int, int) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converting eight bytes to a Little Endian double.
toLEFloat(int, int, int, int) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converting four bytes to a Little Endian float.
toLEInt(int, int, int, int) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converting four bytes to a Little Endian integer.
toLELong(int, int, int, int, int, int, int, int) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converting eight bytes to a Little Endian integer.
toLEShort(int, int) - Static method in class org.arakhne.afc.inputoutput.endian.EndianNumbers
Converting two bytes to a Little Endian short.
toLog4j() - Method in enum org.arakhne.afc.bootique.log4j.configs.ConsoleTarget
Replies the log4j representation of the target.
toLog4j() - Method in enum org.arakhne.afc.bootique.log4j.configs.Level
Replies the log4j level.
toLowerCaseWithoutAccent(String) - Static method in class org.arakhne.afc.text.TextUtil
Translate the specified string to lower case and remove the accents.
toLowerCaseWithoutAccent(String, Map<Character, String>) - Static method in class org.arakhne.afc.text.TextUtil
Translate the specified string to lower case and remove the accents.
toMap() - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Replies the map of the values stored in this attribute provider.
toMap() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
toMap(Map<String, Object>) - Method in interface org.arakhne.afc.attrs.collection.AttributeProvider
Fill the given map with the values stored in this attribute provider.
toMap(Map<String, Object>) - Method in class org.arakhne.afc.attrs.collection.HeapAttributeCollection
 
toMap(Map<String, Object>) - Method in class org.arakhne.afc.attrs.collection.MultiAttributeProvider
 
toMap(Map<String, Object>) - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
toMap(Map<String, Object>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
toMap(Map<String, Object>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
toMap(Map<String, Object>) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeAccessor
 
toMap(Map<String, Object>) - Method in class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider
 
toMeters(double, SpaceUnit) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Convert the given value expressed in the given unit to meters.
toMetersPerSecond(double, SpeedUnit) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Convert the given value expressed in the given unit to meters per second.
toMimeType() - Method in enum org.arakhne.afc.inputoutput.mime.MimeName
Replies the MIME type associated to this MIME constant.
toN() - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
Cast this node to N.
TONGA - org.arakhne.afc.util.CountryCode
TO.
toOctTreeZone() - Method in enum org.arakhne.afc.math.tree.node.IcosepOctTreeNode.IcosepOctTreeZone
Replies the octtree zone that is corresponding to this zone.
TooManyDBaseColumnException - Exception in org.arakhne.afc.io.dbase
Exception throws when the number of columns to write in DBase file is too high.
TooManyDBaseColumnException(int, int) - Constructor for exception org.arakhne.afc.io.dbase.TooManyDBaseColumnException
Constructor.
toOrientationVector(double) - Static method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
Replies the orientation vector, which is corresponding to the given angle on a trigonometric circle.
toOrientationVector(double) - Static method in class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
Replies the orientation vector, which is corresponding to the given angle on a trigonometric circle.
toOrientationVector(double) - Static method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
Replies the orientation vector, which is corresponding to the given angle on a trigonometric circle.
toOrientationVector(double) - Static method in class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
Replies the orientation vector, which is corresponding to the given angle on a trigonometric circle.
toOrthogonalVector() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
 
toOrthogonalVector() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
 
toOrthogonalVector() - Method in class org.arakhne.afc.math.geometry.d2.ImmutableVector2D
 
toOrthogonalVector() - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies the orthogonal vector to this vector.
tooSmallArrayParameter(int, int) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Size of the first array parameter is too small.
tooSmallArrayParameter(int, int, int) - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Size of the array parameter is too small.
TOP - org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.Side
Top.
TOP - org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.Side
Top.
toPath2D() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the path representation of this itinerary.
toPath2D() - Method in class org.arakhne.afc.gis.bus.network.BusLine
Replies the path representation of this itinerary.
toPath2D() - Method in class org.arakhne.afc.gis.mapelement.MapPolygon
Replies the Path2D that corresponds to this polygon.
toPath2D() - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies the Path2D that corresponds to this polyline.
toPath2D() - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the path representing this road segment.
toPath2D(double, double) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies the Path2D that corresponds to this polyline.
toPath2D(double, double) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Replies the path representing this road segment.
toPath2D(Path2d) - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies the path representation of this itinerary.
toPath2D(Path2d) - Method in class org.arakhne.afc.gis.bus.network.BusLine
Replies the path representation of this itinerary.
toPath2D(Path2d) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies the Path2D that corresponds to this polyline.
toPath2D(Path2d) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Fill the given path with the values representing this road segment.
toPath2D(Path2d, double, double) - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies the Path2D that corresponds to this polyline.
toPath2D(Path2d, double, double) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
toPath2D(Path2d, double, double) - Method in interface org.arakhne.afc.gis.road.primitive.RoadSegment
Fill the given path with the values representing this road segment.
toPath2D(Path2d, double, double) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
toPoint2d() - Method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the GPS position as a point, where x is lambda and y is phi.
toPointArray() - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the points of this path in an array.
toPointArray() - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the points of this path in an array.
toPointArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
toPointArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
toPointArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
toPointArray(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
toPointArray(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.Path2D
Replies the points of this path in an array.
toPointArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
toPointArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
toPointArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
toPointArray(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
toPointArray(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.Path3D
Replies the points of this path in an array.
toPropertyName(String) - Static method in class org.arakhne.afc.bootique.variables.VariableNames
Replies the name of an property that corresponds to the name of a bootique variable.
toQuadTreeZone() - Method in enum org.arakhne.afc.math.tree.node.IcosepQuadTreeNode.IcosepQuadTreeZone
Replies the quadtree zone that is corresponding to this zone.
toRadiansPerSecond(double, AngularUnit) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Convert the given value expressed in the given unit to radians per second.
toRectangle2d() - Method in class org.arakhne.afc.io.shape.ESRIBounds
Replies the 2D bounds.
toRoadPath() - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
Replies the standard road path which is inside this ClusteredRoadPath.
toScreenPosition(double, double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the position on the screen that corresponds to the given position within the document.
toScreenPosition(Point2D<?, ?>) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the position on the screen that corresponds to the given position within the document.
toScreenPositionX(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
toScreenPositionX(double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
toScreenPositionX(double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the X position on the screen that corresponds to the given X position within the document.
toScreenPositionY(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
toScreenPositionY(double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
toScreenPositionY(double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the Y position on the screen that corresponds to the given Y position within the document.
toScreenRect(double, double, double, double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the position on the screen that corresponds to the given rectangle inside the document.
toScreenRect(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the position on the screen that corresponds to the given rectangle inside the document.
toScreenSize(double) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
toScreenSize(double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
toScreenSize(double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the size on the screen that corresponds to the given size within the document.
toSeconds(double, TimeUnit) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Convert the given value expressed in the given unit to seconds.
toSegment1D() - Method in class org.arakhne.afc.gis.mapelement.MapPolyline
Replies the Segment1D representation of this object.
toSegment1D() - Method in class org.arakhne.afc.gis.road.RoadPolyline
 
toSegmentIterable() - Method in class org.arakhne.afc.util.IntegerList
Returns an iterable object over the segments in this list in proper sequence.
toShorterURL(URL) - Method in interface org.arakhne.afc.inputoutput.path.PathBuilder
Try to make the given URL shorter in its form.
toShortestURL(URL) - Static method in class org.arakhne.afc.vmutil.FileSystem
Replies an URL for the given url and translate it into a resource URL if the given file is inside the classpath.
toSortedSet() - Method in class org.arakhne.afc.util.IntegerList
Replies the complete list of stored integers.
toSpaceUnit() - Method in enum org.arakhne.afc.math.physics.SpeedUnit
Replies the space unit that corresponds to this speed unit.
toString() - Method in class org.arakhne.afc.agentmotion.AgentMotion
 
toString() - Method in enum org.arakhne.afc.attrs.attr.AttributeType
 
toString() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
toString() - Method in class org.arakhne.afc.attrs.attr.NullAttribute
 
toString() - Method in class org.arakhne.afc.attrs.attr.Timestamp
 
toString() - Method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
 
toString() - Method in class org.arakhne.afc.gis.bus.network.BusChangeEvent
 
toString() - Method in class org.arakhne.afc.gis.coordinate.GeodesicPosition
Replies the string representation of this geodesic position according to the preferred string format replied by GeodesicPosition.getPreferredStringRepresentation() and GeodesicPosition.getDirectionSymbolInPreferredStringRepresentation().
toString() - Method in enum org.arakhne.afc.gis.coordinate.MapMetricProjection
 
toString() - Method in class org.arakhne.afc.gis.grid.Grid
 
toString() - Method in class org.arakhne.afc.gis.grid.GridCell
 
toString() - Method in class org.arakhne.afc.gis.grid.GridCellElement
 
toString() - Method in class org.arakhne.afc.gis.location.AbstractGeoLocation
 
toString() - Method in class org.arakhne.afc.gis.location.GeoId
 
toString() - Method in interface org.arakhne.afc.gis.location.GeoLocation
Replies the string representation of the geo-location.
toString() - Method in class org.arakhne.afc.gis.primitive.AbstractGISElement
 
toString() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
 
toString() - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
toString() - Method in class org.arakhne.afc.gis.road.path.ClusteredRoadPath
 
toString() - Method in class org.arakhne.afc.gis.road.primitive.AbstractWrapRoadConnection
 
toString() - Method in class org.arakhne.afc.gis.road.RoadConnectionWithArrivalSegment
 
toString() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection.Connection
 
toString() - Method in class org.arakhne.afc.gis.road.StandardRoadConnection
 
toString() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.AbstractWrapConnection
 
toString() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.TerminalConnection
 
toString() - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
toString() - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
 
toString() - Method in class org.arakhne.afc.io.dbase.DBaseFileField
 
toString() - Method in class org.arakhne.afc.io.dbase.DBaseFileRecord
 
toString() - Method in exception org.arakhne.afc.io.dbase.InvalidDeletionFlagFormatException
 
toString() - Method in exception org.arakhne.afc.io.dbase.InvalidRawDataFormatException
 
toString() - Method in class org.arakhne.afc.io.shape.ESRIBounds
 
toString() - Method in class org.arakhne.afc.io.shape.ESRIPoint
 
toString() - Method in class org.arakhne.afc.io.shape.ShapeFileIndexRecord
 
toString() - Method in class org.arakhne.afc.math.DoubleRange
 
toString() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
 
toString() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
 
toString() - Method in class org.arakhne.afc.math.geometry.d1.d.AbstractShape1d
 
toString() - Method in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
 
toString() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx
 
toString() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
 
toString() - Method in class org.arakhne.afc.math.geometry.d1.ImmutablePoint1D
 
toString() - Method in class org.arakhne.afc.math.geometry.d1.ImmutableVector1D
 
toString() - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.d.AbstractShape2d
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractShape2dfx
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.i.AbstractShape2i
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractShape2ifx
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.ImmutablePoint2D
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.ImmutableVector2D
 
toString() - Method in class org.arakhne.afc.math.geometry.d2.Vector2D.PowerResult
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.d.AbstractShape3d
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.d.PathElement3d
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.dfx.AbstractShape3dfx
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.i.AbstractShape3i
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.i.PathElement3i
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractShape3ifx
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
 
toString() - Method in class org.arakhne.afc.math.geometry.d3.Vector3D.PowerResult
 
toString() - Method in class org.arakhne.afc.math.graph.astar.AStar.Candidate
 
toString() - Method in class org.arakhne.afc.math.graph.BreadthFirstGraphCourseModel
 
toString() - Method in class org.arakhne.afc.math.graph.DepthFirstGraphCourseModel
 
toString() - Method in class org.arakhne.afc.math.graph.GraphIterationElement
 
toString() - Method in class org.arakhne.afc.math.graph.GraphPath
 
toString() - Method in class org.arakhne.afc.math.graph.ShortestSegmentFirstGraphCourseModel
 
toString() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Returns a string that contains the values of this Matrix2f.
toString() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Returns a string that contains the values of this Matrix3f.
toString() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Returns a string that contains the values of this Matrix4f.
toString() - Method in class org.arakhne.afc.math.stochastic.MathFunctionRange
 
toString() - Method in class org.arakhne.afc.math.stochastic.StochasticLaw
 
toString() - Method in class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode
 
toString() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.PhantomReferencedValue
 
toString() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.SoftReferencedValue
 
toString() - Method in class org.arakhne.afc.references.AbstractReferencedValueMap.WeakReferencedValue
 
toString() - Method in class org.arakhne.afc.references.ComparableSoftReference
 
toString() - Method in class org.arakhne.afc.references.ComparableWeakReference
 
toString() - Method in class org.arakhne.afc.references.WeakArrayList
 
toString() - Method in enum org.arakhne.afc.util.CountryCode
 
toString() - Method in class org.arakhne.afc.util.IntegerList
 
toString() - Method in class org.arakhne.afc.util.ListenerCollection
 
toString() - Method in class org.arakhne.afc.util.MultiValue
 
toString() - Method in class org.arakhne.afc.util.OutputParameter
 
toString() - Method in class org.arakhne.afc.util.Quadruplet
 
toString() - Method in class org.arakhne.afc.util.Triplet
 
toString() - Method in class org.arakhne.afc.vmutil.json.JsonBuffer
 
toString() - Method in class org.arakhne.afc.vmutil.MACNumber
 
toString() - Method in enum org.arakhne.afc.vmutil.URISchemeType
Replies the scheme string ended with a column character.
toString(byte[]) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Translate a set of bytes into an XML-compliant set of characters.
toString(Serializable) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Serialize the given object and put it in a string which is compliant with XML format.
toString(Object) - Static method in class org.arakhne.afc.util.ArrayUtil
Replies a string representation of the given object.
toString(Object) - Static method in class org.arakhne.afc.vmutil.ReflectionUtil
Replies the string representation of the given object.
toString(String) - Method in class org.arakhne.afc.util.MultiValue
Replies a string representation of the value in this object.
toString(String, Object, Object...) - Static method in class org.arakhne.afc.vmutil.json.JsonBuffer
Build the Json string representation of the given pairs.
toString(Date) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Replies an XML/HTML date.
toString(JsonableObject) - Static method in class org.arakhne.afc.vmutil.json.JsonBuffer
Build the Json string representation of the given value.
toString(Node) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Translate the XML tree into a string representation.
toSystem(double, CoordinateSystem2D) - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Convert the specified rotation from the current coordinate system to the specified coordinate system.
toSystem(Point2D<?, ?>, CoordinateSystem2D) - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Convert the specified point from the current coordinate system to the specified coordinate system.
toSystem(Transform2D, CoordinateSystem2D) - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Convert the specified transformation matrix into from the current coordinate system to the specified coordinate system.
toSystem(Vector2D<?, ?>, CoordinateSystem2D) - Method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Convert the specified point from the current coordinate system to the specified coordinate system.
totalSize() - Method in class org.arakhne.afc.sizediterator.ArraySizedIterator
 
totalSize() - Method in class org.arakhne.afc.sizediterator.CollectionSizedIterator
 
totalSize() - Method in class org.arakhne.afc.sizediterator.EmptyIterator
 
totalSize() - Method in class org.arakhne.afc.sizediterator.ModifiableCollectionSizedIterator
 
totalSize() - Method in class org.arakhne.afc.sizediterator.MultiSizedIterator
 
totalSize() - Method in class org.arakhne.afc.sizediterator.SingleIterator
 
totalSize() - Method in interface org.arakhne.afc.sizediterator.SizedIterator
Replies the count of elements in the iterated collection.
totalSize() - Method in class org.arakhne.afc.sizediterator.UnmodifiableCollectionSizedIterator
 
totalSize() - Method in class org.arakhne.afc.sizediterator.UnmodifiableMapKeySizedIterator
 
totalSize() - Method in class org.arakhne.afc.sizediterator.UnmodifiableMapValueSizedIterator
 
totalSize() - Method in class org.arakhne.afc.sizediterator.UnmodifiableSizedIterator
 
toTimeUnit() - Method in enum org.arakhne.afc.math.physics.AngularUnit
Replies the time unit that corresponds to this angular unit.
toTimeUnit() - Method in enum org.arakhne.afc.math.physics.SpeedUnit
Replies the time unit that corresponds to this speed unit.
toTransform2D(double, double, double, double) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Replies a 2D transformation that is corresponding to this transformation.
toTransform2D(Segment1D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Replies a 2D transformation that is corresponding to this transformation.
toTransform2D(Point2D<?, ?>, Point2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Replies a 2D transformation that is corresponding to this transformation.
toTraversableChild(N, N) - Method in class org.arakhne.afc.math.tree.iterator.InfixDepthFirstTreeIterator
 
toTraversableChild(N, N) - Method in class org.arakhne.afc.math.tree.iterator.PostfixDepthFirstTreeIterator
 
toTraversableChild(N, N) - Method in class org.arakhne.afc.math.tree.iterator.PrefixDepthFirstTreeIterator
 
toTraversableChild(N, N, int, int) - Method in class org.arakhne.afc.math.tree.iterator.BroadFirstTreeIterator
 
toTraversableChild(P, C) - Method in class org.arakhne.afc.math.tree.iterator.AbstractInfixDepthFirstTreeIterator
Replies an object to type N which is corresponding to the given child node retreived from the given parent node.
toTraversableChild(P, C) - Method in class org.arakhne.afc.math.tree.iterator.AbstractPostfixDepthFirstTreeIterator
Replies an object to type N which is corresponding to the given child node retreived from the given parent node.
toTraversableChild(P, C) - Method in class org.arakhne.afc.math.tree.iterator.AbstractPrefixDepthFirstTreeIterator
Replies an object to type N which is corresponding to the given child node retreived from the given parent node.
toTraversableChild(P, C, int, int) - Method in class org.arakhne.afc.math.tree.iterator.AbstractBroadFirstTreeIterator
Replies an object to type N which is corresponding to the given child node retreived from the given parent node.
toUnitVector() - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Replies the unit vector of this vector.
toUnitVector() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
 
toUnitVector() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
 
toUnitVector() - Method in class org.arakhne.afc.math.geometry.d2.ImmutableVector2D
 
toUnitVector() - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies the unit vector of this vector.
toUnitVector() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
toUnitVector() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
toUnitVector() - Method in class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
 
toUnitVector() - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Replies the unit vector of this vector.
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d1.d.Point1d
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d1.d.Vector1d
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Point1dfx
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Vector1dfx
 
toUnmodifiable() - Method in interface org.arakhne.afc.math.geometry.d1.Point1D
Replies an unmodifiable copy of this point.
toUnmodifiable() - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiablePoint1D
 
toUnmodifiable() - Method in interface org.arakhne.afc.math.geometry.d1.UnmodifiableVector1D
 
toUnmodifiable() - Method in interface org.arakhne.afc.math.geometry.d1.Vector1D
Replies an unmodifiable copy of this vector.
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d2.d.Point2d
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d2.d.Vector2d
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Point2dfx
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d2.i.Point2i
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d2.i.Vector2i
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Point2ifx
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
 
toUnmodifiable() - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Replies an unmodifiable copy of this point.
toUnmodifiable() - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
toUnmodifiable() - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
toUnmodifiable() - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Replies an unmodifiable copy of this vector.
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d3.d.Point3d
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d3.d.Vector3d
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Point3dfx
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d3.i.Point3i
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d3.i.Vector3i
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Point3ifx
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
 
toUnmodifiable() - Method in class org.arakhne.afc.math.geometry.d3.ImmutableVector3D
 
toUnmodifiable() - Method in interface org.arakhne.afc.math.geometry.d3.Point3D
Replies an unmodifiable copy of this vector.
toUnmodifiable() - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiablePoint3D
 
toUnmodifiable() - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
toUnmodifiable() - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Replies an unmodifiable copy of this vector.
toUpperCaseWithoutAccent(String) - Static method in class org.arakhne.afc.text.TextUtil
Translate the specified string to upper case and remove the accents.
toUpperCaseWithoutAccent(String, Map<Character, String>) - Static method in class org.arakhne.afc.text.TextUtil
Translate the specified string to upper case and remove the accents.
toUUID() - Method in class org.arakhne.afc.gis.location.AbstractGeoLocation
 
toUUID() - Method in class org.arakhne.afc.gis.location.GeoId
Replies the UUID representation of the geo-reference identifier.
toUUID() - Method in interface org.arakhne.afc.gis.location.GeoLocation
Replies the UUID of the geo-location.
toValidBusHaltArray() - Method in class org.arakhne.afc.gis.bus.network.BusItinerary
Replies an array of the valid bus halts inside this itinerary.
toX - Variable in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
Target point.
toX - Variable in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
Target point.
toX - Variable in class org.arakhne.afc.math.geometry.d3.d.PathElement3d
Target point.
toX - Variable in class org.arakhne.afc.math.geometry.d3.i.PathElement3i
Target point.
toXProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Replies the property for the x coordinate of the target point.
toXProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Replies the x coordinate of the target point property.
toXProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Replies the x coordinate of the target point property.
toXProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Replies the x coordinate of the target point property.
toY - Variable in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
Target point.
toY - Variable in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
Target point.
toY - Variable in class org.arakhne.afc.math.geometry.d3.d.PathElement3d
Target point.
toY - Variable in class org.arakhne.afc.math.geometry.d3.i.PathElement3i
Target point.
toYProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Replies the property for the y coordinate of the target point.
toYProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Replies the y coordinate of the target point property.
toYProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Replies the y coordinate of the target point property.
toYProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Replies the y coordinate of the target point property.
toZ - Variable in class org.arakhne.afc.math.geometry.d3.d.PathElement3d
Target point.
toZ - Variable in class org.arakhne.afc.math.geometry.d3.i.PathElement3i
Target point.
toZProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Replies the z coordinate of the target point property.
toZProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Replies the z coordinate of the target point property.
TRACE - org.arakhne.afc.bootique.log4j.configs.Level
Trace.
TRACK - org.arakhne.afc.gis.road.primitive.RoadType
Path or rough road which is made of soil rather than having a surface covered with stone or other material.
TrafficDirection - Enum in org.arakhne.afc.gis.road.primitive
Direction of the traffic on a road segment.
transform(Point1D<?, ?, ? super S>) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Transform the specified 1.5D point.
transform(Point1D<?, ?, ? super S>, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Transform the specified 1.5D point.
transform(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Path2afp
Transform the current path.
transform(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
Transform the current segment.
transform(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Path2ai
Transform the current path.
transform(Transform2D) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
Transform the current segment.
transform(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
transform(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
transform(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
transform(Transform2D) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
transform(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Multiply this matrix by the tuple t and place the result back into the tuple (t = this*t).
transform(Tuple2D<?>, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Multiply this matrix by the tuple t and and place the result into the tuple "result".
transform(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Path3afp
Transform the current path.
transform(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
Transform the current segment.
transform(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Path3ai
Transform the current path.
transform(Transform3D) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
Transform the current segment.
transform(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
transform(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
transform(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
transform(Transform3D) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
transform(Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Multiply this matrix by the tuple t and place the result back into the tuple (t = this*t).
transform(Tuple3D<?>, Tuple3D<?>) - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Multiply this matrix by the tuple t and and place the result into the tuple "result" (result = this*t).
Transform1D<S extends Segment1D<?,​?>> - Class in org.arakhne.afc.math.geometry.d1
Is represented internally as curviline translation and a shift translation.
Transform1D() - Constructor for class org.arakhne.afc.math.geometry.d1.Transform1D
Constructs a new Transform1D object and sets it to the identity.
Transform1D(double, double) - Constructor for class org.arakhne.afc.math.geometry.d1.Transform1D
Constructs a new Transform1D object and initializes it from the specified parameters.
Transform1D(List<? extends S>) - Constructor for class org.arakhne.afc.math.geometry.d1.Transform1D
Constructs a new Transform1D object and initializes it from the specified parameters.
Transform1D(List<? extends S>, double, double) - Constructor for class org.arakhne.afc.math.geometry.d1.Transform1D
Constructs a new Transform1D object and initializes it from the specified parameters.
Transform1D(List<? extends S>, Direction1D) - Constructor for class org.arakhne.afc.math.geometry.d1.Transform1D
Constructs a new Transform1D object and initializes it from the specified parameters.
Transform1D(List<? extends S>, Direction1D, double, double) - Constructor for class org.arakhne.afc.math.geometry.d1.Transform1D
Constructs a new Transform1D object and initializes it from the specified parameters.
Transform1D(Transform1D<? extends S>) - Constructor for class org.arakhne.afc.math.geometry.d1.Transform1D
Constructs a new Transform1D object and initializes it from the specified transform.
Transform2D - Class in org.arakhne.afc.math.geometry.d2
A 2D transformation.
Transform2D() - Constructor for class org.arakhne.afc.math.geometry.d2.Transform2D
Constructs a new Transform2D object and sets it to the identity transformation.
Transform2D(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.Transform2D
Constructs and initializes a Matrix3f from the specified nine values.
Transform2D(Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.Transform2D
Constructs a new Transform2D object and initializes it from the specified transform.
Transform2D(Matrix3d) - Constructor for class org.arakhne.afc.math.geometry.d2.Transform2D
Constructor by copy.
Transform3D - Class in org.arakhne.afc.math.geometry.d3
A 3D transformation.
Transform3D() - Constructor for class org.arakhne.afc.math.geometry.d3.Transform3D
Constructs a new Transform3D object and sets it to the identity transformation.
Transform3D(double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.Transform3D
Constructs and initializes a Matrix4f from the specified nine values.
Transform3D(Transform3D) - Constructor for class org.arakhne.afc.math.geometry.d3.Transform3D
Constructs a new Transform2D object and initializes it from the specified transform.
Transform3D(Matrix4d) - Constructor for class org.arakhne.afc.math.geometry.d3.Transform3D
Constructor by copy.
TransformedCirclePathIterator(Circle2afp<?, ?, T, ?, ?, ?>, Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Circle2afp.TransformedCirclePathIterator
Constructor.
TransformedCirclePathIterator(Circle2ai<?, ?, IE, ?, ?, ?>, Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Circle2ai.TransformedCirclePathIterator
Constructor.
TransformedCirclePathIterator(Sphere3afp<?, ?, T, ?, ?, ?>, Transform3D) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.Sphere3afp.TransformedCirclePathIterator
Constructor.
TransformedCirclePathIterator(Sphere3ai<?, ?, IE, ?, ?, ?>, Transform3D) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Sphere3ai.TransformedCirclePathIterator
Constructor.
TransformedEllipsePathIterator(Ellipse2afp<?, ?, T, ?, ?, ?>, Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Ellipse2afp.TransformedEllipsePathIterator
Constructor.
TransformedMultiShapePathIterator(List<? extends Shape2afp<?, ?, IE, ?, ?, ?>>, GeomFactory2afp<IE, ?, ?, ?>, Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp.TransformedMultiShapePathIterator
Constructor.
TransformedMultiShapePathIterator(List<? extends Shape2ai<?, ?, IE, ?, ?, ?>>, GeomFactory2ai<IE, ?, ?, ?>, Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai.TransformedMultiShapePathIterator
Constructor.
TransformedMultiShapePathIterator(List<? extends Shape3afp<?, ?, IE, ?, ?, ?>>, GeomFactory3afp<IE, ?, ?, ?>, Transform3D) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp.TransformedMultiShapePathIterator
Constructor.
TransformedMultiShapePathIterator(List<? extends Shape3ai<?, ?, IE, ?, ?, ?>>, GeomFactory3ai<IE, ?, ?, ?>, Transform3D) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai.TransformedMultiShapePathIterator
Constructor.
TransformedOrientedRectanglePathIterator(OrientedRectangle2afp<?, ?, T, ?, ?, ?>, Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp.TransformedOrientedRectanglePathIterator
Constructor.
TransformedParallelogramPathIterator(Parallelogram2afp<?, ?, T, ?, ?, ?>, Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp.TransformedParallelogramPathIterator
Constructor.
TransformedPathIterator(Path2ai<?, ?, E, ?, ?, ?>, Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Path2ai.TransformedPathIterator
Constructor.
TransformedPathIterator(Path3ai<?, ?, E, ?, ?, ?>, Transform3D) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Path3ai.TransformedPathIterator
Constructor.
TransformedPathPathIterator(Path2afp<?, ?, T, ?, ?, ?>, Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Path2afp.TransformedPathPathIterator
Constructor.
TransformedPathPathIterator(Path3afp<?, ?, T, ?, ?, ?>, Transform3D) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.Path3afp.TransformedPathPathIterator
Constructor.
TransformedRectanglePathIterator(Rectangle2afp<?, ?, T, ?, ?, ?>, Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp.TransformedRectanglePathIterator
Constructor.
TransformedRectanglePathIterator(Rectangle2ai<?, ?, E, ?, ?, ?>, Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.TransformedRectanglePathIterator
Constructor.
TransformedRectanglePathIterator(RectangularPrism3afp<?, ?, T, ?, ?, ?>, Transform3D) - Constructor for class org.arakhne.afc.math.geometry.d3.afp.RectangularPrism3afp.TransformedRectanglePathIterator
Constructor.
TransformedRectanglePathIterator(RectangularPrism3ai<?, ?, E, ?, ?, ?>, Transform3D) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.TransformedRectanglePathIterator
Constructor.
TransformedRoundRectanglePathIterator(RoundRectangle2afp<?, ?, T, ?, ?, ?>, Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.RoundRectangle2afp.TransformedRoundRectanglePathIterator
Constructor.
TransformedSegmentPathIterator(Segment2ai<?, ?, IE, ?, ?, ?>, Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.ai.Segment2ai.TransformedSegmentPathIterator
Constructor.
TransformedSegmentPathIterator(Segment3ai<?, ?, IE, ?, ?, ?>, Transform3D) - Constructor for class org.arakhne.afc.math.geometry.d3.ai.Segment3ai.TransformedSegmentPathIterator
Constructor.
TransformedTrianglePathIterator(Triangle2afp<?, ?, T, ?, ?, ?>, Transform2D) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TransformedTrianglePathIterator
Constructor.
translate(double, double) - Method in interface org.arakhne.afc.math.geometry.d1.afp.RectangularShape1afp
 
translate(double, double) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Shape1afp
Translate the shape.
translate(double, double) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Translate the coordinates.
translate(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Circle2afp
 
translate(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.MultiShape2afp
 
translate(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.OrientedRectangle2afp
 
translate(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Parallelogram2afp
 
translate(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Rectangle2afp
 
translate(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.RectangularShape2afp
 
translate(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Segment2afp
 
translate(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
Translate the shape.
translate(double, double) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Triangle2afp
 
translate(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.MultiShape2d
 
translate(double, double) - Method in class org.arakhne.afc.math.geometry.d2.d.Path2d
 
translate(double, double) - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
 
translate(double, double) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Translate the position.
translate(double, double) - Method in class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Translates the current transform by x, y.
translate(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.MultiShape3afp
 
translate(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Prism3afp
 
translate(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Segment3afp
 
translate(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
Translate the shape.
translate(double, double, double) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Sphere3afp
 
translate(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.MultiShape3d
 
translate(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.d.Path3d
 
translate(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
 
translate(double, double, double) - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Translate the position.
translate(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Circle2ai
 
translate(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.MultiShape2ai
 
translate(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.RectangularShape2ai
 
translate(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Segment2ai
 
translate(int, int) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
Translate the shape.
translate(int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.MultiShape2i
 
translate(int, int) - Method in class org.arakhne.afc.math.geometry.d2.i.Path2i
 
translate(int, int) - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
 
translate(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.MultiShape3ai
 
translate(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Prism3ai
 
translate(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Segment3ai
 
translate(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
Translate the shape.
translate(int, int, int) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Sphere3ai
 
translate(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.MultiShape3i
 
translate(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.i.Path3i
 
translate(int, int, int) - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
 
translate(List<? extends S>, double, double) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Translate.
translate(List<? extends S>, Direction1D, double, double) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Translate.
translate(List<? extends S>, Direction1D, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Translate.
translate(List<? extends S>, Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Translate.
translate(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.afp.Shape1afp
 
translate(Vector1D<?, ?, ?>) - Method in interface org.arakhne.afc.math.geometry.d1.Shape1D
Translate the shape.
translate(Tuple2D<?>) - Method in class org.arakhne.afc.math.geometry.d1.Transform1D
Translate the coordinates.
translate(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.afp.Shape2afp
 
translate(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.ai.Shape2ai
 
translate(Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Shape2D
Translate the shape.
translate(Vector2D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d2.Transform2D
Translate the position.
translate(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.afp.Shape3afp
 
translate(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.ai.Shape3ai
 
translate(Vector3D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d3.Shape3D
Translate the shape.
translate(Vector3D<?, ?>) - Method in class org.arakhne.afc.math.geometry.d3.Transform3D
Translate the position.
translateCandidate(RoadConnection, AStarNode<RoadSegment, RoadConnection>) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar
 
translateCandidate(PT, AStarNode<ST, PT>) - Method in class org.arakhne.afc.math.graph.astar.AStar
Translate the A* node.
translateResourceName(String) - Method in class org.arakhne.afc.vmutil.AndroidResourceWrapper
 
translateResourceName(String) - Static method in class org.arakhne.afc.vmutil.Resources
Translate the given resource name according to the current JVM standard.
translateResourceName(String) - Method in interface org.arakhne.afc.vmutil.ResourceWrapper
Translate the given resource name according to the current JVM standard.
translateResourceName(String) - Method in class org.arakhne.afc.vmutil.StandardJREResourceWrapper
 
TRANSPARENT - Static variable in class org.arakhne.afc.vmutil.ColorNames
The name of the transparent color components.
transpose() - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the value of this matrix to its transpose.
transpose() - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the value of this matrix to its transpose.
transpose() - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the value of this matrix to its transpose.
transpose(Matrix2d) - Method in class org.arakhne.afc.math.matrix.Matrix2d
Sets the value of this matrix to the transpose of the argument matrix.
transpose(Matrix3d) - Method in class org.arakhne.afc.math.matrix.Matrix3d
Sets the value of this matrix to the transpose of the argument matrix.
transpose(Matrix4d) - Method in class org.arakhne.afc.math.matrix.Matrix4d
Sets the value of this matrix to the transpose of the argument matrix.
Tree<D,​N extends TreeNode<D,​?>> - Interface in org.arakhne.afc.math.tree
This is the generic implementation of a tree.
TreeBuilder<D,​T extends Tree<D,​?>> - Interface in org.arakhne.afc.math.tree.builder
A tree builder is a class that create a tree according to a set of objects and a set of constraints and heuristics.
TreeBuilderException - Exception in org.arakhne.afc.math.tree.builder
An exception during the tree building.
TreeBuilderException() - Constructor for exception org.arakhne.afc.math.tree.builder.TreeBuilderException
 
TreeBuilderException.BuilderAlreadyStartedException - Exception in org.arakhne.afc.math.tree.builder
This exception was thrown when the building function was called twice times on the same builder.
TreeBuilderException.EmptyBoundingBoxException - Exception in org.arakhne.afc.math.tree.builder
This exception was thrown when the bounding box of the entities that must be insert inside a tree was empty.
TreeDataEvent - Class in org.arakhne.afc.math.tree
Event on tree nodes.
TreeDataEvent(TreeNode<?, ?>, int, Collection<?>) - Constructor for class org.arakhne.afc.math.tree.TreeDataEvent
Construct an event.
TreeDataEvent(TreeNode<?, ?>, Collection<?>, Collection<?>, Collection<?>) - Constructor for class org.arakhne.afc.math.tree.TreeDataEvent
Construct an event.
TreeMapElementLayer<E extends MapElement> - Class in org.arakhne.afc.gis.maplayer
This class represents a layer that contains map elements stored inside a tree data-structure.
TreeMapElementLayer() - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeMapElementLayer(boolean) - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeMapElementLayer(boolean, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeMapElementLayer(UUID) - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeMapElementLayer(UUID, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeMapElementLayer(UUID, boolean, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeMapElementLayer(UUID, AttributeCollection) - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeMapElementLayer(UUID, AttributeCollection, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeMapElementLayer(UUID, AttributeCollection, boolean, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeMapElementLayer(UUID, AttributeCollection, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeMapElementLayer(UUID, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeMapElementLayer(AttributeCollection) - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeMapElementLayer(AttributeCollection, boolean) - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeMapElementLayer(AttributeCollection, boolean, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeMapElementLayer(AttributeCollection, Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeMapElementLayer(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.maplayer.TreeMapElementLayer
Create a new layer with the specified attribute source.
TreeNode<D,​N extends TreeNode<D,​?>> - Interface in org.arakhne.afc.math.tree
This is the generic implementation of a tree node.
TreeNodeAddedEvent - Class in org.arakhne.afc.math.tree
Called each time an addition event occurs on a tree node.
TreeNodeAddedEvent(TreeNode<?, ?>, int, TreeNode<?, ?>) - Constructor for class org.arakhne.afc.math.tree.TreeNodeAddedEvent
Construct the event.
treeNodeChildAdded(TreeNodeAddedEvent) - Method in class org.arakhne.afc.gis.tree.WeakGISTreeSetNode
 
treeNodeChildAdded(TreeNodeAddedEvent) - Method in interface org.arakhne.afc.math.tree.TreeNodeListener
A child of the specified node was added.
treeNodeChildRemoved(TreeNodeRemovedEvent) - Method in class org.arakhne.afc.gis.tree.WeakGISTreeSetNode
 
treeNodeChildRemoved(TreeNodeRemovedEvent) - Method in interface org.arakhne.afc.math.tree.TreeNodeListener
A child of the specified node was removed.
treeNodeDataChanged(TreeDataEvent) - Method in class org.arakhne.afc.gis.tree.WeakGISTreeSetNode
 
treeNodeDataChanged(TreeDataEvent) - Method in interface org.arakhne.afc.math.tree.TreeNodeListener
The data associated to a node was changed.
TreeNodeListener - Interface in org.arakhne.afc.math.tree
Called each time an event occurs on a tree node.
treeNodeParentChanged(TreeNodeParentChangedEvent) - Method in class org.arakhne.afc.gis.tree.WeakGISTreeSetNode
 
treeNodeParentChanged(TreeNodeParentChangedEvent) - Method in interface org.arakhne.afc.math.tree.TreeNodeListener
The parent of the specified node has changed.
TreeNodeParentChangedEvent - Class in org.arakhne.afc.math.tree
Called each time an hierarchy update event occurs on a tree node.
TreeNodeParentChangedEvent(TreeNode<?, ?>, TreeNode<?, ?>, TreeNode<?, ?>) - Constructor for class org.arakhne.afc.math.tree.TreeNodeParentChangedEvent
Constructor.
TreeNodeRemovedEvent - Class in org.arakhne.afc.math.tree
Called each time an removal event occurs on a tree node.
TreeNodeRemovedEvent(TreeNode<?, ?>, int, TreeNode<?, ?>) - Constructor for class org.arakhne.afc.math.tree.TreeNodeRemovedEvent
Constructor.
triangle - Variable in class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.AbstractTrianglePathIterator
The iterated shape.
TRIANGLE_FAN - org.arakhne.afc.io.shape.ShapeMultiPatchType
A triangle fan.
TRIANGLE_STRIP - org.arakhne.afc.io.shape.ShapeMultiPatchType
A triangle strip.
Triangle2afp<ST extends Shape2afp<?,​?,​IE,​P,​V,​B>,​IT extends Triangle2afp<?,​?,​IE,​P,​V,​B>,​IE extends PathElement2afp,​P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>,​B extends Rectangle2afp<?,​?,​IE,​P,​V,​B>> - Interface in org.arakhne.afc.math.geometry.d2.afp
Fonctional interface that represented a 2D triangle on a plane.
Triangle2afp.AbstractTrianglePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Abstract iterator on the path elements of the triangle.
Triangle2afp.TransformedTrianglePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of the circle.
Triangle2afp.TriangleFeature - Enum in org.arakhne.afc.math.geometry.d2.afp
Features of a triangle.
Triangle2afp.TrianglePathIterator<T extends PathElement2afp> - Class in org.arakhne.afc.math.geometry.d2.afp
Iterator on the path elements of the triangle.
Triangle2afpDrawer - Class in org.arakhne.afc.nodefx.drawers
Drawer of a 2D triangle.
Triangle2afpDrawer() - Constructor for class org.arakhne.afc.nodefx.drawers.Triangle2afpDrawer
 
Triangle2d - Class in org.arakhne.afc.math.geometry.d2.d
A triangle with 2 double precision floating-point numbers.
Triangle2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.Triangle2d
Construct an empty triangle.
Triangle2d(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Triangle2d
Construct a triangle with the given 3 points.
Triangle2d(Triangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Triangle2d
Construct a triangle from a triangle.
Triangle2d(Point2D<?, ?>, Point2D<?, ?>, Point2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Triangle2d
Construct a triangle with the given 3 points.
Triangle2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
A triangle with 2 double precision floating-point FX properties.
Triangle2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
Construct an empty triangle.
Triangle2dfx(double, double, double, double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
Construct a triangle with the three given points.
Triangle2dfx(Triangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
Constructor by copy.
Triangle2dfx(Point2dfx, Point2dfx, Point2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
Construct a triangle by setting the three given points.
Triangle2dfx(Triangle2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
Constructor by setting.
Triangle2dfx(Point2D<?, ?>, Point2D<?, ?>, Point2D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
Construct a triangle with the three given points.
TrianglePathIterator(Triangle2afp<?, ?, T, ?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TrianglePathIterator
Constructor.
TriangularStochasticLaw - Class in org.arakhne.afc.math.stochastic
Law that representes a triangular density.
TriangularStochasticLaw(double, double, double) - Constructor for class org.arakhne.afc.math.stochastic.TriangularStochasticLaw
Construct the law.
TriangularStochasticLaw(Map<String, String>) - Constructor for class org.arakhne.afc.math.stochastic.TriangularStochasticLaw
Construct a law with the following parameters.
trimToSize() - Method in class org.arakhne.afc.references.WeakArrayList
Trims the capacity of this WeakArrayList instance to be the list's current size.
TRINIDAD_AND_TOBAGO - org.arakhne.afc.util.CountryCode
TT.
Triplet<A,​B,​C> - Class in org.arakhne.afc.util
This class implements triplet of values.
Triplet() - Constructor for class org.arakhne.afc.util.Triplet
Construct a triplet.
Triplet(A, B, C) - Constructor for class org.arakhne.afc.util.Triplet
Construct a triplet.
Triplet(Triplet<? extends A, ? extends B, ? extends C>) - Constructor for class org.arakhne.afc.util.Triplet
Construct a triplet.
TRUE_CONSTANT - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
String constant for the true boolean constant.
TUNISIA - org.arakhne.afc.util.CountryCode
TN.
Tuple1d<RT extends Tuple1d<? super RT>> - Class in org.arakhne.afc.math.geometry.d1.d
1.5D tuple with 2 double precision floating-point numbers.
Tuple1d() - Constructor for class org.arakhne.afc.math.geometry.d1.d.Tuple1d
Construct a zero tuple.
Tuple1d(Segment1D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Tuple1d
Construct a zero tuple.
Tuple1d(Segment1D<?, ?>, double[]) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Tuple1d
Constructor.
Tuple1d(Segment1D<?, ?>, double, double) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Tuple1d
Construct a tuple with the given coordinates.
Tuple1d(Segment1D<?, ?>, int[]) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Tuple1d
Constructor.
Tuple1d(Segment1D<?, ?>, int, int) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Tuple1d
Construct a tuple with the given coordinates.
Tuple1d(Segment1D<?, ?>, Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Tuple1d
Constructor.
Tuple1dfx<RT extends Tuple1dfx<? super RT>> - Class in org.arakhne.afc.math.geometry.d1.dfx
1.5D tuple with 2 double precision floating-point FX properties.
Tuple1dfx() - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Construct a zero tuple.
Tuple1dfx(ObjectProperty<WeakReference<Segment1D<?, ?>>>, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Construct a zero tuple.
Tuple1dfx(Segment1D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Construct a zero tuple.
Tuple1dfx(Segment1D<?, ?>, double[]) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Constructor.
Tuple1dfx(Segment1D<?, ?>, double, double) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Construct a tuple with the given coordinates.
Tuple1dfx(Segment1D<?, ?>, int[]) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Constructor.
Tuple1dfx(Segment1D<?, ?>, int, int) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Construct a tuple with the given coordinates.
Tuple1dfx(Segment1D<?, ?>, Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Constructor.
Tuple2d<RT extends Tuple2d<? super RT>> - Class in org.arakhne.afc.math.geometry.d2.d
2D tuple with 2 double precision floating-point numbers.
Tuple2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.Tuple2d
Construct a zero tuple.
Tuple2d(double[]) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Tuple2d
Constructor.
Tuple2d(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Tuple2d
Construct a tuple with the given coordinates.
Tuple2d(int[]) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Tuple2d
Constructor.
Tuple2d(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Tuple2d
Construct a tuple with the given coordinates.
Tuple2d(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Tuple2d
Constructor.
Tuple2D<RT extends Tuple2D<? super RT>> - Interface in org.arakhne.afc.math.geometry.d2
2D tuple.
Tuple2DExtensions - Class in org.arakhne.afc.math.extensions.scala
Xtext extensions for 2D vectors.
Tuple2DExtensions - Class in org.arakhne.afc.math.extensions.xtext
Xtext extensions for 2D vectors.
Tuple2dfx<RT extends Tuple2dfx<? super RT>> - Class in org.arakhne.afc.math.geometry.d2.dfx
2D tuple with 2 double precision floating-point FX properties.
Tuple2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
Construct a zero tuple.
Tuple2dfx(double[]) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
Constructor by copy.
Tuple2dfx(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
Construct a tuple with the two given coordinates.
Tuple2dfx(int[]) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
Constructor by copy.
Tuple2dfx(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
Construct a tuple with the two given coordinates.
Tuple2dfx(DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
Construct a tuple with the two given properties for its coordinates.
Tuple2dfx(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
Constructor by copy.
Tuple2fComparator - Class in org.arakhne.afc.math.geometry.d2
Comparator of Tuple2D on their floating-point coordinates.
Tuple2fComparator() - Constructor for class org.arakhne.afc.math.geometry.d2.Tuple2fComparator
Construct a comparator.
Tuple2i<RT extends Tuple2i<? super RT>> - Class in org.arakhne.afc.math.geometry.d2.i
2D tuple with 2 integer numbers.
Tuple2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.Tuple2i
Construct aa zero tuple.
Tuple2i(double[]) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Tuple2i
Constructor by copy.
Tuple2i(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Tuple2i
Construct a tuple with the given coordinates.
Tuple2i(int[]) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Tuple2i
Constructor by copy.
Tuple2i(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Tuple2i
Construct a tuple with the given coordinates.
Tuple2i(Tuple2i<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Tuple2i
Constructor by copy.
Tuple2i(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Tuple2i
Constructor by copy.
Tuple2iComparator - Class in org.arakhne.afc.math.geometry.d2
Comparator of Tuple2D on their integer coordinates.
Tuple2iComparator() - Constructor for class org.arakhne.afc.math.geometry.d2.Tuple2iComparator
Construct a comparator.
Tuple2ifx<RT extends Tuple2ifx<? super RT>> - Class in org.arakhne.afc.math.geometry.d2.ifx
2D tuple with 2 integer FX properties.
Tuple2ifx() - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
Construct a zero tuple.
Tuple2ifx(double[]) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
Constructor by copy.
Tuple2ifx(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
Construct a tuple with the given coordinates.
Tuple2ifx(int[]) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
Constructor by copy.
Tuple2ifx(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
Construct a tuple with the given coordinates.
Tuple2ifx(IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
Construct a tuple with the given properties for the coordinates.
Tuple2ifx(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
Constructor by copy.
Tuple3d<RT extends Tuple3d<? super RT>> - Class in org.arakhne.afc.math.geometry.d3.d
3D tuple with 3 double precision floating-point numbers.
Tuple3d() - Constructor for class org.arakhne.afc.math.geometry.d3.d.Tuple3d
Construct a zero tuple.
Tuple3d(double[]) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Tuple3d
Constructor.
Tuple3d(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Tuple3d
Construct a tuple with the given coordinates.
Tuple3d(int[]) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Tuple3d
Constructor.
Tuple3d(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Tuple3d
Construct a tuple with the given coordinates.
Tuple3d(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Tuple3d
Constructor.
Tuple3D<RT extends Tuple3D<? super RT>> - Interface in org.arakhne.afc.math.geometry.d3
3D tuple.
Tuple3dfx<RT extends Tuple3dfx<? super RT>> - Class in org.arakhne.afc.math.geometry.d3.dfx
3D tuple with 3 double precision floating-point FX properties.
Tuple3dfx() - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
Construct a zero tuple.
Tuple3dfx(double[]) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
Constructor by copy.
Tuple3dfx(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
Construct a tuple with the three given coordinates.
Tuple3dfx(int[]) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
Constructor by copy.
Tuple3dfx(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
Construct a tuple with the three given coordinates.
Tuple3dfx(DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
Construct a tuple with the two given properties for its coordinates.
Tuple3dfx(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
Constructor by copy.
Tuple3fComparator - Class in org.arakhne.afc.math.geometry.d3
Comparator of Tuple3D on their floating-point coordinates.
Tuple3fComparator() - Constructor for class org.arakhne.afc.math.geometry.d3.Tuple3fComparator
Construct a comparator.
Tuple3i<RT extends Tuple3i<? super RT>> - Class in org.arakhne.afc.math.geometry.d3.i
3D tuple with 3 integer numbers.
Tuple3i() - Constructor for class org.arakhne.afc.math.geometry.d3.i.Tuple3i
Construct aa zero tuple.
Tuple3i(double[]) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Tuple3i
Constructor.
Tuple3i(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Tuple3i
Construct a tuple with the given coordinates.
Tuple3i(int[]) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Tuple3i
Constructor.
Tuple3i(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Tuple3i
Construct a tuple with the given coordinates.
Tuple3i(Tuple3i<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Tuple3i
Constructor by copy.
Tuple3i(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Tuple3i
Constructor by copy.
Tuple3iComparator - Class in org.arakhne.afc.math.geometry.d3
Comparator of Tuple3D on their integer coordinates.
Tuple3iComparator() - Constructor for class org.arakhne.afc.math.geometry.d3.Tuple3iComparator
Construct a comparator.
Tuple3ifx<RT extends Tuple3ifx<? super RT>> - Class in org.arakhne.afc.math.geometry.d3.ifx
3D tuple with 3 integer FX properties.
Tuple3ifx() - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
Construct a zero tuple.
Tuple3ifx(double[]) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
Constructor.
Tuple3ifx(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
Construct a tuple with the given coordinates.
Tuple3ifx(int[]) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
Constructor.
Tuple3ifx(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
Construct a tuple with the given coordinates.
Tuple3ifx(IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
Construct a tuple with the given properties for the coordinates.
Tuple3ifx(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
Constructor.
TURKEY - org.arakhne.afc.util.CountryCode
TR.
TURKMENISTAN - org.arakhne.afc.util.CountryCode
TM.
TURKS_AND_CAICOS_ISLANDS - org.arakhne.afc.util.CountryCode
TC.
turn(double) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Turn this point about the given rotation angle around the origin point.
turn(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
turn(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
turn(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Turn this vector about the given rotation angle.
turn(double, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Turn the given point about the given rotation angle around the origin point, and set this point with the result.
turn(double, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
turn(double, Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Turn the given point about the given rotation angle around the origin point, and set this point with the result.
turn(double, Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
turn(double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
turn(double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Turn the given vector about the given rotation angle, and set this vector with the result.
turnLeft(double) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Turn this vector on the left around the origin when the given rotation angle is positive.
turnLeft(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
turnLeft(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
turnLeft(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Turn this vector on the left when the given rotation angle is positive.
turnLeft(double, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Turn the given vector on the left, and set this vector with the result.
turnLeft(double, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
turnLeft(double, Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Turn the given vector on the left, and set this vector with the result.
turnLeft(double, Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
turnLeft(double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
turnLeft(double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Turn the given vector on the left, and set this vector with the result.
turnLeft(double, Vector2D<?, ?>, CoordinateSystem2D) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Turn the given vector on the left, and set this vector with the result.
turnRight(double) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Turn this vector on the right around the origin when the given rotation angle is positive.
turnRight(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
turnRight(double) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
turnRight(double) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Turn this vector on the right when the given rotation angle is positive.
turnRight(double, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Turn this vector on the right around the origin when the given rotation angle is positive.
turnRight(double, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
turnRight(double, Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Point2D
Turn this vector on the right around the origin when the given rotation angle is positive.
turnRight(double, Point2D<?, ?>, Point2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiablePoint2D
 
turnRight(double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.UnmodifiableVector2D
 
turnRight(double, Vector2D<?, ?>) - Method in interface org.arakhne.afc.math.geometry.d2.Vector2D
Turn this vector on the right when the given rotation angle is positive.
TURNS_PER_SECOND - org.arakhne.afc.math.physics.AngularUnit
turns/second.
turnVector(Vector3D<?, ?>, double) - Method in interface org.arakhne.afc.math.geometry.d3.UnmodifiableVector3D
 
turnVector(Vector3D<?, ?>, double) - Method in interface org.arakhne.afc.math.geometry.d3.Vector3D
Turn this vector about the given rotation angle.
TUVALU - org.arakhne.afc.util.CountryCode
TV.
TWO_PI - Static variable in class org.arakhne.afc.math.MathConstants
2 * PI.
TXTFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for text document.
TXTFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.TXTFileFilter
Construct.
TXTFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.TXTFileFilter
Constructor.
type - Variable in class org.arakhne.afc.math.geometry.d2.d.PathElement2d
Type of the element.
type - Variable in class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx
Type of the element.
type - Variable in class org.arakhne.afc.math.geometry.d2.i.PathElement2i
Type of the element.
type - Variable in class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx
Type of the element.
type - Variable in class org.arakhne.afc.math.geometry.d3.d.PathElement3d
Type of the element.
type - Variable in class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx
Type of the element.
type - Variable in class org.arakhne.afc.math.geometry.d3.i.PathElement3i
Type of the element.
type - Variable in class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx
Type of the element.
TYPE - org.arakhne.afc.attrs.attr.AttributeType
Represents a Java type.
TYPES - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
types.
typesProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Replies the types property.
typesProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Replies the types property.
typesProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Replies the types property.
typesProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Replies the types property.

U

UGANDA - org.arakhne.afc.util.CountryCode
UG.
UKRAINE - org.arakhne.afc.util.CountryCode
UA.
unbindModel(T) - Method in class org.arakhne.afc.gis.ui.GisCanvas
 
unbindModel(T) - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
Invoked when the given model is unbinded from this canvas.
UnclosableInputStream - Class in org.arakhne.afc.inputoutput.stream
An input stream that is ignoring all request to UnclosableInputStream.close().
UnclosableInputStream(InputStream) - Constructor for class org.arakhne.afc.inputoutput.stream.UnclosableInputStream
Construct.
UnclosableOutputStream - Class in org.arakhne.afc.inputoutput.stream
An output stream that is ignoring all request to UnclosableOutputStream.close().
UnclosableOutputStream(OutputStream) - Constructor for class org.arakhne.afc.inputoutput.stream.UnclosableOutputStream
Construct.
undeleteOnExit(File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Cancel the deletion of the given directory and all its subdirectories when the JVM is exiting.
undoStreamEncoding(MagicNumberStream) - Method in class org.arakhne.afc.inputoutput.filetype.MagicNumber
Invoked before MagicNumber.isContentType(MagicNumberStream) to unprepare the stream.
undoStreamEncoding(MagicNumberStream) - Method in class org.arakhne.afc.inputoutput.filetype.ZipArchiveMagicNumber
 
undoStreamEncoding(MagicNumberStream) - Method in class org.arakhne.afc.inputoutput.filetype.ZipMagicNumber
 
Unefficient - Annotation Type in org.arakhne.afc.math
When this annotation is present, the function is assumed to be not optimized, according to the current literature knowledge.
UnexpectedRoadNetworkException - Exception in org.arakhne.afc.gis.road.primitive
This exception is thrown when the road network of an road is not the expected one.
UnexpectedRoadNetworkException() - Constructor for exception org.arakhne.afc.gis.road.primitive.UnexpectedRoadNetworkException
Constructor.
UnexpectedRoadNetworkException(String) - Constructor for exception org.arakhne.afc.gis.road.primitive.UnexpectedRoadNetworkException
Constructor.
UnexpectedRoadNetworkException(String, Throwable) - Constructor for exception org.arakhne.afc.gis.road.primitive.UnexpectedRoadNetworkException
Constructor.
UnexpectedRoadNetworkException(Throwable) - Constructor for exception org.arakhne.afc.gis.road.primitive.UnexpectedRoadNetworkException
Constructor.
UniformStochasticLaw - Class in org.arakhne.afc.math.stochastic
Law that representes an uniform density.
UniformStochasticLaw(double, double) - Constructor for class org.arakhne.afc.math.stochastic.UniformStochasticLaw
Create a uniform stochastic law.
UniformStochasticLaw(Map<String, String>) - Constructor for class org.arakhne.afc.math.stochastic.UniformStochasticLaw
Construct a law with the following parameters.
uninitializeValue() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Set this attribute value uninitialized.
uninitializeValue() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
uninstallArakhneHandlers() - Static method in class org.arakhne.afc.vmutil.URLHandlerUtil
Deprecated.
Uninstall the URL handlers provided by Arakhnê libraries.
UNIT_VECTOR_EPSILON - Static variable in class org.arakhne.afc.math.geometry.GeomConstants
Number precision for testing is a vector is a unit vector.
unit2micro(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate from unit (10^0) to micro (10^-6).
unit2milli(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate from unit (10^0) to milli (10^-3).
unit2nano(double) - Static method in class org.arakhne.afc.math.physics.MeasureUnitUtil
Translate from unit (10^0) to nano (10^-9).
UNITED_ARAB_EMIRATES - org.arakhne.afc.util.CountryCode
AE.
UNITED_KINGDOM - org.arakhne.afc.util.CountryCode
GB.
UNITED_STATES - org.arakhne.afc.util.CountryCode
US.
UNITED_STATES_MINOR_OUTLYING_ISLANDS - org.arakhne.afc.util.CountryCode
UM.
UnitVectorProperty - Class in org.arakhne.afc.math.geometry.d2.dfx
A JavaFX property that is representing a unit vector.
UnitVectorProperty(Object, String, GeomFactory2dfx) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.UnitVectorProperty
Construct a property.
UnitVectorProperty3dfx - Class in org.arakhne.afc.math.geometry.d3.dfx
A JavaFX property that is representing a unit vector.
UnitVectorProperty3dfx(Object, String, GeomFactory3dfx) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.UnitVectorProperty3dfx
Construct a property.
UNITY3D_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for Unity 3D modeller.
UNITY3D_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for Unity 3D modeler.
UNIX_SEPARATOR_STRING - Static variable in class org.arakhne.afc.vmutil.FileSystem
Character that is used for separating components of a path on Unix operating systems.
unmaskNull(VALUET) - Static method in class org.arakhne.afc.references.AbstractReferencedValueMap
Unmask the null values given by the used of this map.
UnmodifiableCollectionSizedIterator<M> - Class in org.arakhne.afc.sizediterator
Sized iterator on a collection that cannot be changed through the iterator.
UnmodifiableCollectionSizedIterator(Collection<M>) - Constructor for class org.arakhne.afc.sizediterator.UnmodifiableCollectionSizedIterator
Construct an iterator.
UnmodifiableIterator<M> - Class in org.arakhne.afc.util
Class that make unmodifiable an iterator.
UnmodifiableIterator(Iterable<M>) - Constructor for class org.arakhne.afc.util.UnmodifiableIterator
Construct an iterator.
UnmodifiableIterator(Iterator<M>) - Constructor for class org.arakhne.afc.util.UnmodifiableIterator
Construct an iterator.
UnmodifiableMapKeySizedIterator<K> - Class in org.arakhne.afc.sizediterator
Class that map the keys of a Map to an unmodifiable sized iterator.
UnmodifiableMapKeySizedIterator(Map<K, ?>) - Constructor for class org.arakhne.afc.sizediterator.UnmodifiableMapKeySizedIterator
Construct an iterator.
UnmodifiableMapValueSizedIterator<V> - Class in org.arakhne.afc.sizediterator
Class that map the values of a Map to an unmodifiable sized iterator.
UnmodifiableMapValueSizedIterator(Map<?, V>) - Constructor for class org.arakhne.afc.sizediterator.UnmodifiableMapValueSizedIterator
Construct an iterator.
UnmodifiablePoint1D<RP extends Point1D<? super RP,​? super RV,​? super RS>,​RV extends Vector1D<? super RV,​? super RP,​? super RS>,​RS extends Segment1D<?,​?>> - Interface in org.arakhne.afc.math.geometry.d1
Unmodifiable Point.
UnmodifiablePoint2D<RP extends Point2D<? super RP,​? super RV>,​RV extends Vector2D<? super RV,​? super RP>> - Interface in org.arakhne.afc.math.geometry.d2
Unmodifiable2D Point.
UnmodifiablePoint3D<RP extends Point3D<? super RP,​? super RV>,​RV extends Vector3D<? super RV,​? super RP>> - Interface in org.arakhne.afc.math.geometry.d3
Unmodifiable3D Point.
UnmodifiableSizedIterator<M> - Class in org.arakhne.afc.sizediterator
Class that make unmodifiable a sized iterator.
UnmodifiableSizedIterator(SizedIterator<M>) - Constructor for class org.arakhne.afc.sizediterator.UnmodifiableSizedIterator
Construct an iterator.
UnmodifiableTuple2D<RT extends Tuple2D<? super RT>> - Interface in org.arakhne.afc.math.geometry.d2
Unmodifiable 2D tuple.
UnmodifiableTuple3D<RT extends Tuple3D<? super RT>> - Interface in org.arakhne.afc.math.geometry.d3
Unmodifiable 2D tuple.
UnmodifiableVector1D<RV extends Vector1D<? super RV,​? super RP,​? super RS>,​RP extends Point1D<? super RP,​? super RV,​? super RS>,​RS extends Segment1D<?,​?>> - Interface in org.arakhne.afc.math.geometry.d1
Unmodifiable Vector.
UnmodifiableVector2D<RV extends Vector2D<? super RV,​? super RP>,​RP extends Point2D<? super RP,​? super RV>> - Interface in org.arakhne.afc.math.geometry.d2
Unmodifiable 2D Vector.
UnmodifiableVector3D<RV extends Vector3D<? super RV,​? super RP>,​RP extends Point3D<? super RP,​? super RV>> - Interface in org.arakhne.afc.math.geometry.d3
Unmodifiable 3D Vector.
unprotectNull(Object) - Static method in class org.arakhne.afc.attrs.collection.AbstractAttributeProvider
Ensure that the null value for rawAttributeValue is catched and the dedicated representant object for null if replace by the real null java value.
unsetFlag(int) - Method in class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive
 
unsetFlag(int) - Method in class org.arakhne.afc.gis.mapelement.MapElement
 
unsetFlag(int) - Method in interface org.arakhne.afc.gis.primitive.FlagContainer
Unset the flag.
unsetFlag(int) - Method in class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
 
unsetFlag(int) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
 
UNSUPPORTED - org.arakhne.afc.io.shape.ShapeElementType
The type of element is unsupported yet.
UNSUPPORTED - org.arakhne.afc.vmutil.URISchemeType
This value indicates that the scheme is not recognized.
UnsupportedNaturalOrderException - Exception in org.arakhne.afc.util
Exception thrown when an object does not support any natural order.
UnsupportedNaturalOrderException(Object) - Constructor for exception org.arakhne.afc.util.UnsupportedNaturalOrderException
Constructor.
UnsupportedOperationTreeNode<D,​N extends TreeNode<D,​N>> - Class in org.arakhne.afc.math.tree.node
Generic implementation of a tree node that throws UnsupportedOperationException for all its operation.
UnsupportedOperationTreeNode() - Constructor for class org.arakhne.afc.math.tree.node.UnsupportedOperationTreeNode
 
unsupportedPrimitiveType() - Static method in class org.arakhne.afc.vmutil.asserts.AssertMessages
Unsupported primitive type.
UnsupportedRoadConnectionException - Exception in org.arakhne.afc.gis.road.primitive
This exception is thrown when the type of a road connection is not supported by the API.
UnsupportedRoadConnectionException() - Constructor for exception org.arakhne.afc.gis.road.primitive.UnsupportedRoadConnectionException
Constructor.
UnsupportedRoadConnectionException(String) - Constructor for exception org.arakhne.afc.gis.road.primitive.UnsupportedRoadConnectionException
Constructor.
UnsupportedRoadConnectionException(String, Throwable) - Constructor for exception org.arakhne.afc.gis.road.primitive.UnsupportedRoadConnectionException
Constructor.
UnsupportedRoadConnectionException(Throwable) - Constructor for exception org.arakhne.afc.gis.road.primitive.UnsupportedRoadConnectionException
Constructor.
UnsupportedRoadSegmentException - Exception in org.arakhne.afc.gis.road.primitive
This exception is thrown when the type of a road segment is not supported by the API.
UnsupportedRoadSegmentException() - Constructor for exception org.arakhne.afc.gis.road.primitive.UnsupportedRoadSegmentException
Constructor.
UnsupportedRoadSegmentException(String) - Constructor for exception org.arakhne.afc.gis.road.primitive.UnsupportedRoadSegmentException
Constructor.
UnsupportedRoadSegmentException(String, Throwable) - Constructor for exception org.arakhne.afc.gis.road.primitive.UnsupportedRoadSegmentException
Constructor.
UnsupportedRoadSegmentException(Throwable) - Constructor for exception org.arakhne.afc.gis.road.primitive.UnsupportedRoadSegmentException
Constructor.
UnsupportedSeekOperationException - Exception in org.arakhne.afc.io.dbase
Exception throws by a Shape file reader when seek operation is not supported.
UnsupportedSeekOperationException() - Constructor for exception org.arakhne.afc.io.dbase.UnsupportedSeekOperationException
Constructor.
UNUSED_ROAD_SEGMENT_BEYOND_TERMINUS - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
The itinerary contains road segment unused beyond terminus halts.
unwrap(O) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
Unwrap a connection.
unzipFile(File, File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Unzip a file into the output directory.
unzipFile(InputStream, File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Unzip the given stream and write out the file in the output.
updateComponentType(E) - Method in class org.arakhne.afc.util.InformedArrayList
Update the component type information with the type of the new array element.
updateComponentType(Collection<? extends E>) - Method in class org.arakhne.afc.util.InformedArrayList
Update the component type information with the type of the new array element.
updateComponentType(Collection<? extends P>) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
Update the component type information with the type of the new array element.
updateComponentType(Collection<? extends P>) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
Update the component type information with the type of the new array element.
updateComponentType(P) - Method in class org.arakhne.afc.gis.grid.AbstractGISGridSet
Update the component type information with the type of the new array element.
updateComponentType(P) - Method in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
Update the component type information with the type of the new array element.
updateDepth(ST, ST, PT, double, double) - Method in interface org.arakhne.afc.math.graph.DynamicDepthUpdater
Invoked when a segment was added to a subgraph.
updatePointCount(int) - Method in class org.arakhne.afc.math.graph.simple.SGraph
Update the number of points in this graph with the given amount.
updateSizes(int, int) - Method in class org.arakhne.afc.io.dbase.DBaseFileField
Update the sizes with the given ones if and only if they are greater than the existing ones.
upper() - Method in enum org.arakhne.afc.math.physics.SpaceUnit
Replies the space unit just upper than the current space unit, or the space unit itself if it is the uppest.
upper() - Method in enum org.arakhne.afc.math.physics.SpeedUnit
Replies the speed unit just upper than the current speed unit, or the speed unit itself if it is the uppest.
URI - org.arakhne.afc.attrs.attr.AttributeType
Represents an URI.
URISchemeType - Enum in org.arakhne.afc.vmutil
Commonly supported types of schemes for URL.
URL - org.arakhne.afc.attrs.attr.AttributeType
Represents an URL.
URL_PATH_SEPARATOR - Static variable in class org.arakhne.afc.vmutil.FileSystem
Character used to separate paths on an URL.
URL_PATH_SEPARATOR_CHAR - Static variable in class org.arakhne.afc.vmutil.FileSystem
Character used to separate paths on an URL.
URLConnection - Class in org.arakhne.afc.vmutil.file
The class URLConnection is implementing connection between an URL and a local file.
URLConnection - Class in org.arakhne.afc.vmutil.resource
The class URLConnection is implementing connection between an URL and a Java resource.
URLConnection(URL) - Constructor for class org.arakhne.afc.vmutil.file.URLConnection
Constructor.
URLConnection(URL) - Constructor for class org.arakhne.afc.vmutil.resource.URLConnection
Constructor.
URLHandlerUtil - Class in org.arakhne.afc.vmutil
Deprecated, for removal: This API element is subject to removal in a future version.
since 17.0, no replacement.
URUGUAY - org.arakhne.afc.util.CountryCode
UY.
USE_LINKED_LIST - Static variable in class org.arakhne.afc.math.tree.AbstractForest
Indicates if the forests are using a linked list by default to store the trees.
USE_LOG4J_CONFIG - Static variable in class org.arakhne.afc.bootique.log4j.configs.Log4jIntegrationConfig
Name of the property that indicates if the log4j configuration must be used for initializing the loggers.
usesMirroring() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
UUID - org.arakhne.afc.attrs.attr.AttributeType
Represents an unique universal identifier.
UUID_ATTR - Static variable in class org.arakhne.afc.gis.io.shape.GISShapeFileConstants
Name of the attribute which is containing the unique identifier of a map element.
UZBEKISTAN - org.arakhne.afc.util.CountryCode
UZ.

V

VALIDITY - org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
The validity of an element has changed.
VALIDITY_NOT_CHECKED - org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
The validity is not checked.
value() - Method in annotation type org.arakhne.afc.vmutil.annotations.GroovyOperator
Replies the description or the name of the operator.
value() - Method in annotation type org.arakhne.afc.vmutil.annotations.ScalaOperator
Replies the description or the name of the operator.
value() - Method in annotation type org.arakhne.afc.vmutil.annotations.XtextOperator
Replies the description or the name of the operator.
VALUE_UPDATE - org.arakhne.afc.attrs.collection.AttributeChangeEvent.Type
An attribute value has changed.
valueComparator() - Method in interface org.arakhne.afc.attrs.attr.AttributeValue
Replies a comparator suitable for attribute values.
valueComparator() - Method in class org.arakhne.afc.attrs.attr.AttributeValueImpl
 
valueOf(String) - Static method in enum org.arakhne.afc.attrs.attr.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.attrs.collection.AttributeChangeEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.bootique.log4j.configs.ConsoleTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.bootique.log4j.configs.LayoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.bootique.log4j.configs.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.gis.bus.layer.BusLayerConstants.BusLayerDrawerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.gis.bus.network.BusItineraryHalt.BusItineraryHaltType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.gis.coordinate.GeodesicPositionStringRepresentation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.gis.coordinate.MapMetricProjection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.gis.coordinate.SexagesimalLatitudeAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.gis.coordinate.SexagesimalLongitudeAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.arakhne.afc.gis.location.GeoId
Parse the given string to extract a GeoId.
valueOf(String) - Static method in enum org.arakhne.afc.gis.mapelement.MapElement.VisualizationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.gis.road.primitive.LegalTrafficSide
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.gis.road.primitive.RoadConnection.ClockwiseBoundType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.gis.road.primitive.RoadType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.gis.road.primitive.TrafficDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.inputoutput.mime.MimeName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.io.dbase.DBaseCodePage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.io.dbase.DBaseFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.io.shape.ShapeElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.io.shape.ShapeMultiPatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem3D
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.geometry.CrossingComputationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.geometry.d1.Direction1D
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.geometry.d2.afp.Segment2afp.UncertainIntersection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TriangleFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.Side
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.geometry.d2.Path2D.ArcType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.geometry.d3.afp.Segment3afp.UncertainIntersection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.Side
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.geometry.d3.Path3D.ArcType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.geometry.IntersectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.geometry.PathElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.geometry.PathWindingRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.physics.AngularUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.physics.SpaceUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.physics.SpeedUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.tree.iterator.DepthFirstNodeOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.tree.node.BinaryTreeNode.BinaryTreeZone
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode.IcosepBinaryTreeZone
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.tree.node.IcosepOctTreeNode.IcosepOctTreeZone
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.tree.node.IcosepQuadTreeNode.IcosepQuadTreeZone
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.tree.node.OctTreeNode.OctTreeZone
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.math.tree.node.QuadTreeNode.QuadTreeZone
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.nodefx.LevelOfDetails
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.util.CountryCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.vmutil.OperatingSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.vmutil.OperatingSystemIdentificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.arakhne.afc.vmutil.URISchemeType
Returns the enum constant of this type with the specified name.
valueOf(Level) - Static method in enum org.arakhne.afc.bootique.log4j.configs.Level
Replies the level that is equivalent to the given JUL level.
valueOf(Level) - Static method in enum org.arakhne.afc.bootique.log4j.configs.Level
Replies the level that is equivalent to the given Log4J level.
valueOfCaseInsensitive(String) - Static method in enum org.arakhne.afc.bootique.log4j.configs.ConsoleTarget
Parse a case insensitive string for obtaining the console target.
valueOfCaseInsensitive(String) - Static method in enum org.arakhne.afc.bootique.log4j.configs.LayoutType
Parse a case insensitive string for obtaining the layout type.
valueOfCaseInsensitive(String) - Static method in enum org.arakhne.afc.bootique.log4j.configs.Level
Parse a case insensitive string for obtaining the level.
values() - Static method in enum org.arakhne.afc.attrs.attr.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.attrs.collection.AttributeChangeEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.bootique.log4j.configs.ConsoleTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.bootique.log4j.configs.LayoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.bootique.log4j.configs.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.gis.bus.layer.BusLayerConstants.BusLayerDrawerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.gis.bus.network.BusChangeEvent.BusChangeEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.gis.bus.network.BusItineraryHalt.BusItineraryHaltType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.gis.coordinate.GeodesicPositionStringRepresentation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.gis.coordinate.MapMetricProjection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.gis.coordinate.SexagesimalLatitudeAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.gis.coordinate.SexagesimalLongitudeAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.gis.mapelement.MapElement.VisualizationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.gis.road.primitive.LegalTrafficSide
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.gis.road.primitive.RoadConnection.ClockwiseBoundType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.gis.road.primitive.RoadType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.gis.road.primitive.TrafficDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.inputoutput.mime.MimeName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.io.dbase.DBaseCodePage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.io.dbase.DBaseFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.io.shape.ShapeElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.io.shape.ShapeMultiPatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem3D
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.geometry.CrossingComputationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.geometry.d1.Direction1D
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.geometry.d2.afp.Segment2afp.UncertainIntersection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.geometry.d2.afp.Triangle2afp.TriangleFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.geometry.d2.ai.Rectangle2ai.Side
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.geometry.d2.Path2D.ArcType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.geometry.d3.afp.Segment3afp.UncertainIntersection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.geometry.d3.ai.RectangularPrism3ai.Side
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.geometry.d3.Path3D.ArcType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.geometry.IntersectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.geometry.PathElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.geometry.PathWindingRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.physics.AngularUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.physics.SpaceUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.physics.SpeedUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.tree.iterator.DepthFirstNodeOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.tree.node.BinaryTreeNode.BinaryTreeZone
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode.IcosepBinaryTreeZone
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.tree.node.IcosepOctTreeNode.IcosepOctTreeZone
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.tree.node.IcosepQuadTreeNode.IcosepQuadTreeZone
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.tree.node.OctTreeNode.OctTreeZone
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.math.tree.node.QuadTreeNode.QuadTreeZone
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.nodefx.LevelOfDetails
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.util.CountryCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.vmutil.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.vmutil.OperatingSystemIdentificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.arakhne.afc.vmutil.URISchemeType
Returns an array containing the constants of this enum type, in the order they are declared.
VANUATU - org.arakhne.afc.util.CountryCode
VU.
VARIABLE - org.arakhne.afc.io.dbase.DBaseFieldType
Variable block.
VariableDecls - Class in org.arakhne.afc.bootique.variables
Constants and utilities for variable declaration.
VariableDecls(BQCoreModuleExtender) - Constructor for class org.arakhne.afc.bootique.variables.VariableDecls
Constructor.
VariableNames - Class in org.arakhne.afc.bootique.variables
Constants and utilities for variable naming.
VATICAN_CITY_STATE - org.arakhne.afc.util.CountryCode
VA.
Vector1d - Class in org.arakhne.afc.math.geometry.d1.d
1.5D Vector with 2 double precision floating-point numbers.
Vector1d() - Constructor for class org.arakhne.afc.math.geometry.d1.d.Vector1d
Construct a zero vector.
Vector1d(Point1D<?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Vector1d
Construct a zero vector.
Vector1d(Segment1D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Vector1d
Construct a zero vector.
Vector1d(Segment1D<?, ?>, double[]) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Vector1d
Constructor by copy.
Vector1d(Segment1D<?, ?>, double, double) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Vector1d
Construct a vector with the given coordinates.
Vector1d(Segment1D<?, ?>, float, float) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Vector1d
Construct a vector with the given coordinates.
Vector1d(Segment1D<?, ?>, int[]) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Vector1d
Constructor by copy.
Vector1d(Segment1D<?, ?>, int, int) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Vector1d
Construct a vector with the given coordinates.
Vector1d(Segment1D<?, ?>, long, long) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Vector1d
Construct a vector with the given coordinates.
Vector1d(Segment1D<?, ?>, Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Vector1d
Constructor by copy.
Vector1d(Vector1D<?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.d.Vector1d
Construct a zero vector.
Vector1D<RV extends Vector1D<? super RV,​? super RP,​? super RS>,​RP extends Point1D<? super RP,​? super RV,​? super RS>,​RS extends Segment1D<?,​?>> - Interface in org.arakhne.afc.math.geometry.d1
1.5D Vector.
Vector1dfx - Class in org.arakhne.afc.math.geometry.d1.dfx
1.5D Vector with 2 double precision floating-point FX properties.
Vector1dfx() - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Vector1dfx
Construct a zero vector.
Vector1dfx(ObjectProperty<WeakReference<Segment1D<?, ?>>>, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Vector1dfx
Construct a zero vector.
Vector1dfx(Point1D<?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Vector1dfx
Construct a zero vector.
Vector1dfx(Segment1D<?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Vector1dfx
Construct a zero vector.
Vector1dfx(Segment1D<?, ?>, double[]) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Vector1dfx
Constructor by copy.
Vector1dfx(Segment1D<?, ?>, double, double) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Vector1dfx
Construct a vector with the given coordinates.
Vector1dfx(Segment1D<?, ?>, float, float) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Vector1dfx
Construct a vector with the given coordinates.
Vector1dfx(Segment1D<?, ?>, int[]) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Vector1dfx
Constructor by copy.
Vector1dfx(Segment1D<?, ?>, int, int) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Vector1dfx
Construct a vector with the given coordinates.
Vector1dfx(Segment1D<?, ?>, long, long) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Vector1dfx
Construct a vector with the given coordinates.
Vector1dfx(Segment1D<?, ?>, Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Vector1dfx
Constructor by copy.
Vector1dfx(Vector1D<?, ?, ?>) - Constructor for class org.arakhne.afc.math.geometry.d1.dfx.Vector1dfx
Construct a zero vector.
Vector2d - Class in org.arakhne.afc.math.geometry.d2.d
2D Vector with 2 double precision floating-point numbers.
Vector2d() - Constructor for class org.arakhne.afc.math.geometry.d2.d.Vector2d
Construct a zero vector.
Vector2d(double[]) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Vector2d
Constructor by copy.
Vector2d(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Vector2d
Construct a vector with the given coordinates.
Vector2d(float, float) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Vector2d
Construct a vector with the given coordinates.
Vector2d(int[]) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Vector2d
Constructor by copy.
Vector2d(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Vector2d
Construct a vector with the given coordinates.
Vector2d(long, long) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Vector2d
Construct a vector with the given coordinates.
Vector2d(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.d.Vector2d
Constructor by copy.
Vector2D<RV extends Vector2D<? super RV,​? super RP>,​RP extends Point2D<? super RP,​? super RV>> - Interface in org.arakhne.afc.math.geometry.d2
2D Vector.
Vector2D.PowerResult<T extends Vector2D<? super T,​?>> - Class in org.arakhne.afc.math.geometry.d2
Result of the power of a Vector2D.
Vector2dfx - Class in org.arakhne.afc.math.geometry.d2.dfx
2D Vector with 2 double precision floating-point FX properties.
Vector2dfx() - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
Construct a zero vector.
Vector2dfx(double[]) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
Constructor by copy.
Vector2dfx(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
Construct a vector with the given coordinates.
Vector2dfx(float, float) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
Construct a vector with the given coordinates.
Vector2dfx(int[]) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
Constructor by copy.
Vector2dfx(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
Construct a vector with the given coordinates.
Vector2dfx(long, long) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
Construct a vector with the given coordinates.
Vector2dfx(DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
Construct a vector with the given coordinate properties.
Vector2dfx(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx
Constructor by copy.
Vector2i - Class in org.arakhne.afc.math.geometry.d2.i
2D Vector with 2 integer numbers.
Vector2i() - Constructor for class org.arakhne.afc.math.geometry.d2.i.Vector2i
Construct a zero vector.
Vector2i(double[]) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Vector2i
Constructor by copy.
Vector2i(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Vector2i
Constructor a vector with the given coordinates.
Vector2i(float, float) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Vector2i
Constructor a vector with the given coordinates.
Vector2i(int[]) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Vector2i
Constructor by copy.
Vector2i(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Vector2i
Constructor a vector with the given coordinates.
Vector2i(long, long) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Vector2i
Constructor a vector with the given coordinates.
Vector2i(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.i.Vector2i
Constructor by copy.
Vector2ifx - Class in org.arakhne.afc.math.geometry.d2.ifx
2D Vector with 2 integer FX properties.
Vector2ifx() - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
Construct a zero vector.
Vector2ifx(double[]) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
Constructor by copy.
Vector2ifx(double, double) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
Construct a vector with the given coordinates.
Vector2ifx(float, float) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
Construct a vector with the given coordinates.
Vector2ifx(int[]) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
Constructor by copy.
Vector2ifx(int, int) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
Construct a vector with the given coordinates.
Vector2ifx(long, long) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
Construct a vector with the given coordinates.
Vector2ifx(IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
Construct a vector with the given properties for the coordinates.
Vector2ifx(Tuple2D<?>) - Constructor for class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx
Constructor by copy.
Vector3d - Class in org.arakhne.afc.math.geometry.d3.d
3D Vector with 3 double precision floating-point numbers.
Vector3d() - Constructor for class org.arakhne.afc.math.geometry.d3.d.Vector3d
Construct a zero vector.
Vector3d(double[]) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Vector3d
Constructor by copy.
Vector3d(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Vector3d
Construct a vector with the given coordinates.
Vector3d(float, float, float) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Vector3d
Construct a vector with the given coordinates.
Vector3d(int[]) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Vector3d
Constructor by copy.
Vector3d(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Vector3d
Construct a vector with the given coordinates.
Vector3d(long, long, long) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Vector3d
Construct a vector with the given coordinates.
Vector3d(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.d.Vector3d
Constructor by copy.
Vector3D<RV extends Vector3D<? super RV,​? super RP>,​RP extends Point3D<? super RP,​? super RV>> - Interface in org.arakhne.afc.math.geometry.d3
3D Vector.
Vector3D.PowerResult<T extends Vector3D<? super T,​?>> - Class in org.arakhne.afc.math.geometry.d3
Result of the power of a Vector3D.
Vector3dfx - Class in org.arakhne.afc.math.geometry.d3.dfx
3D Vector with 3 double precision floating-point FX properties.
Vector3dfx() - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
Construct a zero vector.
Vector3dfx(double[]) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
Constructor by copy.
Vector3dfx(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
Construct a vector with the given coordinates.
Vector3dfx(float, float, float) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
Construct a vector with the given coordinates.
Vector3dfx(int[]) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
Constructor by copy.
Vector3dfx(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
Construct a vector with the given coordinates.
Vector3dfx(long, long, long) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
Construct a vector with the given coordinates.
Vector3dfx(DoubleProperty, DoubleProperty, DoubleProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
Construct a vector with the given coordinate properties.
Vector3dfx(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx
Constructor by copy.
Vector3i - Class in org.arakhne.afc.math.geometry.d3.i
2D Vector with 2 integer numbers.
Vector3i() - Constructor for class org.arakhne.afc.math.geometry.d3.i.Vector3i
Construct a zero vector.
Vector3i(double[]) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Vector3i
Constructor by copy.
Vector3i(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Vector3i
Constructor a vector with the given coordinates.
Vector3i(float, float, float) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Vector3i
Constructor a vector with the given coordinates.
Vector3i(int[]) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Vector3i
Constructor by copy.
Vector3i(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Vector3i
Constructor a vector with the given coordinates.
Vector3i(long, long, long) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Vector3i
Constructor a vector with the given coordinates.
Vector3i(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.i.Vector3i
Constructor by copy.
Vector3ifx - Class in org.arakhne.afc.math.geometry.d3.ifx
3D Vector with 3 integer FX properties.
Vector3ifx() - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
Construct a zero vector.
Vector3ifx(double[]) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
Constructor by copy.
Vector3ifx(double, double, double) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
Construct a vector with the given coordinates.
Vector3ifx(float, float, float) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
Construct a vector with the given coordinates.
Vector3ifx(int[]) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
Constructor by copy.
Vector3ifx(int, int, int) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
Construct a vector with the given coordinates.
Vector3ifx(long, long, long) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
Construct a vector with the given coordinates.
Vector3ifx(IntegerProperty, IntegerProperty, IntegerProperty) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
Construct a vector with the given properties for the coordinates.
Vector3ifx(Tuple3D<?>) - Constructor for class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx
Constructor by copy.
VENEZUELA - org.arakhne.afc.util.CountryCode
VE.
versin(double) - Static method in class org.arakhne.afc.math.MathUtil
Replies the versine of the specified angle.
VERSION - Static variable in class org.arakhne.afc.inputoutput.filetype.XMLMagicNumber
Name of the attribute "version".
verticalSplit - Variable in class org.arakhne.afc.gis.tree.AbstractGISTreeSetNode
Split line.
VIETNAM - org.arakhne.afc.util.CountryCode
VN.
VIEWPORT_BOUNDS_PROPERTY - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Name of the property for the bounds of the viewport in document coordinates.
VIEWPORT_CENTER_X_PROPERTY - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Name of the property for the x coordinate of the viewport center in document coordinates.
VIEWPORT_CENTER_Y_PROPERTY - Static variable in interface org.arakhne.afc.nodefx.ZoomableViewer
Name of the property for the y coordinate of the viewport center in document coordinates.
viewportBoundsProperty() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
viewportBoundsProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
viewportBoundsProperty() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the property that contains the viewport bounds in the document coordinates.
viewportCenterXProperty() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
viewportCenterXProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
viewportCenterXProperty() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the property for the x coordinate of the viewport center in document coordinates.
viewportCenterYProperty() - Method in class org.arakhne.afc.nodefx.ZoomableCanvas
 
viewportCenterYProperty() - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
viewportCenterYProperty() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Replies the property for the y coordinate of the viewport center in document coordinates.
VIRGIN_ISLANDS_BRITISH_SIDE - org.arakhne.afc.util.CountryCode
VG.
VIRGIN_ISLANDS_US_SIDE - org.arakhne.afc.util.CountryCode
VI.
VIRTOOLS_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for 3DVIA Virtools.
VIRTOOLS_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for 3DVIA Virtools.
VirtualCandidate(RoadAStar.VirtualSegment, AStarNode<RoadSegment, RoadConnection>) - Constructor for class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualCandidate
Constructor.
VirtualConnection(RoadAStar.VirtualPoint, RoadAStar.VirtualSegment) - Constructor for class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualConnection
Constructor.
VirtualPoint(Point2D<?, ?>, RoadSegment) - Constructor for class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualPoint
Constructor.
VirtualSegment(RoadSegment, RoadAStar.VirtualPoint, RoadConnection) - Constructor for class org.arakhne.afc.gis.road.path.astar.RoadAStar.VirtualSegment
Constructor.
VMCommandLine - Class in org.arakhne.afc.vmutil
This utility class permits to get the java command line for the current VM.
VMCommandLine() - Constructor for class org.arakhne.afc.vmutil.VMCommandLine
Create a interface to the command line options.
VMCommandLine(Class<?>, String...) - Constructor for class org.arakhne.afc.vmutil.VMCommandLine
Create a interface to the command line options.
VMCommandLine(Class<?>, String[], String...) - Constructor for class org.arakhne.afc.vmutil.VMCommandLine
Create a interface to the command line options.
VMCommandLine(String, String...) - Constructor for class org.arakhne.afc.vmutil.VMCommandLine
Create a interface to the command line options.
VMCommandLine(String, String[], String...) - Constructor for class org.arakhne.afc.vmutil.VMCommandLine
Create a interface to the command line options.

W

WALLIS_AND_FUTUNA - org.arakhne.afc.util.CountryCode
WF.
WARNING - org.arakhne.afc.bootique.log4j.configs.Level
Warning.
wasUpdated() - Method in class org.arakhne.afc.javafx.changes.SimpleListUpdateChange
 
WeakArrayList<T> - Class in org.arakhne.afc.references
A array-based List implementation with weak keys.
WeakArrayList() - Constructor for class org.arakhne.afc.references.WeakArrayList
Constructs an empty list with an initial capacity of ten.
WeakArrayList(int) - Constructor for class org.arakhne.afc.references.WeakArrayList
Constructs an empty list with the specified initial capacity.
WeakArrayList(Collection<? extends T>) - Constructor for class org.arakhne.afc.references.WeakArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
WeakGISTreeSet<P extends GISPrimitive> - Class in org.arakhne.afc.gis.tree
This class describes a quad tree that contains weak references on GIS primitives.
WeakGISTreeSet() - Constructor for class org.arakhne.afc.gis.tree.WeakGISTreeSet
Create an empty tree.
WeakGISTreeSet(double, double, double, double) - Constructor for class org.arakhne.afc.gis.tree.WeakGISTreeSet
Constructor.
WeakGISTreeSet(Rectangle2afp<?, ?, ?, ?, ?, ?>) - Constructor for class org.arakhne.afc.gis.tree.WeakGISTreeSet
Constructor.
WeakGISTreeSetNode<P extends GISPrimitive> - Class in org.arakhne.afc.gis.tree
A node inside a WeakGISTreeSet.
WeakGISTreeSetNode(IcosepQuadTreeNode.IcosepQuadTreeZone, double, double, double, double) - Constructor for class org.arakhne.afc.gis.tree.WeakGISTreeSetNode
Constructor.
WeakHashSet<E> - Class in org.arakhne.afc.references
A Set implementation with weak values.
WeakHashSet() - Constructor for class org.arakhne.afc.references.WeakHashSet
Constructs an empty HashSet.
WeakHashSet(int) - Constructor for class org.arakhne.afc.references.WeakHashSet
Constructs a new, empty set; the backing HashSet instance has the specified initial capacity and default load factor (0.75).
WeakHashSet(int, float) - Constructor for class org.arakhne.afc.references.WeakHashSet
Constructs a new, empty set; the backing HashSet instance has the specified initial capacity and the specified load factor.
WeakHashSet(Collection<? extends E>) - Constructor for class org.arakhne.afc.references.WeakHashSet
Constructs a new set containing the elements in the specified collection.
WeakReferencedValue(VKT, VVT, ReferenceQueue<VVT>) - Constructor for class org.arakhne.afc.references.AbstractReferencedValueMap.WeakReferencedValue
Constructor.
WeakTreeSet<E> - Class in org.arakhne.afc.references
A Set implementation with weak values.
WeakTreeSet() - Constructor for class org.arakhne.afc.references.WeakTreeSet
Constructs an empty TreeSet.
WeakTreeSet(Collection<? extends E>) - Constructor for class org.arakhne.afc.references.WeakTreeSet
Constructs a new tree set containing the elements in the specified collection, sorted according to the natural ordering of its elements.
WeakTreeSet(Comparator<? super E>) - Constructor for class org.arakhne.afc.references.WeakTreeSet
Constructs a new, empty tree set, sorted according to the specified comparator.
WeakTreeSet(SortedSet<? extends E>) - Constructor for class org.arakhne.afc.references.WeakTreeSet
Constructs a new tree set containing the same elements and using the same ordering as the specified sorted set.
WeakValueHashMap<K,​V> - Class in org.arakhne.afc.references
A Map implementation with weak values.
WeakValueHashMap() - Constructor for class org.arakhne.afc.references.WeakValueHashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
WeakValueHashMap(int) - Constructor for class org.arakhne.afc.references.WeakValueHashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
WeakValueHashMap(int, float) - Constructor for class org.arakhne.afc.references.WeakValueHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
WeakValueHashMap(Map<? extends K, ? extends V>) - Constructor for class org.arakhne.afc.references.WeakValueHashMap
Constructs a new HashMap with the same mappings as the specified Map.
WeakValueTreeMap<K,​V> - Class in org.arakhne.afc.references
A Map implementation with weak values.
WeakValueTreeMap() - Constructor for class org.arakhne.afc.references.WeakValueTreeMap
Constructs an empty TreeMap.
WeakValueTreeMap(Comparator<? super K>) - Constructor for class org.arakhne.afc.references.WeakValueTreeMap
Constructs an empty TreeMap with the specified comparator.
WeakValueTreeMap(Map<? extends K, ? extends V>) - Constructor for class org.arakhne.afc.references.WeakValueTreeMap
Constructs a new TreeMap with the same mappings as the specified Map.
WeakValueTreeMap(SortedMap<K, ? extends V>) - Constructor for class org.arakhne.afc.references.WeakValueTreeMap
Constructs a new TreeMap with the same mappings and comparator as the specified Map.
WEST - org.arakhne.afc.gis.coordinate.SexagesimalLongitudeAxis
West.
WESTERN_SAHARA - org.arakhne.afc.util.CountryCode
EH.
wheelDistance - Variable in class org.arakhne.afc.agentmotion.common.RandomAlgorithm
Distance between the agent position and the center of the virtual wheel.
wheelRadius - Variable in class org.arakhne.afc.agentmotion.common.RandomAlgorithm
Radius of the virtual wheel.
WHITE - Static variable in class org.arakhne.afc.vmutil.ColorNames
The name of the white color within in W3C Color Standard.
width - Variable in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
width property.
width - Variable in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
width property.
width - Variable in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
width property.
width - Variable in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
width property.
WIDTH - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
width.
widthProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx
Replies the property that is the width of the box.
widthProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx
Replies the property that is the width of the box.
widthProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx
Replies the property that is the width of the box.
widthProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx
Replies the property that is the width of the box.
widthProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx
Replies the property that is the width of the box.
widthProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx
Replies the property that is the width of the box.
widthProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx
Replies the property that is the width of the box.
widthProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx
Replies the property that is the width of the box.
widthProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx
Replies the property that is the width of the box.
WIN - org.arakhne.afc.vmutil.OperatingSystem
Windows®.
WINDING_RULE - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
windingRule.
windingRuleProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx
Replies the windingRule property.
windingRuleProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx
Replies the windingRule property.
windingRuleProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx
Replies the windingRule property.
windingRuleProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx
Replies the windingRule property.
WINDOWS_EAST_EUROPE - org.arakhne.afc.io.dbase.DBaseCodePage
Windows East Europe codepage 1250.
WINDOWS_GREEK - org.arakhne.afc.io.dbase.DBaseCodePage
Windows Greek codepage.
WINDOWS_RUSSIAN - org.arakhne.afc.io.dbase.DBaseCodePage
Windows Russian codepage.
WINDOWS_SEPARATOR_CHAR - Static variable in class org.arakhne.afc.vmutil.FileSystem
Character that is used for separating components of a path on Windows operating systems.
WINDOWS_SEPARATOR_STRING - Static variable in class org.arakhne.afc.vmutil.FileSystem
Character that is used for separating components of a path on Windows operating systems.
WINDOWS_STANDARD - org.arakhne.afc.io.dbase.DBaseCodePage
Windows Standard codepage 1252.
WINDOWS_TURKISH - org.arakhne.afc.io.dbase.DBaseCodePage
Windows Turkish codepage.
worldBounds - Variable in class org.arakhne.afc.gis.tree.AbstractGISTreeSet
Bounds of the all the data in the tree.
WrapConnection(RoadConnection) - Constructor for class org.arakhne.afc.gis.road.SubRoadNetwork.WrapConnection
Constructor.
wrapGraphPointConnection(GraphPoint.GraphPointConnection<RoadConnection, RoadSegment>) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
Wrap the given graph point connection.
WrapGraphPointConnection(GraphPoint.GraphPointConnection<RoadConnection, RoadSegment>) - Constructor for class org.arakhne.afc.gis.road.SubRoadNetwork.WrapGraphPointConnection
Constructor.
wrapPoint(RoadConnection) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
Wrap the given connection.
wrapPoint(RoadConnection, RoadSegment, boolean) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
 
wrapPoint(PT, ST, boolean) - Method in class org.arakhne.afc.math.graph.SubGraph
Create a wrapping point for the given graph point.
wrapSegment(RoadSegment) - Method in class org.arakhne.afc.gis.road.SubRoadNetwork
 
wrapSegment(ST) - Method in class org.arakhne.afc.math.graph.SubGraph
Create a wrapping segment for the given graph segment.
WrapSegment(RoadSegment, SubRoadNetwork.TerminalConnection, SubRoadNetwork.TerminalConnection) - Constructor for class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegment
Constructor.
WrapSegmentIterable(Iterable<RoadSegment>) - Constructor for class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegmentIterable
Constructor.
WrapSegmentIterator(Iterator<RoadSegment>) - Constructor for class org.arakhne.afc.gis.road.SubRoadNetwork.WrapSegmentIterator
Constructor.
write(byte[]) - Method in class org.arakhne.afc.inputoutput.stream.UnclosableOutputStream
Call directly the function OutputStream.write(byte[]) on the filtered stream.
write(byte[]) - Method in class org.arakhne.afc.progress.ProgressionOuputStream
 
write(byte[], int, int) - Method in class org.arakhne.afc.inputoutput.stream.UnclosableOutputStream
Call directly the function OutputStream.write(byte[], int, int) on the filtered stream.
write(byte[], int, int) - Method in class org.arakhne.afc.progress.ProgressionOuputStream
 
write(int) - Method in class org.arakhne.afc.inputoutput.stream.WriterOutputStream
 
write(int) - Method in class org.arakhne.afc.io.shape.ShapeFileIndexWriter
Write a record with the given length at the following offset in the SHX file.
write(int) - Method in class org.arakhne.afc.progress.ProgressionOuputStream
 
write(E) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Write the Shape file and its associated files.
write(String) - Method in class org.arakhne.afc.inputoutput.stream.WriterOutputStream
Write a sequence of characters.
write(Collection<? extends E>) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Write the Shape file and its associated files.
write(Collection<? extends MapLayer>) - Method in class org.arakhne.afc.gis.io.binary.GISLayerWriter
Write the given layers into the output.
write(List<? extends AttributeProvider>) - Method in class org.arakhne.afc.io.dbase.DBaseFileWriter
Write the DBase file.
write(AttributeProvider...) - Method in class org.arakhne.afc.io.dbase.DBaseFileWriter
Write the DBase file.
write(MapLayer) - Method in class org.arakhne.afc.gis.io.binary.GISLayerWriter
Write the given layer into the output.
write(Tree<?, ?>) - Method in class org.arakhne.afc.math.tree.io.DotDotWriter
Write the given tree inside the .dot output stream.
write(Tree<?, ?>) - Method in class org.arakhne.afc.math.tree.io.DotGxlWriter
Write the given tree inside the .gxl output stream.
writeAttributeContainer(Element, AttributeProvider, XMLBuilder, XMLResources, boolean) - Static method in class org.arakhne.afc.attrs.xml.XMLAttributeUtil
Put in the given XML element the attributes stored in the given container.
writeBEDouble(double) - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataOutputStream
Writes a Big Endian double on 8 bytes.
writeBEDouble(double) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Write a big endian 8-byte floating point number.
writeBEFloat(float) - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataOutputStream
Writes a Big Endian float on 4 bytes.
writeBEInt(int) - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataOutputStream
Writes a Big Endian int on 4 bytes.
writeBEInt(int) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Write a big endian 4-byte integer.
writeBELong(long) - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataOutputStream
Writes a Big Endian long on 8 bytes.
writeBEShort(short) - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataOutputStream
Writes a Big Endian short on 2 bytes.
writeBusNetwork(BusNetwork, XMLBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.bus.io.xml.XMLBusNetworkUtil
Create and reply an XML representation of the given bus network.
writeElement(int, E, ShapeElementType) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Write an element inside the output stream.
writeElement(int, E, ShapeElementType) - Method in class org.arakhne.afc.io.shape.AbstractShapeFileWriter
 
writeElement(int, ShapeFileIndexRecord, ShapeElementType) - Method in class org.arakhne.afc.io.shape.ShapeFileIndexWriter
 
writeGISElementAttributes(Element, GISElement, XMLBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
Write the attributes of the given GISElement in the the XML description.
writeGISElementContainer(Element, GISElementContainer<?>, String, XMLBuilder, PathBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
Write the XML description for the given container of map elements.
writeGISElementContainer(Element, GISElementContainer<?>, XMLBuilder, PathBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
Write the XML description for the given container of map elements.
writeHeader() - Method in class org.arakhne.afc.gis.io.binary.GISLayerWriter
Write the header of the file.
writeHeader(List<? extends AttributeProvider>) - Method in class org.arakhne.afc.io.dbase.DBaseFileWriter
Write the header of the dbf file.
writeHeader(AttributeProvider...) - Method in class org.arakhne.afc.io.dbase.DBaseFileWriter
Write the header of the dbf file.
writeLEDouble(double) - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataOutputStream
Writes a Little Endian double on 8 bytes.
writeLEDouble(double) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Write a little endian 8-byte floating point number.
writeLEFloat(float) - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataOutputStream
Writes a Little Endian float on 4 bytes.
writeLEInt(int) - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataOutputStream
Writes a Little Endian int on 4 bytes.
writeLEInt(int) - Method in class org.arakhne.afc.io.shape.AbstractCommonShapeFileWriter
Write a little endian 4-byte integer.
writeLELong(long) - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataOutputStream
Writes a Little Endian long on 8 bytes.
writeLEShort(short) - Method in class org.arakhne.afc.inputoutput.stream.LittleEndianDataOutputStream
Writes a Little Endian short on 2 bytes.
writeln(String) - Method in class org.arakhne.afc.inputoutput.stream.WriterOutputStream
Write a sequence of characters followed by a carriage return.
writeMapElement(MapElement, String, XMLBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
Write the XML description for the given map element.
writeMapElement(MapElement, XMLBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.io.xml.XMLGISElementUtil
Write the XML description for the given map element.
writeRecord(AttributeProvider) - Method in class org.arakhne.afc.io.dbase.DBaseFileWriter
Write a record for attribute provider.
writeResources(Element, XMLResources, XMLBuilder) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Write the given resources into the given XML node.
writeRoadNetwork(Element, RoadNetwork, URL, MapMetricProjection, URL, XMLBuilder, PathBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.road.io.XMLRoadUtil
Write the XML description for the given container of roads.
writeRoadPolyline(RoadPolyline, XMLBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.road.io.XMLRoadUtil
Write the XML description for the given road.
writeRoadSegment(RoadSegment, XMLBuilder, XMLResources) - Static method in class org.arakhne.afc.gis.road.io.XMLRoadUtil
Write the XML description for the given road.
WriterOutputStream - Class in org.arakhne.afc.inputoutput.stream
An output stream that is writing inside a Writer.
WriterOutputStream(Writer) - Constructor for class org.arakhne.afc.inputoutput.stream.WriterOutputStream
Construct.
writeXML(DocumentFragment, File) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Write the given node tree into a XML file.
writeXML(DocumentFragment, OutputStream) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Write the given node tree into a XML file.
writeXML(DocumentFragment, Writer) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Write the given node tree into a XML file.
writeXML(DocumentFragment, String) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Write the given node tree into a XML file.
writeXML(Document, File) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Write the given node tree into a XML file.
writeXML(Document, OutputStream) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Write the given node tree into a XML file.
writeXML(Document, Writer) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Write the given node tree into a XML file.
writeXML(Document, String) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Write the given node tree into a XML file.
writeXML(Node, OutputStream) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Write the given node tree into a XML file.
writeXML(Node, Writer) - Static method in class org.arakhne.afc.inputoutput.xml.XMLUtil
Write the given node tree into a XML file.
WSG84_E - Static variable in class org.arakhne.afc.gis.coordinate.GISCoordinates
The value of the e constant in the WSG94 specification.
WSG84_EL2(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert WSG84 GPS coordinate to extended France Lambert II coordinate.
WSG84_L1(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert WSG84 GPS coordinate to France Lambert I coordinate.
WSG84_L2(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert WSG84 GPS coordinate to France Lambert II coordinate.
WSG84_L3(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert WSG84 GPS coordinate to France Lambert III coordinate.
WSG84_L4(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert WSG84 GPS coordinate to France Lambert IV coordinate.
WSG84_L93(double, double) - Static method in class org.arakhne.afc.gis.coordinate.GISCoordinates
This function convert WSG84 GPS coordinate to France Lambert 93 coordinate.

X

x - Variable in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
x coordinate.
x - Variable in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
x coordinate.
x - Variable in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
x coordinate.
x - Variable in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
x coordinate.
x - Variable in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
x coordinate.
x - Variable in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
x coordinate.
x - Variable in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
x coordinate.
x - Variable in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
x coordinate.
x - Variable in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
x coordinate.
x - Variable in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
x coordinate.
X - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
x.
X1 - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
x.
x1Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
Replies the property that is the x coordinate of the first segment point.
x1Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
Replies the property that is the x coordinate of the first triangle point.
x1Property() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
Replies the property that is the x coordinate of the first segment point.
x1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
Replies the property that is the x coordinate of the first segment point.
x1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
Replies the property that is the x coordinate of the first segment point.
X2 - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
x.
x2Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
Replies the property that is the x coordinate of the second segment point.
x2Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
Replies the property that is the x coordinate of the second triangle point.
x2Property() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
Replies the property that is the x coordinate of the second segment point.
x2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
Replies the property that is the x coordinate of the second segment point.
x2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
Replies the property that is the x coordinate of the second segment point.
X3 - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
x.
X3D_2D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for default X3D viewers.
X3D_3D - Static variable in class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemConstants
Replies the preferred coordinate system for default X3D viewers.
x3Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
Replies the property that is the x coordinate of the third triangle point.
XML - org.arakhne.afc.bootique.log4j.configs.LayoutType
XML layout.
XMLAttributeUtil - Class in org.arakhne.afc.attrs.xml
This class provides XML utilities related to attributes.
XMLBuilder - Interface in org.arakhne.afc.inputoutput.xml
This interface permits to create several XML elements.
XMLBusNetworkUtil - Class in org.arakhne.afc.gis.bus.io.xml
This class provides tools to create an XML representation of a bus network or to create a bus network from an XML representation.
XMLConstraint - Interface in org.arakhne.afc.inputoutput.xml
XMLFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for XML files.
XMLFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.XMLFileFilter
Construct.
XMLFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.XMLFileFilter
Constructor.
XMLGISElementUtil - Class in org.arakhne.afc.gis.io.xml
This class provides tools to create an XML representation of map elements or to create map elements from an XML representation.
XMLIdentifierConstraint - Class in org.arakhne.afc.inputoutput.xml
Matches the attribute "id" with the given value.
XMLIdentifierConstraint(UUID) - Constructor for class org.arakhne.afc.inputoutput.xml.XMLIdentifierConstraint
Constructor.
XMLMagicNumber - Class in org.arakhne.afc.inputoutput.filetype
This class defines a set of informations that could distinguish a file content from another one.
XMLMagicNumber(MimeType, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.XMLMagicNumber
Constructor.
XMLMagicNumber(MimeType, String, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.XMLMagicNumber
Constructor.
XMLNameConstraint - Class in org.arakhne.afc.inputoutput.xml
Matches the attribute "name" with the given value.
XMLNameConstraint(String) - Constructor for class org.arakhne.afc.inputoutput.xml.XMLNameConstraint
Constructor.
XMLNS - Static variable in class org.arakhne.afc.inputoutput.filetype.XMLMagicNumber
Name of the attribute "xmlns".
XMLResources - Class in org.arakhne.afc.inputoutput.xml
Class that store a collection of resources (URL, files and raw data) and their associated identifiers within a XML file.
XMLResources(PathBuilder) - Constructor for class org.arakhne.afc.inputoutput.xml.XMLResources
Constructor.
XMLResources.Entry - Class in org.arakhne.afc.inputoutput.xml
Entry in a XMLResourceClassifier.
XMLRoadUtil - Class in org.arakhne.afc.gis.road.io
This class provides tools to create an XML representation of roads or to create roads from an XML representation.
XMLUtil - Class in org.arakhne.afc.inputoutput.xml
Utility class for manipulating XML data and files.
XMLValueConstraint<E> - Class in org.arakhne.afc.inputoutput.xml
Matches the attribute "id" with the given value.
XMLValueConstraint(String, E) - Constructor for class org.arakhne.afc.inputoutput.xml.XMLValueConstraint
Constructor.
xProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Replies the x property.
xProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
Replies the property that is the x coordinate of the circle center.
xProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
Replies the x property.
xProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.UnitVectorProperty
Replies the x property.
xProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
Replies the property that is the x coordinate of the circle center.
xProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
Replies the x property.
xProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
Replies the property that is the x coordinate of the circle center.
xProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
Replies the x property.
xProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.UnitVectorProperty3dfx
Replies the x property.
xProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
Replies the property that is the x coordinate of the sphere center.
xProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
Replies the x property.
XSLBasedXMLMagicNumber - Class in org.arakhne.afc.inputoutput.filetype
This class defines a set of informations that could distinguish a file content from another one.
XSLBasedXMLMagicNumber(MimeType, String, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.XSLBasedXMLMagicNumber
Constructor.
XSLBasedXMLMagicNumber(MimeType, String, String, boolean) - Constructor for class org.arakhne.afc.inputoutput.filetype.XSLBasedXMLMagicNumber
Constructor.
XSLBasedXMLMagicNumber(MimeType, String, String, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.XSLBasedXMLMagicNumber
Constructor.
XSLBasedXMLMagicNumber(MimeType, String, String, String, boolean) - Constructor for class org.arakhne.afc.inputoutput.filetype.XSLBasedXMLMagicNumber
Constructor.
XSLBasedZipArchiveXMLMagicNumber - Class in org.arakhne.afc.inputoutput.filetype
This class defines a set of informations that could distinguish a file content from another one.
XSLBasedZipArchiveXMLMagicNumber(MimeType, String, String, File) - Constructor for class org.arakhne.afc.inputoutput.filetype.XSLBasedZipArchiveXMLMagicNumber
Constructor.
XSLBasedZipArchiveXMLMagicNumber(MimeType, String, String, String, File) - Constructor for class org.arakhne.afc.inputoutput.filetype.XSLBasedZipArchiveXMLMagicNumber
Constructor.
XSLBasedZippedXMLMagicNumber - Class in org.arakhne.afc.inputoutput.filetype
This class defines a set of informations that could distinguish a file content from another one.
XSLBasedZippedXMLMagicNumber(MimeType, String, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.XSLBasedZippedXMLMagicNumber
Constructor.
XSLBasedZippedXMLMagicNumber(MimeType, String, String, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.XSLBasedZippedXMLMagicNumber
Constructor.
XtextOperator - Annotation Type in org.arakhne.afc.vmutil.annotations
Annotation for marking functions that are implementations of Xtext operators.
XY_LEFT_HAND - org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Left handed XY coordinate system.
XY_RIGHT_HAND - org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem2D
Right handed XY coordinate system.
XYZ_LEFT_HAND - org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem3D
Left handed XYZ coordinate system.
XYZ_RIGHT_HAND - org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem3D
Right handed XYZ coordinate system.
XZY_LEFT_HAND - org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem3D
Left handed XZY coordinate system.
XZY_RIGHT_HAND - org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystem3D
Right handed XZY coordinate system.

Y

y - Variable in class org.arakhne.afc.math.geometry.d1.d.Tuple1d
y coordinate.
y - Variable in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
y coordinate.
y - Variable in class org.arakhne.afc.math.geometry.d2.d.Tuple2d
y coordinate.
y - Variable in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
y coordinate.
y - Variable in class org.arakhne.afc.math.geometry.d2.i.Tuple2i
y coordinate.
y - Variable in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
y coordinate.
y - Variable in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
y coordinate.
y - Variable in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
y coordinate.
y - Variable in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
y coordinate.
y - Variable in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
y coordinate.
Y - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
y.
Y_CONSTANT - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
String constant for the true boolean constant.
Y1 - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
y.
y1Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
Replies the property that is the y coordinate of the first segment point.
y1Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
Replies the property that is the y coordinate of the first triangle point.
y1Property() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
Replies the property that is the y coordinate of the first segment point.
y1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
Replies the property that is the y coordinate of the first segment point.
y1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
Replies the property that is the y coordinate of the first segment point.
Y2 - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
y.
y2Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx
Replies the property that is the x coordinate of the second segment point.
y2Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
Replies the property that is the y coordinate of the second triangle point.
y2Property() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx
Replies the property that is the x coordinate of the second segment point.
y2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
Replies the property that is the y coordinate of the second segment point.
y2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
Replies the property that is the y coordinate of the second segment point.
Y3 - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
y.
y3Property() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx
Replies the property that is the y coordinate of the third triangle point.
YELLOW - Static variable in class org.arakhne.afc.vmutil.ColorNames
The name of the yellow color within in W3C Color Standard.
YEMEN - org.arakhne.afc.util.CountryCode
Y.
YES_CONSTANT - Static variable in class org.arakhne.afc.attrs.attr.AttributeConstants
String constant for the true boolean constant.
yProperty() - Method in class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx
Replies the y property.
yProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx
Replies the property that is the y coordinate of the circle center.
yProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx
Replies the y property.
yProperty() - Method in class org.arakhne.afc.math.geometry.d2.dfx.UnitVectorProperty
Replies the y property.
yProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx
Replies the property that is the y coordinate of the circle center.
yProperty() - Method in class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx
Replies the y property.
yProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
Replies the property that is the y coordinate of the circle center.
yProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
Replies the y property.
yProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.UnitVectorProperty3dfx
Replies the y property.
yProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
Replies the property that is the y coordinate of the sphere center.
yProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
Replies the y property.

Z

z - Variable in class org.arakhne.afc.math.geometry.d3.d.Tuple3d
z coordinate.
z - Variable in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
y coordinate.
z - Variable in class org.arakhne.afc.math.geometry.d3.i.Tuple3i
z coordinate.
z - Variable in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
z coordinate.
Z - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
z.
Z1 - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
z.
z1Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
Replies the property that is the z coordinate of the first segment point.
z1Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
Replies the property that is the z coordinate of the first segment point.
Z2 - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
z.
z2Property() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx
Replies the property that is the z coordinate of the second segment point.
z2Property() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx
Replies the property that is the z coordinate of the second segment point.
Z3 - Static variable in class org.arakhne.afc.math.geometry.fx.MathFXAttributeNames
z.
ZAMBIA - org.arakhne.afc.util.CountryCode
ZM.
ZIMBABWE - org.arakhne.afc.util.CountryCode
ZW.
ZipArchiveMagicNumber - Class in org.arakhne.afc.inputoutput.filetype
This class defines a set of informations that could distinguish a file content from another one.
ZipArchiveMagicNumber(MimeType) - Constructor for class org.arakhne.afc.inputoutput.filetype.ZipArchiveMagicNumber
Constructor.
ZipArchiveMagicNumber(MimeType, File) - Constructor for class org.arakhne.afc.inputoutput.filetype.ZipArchiveMagicNumber
Constructor.
ZipArchiveMagicNumber(MimeType, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.ZipArchiveMagicNumber
Constructor.
ZipArchiveMagicNumber(MimeType, String, File) - Constructor for class org.arakhne.afc.inputoutput.filetype.ZipArchiveMagicNumber
Constructor.
ZipArchiveXMLMagicNumber - Class in org.arakhne.afc.inputoutput.filetype
This class defines a set of informations that could distinguish a file content from another one.
ZipArchiveXMLMagicNumber(MimeType, File, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.ZipArchiveXMLMagicNumber
Constructor.
ZipArchiveXMLMagicNumber(MimeType, String, File, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.ZipArchiveXMLMagicNumber
Constructor.
zipFile(File, File) - Static method in class org.arakhne.afc.vmutil.FileSystem
Create a zip file from the given input file.
zipFile(File, OutputStream) - Static method in class org.arakhne.afc.vmutil.FileSystem
Create a zip file from the given input file.
ZIPFileFilter - Class in org.arakhne.afc.inputoutput.filefilter
File filter for Zip archive files.
ZIPFileFilter() - Constructor for class org.arakhne.afc.inputoutput.filefilter.ZIPFileFilter
Construct.
ZIPFileFilter(boolean) - Constructor for class org.arakhne.afc.inputoutput.filefilter.ZIPFileFilter
Constructor.
ZipMagicNumber - Class in org.arakhne.afc.inputoutput.filetype
This class defines a set of informations that could distinguish a file content from another one.
ZipMagicNumber(MimeType) - Constructor for class org.arakhne.afc.inputoutput.filetype.ZipMagicNumber
Constructor.
ZipMagicNumber(MimeType, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.ZipMagicNumber
Constructor.
ZippedXMLMagicNumber - Class in org.arakhne.afc.inputoutput.filetype
This class defines a set of informations that could distinguish a file content from another one.
ZippedXMLMagicNumber(MimeType, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.ZippedXMLMagicNumber
Constructor.
ZippedXMLMagicNumber(MimeType, String, String) - Constructor for class org.arakhne.afc.inputoutput.filetype.ZippedXMLMagicNumber
Constructor.
zoneOf(N) - Method in class org.arakhne.afc.math.tree.node.OctTreeNode
Replies the zone of the specified child.
zoneOf(N) - Method in class org.arakhne.afc.math.tree.node.QuadTreeNode
Replies the zone of the specified child.
ZoomableCanvas<T extends InformedIterable<?> & BoundedElement2afp<?>> - Class in org.arakhne.afc.nodefx
Resizeable canvas for rendering a document and that support zoom in and out.
ZoomableCanvas() - Constructor for class org.arakhne.afc.nodefx.ZoomableCanvas
Constructor.
ZoomableCanvas(T) - Constructor for class org.arakhne.afc.nodefx.ZoomableCanvas
Constructor.
ZoomableCanvas(T, Drawer<? super T>) - Constructor for class org.arakhne.afc.nodefx.ZoomableCanvas
Constructor.
ZoomableGraphicsContext - Class in org.arakhne.afc.nodefx
This class is used to issue draw calls to a ZoomableCanvas using a buffer.
ZoomableGraphicsContext(GraphicsContext, DoubleProperty, ReadOnlyObjectProperty<Rectangle2afp<?, ?, ?, ?, ?, ?>>, ReadOnlyObjectProperty<Rectangle2afp<?, ?, ?, ?, ?, ?>>, DoubleProperty, DoubleProperty, IntegerProperty, CenteringTransform) - Constructor for class org.arakhne.afc.nodefx.ZoomableGraphicsContext
Constructor.
ZoomablePane<T extends InformedIterable<?> & BoundedElement2afp<?>> - Class in org.arakhne.afc.nodefx
Panel that is displaying the document elements and supporting zooming.
ZoomablePane() - Constructor for class org.arakhne.afc.nodefx.ZoomablePane
Constructor with the model to be displayed.
ZoomablePane(ZoomableCanvas<T>) - Constructor for class org.arakhne.afc.nodefx.ZoomablePane
Constructor with the canvas.
ZoomablePane(T) - Constructor for class org.arakhne.afc.nodefx.ZoomablePane
Constructor with the model to be displayed.
ZoomablePane.ColorSquare - Class in org.arakhne.afc.nodefx
The color square at the corner of a ZoomablePane.
ZoomableViewer<T extends InformedIterable<?> & BoundedElement2afp<?>> - Interface in org.arakhne.afc.nodefx
View of document elements that provides a basic UI to show them.
zoomIn() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Zoom in.
zoomIn(double, double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
zoomIn(double, double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Zoom in from a specific location, and center at the view point to the given location.
zoomOut() - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Zoom out.
zoomOut(double, double) - Method in class org.arakhne.afc.nodefx.ZoomablePane
 
zoomOut(double, double) - Method in interface org.arakhne.afc.nodefx.ZoomableViewer
Zoom out from a specific location, and center at the view point to the given location.
zProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx
Replies the property that is the z coordinate of the circle center.
zProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx
Replies the z property.
zProperty() - Method in class org.arakhne.afc.math.geometry.d3.dfx.UnitVectorProperty3dfx
Replies the z property.
zProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx
Replies the property that is the z coordinate of the sphere center.
zProperty() - Method in class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx
Replies the z property.
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages