Class OGCBoundingBox

    • Constructor Detail

      • OGCBoundingBox

        public OGCBoundingBox​(java.lang.String namespaceURI)
    • Method Detail

      • createFromStrings

        public static OGCBoundingBox createFromStrings​(java.lang.String crs,
                                                       java.lang.String minx,
                                                       java.lang.String maxx,
                                                       java.lang.String miny,
                                                       java.lang.String maxy,
                                                       java.lang.String resx,
                                                       java.lang.String resy)
      • doParseEventAttributes

        protected void doParseEventAttributes​(XMLEventParserContext ctx,
                                              javax.xml.stream.events.XMLEvent event,
                                              java.lang.Object... args)
        Description copied from class: AbstractXMLEventParser
        Parse an event's attributes.
        Overrides:
        doParseEventAttributes in class AbstractXMLEventParser
        Parameters:
        ctx - a current parser context.
        event - the event to parse.
        args - an optional list of arguments that may by used by subclasses.
      • getCRS

        public java.lang.String getCRS()
      • setCRS

        protected void setCRS​(java.lang.String crs)
      • getMinx

        public double getMinx()
      • setMinx

        protected void setMinx​(double minx)
      • getMaxx

        public double getMaxx()
      • setMaxx

        protected void setMaxx​(double maxx)
      • getMiny

        public double getMiny()
      • setMiny

        protected void setMiny​(double miny)
      • getMaxy

        public double getMaxy()
      • setMaxy

        protected void setMaxy​(double maxy)
      • getResx

        public double getResx()
      • setResx

        protected void setResx​(double resx)
      • getResy

        public double getResy()
      • setResy

        protected void setResy​(double resy)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object