A C D F G I L M N O P R S U V

A

AirspaceVolumeWithAltitudeLimits - Class in org.n52.oxf.conversion.gml32.geometry
 
AirspaceVolumeWithAltitudeLimits(List<GeometryWithInterpolation>, AltitudeLimits) - Constructor for class org.n52.oxf.conversion.gml32.geometry.AirspaceVolumeWithAltitudeLimits
 
AltitudeLimits - Class in org.n52.oxf.conversion.gml32.geometry
Class representing altitudes with limits.
AltitudeLimits(double, AltitudeLimits.AltitudeReferences, double, AltitudeLimits.AltitudeReferences) - Constructor for class org.n52.oxf.conversion.gml32.geometry.AltitudeLimits
 
AltitudeLimits.AltitudeReferences - Enum in org.n52.oxf.conversion.gml32.geometry
Enumeration defining the common altitude reference definitions (derived from AIXM 5.1)
approximateGreatCircle(Coordinate, Coordinate, double) - Static method in class org.n52.oxf.conversion.gml32.util.GeodesicApproximationTools
Approximates a Great Circle on the earth using start and end coordinates and the estimate target segment length
approximateGreatCircle(int, Coordinate, Coordinate) - Static method in class org.n52.oxf.conversion.gml32.util.GeodesicApproximationTools
Approximates a Great Circle on the earth using start and end coordinates and the number of segments per half of the target circle.
approximateRhumbline(Coordinate, Coordinate, double) - Static method in class org.n52.oxf.conversion.gml32.util.GeodesicApproximationTools
Approximates a Rhumbline on the earth using start and end coordinates and the estimate target segment length
approximateRhumbline(int, Coordinate, Coordinate) - Static method in class org.n52.oxf.conversion.gml32.util.GeodesicApproximationTools
Approximates a Rhumbline on the earth using start and end coordinates and the number of segments per half of the target circle.
AxisOrder - Enum in org.n52.oxf.conversion.gml32.srs
 

C

checkAndApplyInterpolation(Collection<GeometryWithInterpolation>) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
Checks if a collection of geometries can be interpolated.
checkAndApplyInterpolation(GeometryWithInterpolation) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
 
convert(double) - Method in class org.n52.oxf.conversion.unit.aixm.FlightLevelUnitConverter
 
convert(double) - Method in interface org.n52.oxf.conversion.unit.CustomUnitConverter
 
convert(String, double) - Static method in class org.n52.oxf.conversion.unit.ucum.UCUMTools
Converts the number to its base unit (e.g. kilometers to meters)
convert(String, String, double) - Static method in class org.n52.oxf.conversion.unit.ucum.UCUMTools
Converts the number to the target unit.
convertToTargetUnit(double, String, String) - Static method in class org.n52.oxf.conversion.unit.UOMTools
 
createAggregatedGeometry(List<GeometryWithInterpolation>) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
 
createCoordinatesFromPosList(DirectPositionListType, String) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
 
createCurve(AbstractCurveSegmentType, String) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
 
createGreatCirlce(GeodesicStringType, String) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
 
createLineString(LineStringSegmentType, String) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
 
createMultiPolygonPatch(SurfacePatchArrayPropertyType, String) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
 
createPoint(DirectPositionType, String) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
 
createPolygon(AbstractRingPropertyType, AbstractRingPropertyType[], String) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
Creates a polygon with one exterior and 0..* interior holes.
createPolygon(BoundingShapeType) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
 
createPolygon(EnvelopeType) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
 
createPolygonPatch(AbstractSurfacePatchType, String) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
 
createRectangle(RectangleType, String) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
 
createRing(AbstractRingType, String) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
 
CustomUnitConverter - Interface in org.n52.oxf.conversion.unit
Interface providing custom unit conversion capabilities.

D

DEFAULT_SRS - Static variable in class org.n52.oxf.conversion.gml32.srs.SRSUtils
 

F

