Revision 44884 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/feature/FeatureStore.java

View differences:

FeatureStore.java
111 111
     * @throws DataException
112 112
     */
113 113
    public FeatureType getDefaultFeatureType() throws DataException;
114
    
115
    public FeatureType getDefaultFeatureTypeQuietly();
114 116

  
115 117
    /**
116 118
     * Returns this store's featureType {@link FeatureType} matches with
......
143 145
    public DataStoreParameters getParameters();
144 146

  
145 147
    /**
146
     *@throws DataException
148
     * @param gvSIGgeometryType
149
     * @return 
150
     * @throws DataException
147 151
     * @deprecated Mirar de cambiarlo a metadatos
148 152
     */
149 153
    public boolean canWriteGeometry(int gvSIGgeometryType) throws DataException;
......
153 157
     *
154 158
     * @return this store's total envelope (extent) or <code>null</code> if
155 159
     *         store not have geometry information
160
     * @throws org.gvsig.fmap.dal.exception.DataException
156 161
     */
157 162
    public Envelope getEnvelope() throws DataException;
158 163

  
......
169 174
     *
170 175
     * @param explorer
171 176
     *            {@link DataServerExplorer} target
177
     * @param provider
172 178
     * @param params
173 179
     *            New parameters of this store that will be used on the target
174 180
     *            explorer
......
627 633

  
628 634
    /**
629 635
     * Enters editing state.
636
     * @throws org.gvsig.fmap.dal.exception.DataException
630 637
     */
631 638
    public void edit() throws DataException;
632 639

  
......
1029 1036
     *
1030 1037
     * @param selection
1031 1038
     *            A {@link FeatureSet} with the requested selection
1039
     * @throws org.gvsig.fmap.dal.exception.DataException
1032 1040
     */
1033 1041
    public void setSelection(FeatureSet selection) throws DataException;
1034 1042

  
......
1136 1144
     * the {@link FeatureStoreProvider#getEnvelope()} method doesn't return
1137 1145
     * the full envelope.
1138 1146
     *
1139
     * @return
1140
     *         <true> if it knows the real envelope.
1147
     * @return true if it knows the real envelope.
1141 1148
     */
1142 1149
    public boolean isKnownEnvelope();
1143 1150

  
......
1145 1152
     * Return if the maximum number of features provided by the
1146 1153
     * provider are limited.
1147 1154
     *
1148
     * @return
1149
     *         <true> if there is a limit of features.
1155
     * @return true if there is a limit of features.
1150 1156
     */
1151 1157
    public boolean hasRetrievedFeaturesLimit();
1152 1158

  

Also available in: Unified diff