Uses of Class
org.geotools.gml2.SrsSyntax
-
Packages that use SrsSyntax Package Description org.geotools.gml2 org.geotools.gml2.bindings org.geotools.gml3 org.geotools.gml3.bindings org.geotools.gml3.v3_2 org.geotools.gml3.v3_2.bindings -
-
Uses of SrsSyntax in org.geotools.gml2
Fields in org.geotools.gml2 declared as SrsSyntax Modifier and Type Field Description protected SrsSyntax
GMLConfiguration. srsSyntax
Srs name style to encode srsName URI's withMethods in org.geotools.gml2 that return SrsSyntax Modifier and Type Method Description SrsSyntax
GMLConfiguration. getSrsSyntax()
Returns the syntax to use for encoding srs uris.static SrsSyntax
SrsSyntax. valueOf(String name)
Returns the enum constant of this type with the specified name.static SrsSyntax[]
SrsSyntax. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.gml2 with parameters of type SrsSyntax Modifier and Type Method Description void
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 SrsSyntax Modifier and Type Method Description static 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 SrsSyntax Modifier and Type Field Description protected SrsSyntax
GMLConfiguration. srsSyntax
Srs name style to encode srsName URI's withMethods in org.geotools.gml3 that return SrsSyntax Modifier and Type Method Description SrsSyntax
GMLConfiguration. getSrsSyntax()
Returns the syntax to use for encoding srs uris.Methods in org.geotools.gml3 with parameters of type SrsSyntax Modifier and Type Method Description void
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 SrsSyntax Modifier and Type Method Description void
AbstractGeometryTypeBinding. setSrsSyntax(SrsSyntax srsSyntax)
static URI
GML3EncodingUtils. toURI(CoordinateReferenceSystem crs, SrsSyntax srsSyntax)
Constructors in org.geotools.gml3.bindings with parameters of type SrsSyntax Constructor Description AbstractGeometryTypeBinding(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 SrsSyntax Modifier and Type Method Description SrsSyntax
GMLConfiguration. getSrsSyntax()
Returns the syntax to use for encoding srs uris.Methods in org.geotools.gml3.v3_2 with parameters of type SrsSyntax Modifier and Type Method Description void
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 Constructor Description EnvelopeTypeBinding(Configuration config, SrsSyntax srsSyntax)
-