Uses of Enum Class
de.turnertech.ows.srs.SpatialReferenceSystem
Packages that use SpatialReferenceSystem
-
Uses of SpatialReferenceSystem in de.turnertech.ows.gml
Methods in de.turnertech.ows.gml that return SpatialReferenceSystemModifier and TypeMethodDescriptionDirectPosition.getSrs()
DirectPositionList.getSrs()
FeatureType.getSrs()
Methods in de.turnertech.ows.gml that return types with arguments of type SpatialReferenceSystemMethods in de.turnertech.ows.gml with parameters of type SpatialReferenceSystemConstructors in de.turnertech.ows.gml with parameters of type SpatialReferenceSystemModifierConstructorDescriptionDirectPosition
(SpatialReferenceSystem srs, double x, double y) DirectPositionList
(SpatialReferenceSystem srs, int initialCapacity) -
Uses of SpatialReferenceSystem in de.turnertech.ows.srs
Methods in de.turnertech.ows.srs that return SpatialReferenceSystemModifier and TypeMethodDescriptionstatic SpatialReferenceSystem
SpatialReferenceSystemRepresentation.getSrs()
static SpatialReferenceSystem
Returns the enum constant of this class with the specified name.static SpatialReferenceSystem[]
SpatialReferenceSystem.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.turnertech.ows.srs with parameters of type SpatialReferenceSystemModifier and TypeMethodDescriptionstatic Optional<DirectPosition>
SpatialReferenceSystemConverter.convertDirectPosition
(DirectPosition pos, SpatialReferenceSystem targetSrs) Constructors in de.turnertech.ows.srs with parameters of type SpatialReferenceSystemModifierConstructorDescriptionSpatialReferenceSystemRepresentation
(SpatialReferenceSystem srs, SpatialReferenceSystemFormat format)