FlightLevelUnitConverter - Class in org.n52.oxf.conversion.unit.aixm
 
FlightLevelUnitConverter() - Constructor for class org.n52.oxf.conversion.unit.aixm.FlightLevelUnitConverter
 

G

GEODESIC - Static variable in class org.n52.oxf.conversion.gml32.geometry.GeometryWithInterpolation
 
GeodesicApproximationTools - Class in org.n52.oxf.conversion.gml32.util
Helper class provides geodesic approximation methods.
GeodesicApproximationTools() - Constructor for class org.n52.oxf.conversion.gml32.util.GeodesicApproximationTools
 
GeometryCollectionWithAltitudeLimits - Interface in org.n52.oxf.conversion.gml32.geometry
Interface providing access to 2.5D geometries (having a horizontal extent and a altitude range).
GeometryFactoryConfiguration - Class in org.n52.oxf.conversion.gml32.xmlbeans.jts
General configuration class.
GeometryFactoryConfiguration() - Constructor for class org.n52.oxf.conversion.gml32.xmlbeans.jts.GeometryFactoryConfiguration
 
GeometryWithInterpolation - Class in org.n52.oxf.conversion.gml32.geometry
 
GeometryWithInterpolation(Geometry, String) - Constructor for class org.n52.oxf.conversion.gml32.geometry.GeometryWithInterpolation
 
getAltitudeLimits() - Method in class org.n52.oxf.conversion.gml32.geometry.AirspaceVolumeWithAltitudeLimits
 
getAltitudeLimits() - Method in interface org.n52.oxf.conversion.gml32.geometry.GeometryCollectionWithAltitudeLimits
 
getAltitudeLimits() - Method in class org.n52.oxf.conversion.gml32.geometry.RouteSegmentWithAltitudeLimits
 
getGeometries() - Method in class org.n52.oxf.conversion.gml32.geometry.AirspaceVolumeWithAltitudeLimits
 
getGeometries() - Method in interface org.n52.oxf.conversion.gml32.geometry.GeometryCollectionWithAltitudeLimits
 
getGeometries() - Method in class org.n52.oxf.conversion.gml32.geometry.RouteSegmentWithAltitudeLimits
 
getGeometry() - Method in class org.n52.oxf.conversion.gml32.geometry.GeometryWithInterpolation
 
getInterpolation() - Method in class org.n52.oxf.conversion.gml32.geometry.GeometryWithInterpolation
 
getLowerLimit() - Method in class org.n52.oxf.conversion.gml32.geometry.AltitudeLimits
 
getLowerLimitReference() - Method in class org.n52.oxf.conversion.gml32.geometry.AltitudeLimits
 
getLowerLimitUom() - Method in class org.n52.oxf.conversion.gml32.geometry.AltitudeLimits
 
getUom() - Method in class org.n52.oxf.conversion.unit.NumberWithUOM
 
getUpperLimit() - Method in class org.n52.oxf.conversion.gml32.geometry.AltitudeLimits
 
getUpperLimitReference() - Method in class org.n52.oxf.conversion.gml32.geometry.AltitudeLimits
 
getUpperLimitUom() - Method in class org.n52.oxf.conversion.gml32.geometry.AltitudeLimits
 
getValue() - Method in class org.n52.oxf.conversion.unit.NumberWithUOM
 
getWidth() - Method in class org.n52.oxf.conversion.gml32.geometry.RouteSegmentWithAltitudeLimits
 
GMLGeometryFactory - Class in org.n52.oxf.conversion.gml32.xmlbeans.jts
Class providing static methods for parsing AIXM and GML geometry abstractions.
GMLGeometryFactory() - Constructor for class org.n52.oxf.conversion.gml32.xmlbeans.jts.GMLGeometryFactory
 
GMLTimeParser - Class in org.n52.oxf.conversion.gml32.xmlbeans
Helper class for parsing GML time objects.
GMLTimeParser() - Constructor for class org.n52.oxf.conversion.gml32.xmlbeans.GMLTimeParser
 

