Uses of Interface
org.geotools.api.util.InternationalString
- 
- 
Uses of InternationalString in org.geotools.api.coverage
Methods in org.geotools.api.coverage that return InternationalString Modifier and Type Method Description InternationalString[]SampleDimension. getCategoryNames()Sequence of category names for the values contained in a sample dimension.InternationalStringSampleDimension. getDescription()Sample dimension title or description. - 
Uses of InternationalString in org.geotools.api.data
Fields in org.geotools.api.data declared as InternationalString Modifier and Type Field Description InternationalStringParameter. descriptionHuman readable description of this parameter.InternationalStringParameter. titleHuman readable title/name of this parameter.Methods in org.geotools.api.data that return InternationalString Modifier and Type Method Description InternationalStringParameter. getDescription()InternationalStringParameter. getTitle()Constructors in org.geotools.api.data with parameters of type InternationalString Constructor Description Param(String key, Class<?> type, InternationalString description, boolean required, Object sample)Provides support for text representationsParam(String key, Class<?> type, InternationalString description, boolean required, Object sample, Map<String,?> metadata)Provides support for text representationsParam(String key, Class<?> type, InternationalString title, InternationalString description, boolean required, int min, int max, Object sample, Map<String,?> metadata)Supports all Parameter values.Parameter(String key, Class<T> type, InternationalString title, InternationalString description)Mandatory parameterParameter(String key, Class<T> type, InternationalString title, InternationalString description, boolean required, int min, int max, T sample, Map<String,Object> metadata)Addition of optional parametersParameter(String key, Class<T> type, InternationalString title, InternationalString description, Map<String,Object> metadata)Mandatory parameter with metadata. - 
Uses of InternationalString in org.geotools.api.feature.type
Methods in org.geotools.api.feature.type that return InternationalString Modifier and Type Method Description InternationalStringPropertyType. getDescription()Human readable description of this property type.Methods in org.geotools.api.feature.type with parameters of type InternationalString Modifier and Type Method Description AssociationTypeFeatureTypeFactory. createAssociationType(Name name, AttributeType relatedType, boolean isAbstract, List<Filter> restrictions, AssociationType superType, InternationalString description)Creates an association type.AttributeTypeFeatureTypeFactory. createAttributeType(Name name, Class<?> binding, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)Creates an attribute type.ComplexTypeFeatureTypeFactory. createComplexType(Name name, Collection<PropertyDescriptor> schema, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)Creates a complex type.FeatureTypeFeatureTypeFactory. createFeatureType(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)Creates a feature type.GeometryTypeFeatureTypeFactory. createGeometryType(Name name, Class<?> binding, CoordinateReferenceSystem crs, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)Creates a geometric attribute type.SimpleFeatureTypeFeatureTypeFactory. createSimpleFeatureType(Name name, List<AttributeDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)Creates a simple feature type. - 
Uses of InternationalString in org.geotools.api.filter
Methods in org.geotools.api.filter with parameters of type InternationalString Modifier and Type Method Description <T> Parameter<T>FilterFactory. parameter(String name, Class<T> type, InternationalString title, InternationalString description, boolean required, int minOccurs, int maxOccurs, T defaultValue)Creates a parameter of a function. - 
Uses of InternationalString in org.geotools.api.metadata.citation
Methods in org.geotools.api.metadata.citation that return InternationalString Modifier and Type Method Description InternationalStringAddress. getAdministrativeArea()State, province of the location.InternationalStringAddress. getCity()The city of the location.InternationalStringCitation. getCollectiveTitle()Common title with holdings note.InternationalStringContact. getContactInstructions()Supplemental instructions on how or when to contact the individual or organization.InternationalStringAddress. getCountry()Country of the physical address.InternationalStringOnLineResource. getDescription()Detailed text description of what the online resource is/does.InternationalStringCitation. getEdition()Version of the cited resource.InternationalStringContact. getHoursOfService()Time period (including time zone) when individuals can contact the organization or individual.InternationalStringResponsibleParty. getOrganisationName()Name of the responsible organization.InternationalStringCitation. getOtherCitationDetails()Other information required to complete the citation that is not recorded elsewhere.InternationalStringResponsibleParty. getPositionName()Role or position of the responsible person.InternationalStringCitation. getTitle()Name by which the cited resource is known.Methods in org.geotools.api.metadata.citation that return types with arguments of type InternationalString Modifier and Type Method Description Collection<? extends InternationalString>Citation. getAlternateTitles()Short name or other language name by which the cited information is known.Methods in org.geotools.api.metadata.citation with parameters of type InternationalString Modifier and Type Method Description AddressCitationFactory. createAddress(Collection<String> deliveryPoints, InternationalString city, InternationalString administrativeArea, String postalCode, InternationalString country, Collection<String> electronicMailAddresses)Location of the responsible individual or organization.ContactCitationFactory. createContact(Telephone phone, Address address, OnLineResource onLineResource, InternationalString hoursOfService, InternationalString contactInstructions)Information required to enable contact with the responsible person and/or organization.OnLineResourceCitationFactory. createOnLineResource(URI linkage, String protocol, String applicationProfile, InternationalString description, OnLineFunction function)Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.ResponsiblePartyCitationFactory. createResponsibleParty(String individualName, InternationalString organisationName, InternationalString positionName, Contact contactInfo, Role role)Identification of, and means of communication with, person(s) and organizations associated with the dataset. - 
Uses of InternationalString in org.geotools.api.metadata.extent
Methods in org.geotools.api.metadata.extent that return InternationalString Modifier and Type Method Description InternationalStringExtent. getDescription()Returns the spatial and temporal extent for the referring object. - 
Uses of InternationalString in org.geotools.api.metadata.quality
Methods in org.geotools.api.metadata.quality that return InternationalString Modifier and Type Method Description InternationalStringQuantitativeResult. getErrorStatistic()Statistical method used to determine the value, ornullif none.InternationalStringElement. getEvaluationMethodDescription()Description of the evaluation method.InternationalStringConformanceResult. getExplanation()Explanation of the meaning of conformance for this result.InternationalStringElement. getMeasureDescription()Description of the measure being determined.Methods in org.geotools.api.metadata.quality that return types with arguments of type InternationalString Modifier and Type Method Description Collection<? extends InternationalString>Element. getNamesOfMeasure()Name of the test applied to the data. - 
Uses of InternationalString in org.geotools.api.parameter
Methods in org.geotools.api.parameter that return InternationalString Modifier and Type Method Description InternationalStringParameter. getDescription()Description of the parameter.InternationalStringParameter. getTitle()Title of the parameter. - 
Uses of InternationalString in org.geotools.api.referencing
Methods in org.geotools.api.referencing that return InternationalString Modifier and Type Method Description InternationalStringAuthorityFactory. getDescriptionText(String code)Gets a description of the object corresponding to a code.InternationalStringIdentifiedObject. getRemarks()Comments on or information about this object, including data source information.InternationalStringReferenceSystem. getScope()Description of domain of usage, or limitations of usage, for which this (coordinate) reference system object is valid. - 
Uses of InternationalString in org.geotools.api.referencing.datum
Methods in org.geotools.api.referencing.datum that return InternationalString Modifier and Type Method Description InternationalStringDatum. getAnchorPoint()Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth.InternationalStringTemporalDatum. getAnchorPoint()This attribute is defined in theDatumparent interface, but is not used by a temporal datum.InternationalStringDatum. getScope()Description of domain of usage, or limitations of usage, for which this datum object is valid. - 
Uses of InternationalString in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that return InternationalString Modifier and Type Method Description InternationalStringOperationMethod. getFormula()Formula(s) or procedure used by this operation method.InternationalStringCoordinateOperation. getScope()Description of domain of usage, or limitations of usage, for which this operation is valid. - 
Uses of InternationalString in org.geotools.api.style
Methods in org.geotools.api.style that return InternationalString Modifier and Type Method Description InternationalStringDescription. getAbstract()Human readable description.InternationalStringDescription. getTitle()Human readable title.Methods in org.geotools.api.style with parameters of type InternationalString Modifier and Type Method Description DescriptionStyleFactory. description(InternationalString title, InternationalString description)voidDescription. setAbstract(InternationalString description)voidDescription. setTitle(InternationalString title) - 
Uses of InternationalString in org.geotools.api.temporal
Methods in org.geotools.api.temporal that return InternationalString Modifier and Type Method Description InternationalStringCalendarDate. getCalendarEraName()Provides the name of the calendar era to which the date is referenced.InternationalStringPosition. getDateTime()May be used for describing temporal positions in ISO8601 format referenced to the Gregorian calendar and UTC.InternationalStringPeriodDuration. getDays()A positive integer, followed by the character "D", which indicated the number of days in the period.InternationalStringPeriodDuration. getDesignator()A mandatory element which designates that the returned string represents the duration of a period.InternationalStringPeriodDuration. getHours()A positive integer, followed by the character "H", which indicated the number of hours in the period.InternationalStringTemporalCoordinateSystem. getInterval()Identifies the base interval for this temporal coordinate system as a unit of measure specified by ISO 31-1, or a multiple of one of those units, as specified by ISO 1000.InternationalStringPeriodDuration. getMinutes()A positive integer, followed by the character "M", which indicated the number of minutes in the period.InternationalStringPeriodDuration. getMonths()A positive integer, followed by the character "M", which indicated the number of months in the period.InternationalStringCalendarEra. getName()Uniquely identifies the calendar era within this calendar.InternationalStringOrdinalEra. getName()The unique name of the ordinal era within the ordinal reference system.InternationalStringCalendarEra. getReferenceEvent()Provides the name or description of a mythical or historic event which fixes the position of the base scale of the calendar era.InternationalStringClock. getReferenceEvent()Event used as the datum for this clock.InternationalStringPeriodDuration. getSeconds()A positive integer, followed by the character "S", which indicated the number of seconds in the period.InternationalStringPeriodDuration. getTimeIndicator()Included whenever the sequence includes values for units less than a day.InternationalStringPeriodDuration. getYears()A positive integer, followed by the character "Y", which indicated the number of years in the period. - 
Uses of InternationalString in org.geotools.api.util
Methods in org.geotools.api.util that return InternationalString Modifier and Type Method Description InternationalStringNameFactory. createInternationalString(Map<Locale,String> strings)Creates an international string from a set of strings in different locales.InternationalStringProgressListener. getTask()Returns the description of the current task being performed, ornullif none.InternationalStringGenericName. toInternationalString()Returns a local-dependent string representation of this generic name.Methods in org.geotools.api.util with parameters of type InternationalString Modifier and Type Method Description voidProgressListener. setTask(InternationalString task)Sets the description of the current task being performed. - 
Uses of InternationalString in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder with parameters of type InternationalString Modifier and Type Method Description DescriptionBuilderDescriptionBuilder. description(InternationalString description)RuleBuilderRuleBuilder. ruleAbstract(InternationalString ruleAbstract)DescriptionBuilderDescriptionBuilder. title(InternationalString title)RuleBuilderRuleBuilder. title(InternationalString title) - 
Uses of InternationalString in org.geotools.coverage
Methods in org.geotools.coverage that return InternationalString Modifier and Type Method Description InternationalString[]GridSampleDimension. getCategoryNames()Returns a sequence of category names for the values contained in this sample dimension.InternationalStringGridSampleDimension. getDescription()Gets the sample dimension title or description.InternationalStringAbstractCoverage. getName()Returns the coverage name, ornullif none.InternationalStringCategory. getName()Returns the category name.static InternationalStringTypeMap. getName(SampleDimensionType type)Returns the sample dimension type name as an international string. - 
Uses of InternationalString in org.geotools.coverage.io
Methods in org.geotools.coverage.io that return InternationalString Modifier and Type Method Description InternationalStringDriver. getDescription()Describe the nature of thisDriverimplementation.InternationalStringDriver. getTitle()Human readable title for thisDriver. - 
Uses of InternationalString in org.geotools.coverage.io.impl
Methods in org.geotools.coverage.io.impl that return InternationalString Modifier and Type Method Description InternationalStringDefaultDriver. getDescription()InternationalStringDefaultDriver. getTitle() - 
Uses of InternationalString in org.geotools.coverage.io.range
Methods in org.geotools.coverage.io.range that return InternationalString Modifier and Type Method Description InternationalStringFieldType. getDescription()Get the description of theFieldTypeInternationalStringRangeType. getDescription()Retrieves thisRangeTypedescription asInternationalString. - 
Uses of InternationalString in org.geotools.coverage.io.range.impl
Methods in org.geotools.coverage.io.range.impl that return InternationalString Modifier and Type Method Description InternationalStringDefaultFieldType. getDescription()InternationalStringDefaultRangeType. getDescription()Constructors in org.geotools.coverage.io.range.impl with parameters of type InternationalString Constructor Description DefaultFieldType(Name name, InternationalString description, Set<SampleDimension> samples)DefaultRangeType(Name name, InternationalString description, Set<FieldType> fieldTypes) - 
Uses of InternationalString in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that return InternationalString Modifier and Type Method Description protected InternationalStringOperationJAI. deriveName(GridCoverage2D[] sources, int primarySourceIndex, OperationJAI.Parameters parameters)Returns a name for the target grid coverage based on the given sources.Methods in org.geotools.coverage.processing with parameters of type InternationalString Modifier and Type Method Description protected Map<String,?>OperationJAI. getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters)Prepares the properties to be given to the coverage created by thederiveGridCoveragemethod. - 
Uses of InternationalString in org.geotools.coverage.processing.operation
 - 
