The geometry is first tested to see if it is null, and if it is null, then it is tested to see if it is allowed to be null by calling isNillable().
@param feature The Feature to be validated @param type The FeatureTypeInfo of the feature @param results The storage for error messages. @return True if the feature is a valid geometry. @see org.geotools.validation.FeatureValidation#validate(org.geotools.feature.Feature,org.geotools.feature.FeatureType,org.geotools.validation.ValidationResults)
|
|
|
|