All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary Annotation Types Summary
Class |
Description |
AbstractAttributeCollection |
This class implements an abstract object with attributes.
|
AbstractAttributeProvider |
This class implements an abstract attribute provider.
|
AbstractBoundedGISElement<C extends GISContainer<?>,T extends AbstractBoundedGISElement<C,T>> |
Element of a GIS application which is bounded.
|
AbstractBroadFirstTreeIterator<P extends IterableNode<? extends C>,C extends IterableNode<?>> |
This class is an iterator on a tree.
|
AbstractBufferedAttributeProvider |
This class implements an abstract attribute container that use
a memory cache.
|
AbstractBusContainer<CONTAINER extends BusContainer<?>,ELEMENT extends BusPrimitive<?>> |
This object stands for bus primitives which are also containers of bus primitives.
|
AbstractBusPrimitive<CONTAINER extends BusContainer<?>> |
A bus stop is a specific stop of an itinerary.
|
AbstractCommonShapeFileReader<E> |
This class is an abstract reader for all the ESRI Shape file formats.
|
AbstractCommonShapeFileWriter<E> |
This class permits to write an ESRI Shape file.
|
AbstractDataTreeIterator<D,N extends TreeNode<D,?>> |
This class is an iterator on a tree that replies the user data.
|
AbstractFileFilter |
Abstract implementation of a file filter that may be
used in all the standard Java tools.
|
AbstractForest<D> |
This is the generic implementation of a
forest of trees.
|
AbstractGeoLocation |
Abstract implementation of a GeoLocation.
|
AbstractGeomFactory1D<V extends Vector1D<? super V,? super P,?>,P extends Point1D<? super P,? super V,?>> |
Abstract implementation of a factory of geometric primitives.
|
AbstractGeomFactory2D<V extends Vector2D<? super V,? super P>,P extends Point2D<? super P,? super V>> |
Abstract implementation of a factory of geometric primitives.
|
AbstractGeomFactory3D<V extends Vector3D<? super V,? super P>,P extends Point3D<? super P,? super V>> |
Abstract implementation of a factory of geometric primitives.
|
AbstractGeomFactoryBase |
Abstract implementation of a factory of geometric primitives.
|
AbstractGISEditableDrawer<T extends GISEditable & FlagContainer> |
Abstract drawer of a GIS editable.
|
AbstractGISElement<C extends GISContainer<?>,T extends AbstractGISElement<C,T>> |
Element of a GIS application.
|
AbstractGISGridSet<P extends GISPrimitive> |
This class describes a grid that contains GIS primitives
and thatp permits to find them according to there geo-location.
|
AbstractGISTreeSet<P extends GISPrimitive,N extends AbstractGISTreeSetNode<P,N>> |
This class describes a quad tree that contains GIS primitives
and thatp permits to find them according to there geo-location.
|
AbstractGISTreeSetNode<P extends GISPrimitive,N extends AbstractGISTreeSetNode<P,N>> |
|
AbstractInfixDepthFirstTreeIterator<P extends IterableNode<? extends C>,C extends IterableNode<?>> |
This class is an infixed depth-first iterator on a tree.
|
AbstractMapCircleDrawer<T extends MapCircle> |
Abstract drawer of a map circle.
|
AbstractMapMultiPointDrawer<T extends MapMultiPoint> |
Abstract drawer of a map multi-point.
|
AbstractMapPointDrawer<T extends MapPoint> |
Abstract drawer of a map point.
|
AbstractMapPolygonDrawer<T extends MapPolygon> |
Abstract drawer of a map polygon.
|
AbstractMapPolylineDrawer<T extends MapPolyline> |
Abstract drawer of a map polyline.
|
AbstractOperatingSystemWrapper |
Wrapper to the OS dependent functions.
|
AbstractParentlessTreeNode<D,N extends AbstractParentlessTreeNode<D,N>> |
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.
|
AbstractPhantomValueMap<K,V> |
|
AbstractPostfixDepthFirstTreeIterator<P extends IterableNode<? extends C>,C extends IterableNode<?>> |
This class is an postfixed iterator on a tree.
|
AbstractPrefixDepthFirstTreeIterator<P extends IterableNode<? extends C>,C extends IterableNode<?>> |
This class is an prefixed iterator on a tree.
|
AbstractPrism3i<IT extends AbstractPrism3i<?>> |
A rectangular shape with 2 integer numbers.
|
AbstractRectangularShape1d<IT extends AbstractRectangularShape1d<?>> |
Abstract rectangular shape with 2 double precision floating-point numbers.
|
AbstractRectangularShape1dfx<IT extends AbstractRectangularShape1dfx<?>> |
Abstract rectangular shape with 2 double precision floating-point FX properties.
|
AbstractRectangularShape2d<IT extends AbstractRectangularShape2d<?>> |
Abstract rectangular shape with 2 double precision floating-point numbers.
|
AbstractRectangularShape2dfx<IT extends AbstractRectangularShape2dfx<?>> |
Abstract rectangular shape with 2 double precision floating-point FX properties.
|
AbstractRectangularShape2i<IT extends AbstractRectangularShape2i<?>> |
A rectangular shape with 2 integer numbers.
|
AbstractRectangularShape2ifx<IT extends AbstractRectangularShape2ifx<?>> |
A rectangular shape with 2 integer FX properties.
|
AbstractRectangularShape3ifx<IT extends AbstractRectangularShape3ifx<?>> |
A rectangular shape with 3 integer FX properties.
|
AbstractReferencedSet<E,R extends Reference<E>> |
|
AbstractReferencedSet.ReferenceComparator<E,R extends Reference<E>> |
Comparator wrapper.
|
AbstractReferencedValueMap<K,V> |
A Map implementation with weak/soft values.
|
AbstractReferencedValueMap.PhantomReferencedValue<VKT,VVT> |
|
AbstractReferencedValueMap.ReferencableValue<K,V> |
This interface provides information about the pairs inside
a map with weak/soft reference values.
|
AbstractReferencedValueMap.SoftReferencedValue<VKT,VVT> |
|
AbstractReferencedValueMap.WeakReferencedValue<VKT,VVT> |
|
AbstractShape1d<T extends AbstractShape1d<?>> |
Abstract shape with 2 double precision floating-point numbers.
|
AbstractShape1dfx<T extends AbstractShape1dfx<?>> |
Abstract shape with 2 double precision floating-point FX properties.
|
AbstractShape2d<T extends AbstractShape2d<?>> |
Abstract shape with 2 double precision floating-point numbers.
|
AbstractShape2dfx<T extends AbstractShape2dfx<?>> |
Abstract shape with 2 double precision floating-point FX properties.
|
AbstractShape2i<T extends AbstractShape2i<?>> |
Abstract shape with 2 integer numbers.
|
AbstractShape2ifx<T extends AbstractShape2ifx<?>> |
Abstract shape with 2 integer FX properties.
|
AbstractShape3d<T extends AbstractShape3d<?>> |
Abstract shape with 2 double precision floating-point numbers.
|
AbstractShape3dfx<T extends AbstractShape3dfx<?>> |
Abstract shape with 3 double precision floating-point FX properties.
|
AbstractShape3i<T extends AbstractShape3i<?>> |
Abstract shape with 2 integer numbers.
|
AbstractShape3ifx<T extends AbstractShape3ifx<?>> |
Abstract shape with 3 integer FX properties.
|
AbstractShapeFileReader<E> |
This class is a shape file reader.
|
AbstractShapeFileWriter<E> |
This class permits to write an ESRI Shape file.
|
AbstractSoftValueMap<K,V> |
|
AbstractTargetPositionPredictionAlgorithm |
Algorithm that is providing a simple target position prediction.
|
AbstractTree<D,N extends TreeNode<D,N>> |
This is the generic implementation of a
tree based on linked lists.
|
AbstractTreeNode<D,N extends AbstractTreeNode<D,N>> |
This is the generic implementation of a tree
tree with a weak reference to its parent node.
|
AbstractWeakValueMap<K,V> |
|
AbstractWrapRoadConnection |
This class provides the base implementation
of a road connection wrapped to an other road connection.
|
AgentMotion |
Describes the motion of an agent.
|
AligningKinematicAlgorithm |
Agent is changing its oriented for being align to the target vector.
|
AligningMotionAlgorithm |
Agent is changing its oriented for being align to the target vector.
|
AligningSteeringAlgorithm |
Agent is changing its oriented for being align to the target vector.
|
Android |
This class stores several information given by
the Android operating systems.
|
Android.AndroidException |
This exception is thrown when the Android attributes
are not correctly initialized.
|
AndroidResourceWrapper |
This interface provides the Android implementation to load resources.
|
AngularAccelerationKinematic |
This interface describes an object that is able to
provide angular instant speed, velocity, acceleration, and
the maximal values for the speeds.
|
AngularInstantAccelerationKinematic |
This interface describes an object that is able to
provide angular instant speed, velocity, and acceleration.
|
AngularInstantVelocityKinematic |
This interface describes an object that is able to
provide angular instant speed and velocity.
|
AngularUnit |
A AngularUnit represents speed at a given unit of
granularity.
|
AngularVelocityKinematic |
This interface describes an object that is able to
provide angular instant speed and velocity, and
the maximal values for the speeds.
|
AppenderConfig |
Configuration for log4j appenders.
|
ApplicationArgumentSynopsis |
Annotation for marking a String value in order to define the synopsis of the application's arguments.
|
ApplicationData2ModuleProvider |
Provider of a Bootique module for ApplicationData2.
|
ApplicationDetailedDescription |
Annotation for marking a String value in order to define the detailed description of the application.
|
ApplicationMetadata2Module |
Module for the compiler application metadata version 2.
|
AroundCellIterable<P extends GISPrimitive> |
Iterable that is replying the cells around a specified position.
|
AroundCellIterator<P extends GISPrimitive> |
Iterator that is replying the cells around a specified position.
|
ArrayForest<D> |
This is a array implementation
of a forest of trees.
|
ArrayMapElementLayer<E extends MapElement> |
This class represents a layer that contains map elements
stored in an array data structure.
|
ArraySizedIterator<OBJECT> |
Iterator which is disabling the remove() function.
|
ArrayUtil |
Some utilities functions for arrays.
|
ArrayUtil.Filter<T> |
Some utilities functions for arrays.
|
ArrivingKinematicAlgorithm |
Agent is changing its position for arriving (stopping) the target point.
|
ArrivingMotionAlgorithm |
Agent is changing its position for arriving (stopping) the target point.
|
ArrivingSteeringAlgorithm |
Agent is changing its position for arriving (stopping) the target point.
|
AssertMessages |
Provides standard error messages for assertions.
|
AStar<GP extends GraphPath<GP,ST,PT>,ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
This class provides an implementation of the
famous A* algorithm.
|
AStar.CloseComparator<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
Comparator used to sort the close list of A* algorithm.
|
AStar.OpenComparator<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
Comparator used to sort the open list of A* algorithm.
|
AStarCostComputer<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
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,?>> |
This interface provides an heuristic evaluation
of a path for the A* algorithm .
|
AStarListener<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
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>> |
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>> |
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>> |
This interface provides a way to the A* algorithm
to retreive the orientation of a segment.
|
AStarSegmentReplacer<ST extends GraphSegment<ST,?>> |
This interface provides a way to replace the segments of the
paths found by the A* algorithm .
|
Attribute |
This interface contains a metadata with a name.
|
AttributeChangeEvent |
This interface representes a listener on the attribute changes.
|
AttributeChangeEvent.Type |
This interface representes a listener on the attribute changes.
|
AttributeChangeListener |
This interface representes a listener on the attribute changes.
|
AttributeCollection |
This interface representes an object that owns a
collection of attributes with a reading and a
writing API.
|
AttributeComparator |
|
AttributeConstants |
This interface contains several constant names.
|
AttributeError |
This exception is generated each time something wrong append
with attributes.
|
AttributeException |
This exception is generated each time something wrong append
with attributes.
|
AttributeImpl |
This class contains an attribute value.
|
AttributeIterator |
Iterator on attributes.
|
AttributeNameComparator |
Comparator for attribute names.
|
AttributeNameStringComparator |
Comparator for attribute names as strings.
|
AttributeNotInitializedException |
This exception is generated each time an uninitialized
attribute value was accessed.
|
AttributeProvider |
This interface representes a provider of attributes
that provide a reading API only.
|
AttributeType |
List of supported types for the metadata.
|
AttributeValue |
This class contains a metadata value.
|
AttributeValueComparator |
|
AttributeValueImpl |
This class contains an attribute value.
|
BasicPathShadow2afp |
Shadow of a path that is used for computing the crossing values
between a shape and the shadow.
|
BasicPathShadow2ai |
Shadow of a path that is used for computing the crossing values
between a shape and the shadow.
|
BasicPathShadow3afp |
Shadow of a path that is used for computing the crossing values
between a shape and the shadow.
|
BasicPathShadow3ai |
Shadow of a path that is used for computing the crossing values
between a shape and the shadow.
|
BernoulliStochasticLaw |
Law that representes a Bernoulli density.
|
BinaryTreeNode<D,N extends BinaryTreeNode<D,N>> |
This is the generic implementation of a binary
tree.
|
BinaryTreeNode.BinaryTreeZone |
This is the generic implementation of a
tree for which each node has two children.
|
BinaryTreeNode.DefaultBinaryTreeNode<D> |
This is the generic implementation of a ternary
tree.
|
BMPFileFilter |
File filter for the Microsoft/IBM bitmap files.
|
BoundedElement1afp<T extends Rectangle1afp<?,?,?,?,?,?>> |
Element that has bounds.
|
BoundedElement2afp<T extends Rectangle2afp<?,?,?,?,?,?>> |
Element that has bounds.
|
BoundedElement2ai<T extends Rectangle2ai<?,?,?,?,?,?>> |
Element that has bounds.
|
BoundedElement3afp<T extends RectangularPrism3afp<?,?,?,?,?,?>> |
Element that has bounds.
|
BoundedElement3ai<T extends RectangularPrism3ai<?,?,?,?,?,?>> |
Element that has bounds.
|
BoundedGISElement |
Element of a GIS application which is bounded.
|
BoundsNotFoundException |
Exception thrown when no bound was defined.
|
BreadthFirstGraphCourseModel<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
This class permits to implement a breadth-first
algorithm to make a course inside a graph.
|
BroadFirstForestIterator<D> |
This class is an iterator on a forest that replies the tree nodes.
|
BroadFirstIterableTree<D,N extends TreeNode<D,?>> |
This is the generic implementation of a
tree service that permits to iterate
with a broad-first approach.
|
BroadFirstIterationListener |
Listener invoked when a broad-first iterator has treated a line.
|
BroadFirstTreeIterator<N extends TreeNode<?,N>> |
This class is an iterator on a tree.
|
BudgetIterator<P extends GISPrimitive,N extends AbstractGISTreeSetNode<P,N>> |
This class provides a broad-first iterator supplying
the data elements according to a maximum number of
data to reply, the budget.
|
BufferedAttributeCollection |
This class implements an abstract attribute provider that use
a memory cache.
|
BufferedMagicNumberStream |
This class defines is a buffered input stream which provides
additional reading functions which hare very useful for
a MagicNumberStream .
|
BusChangeAdapter |
This class representes a bus primitive listener.
|
BusChangeEvent |
Describes an event in a bus network.
|
BusChangeEvent.BusChangeEventType |
Describes the type of event.
|
BusChangeListener |
A listener on bus primitive events.
|
BusContainer<CONTENT extends BusPrimitive<?>> |
BusContainer provides the interface of a container of bus primitives.
|
BusHub |
A bus hub is a set of bus stops located
inside the same geographical area.
|
BusItinerary |
A bus itinerary is a sequence of road segments which are followed
by a bus.
|
BusItineraryHalt |
A bus halt is where a bus is able to halt its course.
|
BusItineraryHalt.BusItineraryHaltType |
Type of bus halt.
|
BusItineraryLayer |
This class permits to display a bus itinerary.
|
BusLayer |
A bus layer is a container of bus primitives.
|
BusLayerConstants |
Constants for bus network layers.
|
BusLayerConstants.BusLayerDrawerType |
Type of drawer for the bus layers.
|
BusLine |
|
BusLineLayer |
This class permits to display a bus line.
|
BusNetwork |
|
BusNetworkLayer |
This class permits to display a bus network.
|
BusNetworkUtilities |
Several utilities on bus network.
|
BusPrimitive<CONTAINER extends BusContainer<?>> |
A bus primitive is an object which is composing a bus network.
|
BusPrimitiveInvalidity |
Describes all the possible reasons of the invalidity
of a bus primitive.
|
BusPrimitiveInvalidityType |
Describes all the possible reasons of the invalidity
of a bus primitive.
|
BusStop |
A bus stop is a designated place where buses stop for passengers to board or
leave a bus.
|
ByteMagicNumber |
This class defines a set of informations that could distinguish
a file content from another one.
|
Caller |
This utility class provides a way to determine which class
call a function.
|
Caller |
This utility class provides a way to determine which class
call a function.
|
CauchyStochasticLaw |
Law that representes a Cauchy-Lorentz density.
|
CenteringTransform |
This feature describes all the parameters that must
be used to center logical points on the screen view.
|
ChangeListener |
Listener on changes.
|
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>> |
Fonctional interface that represented a 2D circle on a plane.
|
Circle2afp.AbstractCirclePathIterator<T extends PathElement2afp> |
Abstract iterator on the path elements of the circle.
|
Circle2afp.CirclePathIterator<T extends PathElement2afp> |
Iterator on the path elements of the circle.
|
Circle2afp.TransformedCirclePathIterator<T extends PathElement2afp> |
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>> |
Fonctional interface that represented a 2D circle on a plane.
|
Circle2ai.AbstractCirclePathIterator<IE extends PathElement2ai> |
Abstract iterator on the path elements of the circle.
|
Circle2ai.CirclePathIterator<IE extends PathElement2ai> |
Iterator on the path elements of the circle.
|
Circle2ai.CirclePerimeterIterator<P extends Point2D<? super P,? super V>,V extends Vector2D<? super V,? super P>> |
Iterates on points on the perimeter of a circle.
|
Circle2ai.TransformedCirclePathIterator<IE extends PathElement2ai> |
Iterator on the path elements of the circle.
|
Circle2d |
A circle with 2 double precision floating-point numbers.
|
Circle2dfx |
Circle with 2 double precision floating-point FX properties.
|
Circle2i |
A circle with 2 integer numbers.
|
Circle2ifx |
A circle with 2 integer FX properties.
|
ClassComparator |
This comparator permits to compare two class objects.
|
ClassLoaderFinder |
This utility class permits to find the better class loader
for your application.
|
ClasspathUtil |
Deprecated, for removal: This API element is subject to removal in a future version.
|
ClosestPointPathShadow2afp |
Shadow of a path that is used for computing the crossing values
between a shape and the shadow.
|
ClosestPointPathShadow2ai |
Shadow of a path that is used for computing the crossing values
between a shape and the shadow.
|
ClosestPointPathShadow3afp |
Shadow of a path that is used for computing the crossing values
between a shape and the shadow.
|
ClusteredRoadPath |
This class describes a road path with is clustered into
several unconnected paths.
|
CollectionSizedIterator<OBJECTT> |
Iterator on collection.
|
ColorFormatException |
This exception indicates that a color format was not supported.
|
ColorNames |
Utilities for retrieving color values from a color name.
|
ComparableSoftReference<T> |
This class is a WeakReference that allows to be
compared on its pointed value.
|
ComparableWeakReference<T> |
This class is a WeakReference that allows to be
compared on its pointed value.
|
Configs |
Constants and utilities for configurations.
|
ConsoleAppenderConfig |
Configuration for a console-based log4j appenders.
|
ConsoleTarget |
The target on the console.
|
ConstantNaryTreeNode<D,N extends ConstantNaryTreeNode<D,N>> |
This is the generic implementation of a n-ary
tree.
|
ConstantNaryTreeNode.DefaultConstantNaryTreeNode<D> |
This is the generic implementation of a n-ary
tree.
|
ConstantStochasticLaw |
Law that representes an uniform density with as its upper and lower bounds
equal.
|
ConsumableEvent |
This interface representes an event on the layer attribute changes.
|
CoordinateSystem |
Represents a space referencial and provides the convertion utilities.
|
CoordinateSystem2D |
Represents the different kind of 2D referencials
and provides the conversion utilities.
|
CoordinateSystem3D |
Represents the different kind of 3D referencials and provides the conversion utilities.
|
CoordinateSystemConstants |
Represents the different 2D/3D referencials
used in different domains.
|
CoordinateSystemNotFoundException |
Exception thrown when no coordinate system was found.
|
CountryCode |
This enumeration gives the official codes of the countries
given by the ISO 3166-1.
|
CrossingComputationType |
Type of computation for the crossing of the path's shadow with a shape.
|
CrossRoad |
This class describes a cross road or a cul-de-sac in
a road path.
|
CSVFileFilter |
File filter for the Comma-separated Values files.
|
D3DSFileFilter |
File filter for the original 3D Studio model (aka, .3ds) files.
|
DAEFileFilter |
File filter for the Collada model (aka, .dae) files.
|
DataBroadFirstForestIterator<D> |
This class is an iterator on a forest that replies the user data.
|
DataBroadFirstTreeIterator<D,N extends TreeNode<D,N>> |
This class is an iterator on a tree that replies the user data.
|
DataDepthFirstForestIterator<D> |
This class is an iterator on a forest data.
|
DataSelectionTreeIterator<D,N extends TreeNode<D,?>> |
This interface is used to represent an iterator on the tree's data with
selection.
|
DataSelector<D> |
This interface is used to select the data to reply
by a Data*TreeIterator.
|
DateFormatException |
This exception indicates that a date format was not supported.
|
DBaseCodePage |
Describes the supported languages in DBase fields.
|
DBaseFieldType |
Describes the supported types in DBase fields.
|
DBaseFileAttributeAccessor |
This class permits to access to the attributes
stored inside a dBase file.
|
DBaseFileAttributeCollection |
This class permits to access to the attributes
stored inside a dBase file.
|
DBaseFileAttributePool |
This class provides a pool of attributes obtained from
a DBase file and that could be used by dedicated attribute providers.
|
DBaseFileAttributeProvider |
This class permits to access to the attributes
stored inside a dBase file.
|
DBaseFileException |
Exception throws by a Shape file reader.
|
DBaseFileField |
This class permits to store a field of a DBF file.
|
DBaseFileFilter |
This class permits to filter the files to show only
the DBASE files.
|
DBaseFileReader |
This class permits to read a dBASE file which is
typically generated by a GIS.
|
DBaseFileRecord |
This class permits to store a record of a DBF file.
|
DBaseFileWriter |
This class permits to write a dBase file.
|
DefaultApplicationName |
Annotation for marking a String value in order to define the application's name.
|
DefaultProgression |
An object that permits to indicates the progression of
a task.
|
DefaultSegment1d |
Basic implementation of a 1.5D segment.
|
DefaultXMLEntityResolver |
A class that permits to load an external XML resource.
|
DeferredDrawer<T> |
Drawer that defers to another drawer dynamically.
|
DependentSimpleDoubleProperty<T extends javafx.beans.value.ObservableValue<?>> |
A JavaFX double property that depends on another property.
|
DependentSimpleDoubleProperty<T extends javafx.beans.value.ObservableValue<?>> |
A JavaFX double property that depends on another property.
|
DepthFirstForestIterator<D> |
This class is an iterator on a forest nodes.
|
DepthFirstGraphCourseModel<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
This class permits to implement a depth-first
algorithm to make a course inside a graph.
|
DepthFirstIterableTree<D,N extends TreeNode<D,?>> |
This is the generic implementation of a
tree service that permits to iterator
with a depth-first approach.
|
DepthFirstNodeOrder |
Indicates when a node will be treated
in comparison to its child nodes.
|
DepthGraphIterator<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
This class is an iterator on the segments
limited to a specified depth.
|
Direction1D |
This class represents a direction in a 1D or 1.5D coordinate space.
|
DistanceBasedRoadNetworkIterator |
This class is an iterator on the segments of a road network
limited to a specified depth.
|
DotDotWriter |
This is a writer of .dot file from a tree.
|
DOTFileFilter |
File filter for the Graphviz DOT files.
|
DotGxlWriter |
This is a writer of .gxl file from a tree.
|
DoubleRange |
A range of double floating-point numbers.
|
Drawer<T> |
Draw of a primitive.
|
DrawerReference<T> |
This interface is used for marking drawable elements.
|
Drawers |
Utility class for ZoomableDrawer .
|
DrawingListener |
Listener on drawing actions.
|
DTDBasedXMLMagicNumber |
This class defines a set of informations that could distinguish
a file content from another one.
|
DTDBasedZipArchiveXMLMagicNumber |
This class defines a set of informations that could distinguish
a file content from another one.
|
DTDBasedZippedXMLMagicNumber |
This class defines a set of informations that could distinguish
a file content from another one.
|
DynamicDepthUpdater<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
This interface represents an dynamic updater of the iterator depth that is used when iterating on graph elements.
|
DynamicURLClassLoader |
This class loader permits to load classes from
a set of classpaths.
|
DynamicURLClassLoader.FactoryDynamicURLClassLoader |
This class loader permits to load classes from a set of classpaths.
|
ElementExporter<E> |
This interface describes functions which are used
by a ShapeFileWriter to export elements
inside an ESRI shape file.
|
ElementFactory<E> |
This interface describes a service which is creating
element instances from shape file data.
|
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>> |
Fonctional interface that represented a 2D ellipse on a plane.
|
Ellipse2afp.AbstractEllipsePathIterator<T extends PathElement2afp> |
Abstract iterator on the path elements of the ellipse.
|
Ellipse2afp.EllipsePathIterator<T extends PathElement2afp> |
Iterator on the ellipse path elements.
|
Ellipse2afp.PrivateAPI |
Private API functions for the ellipses.
|
Ellipse2afp.TransformedEllipsePathIterator<T extends PathElement2afp> |
Iterator on the path elements of a transformed ellipse.
|
Ellipse2afpDrawer |
Drawer of a 2D ellipse.
|
Ellipse2d |
An ellipse with 2 double precision floating-point numbers.
|
Ellipse2dfx |
Ellipse with 2 double precision floating-point FX properties.
|
EmptyIterator<M> |
Sized iterator on an empty collection.
|
Encryption |
Tools for encryption.
|
EndianNumbers |
Utility methods for Little Endian Number coding.
|
EOFDBaseFileException |
Exception throws by a Shape file reader
when unexpected end-of-file was reached.
|
EPSFileFilter |
File filter for Encapsuled Postscript document.
|
EPSTeXFileFilter |
File filter for a TeX part of
a EPS figure combined with TeX macros.
|
ESRIBounds |
Bounds for a ESRI shape file.
|
ESRIFileUtil |
Constants and utility functions for ESRI shape files.
|
ESRIFileUtil.NullFactory |
A factory that creates nothing.
|
ESRIPoint |
A Point3d with a measure.
|
EvadingAlgorithm |
Agent is changing its position for evading the target vector.
|
EvadingMotionAlgorithm |
Agent is changing its position for evading the target vector.
|
ExclusionRoadConnection |
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.
|
ExponentialStochasticLaw |
Law that representes a triangular density.
|
ExternalizableResource |
Indicates that the object implementing this interface
owns a external resource.
|
FacingAlgorithm |
Agent is changing its orientation for facing the target point.
|
FacingMotionAlgorithm |
Agent is changing its orientation for facing the target point.
|
FileAppenderConfig |
Configuration for a console-based log4j appenders.
|
FileFilter |
File filter.
|
FileSystem |
An utility class that permits to deal with filenames.
|
FileType |
An utility class that permits to detect the type of a file.
|
FileType.ContentFileTypeMap |
Map that contains the file content type definitions.
|
FlagContainer |
Describe any object that is container a set of flags.
|
FleeingAlgorithm |
Agent is changing its position for fleeing the target point.
|
FleeingMotionAlgorithm |
Agent is changing its position for fleeing the target point.
|
Forest<D> |
This is the generic definition of a
forest of trees.
|
ForestEvent |
Event on tree forest.
|
ForestListener |
Called each time an event occurs on a tree forest.
|
FrustumSelector<P extends GISPrimitive,N extends AbstractGISTreeSetNode<P,N>> |
This class describes an iterator node selector based on bounds.
|
GaussianStochasticLaw |
Law that representes a gaussian density.
|
GeodesicPosition |
Describes a GPS position in the geographic WSG84 standard.
|
GeodesicPositionStringRepresentation |
Describes the types of string representations for the geodesic positions.
|
GeoId |
An unique identifier of a Geo-referenced element.
|
GeoLocation |
Describes a geo-localized feature.
|
GeoLocationArea |
Describes a geo-localized feature.
|
GeoLocationNowhere |
Describes a geo-localized feature.
|
GeoLocationPoint |
Describes a geo-localized feature.
|
GeoLocationPointList |
Describes a geo-localized feature.
|
GeoLocationUtil |
Some geo-location functions.
|
GeomConstants |
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>> |
Factory of geometrical elements.
|
GeomFactory1d |
Factory of geometrical elements.
|
GeomFactory1D<V extends Vector1D<? super V,? super P,?>,P extends Point1D<? super P,? super V,?>> |
Factory of geometrical primitives.
|
GeomFactory1dfx |
Factory of geometrical elements.
|
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>> |
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>> |
Factory of geometrical elements.
|
GeomFactory2d |
Factory of geometrical elements.
|
GeomFactory2D<V extends Vector2D<? super V,? super P>,P extends Point2D<? super P,? super V>> |
Factory of geometrical primitives.
|
GeomFactory2dfx |
Factory of geometrical elements.
|
GeomFactory2i |
Factory of geometrical elements.
|
GeomFactory2ifx |
Factory of geometrical elements.
|
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>> |
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>> |
Factory of geometrical elements.
|
GeomFactory3d |
Factory of geometrical elements.
|
GeomFactory3D<V extends Vector3D<? super V,? super P>,P extends Point3D<? super P,? super V>> |
Factory of geometrical primitives.
|
GeomFactory3dfx |
Factory of geometrical elements.
|
GeomFactory3i |
Factory of geometrical elements.
|
GeomFactory3ifx |
Factory of geometrical elements.
|
GeomFactoryBase |
Factory of geometrical primitives.
|
GIFFileFilter |
File filter for the GIF pictures.
|
GISBrowsable |
Describe a GIS element that could be displayed inside a GISDisplayer .
|
GisCanvas<T extends GISContainer<?>> |
Abstract implementation of a resizeable canvas for rendering GIS primitives.
|
GISCloneable<T> |
This interface is implemented by cloneable objects.
|
GISContainer<T extends GISElement> |
Container of GIS elements.
|
GISContentElement<C extends GISContainer<?>> |
GIS Element that known it is contained inside a GISContainer.
|
GISCoordinates |
Utilities to convert GIS coordinates.
|
GISEditable |
Describe a GIS primitive that could be edited.
|
GISEditableChangeAttributeChangeAdapter |
|
GISEditableChangeListener |
Listener on changes in a GISEditable object.
|
GISElement |
Element of a GIS application.
|
GISElementContainer<T extends MapElement> |
Container of elements for a GIS application.
|
GisElementContainerDrawer<T extends MapElement> |
Drawer of a map element container.
|
GISElementSet<P extends MapElement> |
This interface describes a set that contains GIS primitives
and that permits to find them according to there geo-location.
|
GISFlagContainer |
Describe a GIS primitive that could be mark with flags.
|
GISLayerContainer<L extends MapLayer> |
Container of layers for a GIS application.
|
GisLayerContainerDrawer<T extends MapLayer> |
Drawer of a map layer containers.
|
GISLayerIOConstants |
Constants for the reader of the writer of GIS layers in a Java serialized files.
|
GISLayerReader |
Reader of GIS elements in a Java serialized form.
|
GISLayerWriter |
Writer of GIS elements in a Java serialized form.
|
GisPane<T extends GISContainer<?>> |
Resizeable pane for rendering GIS primitives.
|
GISPolylineSet<P extends MapPolyline> |
This interface describes a set that contains GIS primitives
and that permits to find them according to there geo-location.
|
GISPrimitive |
A primitive inside a GIS context.
|
GISSet<P extends GISPrimitive> |
This interface describes a set that contains GIS primitives
and that permits to find them according to there geo-location.
|
GISShapeFileConstants |
Constants for the reader of the writer of GIS elements in a ESRi shapefile.
|
GISShapeFileReader |
Reader of GIS elements from an ESRi shapefile.
|
GISShapeFileWriter |
Writer of GIS elements in a ESRi shapefile.
|
GISTreeBoundedArea |
Interface that is representing a bounded area
in a GIS tree set.
|
GISTreeBrowsable<E extends GISBrowsable> |
Describe a GIS element that could be displayed inside a GISDisplayer .
|
GISTreeNode<P extends GISPrimitive,N extends GISTreeNode<P,N>> |
This interfaces defines a tree node for a GISTreeSet .
|
GISTreeSet<P extends GISPrimitive,N extends GISTreeNode<P,N>> |
This interface describes a tree that contains GIS primitives
and that permits to find them according to there geo-location.
|
GISTreeSetConstants |
Constants for quad trees that contains GIS primitives.
|
GISTreeSetNode<P extends GISPrimitive> |
|
GISTreeSetNodeFactory<P extends GISPrimitive,N extends TreeNode<P,N>> |
Builder for GIS tree nodes.
|
GISTreeSetUtil |
Utilities for GISTreeSet.
|
GMLFileFilter |
File filter for the "GML" files.
|
Graph<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
This interface representes a graph.
|
GraphCourseModel<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
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>> |
Describe an element of the graph during an iteration.
|
GraphIterationElementComparator<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
Compare two iteration elements.
|
GraphIterator<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
This class is an iterator on a graph.
|
GraphMLFileFilter |
File filter for the "GraphML" files.
|
GraphPath<GP extends GraphPath<GP,ST,PT>,ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
This class describes a path inside a graph.
|
GraphPoint<PT extends GraphPoint<PT,ST>,ST extends GraphSegment<ST,PT>> |
This interface representes a graph's point.
|
GraphPoint.GraphPointConnection<PT extends GraphPoint<PT,ST>,ST extends GraphSegment<ST,PT>> |
Describes a connection pair composed of the graph point
and one graph segment.
|
GraphSegment<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
This interface representes a graph's segment.
|
GraphSegmentList<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
This class describes a path inside a graph.
|
Grid<P extends GISPrimitive> |
A grid.
|
GridCell<P extends GISPrimitive> |
Element of the grid.
|
GridCellElement<P extends GISPrimitive> |
Element inside a grid cell.
|
GridMapElementLayer<E extends MapElement> |
This class represents a layer that contains map elements
stored in a grid data structure.
|
GroovyOperator |
Annotation for marking functions that are implementations of
Groovy operators.
|
GXLFileFilter |
File filter for the "Graph Exchange Format" files.
|
Handler |
The class Handler is supporting file protocol
for URL streams.
|
Handler |
The class Handler is supporting resource protocol
for URL streams.
|
HandlerFactory |
Deprecated, for removal: This API element is subject to removal in a future version.
|
HandlerFactory |
Deprecated, for removal: This API element is subject to removal in a future version.
|
HandlerProvider |
Provider for the "file" URL handler.
|
HandlerProvider |
Provider for the "resource" URL handler.
|
HeapAttributeCollection |
This class implements an attribute provider which
only works with the Heap space.
|
HTMLFileFilter |
File filter for Hypertext file document.
|
IcosepBinaryTreeNode<D,N extends IcosepBinaryTreeNode<D,N>> |
This is the generic implementation of a
tree for which each node has two children and
that implements the Icosep heuristic.
|
IcosepBinaryTreeNode.DefaultIcosepBinaryTreeNode<D> |
This is the generic implementation of a quad
tree with icosep heuristic.
|
IcosepBinaryTreeNode.IcosepBinaryTreeZone |
This is the generic implementation of a
tree for which each node has two children.
|
IcosepOctTreeNode<D,N extends IcosepOctTreeNode<D,N>> |
This is the generic implementation of a
tree for which each node has height children and
that implements the Icosep heuristic.
|
IcosepOctTreeNode.DefaultIcosepOctTreeNode<D> |
This is the generic implementation of a quad
tree with icosep heuristic.
|
IcosepOctTreeNode.IcosepOctTreeZone |
This is the generic implementation of a
tree for which each node has eight children.
|
IcosepQuadTreeNode<D,N extends IcosepQuadTreeNode<D,N>> |
This is the generic implementation of a
tree for which each node has four children and
that implements the Icosep heuristic.
|
IcosepQuadTreeNode.DefaultIcosepQuadTreeNode<D> |
This is the generic implementation of a quad
tree with icosep heuristic.
|
IcosepQuadTreeNode.IcosepQuadTreeZone |
Available zones of a quad tree.
|
IcosepTreeNodeContainer<N extends TreeNode<?,N>> |
This interfaces permits to define a tree node container
which is containing an icosep tree node.
|
ImageFileFilter |
File filter for all bitmap-based images.
|
ImmutableGeomFactory<S extends Segment1D<?,?>> |
Factory of immutable geometrical primitives.
|
ImmutableGeomFactory |
Factory of immutable geometrical primitives.
|
ImmutableGeomFactory3D |
Factory of 3D immutable geometrical primitives.
|
ImmutablePoint1D<S extends Segment1D<?,?>> |
Immutable point 1.5D.
|
ImmutablePoint2D |
Immutable point 2D.
|
ImmutablePoint3D |
Immutable point 3D.
|
ImmutableVector1D<S extends Segment1D<?,?>> |
Immutable vector 1.5D.
|
ImmutableVector2D |
Immutable vector 2D.
|
ImmutableVector3D |
Immutable vector 3D.
|
InfixDataDepthFirstTreeIterator<D,N extends TreeNode<D,N>> |
This class is an infixed depth-first iterator on a tree data.
|
InfixDepthFirstTreeIterator<N extends TreeNode<?,N>> |
This class is an infixed depth-first iterator on a tree.
|
InformedArrayList<E> |
This is an array list which knows that is the type
of their elements.
|
InformedIterable<E> |
This is an iterable object which knows that is the type
of their elements.
|
INIFileFilter |
File filter for Windows configuration files.
|
InnerComputationGeomFactory |
Factory of immutable geometrical primitives.
|
InnerComputationGeomFactory |
Factory of immutable geometrical primitives.
|
InnerComputationGeomFactory |
Factory of immutable geometrical primitives.
|
InnerComputationGeomFactory |
Factory of immutable geometrical primitives.
|
InnerComputationGeomFactory3afp |
Factory of immutable geometrical primitives.
|
InnerComputationPoint1afp |
A point that is used for internal computations.
|
InnerComputationPoint2afp |
A point that is used for internal computations.
|
InnerComputationPoint2ai |
A point that is used for internal computations.
|
InnerComputationPoint3afp |
A point that is used for internal computations.
|
InnerComputationPoint3ai |
A point that is used for internal computations.
|
InnerComputationVector1afp |
A vector that is used for internal computations.
|
InnerComputationVector2afp |
A vector that is used for internal computations.
|
InnerComputationVector2ai |
A vector that is used for internal computations.
|
InnerComputationVector3afp |
A vector that is used for internal computations.
|
InnerComputationVector3ai |
A vector that is used for internal computations.
|
IntegerList |
This class represents a list of numbers.
|
IntersectionType |
This enumeration describes a intersection classification.
|
InvalidAttributeTypeException |
This exception is generated each time the an invalid type
was used for metadata.
|
InvalidBusPrimitiveException |
A bus itinerary is not valid.
|
InvalidDBaseFieldTerminationException |
Exception throws by a Shape file reader
when the final character of a field was not found.
|
InvalidDBaseFieldTypeException |
Exception throws by a Shape file reader
when a type of field is unsupported.
|
InvalidDeletionFlagFormatException |
Exception throws when the deletion flag of a dBase record
is not equals to '*' or ' ' .
|
InvalidMultipatchTypeException |
Exception thrown when the type of a multipatch object
is invalid.
|
InvalidNumericValueException |
Exception thrown when a giben numeric value
is invalid.
|
InvalidRawDataFormatException |
Exception throws when the raw data extracted from the dBase file
does not correspond to a valid type according to the Java
parsing API.
|
InvalidRecordSizeException |
Exception throws when the size of a record specified inside
the header does not corresponds to the computed one
after reading the header.
|
InvalidShapeFileVersionException |
Exception thrown when the version of a shape file
is invalid.
|
InvalidShapeTypeException |
Exception thrown when the type of a shape
is invalid.
|
IterableNode<N extends IterableNode<?>> |
This interface is used to specify the base functions
of a tree node which is usable by an tree iterator.
|
JARFileFilter |
File filter for Java archive file document.
|
JarMagicNumber |
This class defines a set of informations that could distinguish
a file content from another one.
|
JAVAFileFilter |
File filter for Java source file document.
|
JavaPhysicsEngine |
Some physic utility functions implementing in Java.
|
JPEGFileFilter |
File filter for JPEG pictures.
|
JsonableObject |
Any object implementing this function could reply a Json representation of itself.
|
JsonBuffer |
Basic Json buffer.
|
LawParameterNotFoundException |
Exception thrown when a mandatory law parameter was not found.
|
LayoutType |
The type of logger layout.
|
LegalTrafficSide |
Legal side of the traffic of the vehicles on the road segments.
|
Level |
Enumeration of the Log4j levels.
|
LevelOfDetails |
Level of details for a ZoomableCanvas .
|
LibraryLoader |
This class provides more generic means for loading
dynamical libraries.
|
LinearAccelerationKinematic |
This interface describes an object that is able to
provide linear instant speed, velocity, acceleration, and
the maximal values for the speeds.
|
LinearInstantAccelerationKinematic |
This interface describes an object that is able to
provide linear instant speed, velocity, and acceleration.
|
LinearInstantVelocityKinematic |
This interface describes an object that is able to
provide linear instant speed and velocity.
|
LinearStochasticLaw |
Law that representes a linear density.
|
LinearVelocityKinematic |
This interface describes an object that is able to
provide linear instant speed and velocity, and
the maximal values for the speeds.
|
LinkedForest<D> |
This is a linked-list implementation
of a forest of trees.
|
LinkedTree<D,N extends TreeNode<D,N>> |
This is the generic implementation of a
tree based on linked lists.
|
ListenerCollection<L extends EventListener> |
A collection of listeners.
|
ListNonIterableChange<E> |
Event for JavaFX changes.
|
ListUtil |
Utilities on lists.
|
LittleEndianDataInputStream |
This class permits to read a stream with Little Endian encoding.
|
LittleEndianDataOutputStream |
This class permits to write a stream with little endian data output.
|
Locale |
This utility class permits a easier use of localized strings.
|
LocaleMessageFormat |
LocaleMessageFormat provides a means to produce concatenated
messages in a language-neutral way in the Locale
utility class.
|
Log4jIntegrationConfig |
Configuration for log4j over SLF4J.
|
Log4jIntegrationModule |
Module for log4j.
|
Log4jIntegrationModule.LogInitTrigger |
Logger init trigger.
|
Log4jIntegrationModuleProvider |
Provider of a Bootique module for log4j.
|
LogisticStochasticLaw |
Law that representes a logistic density.
|
LogNormalStochasticLaw |
Law that representes a gaussian density.
|
MACNumber |
A MACNumber is the unique number associated to a network interface.
|
MagicNumber |
This clas defines a set of informations that could distinguish
a file content from another one.
|
MagicNumberStream |
This class defines a set of informations that could distinguish
a file content from another one.
|
MapCircle |
This class permits to define a circle.
|
MapCircleDrawer |
Drawer of a map polyline.
|
MapComposedElement |
Abstract class that contains a set of grouped points (aka. groups).
|
MapElement |
Abstract class for all the elements of a map inside a layer.
|
MapElement.VisualizationType |
Describes how the map element was displayed.
|
MapElementConstants |
Set of global constants for map elements.
|
MapElementGridSet<P extends MapElement> |
This class describes a grid that contains map elements
and that permits to find them according to there geo-location.
|
MapElementGroup |
Group of map elements.
|
MapElementLayer<E extends MapElement> |
This class represents a layer that contains map elements.
|
MapElementTreeSet<P extends MapElement> |
This class describes a quad tree that contains map elements
and that permits to find them according to there geo-location.
|
MapLayer |
This class represents a layer.
|
MapLayer.SpecialAttributeValue |
Attribute value with a special meaning in MapLayer.
|
MapLayerAdapter |
Default implementation of a listener on MapLayer events.
|
MapLayerAttributeChangeEvent |
This interface representes an event on the layer attribute changes.
|
MapLayerContentEvent |
This interface representes an event on the layer content changes.
|
MapLayerHierarchyEvent |
This interface representes an event on the hierarchy change inside
a set of layers.
|
MapLayerHierarchyEvent.Type |
This interface representes the types of hierarchy events.
|
MapLayerListener |
Listener on MapLayer events.
|
MapMetricProjection |
This class defines the supported map metric projections in the GIS
API.
|
MapMultiPoint |
Class the permits to display a multi-point.
|
MapMultiPointDrawer |
Drawer of a map multi-point.
|
MapPoint |
This class permits to store a geo-located point.
|
MapPointDrawer |
Drawer of a map point.
|
MapPolygon |
Class the permits to display a polygon.
|
MapPolygonDrawer |
Drawer of a map polygon.
|
MapPolyline |
Class the permits to display a polyline.
|
MapPolylineDrawer |
Drawer of a map polyline.
|
MapPolylineGridSet<P extends MapPolyline> |
This class describes a grid that contains map polylines
and that permits to find them according to there geo-location.
|
MapPolylineTreeSet<P extends MapPolyline> |
This class describes a quad tree that contains map polylines
and that permits to find them according to there geo-location.
|
MapPonctualElement |
This class is for a map element that owns one geo-referenced point.
|
MathConstants |
Several mathematical constants.
|
MathException |
Math exception.
|
MathFunction |
Define a mathematic function.
|
MathFunctionRange |
Define the range of a mathematic function.
|
MathFXAttributeNames |
Utility classes that provides the strings of characters for the typical JavaFX attribute names.
|
MathInversableFunction |
Define a mathematic inverse function.
|
MathUtil |
Mathematic and geometric utilities.
|
Matrix2d |
Is represented internally as a 2x2 floating point matrix.
|
Matrix3d |
Is represented internally as a 3x3 floating point matrix.
|
Matrix4d |
Is represented internally as a 4x4 floating point matrix.
|
MatrixExtensions |
Scala extensions for matrices.
|
MatrixExtensions |
Xtext extensions for matrices.
|
MeasureUnitUtil |
This class permits to manipulate measure units.
|
MimeName |
An utility class that declares MIME constants.
|
ModifiableCollectionSizedIterator<M> |
Sized iterator on a collection that can be changed through the iterator.
|
ModifiableCollectionSizedIteratorOwner<M> |
|
MultiAttributeCollection |
This class contains a collection of attribute providers and
tries to gather the data.
|
MultiAttributeProvider |
This class contains a collection of attribute containers and
tries to gather the data.
|
MultiAttributeProvider.ManyValueAttributeValue |
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> |
A collection composed of collections.
|
MultiCollection.MultiIterator<E> |
Iterator on multicollection.
|
MultiFileFilter |
Multi file filter.
|
MultiMapLayer<L extends MapLayer> |
This class is a container of layers.
|
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>> |
Container for grouping of shapes.
|
MultiShape2afp.AbstractMultiShapePathIterator<IE extends PathElement2afp> |
Abstract iterator on the path elements of the multishape.
|
MultiShape2afp.MultiShapePathIterator<IE extends PathElement2afp> |
Iterator on the path elements of the multishape.
|
MultiShape2afp.TransformedMultiShapePathIterator<IE extends PathElement2afp> |
Iterator on the path elements of the multishape.
|
MultiShape2afpDrawer |
Drawer of a 2D multishape.
|
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>> |
Container for grouping of shapes.
|
MultiShape2ai.AbstractMultiShapePathIterator<IE extends PathElement2ai> |
Abstract iterator on the path elements of the multishape.
|
MultiShape2ai.MultiShapePathIterator<IE extends PathElement2ai> |
Iterator on the path elements of the multishape.
|
MultiShape2ai.MultiShapePointIterator<P extends Point2D<? super P,? super V>,V extends Vector2D<? super V,? super P>> |
Iterator on the points of the multishape.
|
MultiShape2ai.TransformedMultiShapePathIterator<IE extends PathElement2ai> |
Iterator on the path elements of the multishape.
|
MultiShape2d<T extends Shape2d<?>> |
Container for grouping of shapes.
|
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>> |
Container for grouping of shapes.
|
MultiShape2D.BackendIterator<CT extends Shape2D<?,?,?,?,?,?>> |
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<?,?,?,?,?,?>> |
View on a list that is able to notify the backend when
the view has change the backend data.
|
MultiShape2dfx<T extends Shape2dfx<?>> |
Container for grouping of shapes.
|
MultiShape2i<T extends Shape2i<?>> |
Container for grouping of shapes.
|
MultiShape2ifx<T extends Shape2ifx<?>> |
Container for grouping of shapes.
|
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>> |
Container for grouping of shapes.
|
MultiShape3afp.AbstractMultiShapePathIterator<IE extends PathElement3afp> |
Abstract iterator on the path elements of the multishape.
|
MultiShape3afp.MultiShapePathIterator<IE extends PathElement3afp> |
Iterator on the path elements of the multishape.
|
MultiShape3afp.TransformedMultiShapePathIterator<IE extends PathElement3afp> |
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>> |
Container for grouping of shapes.
|
MultiShape3ai.AbstractMultiShapePathIterator<IE extends PathElement3ai> |
Abstract iterator on the path elements of the multishape.
|
MultiShape3ai.MultiShapePathIterator<IE extends PathElement3ai> |
Iterator on the path elements of the multishape.
|
MultiShape3ai.MultiShapePointIterator<P extends Point3D<? super P,? super V>,V extends Vector3D<? super V,? super P>> |
Iterator on the points of the multishape.
|
MultiShape3ai.TransformedMultiShapePathIterator<IE extends PathElement3ai> |
Iterator on the path elements of the multishape.
|
MultiShape3d<T extends Shape3d<?>> |
Container for grouping of shapes.
|
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>> |
Container for grouping of shapes.
|
MultiShape3D.BackendIterator<CT extends Shape3D<?,?,?,?,?,?>> |
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<?,?,?,?,?,?>> |
View on a list that is able to notify the backend when
the view has change the backend data.
|
MultiShape3dfx<T extends Shape3dfx<?>> |
Container for grouping of shapes.
|
MultiShape3i<T extends Shape3i<?>> |
Container for grouping of shapes.
|
MultiShape3ifx<T extends Shape3ifx<?>> |
Container for grouping of shapes.
|
MultiSizedIterator<M> |
A sized iterator that is based on the used of
a collection of sized iterators.
|
MultiValue<T> |
Utilities class that permits to represent a collection of values
and indicating if they are all the same or not.
|
MustCallReadHeaderFunctionException |
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.
|
MustCallWriteHeaderFunctionException |
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.
|
NaryTreeNode<D,N extends NaryTreeNode<D,N>> |
This is the generic implementation of a n-ary
tree.
|
NaryTreeNode.DefaultNaryTreeNode<D> |
This is the generic implementation of a n-ary
tree.
|
NaturalOrderComparator<OBJECT> |
Comparator which is using the natural order of the elements, i.e.
|
NGRFileFilter |
File filter for the NetEditor graphs.
|
NoAttributeFoundException |
This exception is generated each time an attribute
was not found.
|
NoAttributeProviderFoundException |
Thrown when a GISElement is not able to obtain its
attribute provider when an action requires one.
|
NodeSelectionTreeIterator<N extends TreeNode<?,?>> |
This interface is used to represent an iterator on the tree's data with
selection.
|
NodeSelector<N extends TreeNode<?,?>> |
This interface is used to select the nodes to treat
by a Data*TreeIterator.
|
NotShapeFileException |
Exception thrown when the file is not a shape file.
|
NullAttribute |
Class that is representing a null value
for the embedded type of attribute.
|
OBJ3DFileFilter |
File filter for 3D Object file document.
|
ObjectReferenceComparator |
This comparator permits to compare two objects according to there references.
|
OctTreeNode<D,N extends OctTreeNode<D,N>> |
This is the generic implementation of a
tree for which each node has eight children.
|
OctTreeNode.DefaultOctTreeNode<D> |
This is the generic implementation of a oct
tree.
|
OctTreeNode.OctTreeZone |
This is the generic implementation of a
tree for which each node has eight children.
|
OperatingSystem |
This is a list of supported operating system.
|
OperatingSystemAndroidWrapper |
Wrapper to the Android functions.
|
OperatingSystemDiskUtilWrapper |
Wrapper to the MacOS functions.
|
OperatingSystemIdentificationType |
Types of identification of the operating system.
|
OperatingSystemInfo |
This class print on the standard output several informations
about your operating system.
|
OperatingSystemNativeWrapper |
Wrapper to the native functions.
|
OperatingSystemUDevWrapper |
Wrapper to the MacOS functions.
|
OperatingSystemUnknownOsWrapper |
Wrapper to the native functions.
|
OperatingSystemWrapper |
Wrapper to the OS dependent functions.
|
OrientedPoint2d |
2D oriented point with double precision floating-point numbers.
|
OrientedPoint2D<RP extends Point2D<? super RP,? super RV>,RV extends Vector2D<? super RV,? super RP>> |
A 2D point with two orientation vectors relative to the polyline: the direction and the normal to the point.
|
OrientedPoint2dfx |
2D oriented point with double precison floating point FX properties.
|
OrientedPoint2i |
2D oriented point with int precision floating-point numbers.
|
OrientedPoint2ifx |
2D oriented point with integer FX properties.
|
OrientedPoint3d |
2D oriented point with double precision floating-point numbers.
|
OrientedPoint3D<RP extends Point3D<? super RP,? super RV>,RV extends Vector3D<? super RV,? super RP>> |
A 3D point with three orientation vectors relative to the polyline: the tangent, the normal and the sway to the point.
|
OrientedPoint3dfx |
3D oriented point with double precison floating point FX properties.
|
OrientedPoint3i |
2D oriented point with double precision floating-point numbers.
|
OrientedPoint3ifx |
3D oriented point with double precison floating point FX properties.
|
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>> |
Fonctional interface that represented a 2D oriented rectangle on a plane.
|
OrientedRectangle2afp.AbstractOrientedRectanglePathIterator<T extends PathElement2afp> |
Abstract iterator on the path elements of the oriented rectangle.
|
OrientedRectangle2afp.OrientedRectanglePathIterator<T extends PathElement2afp> |
Iterator on the path elements of an oriented rectangle.
|
OrientedRectangle2afp.ProjectionToOrientedRectangleLocalCoordinateSystemPathIterator<T extends PathElement2afp> |
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> |
Iterator on the path elements of a transformed oriented rectangle.
|
OrientedRectangle2d |
Oriented rectangle with 2 double precision floating-point numbers.
|
OrientedRectangle2dfx |
Oriented rectangle with 2 double precision floating-point FX properties.
|
OutputParameter<T> |
Utilities class that permits to obtain output parameters for Java functions.
|
OutsideDomainException |
Exception thrown when a value is outside its domain.
|
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>> |
Fonctional interface that represented a 2D parallelogram on a plane.
|
Parallelogram2afp.AbstractParallelogramPathIterator<T extends PathElement2afp> |
Abstract iterator on the path elements of the parallelogram.
|
Parallelogram2afp.ParallelogramPathIterator<T extends PathElement2afp> |
Iterator on the path elements of a parallelogram.
|
Parallelogram2afp.ProjectionToParallelogramLocalCoordinateSystemPathIterator<T extends PathElement2afp> |
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> |
Iterator on the path elements of a transformed oriented rectangle.
|
Parallelogram2afpDrawer |
Drawer of a 2D parallelogram.
|
Parallelogram2d |
Parallelogram with 2 double precision floating-point numbers.
|
Parallelogram2dfx |
Parallelogram with 2 double precision floating-point FX properties.
|
ParetoStochasticLaw |
Law that representes a Pareto density.
|
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>> |
Fonctional interface that represented a 2D path on a plane.
|
Path2afp.AbstractPathPathIterator<T extends PathElement2afp> |
Abstract iterator on the path elements of the path.
|
Path2afp.FlatteningPathIterator<T extends PathElement2afp> |
A path iterator that is flattening the path.
|
Path2afp.PathPathIterator<T extends PathElement2afp> |
A path iterator that does not transform the coordinates.
|
Path2afp.TransformedPathPathIterator<T extends PathElement2afp> |
A path iterator that transforms the coordinates.
|
Path2afpDrawer |
Drawer of a 2D path.
|
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>> |
Fonctional interface that represented a 2D path on a plane.
|
Path2ai.AbstractPathIterator<E extends PathElement2ai> |
An abstract path iterator.
|
Path2ai.FlatteningPathIterator<E extends PathElement2ai> |
A path iterator that is flattening the path.
|
Path2ai.PathPathIterator<E extends PathElement2ai> |
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>> |
Iterator on the pixels of the path.
|
Path2ai.PrivateAPI |
Private API for Path2ai.
|
Path2ai.TransformedPathIterator<E extends PathElement2ai> |
A path iterator that transforms the coordinates.
|
Path2d |
Path with 2 double precision floating-point numbers.
|
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>> |
2D Path.
|
Path2D.ArcType |
Type of drawing to used when drawing an arc.
|
Path2dfx |
Path with 2 double precision floating-point FX properties.
|
Path2i |
Path with 2 integer numbers.
|
Path2ifx |
Path with 2 integer FX properties.
|
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>> |
Fonctional interface that represented a 2D path on a plane.
|
Path3afp.AbstractPathPathIterator<T extends PathElement3afp> |
Abstract iterator on the path elements of the path.
|
Path3afp.FlatteningPathIterator<T extends PathElement3afp> |
A path iterator that is flattening the path.
|
Path3afp.PathPathIterator<T extends PathElement3afp> |
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>> |
An collection of the points of the path.
|
Path3afp.PointIterator<P extends Point3D<? super P,? super V>,V extends Vector3D<? super V,? super P>> |
Iterator on the points of the path.
|
Path3afp.TransformedPathPathIterator<T extends PathElement3afp> |
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>> |
Fonctional interface that represented a 2D path on a plane.
|
Path3ai.AbstractPathIterator<E extends PathElement3ai> |
An abstract path iterator.
|
Path3ai.FlatteningPathIterator<E extends PathElement3ai> |
A path iterator that is flattening the path.
|
Path3ai.PathPathIterator<E extends PathElement3ai> |
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>> |
Iterator on the pixels of the path.
|
Path3ai.PointCollection<P extends Point3D<? super P,? super V>,V extends Vector3D<? super V,? super P>> |
An collection of the points of the path.
|
Path3ai.PointIterator<P extends Point3D<? super P,? super V>,V extends Vector3D<? super V,? super P>> |
Iterator on the points of the path.
|
Path3ai.PrivateAPI |
Private API for Path3ai.
|
Path3ai.TransformedPathIterator<E extends PathElement3ai> |
A path iterator that transforms the coordinates.
|
Path3d |
Path with 2 double precision floating-point numbers.
|
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>> |
3D Path.
|
Path3D.ArcType |
Type of drawing to used when drawing an arc.
|
Path3dfx |
Path with 3 double precision floating-point FX properties.
|
Path3i |
Path with 2 integer numbers.
|
Path3ifx |
Path with 3 integer FX properties.
|
PathBuilder |
Interface that permits to build absolute paths from relative paths
and relative paths from absolute paths.
|
PathElement2afp |
An element of the path.
|
PathElement2ai |
An element of the path.
|
PathElement2d |
An element of the path with 2 double precision floating-point numbers.
|
PathElement2D |
An element of the path.
|
PathElement2d.ArcPathElement2d |
An element of the path that represents a Arc_TO .
|
PathElement2d.ClosePathElement2d |
An element of the path that represents a CLOSE .
|
PathElement2d.CurvePathElement2d |
An element of the path that represents a CURVE_TO .
|
PathElement2d.LinePathElement2d |
An element of the path that represents a LINE_TO .
|
PathElement2d.MovePathElement2d |
An element of the path that represents a MOVE_TO .
|
PathElement2d.QuadPathElement2d |
An element of the path that represents a QUAD_TO .
|
PathElement2dfx |
An element of the path.
|
PathElement2dfx.ArcPathElement2dfx |
An element of the path that represents a ARC_TO .
|
PathElement2dfx.ClosePathElement2dfx |
An element of the path that represents a CLOSE .
|
PathElement2dfx.CurvePathElement2dfx |
An element of the path that represents a CURVE_TO .
|
PathElement2dfx.LinePathElement2dfx |
An element of the path that represents a LINE_TO .
|
PathElement2dfx.MovePathElement2dfx |
An element of the path that represents a MOVE_TO .
|
PathElement2dfx.QuadPathElement2dfx |
An element of the path that represents a QUAD_TO .
|
PathElement2i |
An element of the path with 2 integer numbers.
|
PathElement2i.ArcPathElement2i |
An element of the path that represents a Arc_TO .
|
PathElement2i.ClosePathElement2i |
An element of the path that represents a CLOSE .
|
PathElement2i.CurvePathElement2i |
An element of the path that represents a CURVE_TO .
|
PathElement2i.LinePathElement2i |
An element of the path that represents a LINE_TO .
|
PathElement2i.MovePathElement2i |
An element of the path that represents a MOVE_TO .
|
PathElement2i.QuadPathElement2i |
An element of the path that represents a QUAD_TO .
|
PathElement2ifx |
An element of the path with 2 integer FX properties.
|
PathElement2ifx.ArcPathElement2ifx |
An element of the path that represents a ARC_TO .
|
PathElement2ifx.ClosePathElement2ifx |
An element of the path that represents a CLOSE .
|
PathElement2ifx.CurvePathElement2ifx |
An element of the path that represents a CURVE_TO .
|
PathElement2ifx.LinePathElement2ifx |
An element of the path that represents a LINE_TO .
|
PathElement2ifx.MovePathElement2ifx |
An element of the path that represents a MOVE_TO .
|
PathElement2ifx.QuadPathElement2ifx |
An element of the path that represents a QUAD_TO .
|
PathElement3afp |
An element of the path.
|
PathElement3ai |
An element of the path.
|
PathElement3d |
An element of the path with 2 double precision floating-point numbers.
|
PathElement3D |
An element of the path.
|
PathElement3d.ClosePathElement3d |
An element of the path that represents a CLOSE .
|
PathElement3d.CurvePathElement3d |
An element of the path that represents a CURVE_TO .
|
PathElement3d.LinePathElement3d |
An element of the path that represents a LINE_TO .
|
PathElement3d.MovePathElement3d |
An element of the path that represents a MOVE_TO .
|
PathElement3d.QuadPathElement3d |
An element of the path that represents a QUAD_TO .
|
PathElement3dfx |
An element of the path.
|
PathElement3dfx.ClosePathElement3dfx |
An element of the path that represents a CLOSE .
|
PathElement3dfx.CurvePathElement3dfx |
An element of the path that represents a CURVE_TO .
|
PathElement3dfx.LinePathElement3dfx |
An element of the path that represents a LINE_TO .
|
PathElement3dfx.MovePathElement3dfx |
An element of the path that represents a MOVE_TO .
|
PathElement3dfx.QuadPathElement3dfx |
An element of the path that represents a QUAD_TO .
|
PathElement3i |
An element of the path with 2 integer numbers.
|
PathElement3i.ClosePathElement3i |
An element of the path that represents a CLOSE .
|
PathElement3i.CurvePathElement3i |
An element of the path that represents a CURVE_TO .
|
PathElement3i.LinePathElement3i |
An element of the path that represents a LINE_TO .
|
PathElement3i.MovePathElement3i |
An element of the path that represents a MOVE_TO .
|
PathElement3i.QuadPathElement3i |
An element of the path that represents a QUAD_TO .
|
PathElement3ifx |
An element of the path with 3 integer FX properties.
|
PathElement3ifx.ClosePathElement3ifx |
An element of the path that represents a CLOSE .
|
PathElement3ifx.CurvePathElement3ifx |
An element of the path that represents a CURVE_TO .
|
PathElement3ifx.LinePathElement2ifx |
An element of the path that represents a LINE_TO .
|
PathElement3ifx.MovePathElement3ifx |
An element of the path that represents a MOVE_TO .
|
PathElement3ifx.QuadPathElement3ifx |
An element of the path that represents a QUAD_TO .
|
PathElementType |
Type of a path element.
|
PathIterator2afp<T extends PathElement2afp> |
This interface describes an iterator on path elements.
|
PathIterator2ai<T extends PathElement2ai> |
This interface describes an iterator on path elements.
|
PathIterator2D<T extends PathElement2D> |
This interface describes an interator on path elements.
|
PathIterator3afp<T extends PathElement3afp> |
This interface describes an iterator on path elements.
|
PathIterator3ai<T extends PathElement3ai> |
This interface describes an iterator on path elements.
|
PathIterator3D<T extends PathElement3D> |
This interface describes an interator on path elements.
|
PathIteratorWrapper |
Wrapper of a path iterator.
|
PathIteratorWrapper |
Wrapper of a path iterator.
|
PathIteratorWrapper |
Wrapper of a path iterator.
|
PathIteratorWrapper |
Wrapper of a path iterator.
|
PathShadow3afp<B extends RectangularPrism3afp<?,?,?,?,?,B>> |
Shadow of a path that is used for computing the crossing values
between a shape and the shadow.
|
PathShadow3ai<B extends RectangularPrism3ai<?,?,?,?,?,B>> |
Shadow of a path that is used for computing the crossing values
between a shape and the shadow.
|
PathWindingRule |
The winding rule to determine the interior of a path.
|
PDFFileFilter |
File filter for PDF document.
|
PDFTeXFileFilter |
File filter for a TeX part of
a PDF document combined with TeX macros.
|
PentaTreeNode<D,N extends PentaTreeNode<D,N>> |
This is the generic implementation of a
tree for which each node has five children.
|
PentaTreeNode.DefaultPentaTreeNode<D> |
This is the generic implementation of a quad
tree.
|
PhantomValueHashMap<K,V> |
|
PhantomValueTreeMap<K,V> |
|
PhysicsEngine |
Some physic utility functions implementing in Java.
|
PhysicsUtil |
Some physic utility functions.
|
PNGFileFilter |
File filter for PNG pictures.
|
Point1d |
1.5D Point with 2 double precision floating-point numbers.
|
Point1D<RP extends Point1D<? super RP,? super RV,? super RS>,RV extends Vector1D<? super RV,? super RP,? super RS>,RS extends Segment1D<?,?>> |
1.5D Point.
|
Point1dfx |
1.5D Point with 2 double precision floating-point FX properties.
|
Point2d |
2D Point with 2 double precision floating-point numbers.
|
Point2D<RP extends Point2D<? super RP,? super RV>,RV extends Vector2D<? super RV,? super RP>> |
2D Point.
|
Point2dfx |
2D Point with 2 double precision floating-point FX properties.
|
Point2i |
2D Point with 2 integer numbers.
|
Point2ifx |
2D Point with 2 integer FX properties.
|
Point3d |
3D Point with 3 double precision floating-point numbers.
|
Point3D<RP extends Point3D<? super RP,? super RV>,RV extends Vector3D<? super RV,? super RP>> |
3D Point.
|
Point3dfx |
3D Point with 3 double precision floating-point FX properties.
|
Point3i |
2D Point with 2 integer numbers.
|
Point3ifx |
3D Point with 3 integer FX properties.
|
PointCollection<P extends Point2D<? super P,? super V>,V extends Vector2D<? super V,? super P>> |
An collection of the points of the path.
|
PointCollection<P extends Point2D<? super P,? super V>,V extends Vector2D<? super V,? super P>> |
An collection of the points of the path.
|
PointFusionValidator |
This interface describes an object that is able
to compare two points and reply if they should
be assumed as the same point.
|
PostfixDataDepthFirstTreeIterator<D,N extends TreeNode<D,N>> |
This class is an postfixed iterator on a tree data.
|
PostfixDepthFirstTreeIterator<N extends TreeNode<?,N>> |
This class is an postfixed iterator on a tree.
|
PrefixDataDepthFirstTreeIterator<D,N extends TreeNode<D,N>> |
This class is an prefixed iterator on a tree data.
|
PrefixDepthFirstTreeIterator<N extends TreeNode<?,N>> |
This class is an prefixed iterator on a tree.
|
PrintConfigCommand |
Command for showing configuration.
|
PrintConfigCommandModule |
Module for the command that prints out the configuration values.
|
PrintConfigModuleProvider |
Provider of a Bootique module for configuration printer.
|
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>> |
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>> |
Fonctional interface that represented a rectangular shape on a plane.
|
Progression |
An object that permits to indicates the progression of
a task.
|
ProgressionConsoleMonitor |
An object that permits to indicates the progression of
a task.
|
ProgressionEvent |
Task progression event.
|
ProgressionInputStream |
InputStream that is able to notify about the reading progression.
|
ProgressionListener |
Listener on a task progression.
|
ProgressionOuputStream |
OutputStream that is able to notify about the writing progression.
|
ProgressionUtil |
Utilities around task progression.
|
PropertyOwner |
This interface defines the services for an objects
that is owning properties.
|
PursuingAlgorithm |
Agent is changing its position for pursuing the target point.
|
PursuingMotionAlgorithm |
Agent is changing its position for pursuing the target point.
|
Quadruplet<A,B,C,D> |
This class implements quadruplet of values.
|
QuadTreeNode<D,N extends QuadTreeNode<D,N>> |
This is the generic implementation of a
tree for which each node has four children.
|
QuadTreeNode.DefaultQuadTreeNode<D> |
This is the generic implementation of a quad
tree.
|
QuadTreeNode.QuadTreeZone |
Available zones of a quad tree.
|
Quaternion |
A 4 element unit quaternion represented by x, y, z, w coordinates.
|
Quaternion.AxisAngle |
A representation of axis-angle.
|
Quaternion.EulerAngles |
A representation of Euler Angles.
|
RandomAlgorithm |
Agent is changing randomly its position and orientation.
|
RandomKinematicAlgorithm |
Agent is changing randomly its position and orientation.
|
RandomMotionAlgorithm |
Agent is changing randomly its position and orientation.
|
ReaderInputStream |
An output stream that is writing inside a Writer.
|
ReadOnlyUnitVectorProperty |
A JavaFX read-only property that is representing a unit vector.
|
ReadOnlyUnitVectorProperty |
A JavaFX read-only property that is representing a unit vector.
|
ReadOnlyUnitVectorWrapper |
A convenient class to define read-only properties for unit vectors.
|
ReadOnlyUnitVectorWrapper |
A convenient class to define read-only properties for unit vectors.
|
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>> |
Fonctional interface that represented a 2D rectangle on a plane.
|
Rectangle1d |
A rectangle with 2 double precision floating-point numbers.
|
Rectangle1dfx |
A rectangle with 2 double precision floating-point numbers.
|
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>> |
Fonctional interface that represented a 2D rectangle on a plane.
|
Rectangle2afp.RectanglePathIterator<T extends PathElement2afp> |
Iterator on the path elements of the rectangle.
|
Rectangle2afp.TransformedRectanglePathIterator<T extends PathElement2afp> |
Iterator on the path elements of the rectangle.
|
Rectangle2afpDrawer |
Drawer of a 2D rectangle.
|
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>> |
Fonctional interface that represented a 2D rectangle on a plane.
|
Rectangle2ai.RectanglePathIterator<E extends PathElement2ai> |
Iterator on the path elements of the rectangle.
|
Rectangle2ai.RectangleSideIterator<P extends Point2D<? super P,? super V>,V extends Vector2D<? super V,? super P>> |
Iterates on points on the sides of a rectangle.
|
Rectangle2ai.Side |
Sides of a rectangle.
|
Rectangle2ai.TransformedRectanglePathIterator<E extends PathElement2ai> |
Iterator on the path elements of the rectangle.
|
Rectangle2d |
A rectangle with 2 double precision floating-point numbers.
|
Rectangle2dfx |
Rectangle with 2 double precision floating-point FX properties.
|
Rectangle2i |
A rectangle with 2 integer numbers.
|
Rectangle2ifx |
A rectangle with 2 integer FX properties.
|
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>> |
Fonctional interface that represented a 2D rectangle on a plane.
|
RectangularPrism3afp.RectanglePathIterator<T extends PathElement3afp> |
Iterator on the path elements of the rectangle.
|
RectangularPrism3afp.TransformedRectanglePathIterator<T extends PathElement3afp> |
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>> |
Fonctional interface that represented a 2D rectangle on a plane.
|
RectangularPrism3ai.RectanglePathIterator<E extends PathElement3ai> |
Iterator on the path elements of the rectangle.
|
RectangularPrism3ai.RectangleSideIterator<P extends Point3D<? super P,? super V>,V extends Vector3D<? super V,? super P>> |
Iterates on points on the sides of a rectangle.
|
RectangularPrism3ai.Side |
Sides of a prism.
|
RectangularPrism3ai.TransformedRectanglePathIterator<E extends PathElement3ai> |
Iterator on the path elements of the rectangle.
|
RectangularPrism3d |
A rectangle with 2 double precision floating-point numbers.
|
RectangularPrism3dfx |
Rectangular Prism with 3 double precision floating-point FX properties.
|
RectangularPrism3i |
A rectangle with 2 integer numbers.
|
RectangularPrism3ifx |
A rectangular prism with 3 integer FX properties.
|
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>> |
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>> |
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>> |
Fonctional interface that represented a rectangular shape on a plane.
|
ReferenceListener |
Listener on the release of a reference.
|
ReflectionUtil |
This utility class provides a way to extend the reflection API and
the Class class with autoboxing-compliant functions.
|
ResourceNotFoundException |
The exception ResourceNotFoundException is
thrown when a required Java resource was not found.
|
Resources |
This utility class provides to load resources.
|
ResourceWrapper |
This interface provides implementations to load resources.
|
RoadAStar |
This class provides an implementation of the
A* algorithm dedicated to roads.
|
RoadAStar.VirtualConnection |
|
RoadAStar.VirtualPoint |
This virtual point corresponds to a virtual graph connection point
that could be the start or the end of the A* search.
|
RoadAStar.VirtualSegment |
Is a road segment that connects a virtual point to a real road connection.
|
RoadAStarDistanceHeuristic |
This class implements a euclidian distance heuristic
for the A* algorithm .
|
RoadAStarPathFactory |
This class is the factory used to create a road path
during the execution of the A* algorithm.
|
RoadAStarSegmentOrientation |
This class implements the default road segment orientation tool
for the A* algorithm .
|
RoadConnection |
This class represents the connection point inside a road network.
|
RoadConnection.ClockwiseBoundType |
Describes the type of treatment for the bounds of a (counter)clockwise
iterator on the segments.
|
RoadConnectionWithArrivalSegment |
This class represents the connection point inside a road network and
which is knowing the road segment from which it was obtained.
|
RoadNetwork |
This interface describes a road network.
|
RoadNetworkAdapter |
Listener on road network events.
|
RoadNetworkConstants |
Constants for the road network API.
|
RoadNetworkDrawer |
Drawer of a map road polyline.
|
RoadNetworkDrawerConstants |
Constants for the road network drawers.
|
RoadNetworkException |
This exception is thrown by the road network classes.
|
RoadNetworkIterator |
This class is an iterator on the segments of a road network.
|
RoadNetworkLayer |
This class permits to display a road network.
|
RoadNetworkLayerConstants |
Constants for the road network layer API.
|
RoadNetworkListener |
Listener on road network events.
|
RoadPath |
This class describes a path inside a road network.
|
RoadPolyline |
This class describes a road segment
|
RoadPolylineDrawer |
Drawer of a map road polyline.
|
RoadSegment |
This interface describes a road segment
|
RoadSegmentComparator |
Comparator of road segments.
|
RoadSegmentContainer |
This interface describes a road segment container.
|
RoadSegmentIterationComparator |
This class permits to compare two road segments.
|
RoadType |
Standard types of roads.
|
ROMBasedAttributeCollection |
This interface representes a provider of attributes that is
partly based on data stored on a ROM (read-only memory).
|
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>> |
Fonctional interface that represented a 2D round rectangle on a plane.
|
RoundRectangle2afp.AbstractRoundRectanglePathIterator<T extends PathElement2afp> |
Abstract iterator on the path elements of the round rectangle.
|
RoundRectangle2afp.RoundRectanglePathIterator<T extends PathElement2afp> |
Iterator on the path elements of the rectangle.
|
RoundRectangle2afp.TransformedRoundRectanglePathIterator<T extends PathElement2afp> |
Iterator on the path elements of the rectangle.
|
RoundRectangle2afpDrawer |
Drawer of a 2D rounded rectangle.
|
RoundRectangle2d |
A round rectangle with 2 double precision floating-point numbers.
|
RoundRectangle2dfx |
Round rectangle with 2 double precision floating-point FX properties.
|
ScalaOperator |
Annotation for marking functions that are implementations of
Scala operators.
|
SeekingAlgorithm |
Agent is changing its position for seeking the target point.
|
SeekingMotionAlgorithm |
Agent is changing its position for seeking the target point.
|
SeekOperationDisabledException |
Exception when the seek operation cannot be applied on a Shape file.
|
Segment1D<RP extends Point2D<?,?>,RV extends Vector2D<?,?>> |
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>> |
Fonctional interface that represented a 2D segment/line on a plane.
|
Segment2afp.SegmentPathIterator<T extends PathElement2afp> |
Iterator on the path elements of the segment.
|
Segment2afp.UncertainIntersection |
Result of the intersection between segments in a context where a single
test is not enough.
|
Segment2afpDrawer |
Drawer of a 2D segment.
|
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>> |
Fonctional interface that represented a 2D segment/line on a plane.
|
Segment2ai.AbstractSegmentPathIterator<IE extends PathElement2ai> |
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>> |
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> |
Iterator on the path elements of the segment.
|
Segment2ai.TransformedSegmentPathIterator<IE extends PathElement2ai> |
Iterator on the path elements of the segment.
|
Segment2d |
A 2D segment/line with 2 double precision floating-point numbers.
|
Segment2dfx |
A 2D segment/line encapsulating points with 2 double precision FX properties.
|
Segment2i |
A 2D segment/line with 2 integer numbers.
|
Segment2ifx |
A 2D segment/line encapsulating points with 2 integer FX properties.
|
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>> |
Fonctional interface that represented a 2D segment/line on a plane.
|
Segment3afp.SegmentPathIterator<T extends PathElement3afp> |
Iterator on the path elements of the segment.
|
Segment3afp.UncertainIntersection |
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>> |
Fonctional interface that represented a 2D segment/line on a plane.
|
Segment3ai.AbstractSegmentPathIterator<IE extends PathElement3ai> |
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>> |
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> |
Iterator on the path elements of the segment.
|
Segment3ai.TransformedSegmentPathIterator<IE extends PathElement3ai> |
Iterator on the path elements of the segment.
|
Segment3d |
A 2D segment/line with 2 double precision floating-point numbers.
|
Segment3dfx |
A 3D segment/line with 3 double precision FX properties.
|
Segment3i |
A 2D segment/line with 2 integer numbers.
|
Segment3ifx |
A 3D segment/line with 3 integer FX properties.
|
SegmentPoint2d |
A 2D segment/line encapsulating points with 2 double precision numbers.
|
SegmentPoint2i |
A 2D segment/line encapsulating points with 2 integer numbers.
|
SegmentPoint3d |
A 3D segment/line encapsulating points with 3 double precision numbers.
|
SegmentPoint3i |
A 3D segment/line encapsulating points with 3 integer numbers.
|
SexagesimalLatitudeAxis |
Describes the axis used to express a latitude in a sexagesimal representation.
|
SexagesimalLongitudeAxis |
Describes the axis used to express a latitude in a sexagesimal representation.
|
SGraph |
This class provides a simple implementation of a graph.
|
SGraphPoint |
This class provides a simple implementation of a graph's point
for a SGraph .
|
SGraphSegment |
This class provides a simple implementation of a graph's segment
for a SGraph .
|
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>> |
2D shape with 2D floating coordinates.
|
Shape1d<IT extends Shape1d<?>> |
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>> |
1D shape.
|
Shape1dfx<IT extends Shape1dfx<?>> |
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>> |
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>> |
2D shape with 2d floating coordinates.
|
Shape2d<IT extends Shape2d<?>> |
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>> |
2D shape.
|
Shape2dfx<IT extends Shape2dfx<?>> |
2D shape with 2 double precision floating-point FX properties.
|
Shape2i<IT extends Shape2i<?>> |
2D shape with 2 double precision floating-point numbers.
|
Shape2ifx<IT extends Shape2ifx<?>> |
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>> |
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>> |
3D shape with 3d integer coordinates.
|
Shape3d<IT extends Shape3d<?>> |
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>> |
3D shape.
|
Shape3dfx<IT extends Shape3dfx<?>> |
3D shape with 3 double precision floating-point FX properties.
|
Shape3i<IT extends Shape3i<?>> |
2D shape with 2 double precision floating-point numbers.
|
Shape3ifx<IT extends Shape3ifx<?>> |
3D shape with 3 double precision floating-point FX properties.
|
ShapeElementType |
Supported types of elements in an ESRI shape file.
|
ShapeFileException |
Something wrong appends on ESRI Shape file.
|
ShapeFileFilter |
This class permits to filter the files to show only
the SHAPE files.
|
ShapeFileFormatException |
Exception thrown when the shape file contains errors.
|
ShapeFileIndexFilter |
This class permits to filter the files to show only
the SHAPE files.
|
ShapeFileIndexReader |
This class is a shape file index reader.
|
ShapeFileIndexRecord |
This class describes a record inside a shape file index.
|
ShapeFileIndexWriter |
This class is a shape file index writer.
|
ShapeFileReader<E> |
This class is a shape file reader that instance the default
elements.
|
ShapeFileWriter<E> |
This class permits to write an ESRI Shape file.
|
ShapeGeometryChangeListener |
A shape has change its geometry.
|
ShapeGeometryChangeListener |
A shape has change its geometry.
|
ShapeGeometryChangeListener |
A shape has change its geometry.
|
ShapeGeometryChangeListener |
A shape has change its geometry.
|
ShapeMultiPatchType |
Supported types of multipatches in an ESRI shape file.
|
ShortestSegmentFirstGraphCourseModel<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
This class permits to implement a shortest path
algorithm to make a course inside a graph.
|
SimpleListUpdateChange<E> |
Simple event for JavaFX changes.
|
SimplePathBuilder |
Simple implementation of a tool that permits to convert filenames from
absolute to relative and the opposite..
|
SimpleViewer |
Application for viewing GIS primitives.
|
SingleIterator<OBJECT> |
Single iterator.
|
SingularMatrixException |
Exception for all the singular matrices.
|
SizedIterator<M> |
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.
|
SoftHashSet<E> |
|
SoftTreeSet<E> |
|
SoftValueHashMap<K,V> |
|
SoftValueTreeMap<K,V> |
|
SpaceUnit |
A SpaceUnit represents space distance at a given unit of
granularity.
|
SpeedUnit |
A SpeedUnit represents speed at a given unit of
granularity.
|
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>> |
Fonctional interface that represented a 2D sphere on a plane.
|
Sphere3afp.AbstractSpherePathIterator<T extends PathElement3afp> |
Abstract iterator on the path elements of the sphere.
|
Sphere3afp.SpherePathIterator<T extends PathElement3afp> |
Iterator on the path elements of the sphere.
|
Sphere3afp.TransformedCirclePathIterator<T extends PathElement3afp> |
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>> |
Fonctional interface that represented a 3D sphere.
|
Sphere3ai.AbstractCirclePathIterator<IE extends PathElement3ai> |
Abstract iterator on the path elements of the sphere.
|
Sphere3ai.SpherePathIterator<IE extends PathElement3ai> |
Iterator on the path elements of the sphere.
|
Sphere3ai.SpherePerimeterIterator<P extends Point3D<? super P,? super V>,V extends Vector3D<? super V,? super P>> |
Iterates on points on the perimeter of a sphere.
|
Sphere3ai.TransformedCirclePathIterator<IE extends PathElement3ai> |
Iterator on the path elements of the sphere.
|
Sphere3d |
A sphere with 3 double precision floating-point numbers.
|
Sphere3dfx |
Sphere with 3 double precision floating-point FX properties.
|
Sphere3i |
A circle with 2 integer numbers.
|
Sphere3ifx |
A sphere with 3 integer FX properties.
|
StackTraceCaller |
This utility class provides a way to determine which class
call a function.
|
StandardGISGridSet<P extends GISPrimitive> |
This class describes a grid that contains GIS primitives
and that permits to find them according to there geo-location.
|
StandardGISTreeSet<P extends GISPrimitive> |
This class describes a quad tree that contains GIS primitives
and thatp permits to find them according to there geo-location.
|
StandardJREResourceWrapper |
This interface provides the standard JRE implementation to load resources.
|
StandardRoadConnection |
This class represents the connection point inside a road network.
|
StandardRoadConnection.IClockwiseIterator |
Iterator that replies the segments connected to the associated point in
a counterclockwise order.
|
StandardRoadNetwork |
This class describes a road network.
|
StochasticGenerator |
Generator of random values according to stochastic laws.
|
StochasticLaw |
Abstract implementation of a stochastic law that
provides the bounds of a law.
|
StringEscaper |
String Escaper.
|
SubGraph<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>,GP extends GraphPath<GP,ST,PT>> |
A subgraph.
|
SubGraphBuildListener<ST extends GraphSegment<ST,PT>,PT extends GraphPoint<PT,ST>> |
This interface is a listener invoked by the subgraph builder
each time a new subgraph segment was reached.
|
SubProgressionModel |
An object that permits to indicates the progression of
a task.
|
SubRoadNetwork |
This class describes a road network sub graph.
|
SVGFileFilter |
File filter for SVG files.
|
SynopsisHelpGenerator |
A generator of command-line help that displays the synopsis in addition to
the other sections provided by DefaultHelpGenerator .
|
SynopsisHelpGenerator.SynopsisHelpAppender |
Appender for the synopsis help.
|
SynopsisHelpGeneratorModule |
Module for creating the help generator with synopsis.
|
SynopsisHelpModuleProvider |
Provider of a Bootique module for synopsis help generator.
|
TernaryTreeNode<D,N extends TernaryTreeNode<D,N>> |
This is the generic implementation of a ternary
tree.
|
TernaryTreeNode.DefaultTernaryTreeNode<D> |
This is the generic implementation of a ternary
tree.
|
TextUtil |
This class permits to manipulate texts.
|
TextUtil.CutStringCritera |
Define the cutting critera of the string.
|
ThreadServiceFinder |
This class permits to centralize the identify of the thread service providers.
|
ThreadServiceFinder.DefaultProvider |
Thread service provider.
|
ThreadServiceProvider |
This interface describes a provider of thread's service.
|
Timestamp |
Container of timestamp.
|
TooManyDBaseColumnException |
Exception throws when the number of columns
to write in DBase file is too high.
|
TrafficDirection |
Direction of the traffic on a road segment.
|
Transform1D<S extends Segment1D<?,?>> |
Is represented internally as curviline translation and a shift translation.
|
Transform2D |
A 2D transformation.
|
Transform3D |
A 3D transformation.
|
Tree<D,N extends TreeNode<D,?>> |
This is the generic implementation of a
tree.
|
TreeBuilder<D,T extends Tree<D,?>> |
A tree builder is a class that create a tree
according to a set of objects and a set
of constraints and heuristics.
|
TreeBuilderException |
An exception during the tree building.
|
TreeBuilderException.BuilderAlreadyStartedException |
This exception was thrown when the building function was
called twice times on the same builder.
|
TreeBuilderException.EmptyBoundingBoxException |
This exception was thrown when the bounding box of the
entities that must be insert inside a tree was empty.
|
TreeDataEvent |
Event on tree nodes.
|
TreeMapElementLayer<E extends MapElement> |
This class represents a layer that contains map elements
stored inside a tree data-structure.
|
TreeNode<D,N extends TreeNode<D,?>> |
This is the generic implementation of a tree node.
|
TreeNodeAddedEvent |
Called each time an addition event occurs on a tree node.
|
TreeNodeListener |
Called each time an event occurs on a tree node.
|
TreeNodeParentChangedEvent |
Called each time an hierarchy update event occurs on a tree node.
|
TreeNodeRemovedEvent |
Called each time an removal event occurs on a tree node.
|
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>> |
Fonctional interface that represented a 2D triangle on a plane.
|
Triangle2afp.AbstractTrianglePathIterator<T extends PathElement2afp> |
Abstract iterator on the path elements of the triangle.
|
Triangle2afp.TransformedTrianglePathIterator<T extends PathElement2afp> |
Iterator on the path elements of the circle.
|
Triangle2afp.TriangleFeature |
Features of a triangle.
|
Triangle2afp.TrianglePathIterator<T extends PathElement2afp> |
Iterator on the path elements of the triangle.
|
Triangle2afpDrawer |
Drawer of a 2D triangle.
|
Triangle2d |
A triangle with 2 double precision floating-point numbers.
|
Triangle2dfx |
A triangle with 2 double precision floating-point FX properties.
|
TriangularStochasticLaw |
Law that representes a triangular density.
|
Triplet<A,B,C> |
This class implements triplet of values.
|
Tuple1d<RT extends Tuple1d<? super RT>> |
1.5D tuple with 2 double precision floating-point numbers.
|
Tuple1dfx<RT extends Tuple1dfx<? super RT>> |
1.5D tuple with 2 double precision floating-point FX properties.
|
Tuple2d<RT extends Tuple2d<? super RT>> |
2D tuple with 2 double precision floating-point numbers.
|
Tuple2D<RT extends Tuple2D<? super RT>> |
2D tuple.
|
Tuple2DExtensions |
Xtext extensions for 2D vectors.
|
Tuple2DExtensions |
Xtext extensions for 2D vectors.
|
Tuple2dfx<RT extends Tuple2dfx<? super RT>> |
2D tuple with 2 double precision floating-point FX properties.
|
Tuple2fComparator |
Comparator of Tuple2D on their floating-point coordinates.
|
Tuple2i<RT extends Tuple2i<? super RT>> |
2D tuple with 2 integer numbers.
|
Tuple2iComparator |
Comparator of Tuple2D on their integer coordinates.
|
Tuple2ifx<RT extends Tuple2ifx<? super RT>> |
2D tuple with 2 integer FX properties.
|
Tuple3d<RT extends Tuple3d<? super RT>> |
3D tuple with 3 double precision floating-point numbers.
|
Tuple3D<RT extends Tuple3D<? super RT>> |
3D tuple.
|
Tuple3dfx<RT extends Tuple3dfx<? super RT>> |
3D tuple with 3 double precision floating-point FX properties.
|
Tuple3fComparator |
Comparator of Tuple3D on their floating-point coordinates.
|
Tuple3i<RT extends Tuple3i<? super RT>> |
3D tuple with 3 integer numbers.
|
Tuple3iComparator |
Comparator of Tuple3D on their integer coordinates.
|
Tuple3ifx<RT extends Tuple3ifx<? super RT>> |
3D tuple with 3 integer FX properties.
|
TXTFileFilter |
File filter for text document.
|
UnclosableInputStream |
|
UnclosableOutputStream |
|
Unefficient |
When this annotation is present, the function is
assumed to be not optimized, according to the current
literature knowledge.
|
UnexpectedRoadNetworkException |
This exception is thrown when the road network of
an road is not the expected one.
|
UniformStochasticLaw |
Law that representes an uniform density.
|
UnitVectorProperty |
A JavaFX property that is representing a unit vector.
|
UnitVectorProperty3dfx |
A JavaFX property that is representing a unit vector.
|
UnmodifiableCollectionSizedIterator<M> |
Sized iterator on a collection that cannot be changed through the iterator.
|
UnmodifiableIterator<M> |
Class that make unmodifiable an iterator.
|
UnmodifiableMapKeySizedIterator<K> |
Class that map the keys of a Map to an unmodifiable sized iterator.
|
UnmodifiableMapValueSizedIterator<V> |
Class that map the values of a Map to an unmodifiable sized iterator.
|
UnmodifiablePoint1D<RP extends Point1D<? super RP,? super RV,? super RS>,RV extends Vector1D<? super RV,? super RP,? super RS>,RS extends Segment1D<?,?>> |
Unmodifiable Point.
|
UnmodifiablePoint2D<RP extends Point2D<? super RP,? super RV>,RV extends Vector2D<? super RV,? super RP>> |
Unmodifiable2D Point.
|
UnmodifiablePoint3D<RP extends Point3D<? super RP,? super RV>,RV extends Vector3D<? super RV,? super RP>> |
Unmodifiable3D Point.
|
UnmodifiableSizedIterator<M> |
Class that make unmodifiable a sized iterator.
|
UnmodifiableTuple2D<RT extends Tuple2D<? super RT>> |
Unmodifiable 2D tuple.
|
UnmodifiableTuple3D<RT extends Tuple3D<? super RT>> |
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<?,?>> |
Unmodifiable Vector.
|
UnmodifiableVector2D<RV extends Vector2D<? super RV,? super RP>,RP extends Point2D<? super RP,? super RV>> |
Unmodifiable 2D Vector.
|
UnmodifiableVector3D<RV extends Vector3D<? super RV,? super RP>,RP extends Point3D<? super RP,? super RV>> |
Unmodifiable 3D Vector.
|
UnsupportedNaturalOrderException |
Exception thrown when an object does not support any
natural order.
|
UnsupportedOperationTreeNode<D,N extends TreeNode<D,N>> |
|
UnsupportedRoadConnectionException |
This exception is thrown when the type of a road
connection is not supported by the API.
|
UnsupportedRoadSegmentException |
This exception is thrown when the type of a road
segment is not supported by the API.
|
UnsupportedSeekOperationException |
Exception throws by a Shape file reader
when seek operation is not supported.
|
URISchemeType |
Commonly supported types of schemes for URL.
|
URLConnection |
The class URLConnection is implementing
connection between an URL and a local file.
|
URLConnection |
The class URLConnection is implementing
connection between an URL and a Java resource.
|
URLHandlerUtil |
Deprecated, for removal: This API element is subject to removal in a future version.
|
VariableDecls |
Constants and utilities for variable declaration.
|
VariableNames |
Constants and utilities for variable naming.
|
Vector1d |
1.5D Vector with 2 double precision floating-point numbers.
|
Vector1D<RV extends Vector1D<? super RV,? super RP,? super RS>,RP extends Point1D<? super RP,? super RV,? super RS>,RS extends Segment1D<?,?>> |
1.5D Vector.
|
Vector1dfx |
1.5D Vector with 2 double precision floating-point FX properties.
|
Vector2d |
2D Vector with 2 double precision floating-point numbers.
|
Vector2D<RV extends Vector2D<? super RV,? super RP>,RP extends Point2D<? super RP,? super RV>> |
2D Vector.
|
Vector2D.PowerResult<T extends Vector2D<? super T,?>> |
Result of the power of a Vector2D.
|
Vector2dfx |
2D Vector with 2 double precision floating-point FX properties.
|
Vector2i |
2D Vector with 2 integer numbers.
|
Vector2ifx |
2D Vector with 2 integer FX properties.
|
Vector3d |
3D Vector with 3 double precision floating-point numbers.
|
Vector3D<RV extends Vector3D<? super RV,? super RP>,RP extends Point3D<? super RP,? super RV>> |
3D Vector.
|
Vector3D.PowerResult<T extends Vector3D<? super T,?>> |
Result of the power of a Vector3D.
|
Vector3dfx |
3D Vector with 3 double precision floating-point FX properties.
|
Vector3i |
2D Vector with 2 integer numbers.
|
Vector3ifx |
3D Vector with 3 integer FX properties.
|
VMCommandLine |
This utility class permits to get the java command line for the current VM.
|
WeakArrayList<T> |
A array-based List implementation with weak keys.
|
WeakGISTreeSet<P extends GISPrimitive> |
This class describes a quad tree that contains weak references on
GIS primitives.
|
WeakGISTreeSetNode<P extends GISPrimitive> |
|
WeakHashSet<E> |
|
WeakTreeSet<E> |
|
WeakValueHashMap<K,V> |
|
WeakValueTreeMap<K,V> |
|
WriterOutputStream |
An output stream that is writing inside a Writer.
|
XMLAttributeUtil |
This class provides XML utilities related to attributes.
|
XMLBuilder |
This interface permits to create several XML elements.
|
XMLBusNetworkUtil |
This class provides tools to create an XML representation of a bus network
or to create a bus network from an XML representation.
|
XMLConstraint |
|
XMLFileFilter |
File filter for XML files.
|
XMLGISElementUtil |
This class provides tools to create an XML representation of map elements
or to create map elements from an XML representation.
|
XMLIdentifierConstraint |
Matches the attribute "id" with the given value.
|
XMLMagicNumber |
This class defines a set of informations that could distinguish
a file content from another one.
|
XMLNameConstraint |
Matches the attribute "name" with the given value.
|
XMLResources |
Class that store a collection of resources (URL, files and raw data) and their associated
identifiers within a XML file.
|
XMLRoadUtil |
This class provides tools to create an XML representation of roads
or to create roads from an XML representation.
|
XMLUtil |
Utility class for manipulating XML data and files.
|
XMLValueConstraint<E> |
Matches the attribute "id" with the given value.
|
XSLBasedXMLMagicNumber |
This class defines a set of informations that could distinguish
a file content from another one.
|
XSLBasedZipArchiveXMLMagicNumber |
This class defines a set of informations that could distinguish
a file content from another one.
|
XSLBasedZippedXMLMagicNumber |
This class defines a set of informations that could distinguish
a file content from another one.
|
XtextOperator |
Annotation for marking functions that are implementations of
Xtext operators.
|
ZipArchiveMagicNumber |
This class defines a set of informations that could distinguish
a file content from another one.
|
ZipArchiveXMLMagicNumber |
This class defines a set of informations that could distinguish
a file content from another one.
|
ZIPFileFilter |
File filter for Zip archive files.
|
ZipMagicNumber |
This class defines a set of informations that could distinguish
a file content from another one.
|
ZippedXMLMagicNumber |
This class defines a set of informations that could distinguish
a file content from another one.
|
ZoomableCanvas<T extends InformedIterable<?> & BoundedElement2afp<?>> |
Resizeable canvas for rendering a document and that support zoom in and out.
|
ZoomableGraphicsContext |
This class is used to issue draw calls to a ZoomableCanvas using a buffer.
|
ZoomablePane<T extends InformedIterable<?> & BoundedElement2afp<?>> |
Panel that is displaying the document elements and supporting zooming.
|
ZoomablePane.ColorSquare |
The color square at the corner of a ZoomablePane .
|
ZoomableViewer<T extends InformedIterable<?> & BoundedElement2afp<?>> |
View of document elements that provides a basic UI to show them.
|