Uses of InternationalString in org.geotools.coverage.util
Fields in org.geotools.coverage.util declared as InternationalString Modifier and Type Field Description static InternationalStringCoverageUtilities. NODATAPublic name for standard No Data category. - 
Uses of InternationalString in org.geotools.data.complex.feature.type
Methods in org.geotools.data.complex.feature.type that return InternationalString Modifier and Type Method Description InternationalStringAttributeTypeProxy. getDescription()Methods in org.geotools.data.complex.feature.type with parameters of type InternationalString Modifier and Type Method Description FeatureTypeComplexFeatureTypeFactoryImpl. createFeatureType(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)FeatureTypeUniqueNameFeatureTypeFactoryImpl. createFeatureType(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)Override superclass to returnUniqueNameFeatureTypeImplinstead ofFeatureTypeImpl.Constructors in org.geotools.data.complex.feature.type with parameters of type InternationalString Constructor Description ComplexFeatureTypeImpl(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)Constructor for complex feature type with fake feature type descriptor provided.UniqueNameFeatureTypeImpl(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) - 
Uses of InternationalString in org.geotools.data.duckdb
Methods in org.geotools.data.duckdb with parameters of type InternationalString Modifier and Type Method Description ParamBuilderParamBuilder. description(InternationalString description)Sets the parameter description using an InternationalString.ParamBuilderParamBuilder. title(InternationalString title)Sets the parameter title using an InternationalString. - 
Uses of InternationalString in org.geotools.data.transform
Methods in org.geotools.data.transform that return InternationalString Modifier and Type Method Description InternationalStringDefinition. getDescription()Constructors in org.geotools.data.transform with parameters of type InternationalString Constructor Description Definition(String name, Expression source, Class binding, CoordinateReferenceSystem crs, InternationalString description)Creates a new transformed propertyDefinition(String name, Expression source, Class binding, CoordinateReferenceSystem crs, InternationalString description, boolean nillable, List<Filter> restrictions)Creates a new transformed propertyDefinition(String name, InternationalString description)Creates a new property definition with a description - 
Uses of InternationalString in org.geotools.data.util
Methods in org.geotools.data.util that return InternationalString Modifier and Type Method Description InternationalStringDefaultProgressListener. getTask()InternationalStringDelegateProgressListener. getTask()InternationalStringNullProgressListener. getTask()Methods in org.geotools.data.util with parameters of type InternationalString Modifier and Type Method Description voidDefaultProgressListener. setTask(InternationalString task)voidDelegateProgressListener. setTask(InternationalString task)voidNullProgressListener. setTask(InternationalString task) - 
Uses of InternationalString in org.geotools.data.vpf
Methods in org.geotools.data.vpf that return InternationalString Modifier and Type Method Description InternationalStringVPFFeatureClass. getDescription()InternationalStringVPFFeatureType. getDescription() - 
Uses of InternationalString in org.geotools.feature
Fields in org.geotools.feature declared as InternationalString Modifier and Type Field Description protected InternationalStringAttributeTypeBuilder. descriptionstring descriptionMethods in org.geotools.feature that return InternationalString Modifier and Type Method Description InternationalStringTypeBuilder. getDescription()Methods in org.geotools.feature with parameters of type InternationalString Modifier and Type Method Description voidAttributeTypeBuilder. setDescription(InternationalString description)voidTypeBuilder. setDescription(InternationalString description) - 
Uses of InternationalString in org.geotools.feature.simple
Fields in org.geotools.feature.simple declared as InternationalString Modifier and Type Field Description protected InternationalStringSimpleFeatureTypeBuilder. descriptionDescription of type.Methods in org.geotools.feature.simple that return InternationalString Modifier and Type Method Description InternationalStringSimpleFeatureTypeBuilder. getDescription()The description of the built type.Methods in org.geotools.feature.simple with parameters of type InternationalString Modifier and Type Method Description voidSimpleFeatureTypeBuilder. setDescription(InternationalString description)Sets the description of the built type.Constructors in org.geotools.feature.simple with parameters of type InternationalString Constructor Description SimpleFeatureTypeImpl(Name name, List<AttributeDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) - 
Uses of InternationalString in org.geotools.feature.type
Fields in org.geotools.feature.type declared as InternationalString Modifier and Type Field Description protected InternationalStringPropertyTypeImpl. descriptionMethods in org.geotools.feature.type that return InternationalString Modifier and Type Method Description InternationalStringAbstractLazyAttributeTypeImpl. getDescription()InternationalStringPropertyTypeImpl. getDescription()Methods in org.geotools.feature.type with parameters of type InternationalString Modifier and Type Method Description AssociationTypeFeatureTypeFactoryImpl. createAssociationType(Name name, AttributeType relatedType, boolean isAbstract, List<Filter> restrictions, AssociationType superType, InternationalString description)AttributeTypeFeatureTypeFactoryImpl. createAttributeType(Name name, Class<?> binding, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)ComplexTypeFeatureTypeFactoryImpl. createComplexType(Name name, Collection<PropertyDescriptor> schema, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)FeatureTypeFeatureTypeFactoryImpl. createFeatureType(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)GeometryTypeFeatureTypeFactoryImpl. createGeometryType(Name name, Class<?> binding, CoordinateReferenceSystem crs, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)SimpleFeatureTypeFeatureTypeFactoryImpl. createSimpleFeatureType(Name name, List<AttributeDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)Constructors in org.geotools.feature.type with parameters of type InternationalString Constructor Description AbstractLazyAttributeTypeImpl(Name name, Class<?> binding, boolean identified, boolean isAbstract, List<Filter> restrictions, InternationalString description)Constructor arguments have the same meaning as inAttributeTypeImpl.AbstractLazyComplexTypeImpl(Name name, boolean identified, boolean isAbstract, List<Filter> restrictions, InternationalString description)Constructor arguments have the same meaning as inComplexTypeImpl.AssociationTypeImpl(Name name, AttributeType referenceType, boolean isAbstract, List<Filter> restrictions, AssociationType superType, InternationalString description)AttributeTypeImpl(Name name, Class<?> binding, boolean identified, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)ComplexTypeImpl(Name name, Collection<PropertyDescriptor> properties, boolean identified, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)FeatureTypeImpl(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)GeometryTypeImpl(Name name, Class binding, CoordinateReferenceSystem crs, boolean identified, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)PropertyTypeImpl(Name name, Class<?> binding, boolean isAbstract, List<Filter> restrictions, PropertyType superType, InternationalString description) - 
Uses of InternationalString in org.geotools.filter
Methods in org.geotools.filter with parameters of type InternationalString Modifier and Type Method Description <T> Parameter<T>FilterFactoryImpl. parameter(String name, Class<T> type, InternationalString title, InternationalString description, boolean required, int minOccurs, int maxOccurs, T defaultValue) - 
Uses of InternationalString in org.geotools.gce.grassraster
Methods in org.geotools.gce.grassraster that return InternationalString Modifier and Type Method Description InternationalStringDummyProgressListener. getTask()Methods in org.geotools.gce.grassraster with parameters of type InternationalString Modifier and Type Method Description voidDummyProgressListener. setTask(InternationalString task) - 
Uses of InternationalString in org.geotools.metadata.i18n
Methods in org.geotools.metadata.i18n that return InternationalString Modifier and Type Method Description static InternationalStringVocabulary. formatInternational(int key)Gets an international string for the given key.static InternationalStringVocabulary. formatInternational(int key, Object arg0)Gets an international string for the given key.static InternationalStringVocabulary. formatInternational(int key, Object arg0, Object arg1)Gets an international string for the given key.static InternationalStringVocabulary. formatInternational(int key, Object arg0, Object arg1, Object arg2)Gets an international string for the given key. - 
Uses of InternationalString in org.geotools.metadata.iso.citation
Methods in org.geotools.metadata.iso.citation that return InternationalString Modifier and Type Method Description InternationalStringAddressImpl. getAdministrativeArea()Return the state, province of the location.InternationalStringAddressImpl. getCity()Returns the city of the location Returnsnullif unspecified.InternationalStringCitationImpl. getCollectiveTitle()Returns the common title with holdings note.InternationalStringContactImpl. getContactInstructions()Returns supplemental instructions on how or when to contact the individual or organization.InternationalStringAddressImpl. getCountry()Returns the country of the physical address.InternationalStringOnLineResourceImpl. getDescription()Returns the detailed text description of what the online resource is/does.InternationalStringCitationImpl. getEdition()Returns the version of the cited resource.InternationalStringContactImpl. getHoursOfService()Returns time period (including time zone) when individuals can contact the organization or individual.InternationalStringResponsiblePartyImpl. getOrganisationName()Returns the name of the responsible organization.InternationalStringCitationImpl. getOtherCitationDetails()Returns other information required to complete the citation that is not recorded elsewhere.InternationalStringResponsiblePartyImpl. getPositionName()Returns the role or position of the responsible person Only one ofindividualName,organisationNameandpositionNameshould be provided.InternationalStringCitationImpl. getTitle()Returns the name by which the cited resource is known.Methods in org.geotools.metadata.iso.citation that return types with arguments of type InternationalString Modifier and Type Method Description Collection<InternationalString>CitationImpl. getAlternateTitles()Returns the short name or other language name by which the cited information is known.Methods in org.geotools.metadata.iso.citation with parameters of type InternationalString Modifier and Type Method Description voidAddressImpl. setAdministrativeArea(InternationalString newValue)Set the state, province of the location.voidAddressImpl. setCity(InternationalString newValue)Set the city of the locationvoidCitationImpl. setCollectiveTitle(InternationalString newValue)Set the common title with holdings note.voidContactImpl. setContactInstructions(InternationalString newValue)Set supplemental instructions on how or when to contact the individual or organization.voidAddressImpl. setCountry(InternationalString newValue)set the country of the physical address.voidOnLineResourceImpl. setDescription(InternationalString newValue)Set the detailed text description of what the online resource is/does.voidCitationImpl. setEdition(InternationalString newValue)Set the version of the cited resource.voidContactImpl. setHoursOfService(InternationalString newValue)Set time period (including time zone) when individuals can contact the organization or individual.voidResponsiblePartyImpl. setOrganisationName(InternationalString newValue)Set the name of the responsible organization.voidCitationImpl. setOtherCitationDetails(InternationalString newValue)Set other information required to complete the citation that is not recorded elsewhere.voidResponsiblePartyImpl. setPositionName(InternationalString newValue)set the role or position of the responsible person Only one ofindividualName,organisationNameandpositionNameshould be provided.voidCitationImpl. setTitle(InternationalString newValue)Set the name by which the cited resource is known.Method parameters in org.geotools.metadata.iso.citation with type arguments of type InternationalString Modifier and Type Method Description voidCitationImpl. setAlternateTitles(Collection<? extends InternationalString> newValues)Set the short name or other language name by which the cited information is known. - 
Uses of InternationalString in org.geotools.metadata.iso.extent
Methods in org.geotools.metadata.iso.extent that return InternationalString Modifier and Type Method Description InternationalStringExtentImpl. getDescription()Returns the spatial and temporal extent for the referring object.Methods in org.geotools.metadata.iso.extent with parameters of type InternationalString Modifier and Type Method Description voidExtentImpl. setDescription(InternationalString newValue)Set the spatial and temporal extent for the referring object. - 
Uses of InternationalString in org.geotools.metadata.iso.quality
Methods in org.geotools.metadata.iso.quality that return InternationalString Modifier and Type Method Description InternationalStringQuantitativeResultImpl. getErrorStatistic()Statistical method used to determine the value, ornullif none.InternationalStringElementImpl. getEvaluationMethodDescription()Returns the description of the evaluation method.InternationalStringConformanceResultImpl. getExplanation()Explanation of the meaning of conformance for this result.InternationalStringElementImpl. getMeasureDescription()Returns the description of the measure being determined.Methods in org.geotools.metadata.iso.quality that return types with arguments of type InternationalString Modifier and Type Method Description Collection<InternationalString>ElementImpl. getNamesOfMeasure()Returns the name of the test applied to the data.Methods in org.geotools.metadata.iso.quality with parameters of type InternationalString Modifier and Type Method Description voidQuantitativeResultImpl. setErrorStatistic(InternationalString newValue)Set the statistical method used to determine the value, ornullif none.voidElementImpl. setEvaluationMethodDescription(InternationalString newValue)Set the description of the evaluation method.voidConformanceResultImpl. setExplanation(InternationalString newValue)Set the explanation of the meaning of conformance for this result.voidElementImpl. setMeasureDescription(InternationalString newValue)Set the description of the measure being determined.Method parameters in org.geotools.metadata.iso.quality with type arguments of type InternationalString Modifier and Type Method Description voidElementImpl. setNamesOfMeasure(Collection<? extends InternationalString> newValues)Set the name of the test applied to the data.Constructors in org.geotools.metadata.iso.quality with parameters of type InternationalString Constructor Description ConformanceResultImpl(Citation specification, InternationalString explanation, boolean pass)Creates a conformance result initialized to the given values. - 
Uses of InternationalString in org.geotools.ows.wms
Methods in org.geotools.ows.wms that return InternationalString Modifier and Type Method Description InternationalStringStyleImpl. getAbstract()InternationalStringStyleImpl. getTitle()Methods in org.geotools.ows.wms with parameters of type InternationalString Modifier and Type Method Description voidStyleImpl. setAbstract(InternationalString _abstract)voidStyleImpl. setTitle(InternationalString title) - 
Uses of InternationalString in org.geotools.parameter
Methods in org.geotools.parameter that return InternationalString Modifier and Type Method Description InternationalStringMatrixParameters. getRemarks()Forward the call to the matrix parameter descriptors specified at construction time. - 
Uses of InternationalString in org.geotools.process
Methods in org.geotools.process that return InternationalString Modifier and Type Method Description InternationalStringProcessFactory. getDescription(Name name)Human readable description of the specified processInternationalStringProcessFactory. getTitle()Name suitable for display to end user.InternationalStringProcessFactory. getTitle(Name name)Human readable title suitable for display for the specified process - 
Uses of InternationalString in org.geotools.process.factory
Methods in org.geotools.process.factory that return InternationalString Modifier and Type Method Description InternationalStringAnnotationDrivenProcessFactory. getDescription(Name name)InternationalStringAnnotationDrivenProcessFactory. getTitle()InternationalStringAnnotationDrivenProcessFactory. getTitle(Name name)Constructors in org.geotools.process.factory with parameters of type InternationalString Constructor Description AnnotatedBeanProcessFactory(InternationalString title, String namespace, Class<?>... beanClasses)AnnotationDrivenProcessFactory(InternationalString title, String namespace)StaticMethodsProcessFactory(InternationalString title, String namespace, Class<T> targetClass) - 
Uses of InternationalString in org.geotools.process.impl
Methods in org.geotools.process.impl that return InternationalString Modifier and Type Method Description protected abstract InternationalStringSingleProcessFactory. getDescription()InternationalStringSingleProcessFactory. getDescription(Name name)InternationalStringSingleProcessFactory. getTitle()Name suitable for display to end user.InternationalStringSingleProcessFactory. getTitle(Name name) - 
Uses of InternationalString in org.geotools.referencing
Methods in org.geotools.referencing that return InternationalString Modifier and Type Method Description InternationalStringAbstractIdentifiedObject. getRemarks()Comments on or information about this object, including data source information.InternationalStringNamedIdentifier. getRemarks()Comments on or information about this identifier, ornullif none.InternationalStringAbstractReferenceSystem. getScope()Description of domain of usage, or limitations of usage, for which this (coordinate) reference system object is valid.InternationalStringNamedIdentifier. toInternationalString()Returns a local-dependent string representation of this generic name.Constructors in org.geotools.referencing with parameters of type InternationalString Constructor Description NamedIdentifier(Citation authority, InternationalString code)Constructs an identifier from an authority and code informations. - 
Uses of InternationalString in org.geotools.referencing.cs
Constructors in org.geotools.referencing.cs with parameters of type InternationalString Constructor Description DefaultCoordinateSystemAxis(InternationalString name, String abbreviation, AxisDirection direction, Unit<?> unit)Constructs an axis with a name as an international string and an abbreviation. - 
Uses of InternationalString in org.geotools.referencing.datum
Methods in org.geotools.referencing.datum that return InternationalString Modifier and Type Method Description InternationalStringAbstractDatum. getAnchorPoint()Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth.InternationalStringDefaultTemporalDatum. getAnchorPoint()Description of the point or points used to anchor the datum to the Earth.InternationalStringAbstractDatum. getScope()Description of domain of usage, or limitations of usage, for which this datum object is valid. - 
Uses of InternationalString in org.geotools.referencing.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return InternationalString Modifier and Type Method Description InternationalStringEPSGCRSAuthorityFactory. getDescriptionText(String code) - 
Uses of InternationalString in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return InternationalString Modifier and Type Method Description abstract InternationalStringAbstractAuthorityMediator. getDescriptionText(String code)abstract InternationalStringAbstractCachedAuthorityFactory. getDescriptionText(String code)InternationalStringAbstractEpsgMediator. getDescriptionText(String code)Gets a description of the object corresponding to a code.InternationalStringAuthorityFactoryAdapter. getDescriptionText(String code)Returns a description for the object identified by the specified code.InternationalStringBufferedAuthorityFactory. getDescriptionText(String code)Gets a description of the object corresponding to a code.InternationalStringCachedAuthorityDecorator. getDescriptionText(String code)InternationalStringCachedCRSAuthorityDecorator. getDescriptionText(String code)InternationalStringFallbackAuthorityFactory. getDescriptionText(String code)Returns a description for the object identified by the specified code.InternationalStringManyAuthoritiesFactory. getDescriptionText(String code)Gets a description of the object corresponding to a code.InternationalStringPropertyAuthorityFactory. getDescriptionText(String code)Gets a description of the object corresponding to a code.InternationalStringPropertyCoordinateOperationAuthorityFactory. getDescriptionText(String code)Gets a description of the object corresponding to a code.InternationalStringThreadedAuthorityFactory. getDescriptionText(String code)Gets a description of the object corresponding to a code. - 
Uses of InternationalString in org.geotools.referencing.factory.epsg
Methods in org.geotools.referencing.factory.epsg that return InternationalString Modifier and Type Method Description InternationalStringAbstractEpsgFactory. getDescriptionText(String code)Gets a description of the object corresponding to a code.InternationalStringCartesianAuthorityFactory. getDescriptionText(String code)InternationalStringDirectEpsgFactory. getDescriptionText(String code)Gets a description of the object corresponding to a code. - 
Uses of InternationalString in org.geotools.referencing.factory.wms
Methods in org.geotools.referencing.factory.wms that return InternationalString Modifier and Type Method Description InternationalStringAutoCRSFactory. getDescriptionText(String code)Returns the CRS name for the given code.InternationalStringWebCRSFactory. getDescriptionText(String code)Returns the CRS name for the given code. - 
Uses of InternationalString in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation that return InternationalString Modifier and Type Method Description InternationalStringDefaultOperationMethod. getFormula()Formula(s) or procedure used by this operation method.InternationalStringAbstractCoordinateOperation. getScope()Description of domain of usage, or limitations of usage, for which this operation is valid. - 
Uses of InternationalString in org.geotools.renderer.i18n
Methods in org.geotools.renderer.i18n that return InternationalString Modifier and Type Method Description static InternationalStringVocabulary. formatInternational(int key)Gets an international string for the given key.static InternationalStringVocabulary. formatInternational(int key, Object arg0)Gets an international string for the given key.static InternationalStringVocabulary. formatInternational(int key, Object arg0, Object arg1)Gets an international string for the given key.static InternationalStringVocabulary. formatInternational(int key, Object arg0, Object arg1, Object arg2)Gets an international string for the given key. - 
Uses of InternationalString in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d that return InternationalString Modifier and Type Method Description InternationalStringBaseCoverageProcessingNode. getDescription()InternationalStringCoverageProcessingNode. getDescription()Retrieves the description for thisCoverageProcessingNodeInternationalStringStyleVisitorCoverageProcessingNodeAdapter. getDescription()InternationalStringBaseCoverageProcessingNode. getName()InternationalStringCoverageProcessingNode. getName()Retrieves the name for thisCoverageProcessingNodeInternationalStringStyleVisitorCoverageProcessingNodeAdapter. getName() - 
Uses of InternationalString in org.geotools.styling
Methods in org.geotools.styling that return InternationalString Modifier and Type Method Description InternationalStringDescriptionImpl. getAbstract()InternationalStringDescriptionImpl. getTitle()Methods in org.geotools.styling with parameters of type InternationalString Modifier and Type Method Description DescriptionStyleFactoryImpl. description(InternationalString title, InternationalString description)DescriptionImplStyleFactoryImpl2. description(InternationalString title, InternationalString description)voidDescriptionImpl. setAbstract(InternationalString description)voidDescriptionImpl. setTitle(InternationalString title)Constructors in org.geotools.styling with parameters of type InternationalString Constructor Description DescriptionImpl(InternationalString title, InternationalString description) - 
Uses of InternationalString in org.geotools.swing
Methods in org.geotools.swing that return InternationalString Modifier and Type Method Description InternationalStringJProgressWindow. getTask()Methods in org.geotools.swing with parameters of type InternationalString Modifier and Type Method Description voidJProgressWindow. setTask(InternationalString task) - 
Uses of InternationalString in org.geotools.temporal.object
Methods in org.geotools.temporal.object that return InternationalString Modifier and Type Method Description InternationalStringDefaultCalendarDate. getCalendarEraName()Provides the name of the calendar era to which the date is referenced.InternationalStringDefaultDateAndTime. getCalendarEraName()InternationalStringDefaultPosition. getDateTime()May be used for describing temporal positions in ISO8601 format referenced to the Gregorian calendar and UTC.InternationalStringDefaultPeriodDuration. getDays()A positive integer, followed by the character "D", which indicated the number of days in the period.InternationalStringDefaultPeriodDuration. getDesignator()A mandatory element which designates that the returned string represents the duration of a period.InternationalStringDefaultPeriodDuration. getHours()A positive integer, followed by the character "H", which indicated the number of hours in the period.InternationalStringDefaultPeriodDuration. getMinutes()A positive integer, followed by the character "M", which indicated the number of minutes in the period.InternationalStringDefaultPeriodDuration. getMonths()A positive integer, followed by the character "M", which indicated the number of months in the period.InternationalStringDefaultPeriodDuration. getSeconds()A positive integer, followed by the character "S", which indicated the number of seconds in the period.InternationalStringDefaultPeriodDuration. getTimeIndicator()Included whenever the sequence includes values for units less than a day.InternationalStringDefaultPeriodDuration. getWeek()InternationalStringDefaultPeriodDuration. getYears()A positive integer, followed by the character "Y", which indicated the number of years in the period.Methods in org.geotools.temporal.object with parameters of type InternationalString Modifier and Type Method Description voidDefaultCalendarDate. setCalendarEraName(InternationalString calendarEraName)voidDefaultDateAndTime. setCalendarEraName(InternationalString calendarEraName)voidDefaultPeriodDuration. setDays(InternationalString days)voidDefaultPeriodDuration. setHours(InternationalString hours)voidDefaultPeriodDuration. setMinutes(InternationalString minutes)voidDefaultPeriodDuration. setMonths(InternationalString months)voidDefaultPeriodDuration. setSeconds(InternationalString seconds)voidDefaultPeriodDuration. setWeek(InternationalString week)voidDefaultPeriodDuration. setYears(InternationalString years)Constructors in org.geotools.temporal.object with parameters of type InternationalString Constructor Description DefaultCalendarDate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate)DefaultDateAndTime(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate, Number[] clockTime)DefaultPeriodDuration(InternationalString years, InternationalString months, InternationalString week, InternationalString days, InternationalString hours, InternationalString minutes, InternationalString seconds)Creates a new instances of PeriodDuration.DefaultPosition(InternationalString datetime)This constructor replace the constructor with further DateTime object which will be included in the futur version of jdk (jdk7). example of datetime argument: format specified by the ISO8601 yyyy-mm-DDTHH:MM:SSZ - example : 2003-02-13T12:28:00.000GMT-08:00. - 
Uses of InternationalString in org.geotools.temporal.reference
Methods in org.geotools.temporal.reference that return InternationalString Modifier and Type Method Description InternationalStringDefaultTemporalCoordinateSystem. getInterval()InternationalStringDefaultCalendarEra. getName()InternationalStringDefaultOrdinalEra. getName()InternationalStringDefaultCalendarEra. getReferenceEvent()InternationalStringDefaultClock. getReferenceEvent()InternationalStringDefaultTemporalReferenceSystem. getRemarks()InternationalStringDefaultTemporalReferenceSystem. getScope()Methods in org.geotools.temporal.reference with parameters of type InternationalString Modifier and Type Method Description voidDefaultTemporalCoordinateSystem. setInterval(InternationalString interval)voidDefaultCalendarEra. setName(InternationalString name)voidDefaultOrdinalEra. setName(InternationalString name)voidDefaultCalendarEra. setReferenceEvent(InternationalString referenceEvent)voidDefaultClock. setReferenceEvent(InternationalString referenceEvent)voidDefaultTemporalReferenceSystem. setScope(InternationalString scope)Constructors in org.geotools.temporal.reference with parameters of type InternationalString Constructor Description DefaultCalendarEra(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)DefaultClock(ReferenceIdentifier name, Extent domainOfValidity, InternationalString referenceEvent, ClockTime referenceTime, ClockTime utcReference)DefaultOrdinalEra(InternationalString name, Date beginning, Date end)DefaultOrdinalEra(InternationalString name, Date beginning, Date end, Collection<OrdinalEra> composition)DefaultTemporalCoordinateSystem(ReferenceIdentifier name, Extent domainOfValidity, Date origin, InternationalString interval) - 
Uses of InternationalString in org.geotools.text
Methods in org.geotools.text that return InternationalString Modifier and Type Method Description static InternationalStringText. text(String english)Create a international string based on the provided English text.static InternationalStringText. text(String key, String resourceBundle)Create an international string based on provided key, and resource bundle.static InternationalStringText. text(String key, Map<String,String> translations)static InternationalStringText. text(String key, Properties properties) - 
Uses of InternationalString in org.geotools.util
Classes in org.geotools.util that implement InternationalString Modifier and Type Class Description classAbstractInternationalStringclassGrowableInternationalStringclassResourceInternationalStringAn international string backed by a resource bundle.classSimpleInternationalStringA simple international string consisting of a single string for all locales.Methods in org.geotools.util that return InternationalString Modifier and Type Method Description InternationalStringGenericName. toInternationalString()Returns a local-dependent string representation of this generic name.InternationalStringLocalName. toInternationalString()Returns a local-dependent string representation of this locale name.Methods in org.geotools.util with parameters of type InternationalString Modifier and Type Method Description intAbstractInternationalString. compareTo(InternationalString object)Compares this string with the specified object for order.Constructors in org.geotools.util with parameters of type InternationalString Constructor Description GrowableInternationalString(InternationalString internationalString)Constructs an international string from the specified InternationalString. 
 -