Interface AbstractGeometryType

    • Method Detail

      • getSrsName

        String getSrsName()
        Returns the value of the 'Srs Name' attribute. No gid attribute added. In general srsName points to a CRS instance of CoordinateReferenceSystemType (see coordinateReferenceSystems.xsd). For well known references it is not required that the CRS description exists at the location the URI points to (Note: These "WKCRS"-ids still have to be specified). If no srsName attribute is given, the CRS must be specified as part of the larger context this geometry element is part of, e.g. a geometric aggregate.
        Returns:
        the value of the 'Srs Name' attribute.
        See Also:
        setSrsName(String), GmlPackage.getAbstractGeometryType_SrsName()
      • setSrsName

        void setSrsName​(String value)
        Sets the value of the 'Srs Name' attribute.
        Parameters:
        value - the new value of the 'Srs Name' attribute.
        See Also:
        getSrsName()