Uses of Enum Class
org.geotools.gml2.SrsSyntax
Packages that use SrsSyntax
Package
Description
-
Uses of SrsSyntax in org.geotools.gml2
Fields in org.geotools.gml2 declared as SrsSyntaxModifier and TypeFieldDescriptionprotected SrsSyntax
GMLConfiguration.srsSyntax
Srs name style to encode srsName URI's withMethods in org.geotools.gml2 that return SrsSyntaxModifier and TypeMethodDescriptionGMLConfiguration.getSrsSyntax()
Returns the syntax to use for encoding srs uris.static SrsSyntax
Returns the enum constant of this class with the specified name.static SrsSyntax[]
SrsSyntax.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.gml2 with parameters of type SrsSyntaxModifier and TypeMethodDescriptionvoid
GMLConfiguration.setSrsSyntax
(SrsSyntax srsSyntax) Sets the syntax to use for encoding srs uris. -
Uses of SrsSyntax in org.geotools.gml2.bindings
Methods in org.geotools.gml2.bindings with parameters of type SrsSyntaxModifier and TypeMethodDescriptionstatic String
GML2EncodingUtils.toURI
(CoordinateReferenceSystem crs, SrsSyntax srsSyntax, boolean switchCode) Encodes the crs object as a uri using the specified syntax. -
Uses of SrsSyntax in org.geotools.gml3
Fields in org.geotools.gml3 declared as SrsSyntaxModifier and TypeFieldDescriptionprotected SrsSyntax
GMLConfiguration.srsSyntax
Srs name style to encode srsName URI's withMethods in org.geotools.gml3 that return SrsSyntaxModifier and TypeMethodDescriptionGMLConfiguration.getSrsSyntax()
Returns the syntax to use for encoding srs uris.Methods in org.geotools.gml3 with parameters of type SrsSyntaxModifier and TypeMethodDescriptionvoid
GMLConfiguration.setSrsSyntax
(SrsSyntax srsSyntax) Sets the syntax to use for encoding srs uris. -
Uses of SrsSyntax in org.geotools.gml3.bindings
Methods in org.geotools.gml3.bindings with parameters of type SrsSyntaxModifier and TypeMethodDescriptionvoid
AbstractGeometryTypeBinding.setSrsSyntax
(SrsSyntax srsSyntax) static URI
GML3EncodingUtils.toURI
(CoordinateReferenceSystem crs, SrsSyntax srsSyntax) Constructors in org.geotools.gml3.bindings with parameters of type SrsSyntaxModifierConstructorDescriptionAbstractGeometryTypeBinding
(Configuration config, SrsSyntax srsSyntax) EnvelopeTypeBinding
(Configuration config, SrsSyntax srsSyntax) -
Uses of SrsSyntax in org.geotools.gml3.v3_2
Methods in org.geotools.gml3.v3_2 that return SrsSyntaxModifier and TypeMethodDescriptionGMLConfiguration.getSrsSyntax()
Returns the syntax to use for encoding srs uris.Methods in org.geotools.gml3.v3_2 with parameters of type SrsSyntaxModifier and TypeMethodDescriptionvoid
GMLConfiguration.setSrsSyntax
(SrsSyntax srsSyntax) Sets the syntax to use for encoding srs uris. -
Uses of SrsSyntax in org.geotools.gml3.v3_2.bindings
Constructors in org.geotools.gml3.v3_2.bindings with parameters of type SrsSyntax