Revision 41417 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.geometry/org.gvsig.fmap.geometry.api/src/main/java/org/gvsig/fmap/geom/primitive/Envelope.java

View differences:

Envelope.java
130 130

  
131 131
    /**
132 132
     * Adds a envelope to the current envelope.
133
     * 
134
     * If the envelope to add is null or empty do not modify the current 
135
     * enevelop and don't throw a exception.
136
     * 
133 137
     * @param envelope
134
     * The envelope to add.
138
     *          The envelope to add.
135 139
     */
136 140
	void add(Envelope envelope);
137 141

  
138 142
	/**
139 143
	 * It returns the equivalent of an envelope like a geometry.
144
         * 
140 145
	 * @return
141
	 * A geometry that contains the same area that the envelope.
146
	 *          A geometry that contains the same area that the envelope.
147
         * 
142 148
	 * @throws EnvelopeNotInitializedException
143
     * if the envelope is empty.
149
         *          if the envelope is empty.
144 150
	 */
145 151
	Geometry getGeometry();
146 152

  

Also available in: Unified diff