I

isCompatible(String, String) - Static method in class org.n52.oxf.conversion.unit.ucum.UCUMTools
Checks if to UCUM codes are compatible (= having the same base unit)
isUserInternalInterpolation() - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GeometryFactoryConfiguration
 

L

LINEAR - Static variable in class org.n52.oxf.conversion.gml32.geometry.GeometryWithInterpolation
 

M

METER_UOM - Static variable in class org.n52.oxf.conversion.unit.UOMTools
 

N

NumberWithUOM - Class in org.n52.oxf.conversion.unit
 
NumberWithUOM(double, String) - Constructor for class org.n52.oxf.conversion.unit.NumberWithUOM
 

O

org.n52.oxf.conversion.gml32.geometry - package org.n52.oxf.conversion.gml32.geometry
 
org.n52.oxf.conversion.gml32.srs - package org.n52.oxf.conversion.gml32.srs
 
org.n52.oxf.conversion.gml32.util - package org.n52.oxf.conversion.gml32.util
 
org.n52.oxf.conversion.gml32.xmlbeans - package org.n52.oxf.conversion.gml32.xmlbeans
 
org.n52.oxf.conversion.gml32.xmlbeans.jts - package org.n52.oxf.conversion.gml32.xmlbeans.jts
 
org.n52.oxf.conversion.unit - package org.n52.oxf.conversion.unit
 
org.n52.oxf.conversion.unit.aixm - package org.n52.oxf.conversion.unit.aixm
 
org.n52.oxf.conversion.unit.ucum - package org.n52.oxf.conversion.unit.ucum
 

P

parseTimePrimitive(TimePrimitivePropertyType) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.GMLTimeParser
 

R

resolveAxisOrder(String) - Static method in class org.n52.oxf.conversion.gml32.srs.SRSUtils
 
RouteSegmentWithAltitudeLimits - Class in org.n52.oxf.conversion.gml32.geometry
 
RouteSegmentWithAltitudeLimits(List<GeometryWithInterpolation>, AltitudeLimits, double) - Constructor for class org.n52.oxf.conversion.gml32.geometry.RouteSegmentWithAltitudeLimits
 

S

setGeometry(Geometry) - Method in class org.n52.oxf.conversion.gml32.geometry.GeometryWithInterpolation
 
setUserInternalInterpolation(boolean) - Static method in class org.n52.oxf.conversion.gml32.xmlbeans.jts.GeometryFactoryConfiguration
 
SRSUtils - Class in org.n52.oxf.conversion.gml32.srs
 
SRSUtils() - Constructor for class org.n52.oxf.conversion.gml32.srs.SRSUtils
 

U

UCUMTools - Class in org.n52.oxf.conversion.unit.ucum
Unit conversion utils based on the Unified Code for Units of Measure: http://unitsofmeasure.org
UCUMTools() - Constructor for class org.n52.oxf.conversion.unit.ucum.UCUMTools
 
UCUMTools.UnitConversionFailedException - Exception in org.n52.oxf.conversion.unit.ucum
 
UCUMTools.UnitConversionFailedException(String) - Constructor for exception org.n52.oxf.conversion.unit.ucum.UCUMTools.UnitConversionFailedException
 
UOMTools - Class in org.n52.oxf.conversion.unit
Unit Conversion helper class.
UOMTools() - Constructor for class org.n52.oxf.conversion.unit.UOMTools
 

V

valueOf(String) - Static method in enum org.n52.oxf.conversion.gml32.geometry.AltitudeLimits.AltitudeReferences
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.n52.oxf.conversion.gml32.srs.AxisOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.n52.oxf.conversion.gml32.geometry.AltitudeLimits.AltitudeReferences
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.n52.oxf.conversion.gml32.srs.AxisOrder
Returns an array containing the constants of this enum type, in the order they are declared.

A C D F G I L M N O P R S U V

Copyright © 2012-2013 52north.org. All Rights Reserved.